Goit

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

Date Message Author Files + -
2024-01-17 05:29:55 Add limited visibility option for repositories Jakob Wakeling 18 +155 -61
2023-12-25 06:52:40 Support custom default branches Jakob Wakeling 8 +125 -47
2023-12-16 02:24:55 Merge import page into repository create Jakob Wakeling 12 +99 -192
2023-12-15 10:28:06 Implement repository importing Jakob Wakeling 19 +736 -62
2023-12-11 20:13:37 Add copyright headers to all source files Jakob Wakeling 28 +54 -10
2023-12-06 07:37:06 Restrict legal name character set Jakob Wakeling 6 +25 -13
2023-11-27 11:01:06 Move all authentication to unified function Jakob Wakeling 9 +61 -71
2023-11-27 10:52:28 Add CSRF protection middleware Jakob Wakeling 19 +82 -6
2023-11-05 02:39:31 Adjust project structure Jakob Wakeling 23 +14 -14
2023-11-03 09:19:52 Implement filtering repository index by owner Jakob Wakeling 11 +56 -20
2023-08-26 02:44:52 Update to Go 1.21.0 Jakob Wakeling 8 +20 -41
2023-07-26 10:38:15 Properly create repositories through web interface Jakob Wakeling 10 +206 -131