aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect CurrentUser check for docker rootless (#24441)wxiaoguang2023-04-301-8/+14
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-305-28/+30
* Remove unused setting `time.FORMAT` (#24430)Yarden Shoham2023-04-292-70/+2
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-292-7/+15
* Improve template helper (#24417)wxiaoguang2023-04-296-549/+608
* Skip known flaky `queue` tests on CI environment (#24419)silverwind2023-04-292-0/+9
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-287-410/+10
* Add Debian package registry (#22854)KN4CK3R2023-04-287-10/+410
* Make repo size style matches others (commits/branches/tags) (#24408)wxiaoguang2023-04-283-0/+17
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-275-44/+75
* Add API for gitignore templates (#22783)JakobDev2023-04-271-0/+6
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+33
* Add .livemd as a markdown extension (#22730)contra-bit2023-04-262-2/+2
* Display when a repo was archived (#22664)JakobDev2023-04-261-0/+1
* Fix wrong error info in RepoRefForAPI (#24344)yp053272023-04-261-1/+1
* Remove unnecessary helper function `DateFmtLong` (#24343)Yarden Shoham2023-04-261-3/+0
* Add API for License templates (#23009)JakobDev2023-04-261-0/+16
* Don't set meta `theme-color` by default (#24340)silverwind2023-04-261-1/+1
* Fix template function DateTime (#24317)wxiaoguang2023-04-253-9/+89
* Refactor config provider (#24245)Lunny Xiao2023-04-2515-141/+214
* Enable forbidigo linter (#24278)silverwind2023-04-244-6/+4
* Move code from module to service (#24287)KN4CK3R2023-04-231-194/+0
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-232-0/+26
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+8
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-225-16/+19
* Use more specific test methods (#24265)KN4CK3R2023-04-2216-58/+58
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-224-4/+5
* Improve template helper functions: string/slice (#24266)wxiaoguang2023-04-225-31/+96
* Add `DumpVar` helper function to help debugging templates (#24262)wxiaoguang2023-04-222-0/+75
* Improve test logger (#24235)wxiaoguang2023-04-2110-165/+167
* Allow `webp` images as avatars (#24248)JakobDev2023-04-211-0/+2
* Refactor web route (#24080)wxiaoguang2023-04-205-317/+282
* Make HTML template functions support context (#24056)wxiaoguang2023-04-205-16/+351
* Remove most path-based golangci exclusions (#24214)silverwind2023-04-197-20/+20
* Fix incorrect CORS default values (#24206)wxiaoguang2023-04-191-2/+3
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-0/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-199-28/+62
* Fix incorrect internal response type (#24173)wxiaoguang2023-04-171-1/+2
* Improve Wiki TOC (#24137)wxiaoguang2023-04-178-80/+96
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-173-2/+12
* add CLI command to register runner tokens (#23762)techknowlogick2023-04-171-0/+27
* Fix Org edit page bugs: renaming detection, maxlength (#24161)wxiaoguang2023-04-171-3/+3
* Refactor locale number (#24134)wxiaoguang2023-04-177-53/+86
* Remove untranslatable `on_date` key (#24106)Yarden Shoham2023-04-151-3/+17
* Fix meilisearch not working when searching across multiple repositories (#24109)Brecht Van Lommel2023-04-141-2/+4
* Show friendly 500 error page to users and developers (#24110)wxiaoguang2023-04-143-159/+242
* Improve git log for debugging (#24095)wxiaoguang2023-04-133-59/+48
* Update redis library to support redis v7 (#24114)techknowlogick2023-04-136-10/+6
* Refactor cookie (#24107)wxiaoguang2023-04-136-292/+105