aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Replace placeholders in licenses (#24354)Jason Song2023-05-053-2/+301
* Fix the permission of team's `Actions` unit issue (#24536)sillyguodong2023-05-051-0/+4
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-0411-110/+104
* Faster git.GetDivergingCommits (#24482)oliverpool2023-05-042-22/+40
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-046-62/+40
* Fix intermittent CI failure in EmptyQueue (#23753)zeripath2023-05-031-26/+29
* Fix incorrect webhook time and use relative-time to display it (#24477)yp053272023-05-031-0/+28
* Add Debian package registry (#24426)KN4CK3R2023-05-027-10/+412
* Replace `N/A` with `-` everywhere (#24474)silverwind2023-05-022-6/+6
* 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