Goit

Simple and lightweight Git web server
git clone http://git.omkov.net/Goit
Log | Tree | Refs | README | Download

Date Message Author Files + -
2024-07-06 11:32:05 Add Git blame page for files Jakob Wakeling 15 +329 -70
2024-04-23 09:11:46 Update dependencies Jakob Wakeling 2 +43 -51
2024-01-29 09:10:46 Replace XDG dependency with a custom solution Jakob Wakeling 5 +142 -60
2024-01-12 04:15:27 Properly use singular time nouns for uptime Jakob Wakeling 3 +23 -21
2023-12-28 08:15:51 Add syntax highlighting Jakob Wakeling 6 +100 -10
2023-12-23 11:49:11 Update dependencies Jakob Wakeling 2 +20 -19
2023-12-01 10:26:03 Switch to Chi from Gorilla Mux Jakob Wakeling 12 +103 -83
2023-11-28 09:44:51 Update dependencies Jakob Wakeling 2 +37 -42
2023-11-27 10:52:28 Add CSRF protection middleware Jakob Wakeling 19 +82 -6
2023-10-20 23:25:38 Update dependencies Jakob Wakeling 3 +64 -46
2023-08-26 02:44:52 Update to Go 1.21.0 Jakob Wakeling 8 +20 -41
2023-08-06 11:29:48 Implement commit viewing Jakob Wakeling 10 +210 -18
2023-07-27 05:45:56 Implement file viewing Jakob Wakeling 11 +174 -4
2023-07-20 12:47:21 Add size to admin repository list Jakob Wakeling 7 +52 -9
2023-07-20 11:13:39 Implement admin users, repos, and user edit pages Jakob Wakeling 23 +389 -183
2023-07-17 09:54:54 Implement user password authentication Jakob Wakeling 18 +967 -0