aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+9
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-13/+2
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-161-0/+3
* Handle files starting with colons in WalkGitLog (#22935)Kirill Bolashev2023-03-161-0/+4
* Move pidfile creation from setting to web cmd package (#23285)Lunny Xiao2023-03-162-37/+18
* test_env: hardcode major go version in use (#23464)techknowlogick2023-03-141-2/+4
* Convert GitHub event on actions and fix some pull_request events. (#23037)Lunny Xiao2023-03-142-114/+212
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+3
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-0/+9
* Add workflow error notification in ui (#23404)yp053272023-03-141-12/+28
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-3/+4
* Add Swift package registry (#22404)KN4CK3R2023-03-133-0/+360
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-137-10/+62
* Support reflogs (#22451)Philip Peterson2023-03-132-3/+41
* Scoped label display and documentation tweaks (#23430)Brecht Van Lommel2023-03-131-3/+1
* Parse external request id from request headers, and print it in access log (#...sillyguodong2023-03-102-0/+36
* Add missing tabs to org projects page (#22705)yp053272023-03-101-34/+44
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-093-18/+34
* Refactor merge/update git command calls (#23366)wxiaoguang2023-03-091-1/+1
* Set `X-Gitea-Debug` header once (#23361)Yarden Shoham2023-03-083-9/+9
* Improve cache context (#23330)Jason Song2023-03-082-17/+141
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-086-10/+30
* Reduce duplicate and useless code in options (#23369)Jason Song2023-03-086-158/+74
* Clean Path in Options (#23006)JakobDev2023-03-082-8/+8
* Do not recognize text files as audio (#23355)wxiaoguang2023-03-072-0/+14
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-1/+4
* Fix various ImageDiff/SVG bugs (#23312)wxiaoguang2023-03-072-7/+39
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-072-22/+29
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-059-31/+91
* Fix various bugs for "install" page (#23194)wxiaoguang2023-03-041-7/+22
* Fix GetFilesChangedBetween if the file name may be escaped (#23272)zeripath2023-03-031-2/+9
* Fix commit retrieval by tag (#21804)silverwind2023-03-0219-58/+26
* Add loading yaml label template files (#22976)Lauris BH2023-03-026-117/+308
* Allow `<video>` in MarkDown (#22892)Sybren2023-03-011-0/+2
* Properly flush unique queues on startup (#23154)zeripath2023-02-287-21/+332
* Pass `--global` when calling `git config --get`, for consistency with `git co...Philip Peterson2023-02-281-4/+4
* Add InsecureSkipVerify to Minio Client for Storage (#23166)Yarden Shoham2023-02-272-9/+14
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-242-2/+2
* Fix nil context in RenderMarkdownToHtml (#23092)Zettat1232023-02-241-1/+2
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-2210-10/+16
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-212-4/+3
* Render access log template as text instead of HTML (#23013)Lunny Xiao2023-02-211-1/+1
* handle deprecated settings (#22992)Lunny Xiao2023-02-207-42/+41
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-6/+8
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-209-8/+84
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-2055-1391/+1608
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-1915-6/+775
* Scoped labels (#22585)Brecht Van Lommel2023-02-183-3/+77
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-186-13/+13
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+7