Goit

Simple and lightweight Git web server
git clone https://git.omkov.net/Goit
git clone [email protected]:Goit
Log | Tree | Refs | README | Download

Date Message Author Files + - Tag(s)
2023-07-24 09:56:07 Refine repository log page Jakob Wakeling 10 +233 -120
2023-07-24 03:52:57 Cleanup repo pages Jakob Wakeling 10 +73 -54
2023-07-21 07:22:31 Implement user session page and session renewal Jakob Wakeling 15 +178 -70
2023-07-21 05:11:15 Integrate UID into session tokens Jakob Wakeling 15 +233 -155
2023-07-21 02:52:36 Implement admin repository editing Jakob Wakeling 11 +195 -50
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-19 11:43:37 Implement authentication for Git HTTP operations Jakob Wakeling 5 +97 -62
2023-07-19 10:07:36 Make use of nested Go HTML templates Jakob Wakeling 12 +161 -167
2023-07-19 07:53:59 Enable Git receive-pack service Jakob Wakeling 9 +149 -104
2023-07-18 12:58:41 Omit empty tables for commits, branches, and tags Jakob Wakeling 4 +66 -56
2023-07-18 12:40:45 Implement repository refs page Jakob Wakeling 17 +310 -61
2023-07-18 09:31:14 Implement initial Git smart HTTP functionality Jakob Wakeling 7 +304 -23
2023-07-17 09:54:54 Implement user password authentication Jakob Wakeling 18 +967 -0