aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-103-29/+158
* Remove unnecessary code (#24610)Lunny Xiao2023-05-105-20/+8
* Create a branch directly from commit on the create branch API (#22956)来自村里的小螃蟹2023-05-091-0/+6
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-097-79/+381
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-094-232/+12
* Rewrite queue (#24505)wxiaoguang2023-05-0863-5981/+2398
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-089-664/+714
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-084-22/+82
* Improve decryption failure message (#24573)wxiaoguang2023-05-072-16/+25
* Simplify template helper functions (#24570)wxiaoguang2023-05-072-14/+0
* Sort users and orgs on explore by recency by default (#24279)techknowlogick2023-05-061-0/+5
* Add RPM registry (#23380)KN4CK3R2023-05-053-0/+461
* 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