aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct the access log format (#24085)Gary Moon2023-04-132-2/+9
* Fix mismatch between hook events and github event types (#24048)Zettat1232023-04-122-25/+362
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-1229-928/+624
* Prefer native parser for SSH public key parsing (#23798)Leon Busch-George2023-04-111-2/+2
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-114-228/+9
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-104-78/+120
* Make bindata static build parse builtin templates correctly (#24003)wxiaoguang2023-04-081-10/+11
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-086-258/+266
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-083-50/+58
* Use Get/Set instead of Rename when Regenerate session id (#23975)wxiaoguang2023-04-071-4/+9
* Allow repo admins too to delete the repo (#23940)yp053272023-04-071-2/+2
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-074-111/+95
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-076-138/+509
* Do not crash when parsing an invalid workflow file (#23972)Jason Song2023-04-071-0/+10