aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Make label templates have consistent behavior and priority (#23749) (#24071)wxiaoguang2023-04-124-78/+120
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`...Giteabot2023-04-082-9/+1
* Use Get/Set instead of Rename when Regenerate session id (#23975) (#23983)Giteabot2023-04-071-4/+9
* Do not crash when parsing an invalid workflow file (#23972) (#23976)Giteabot2023-04-071-0/+10
* Ensure RSS icon is present on all repo tabs (#23904) (#23973)Giteabot2023-04-071-0/+5
* Add git dashes separator to some "log" and "diff" commands (#23606) (#23720)Giteabot2023-04-031-3/+7
* Fix `cases.Title` crash for concurrency (#23885) (#23903)Giteabot2023-04-041-8/+5
* Fix checks for `needs` in Actions (#23789) (#23831)Jason Song2023-04-031-14/+14
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-301-0/+3
* Make minio package support legacy MD5 checksum (#23768) (#23770)wxiaoguang2023-03-293-14/+48
* Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (...Giteabot2023-03-271-35/+107
* Check LFS/Packages settings in dump and doctor command (#23631) (#23730)Zettat1232023-03-271-0/+9
* Improve workflow event triggers (#23613) (#23648)Giteabot2023-03-233-13/+155
* Introduce path Clean/Join helper functions, partially backport&refactor (#234...wxiaoguang2023-03-225-171/+269
* Improve template error reporting (#23396) (#23600)Giteabot2023-03-202-18/+57
* Add `.patch` to `attachment.ALLOWED_TYPES` (#23580) (#23582)Giteabot2023-03-191-1/+1
* Refactor merge/update git command calls (#23366) (#23544)wxiaoguang2023-03-171-1/+1
* Make time tooltips interactive (#23526) (#23527)Giteabot2023-03-161-2/+2
* Convert GitHub event on actions and fix some pull_request events. (#23037) (#...Giteabot2023-03-152-114/+212
* Scoped label display and documentation tweaks (#23430) (#23433)Giteabot2023-03-151-3/+1
* Make branches list page operations remember current page (#23420) (#23460)Giteabot2023-03-141-3/+4
* Support reflogs (#22451) (#23438)Giteabot2023-03-132-3/+41
* Add missing tabs to org projects page (#22705) (#23412)Giteabot2023-03-101-34/+44
* Refactor and tidy-up the merge/update branch code (#22568) (#23365)Giteabot2023-03-091-1/+4
* Set `X-Gitea-Debug` header once (#23361) (#23381)Giteabot2023-03-093-9/+9
* Do not recognize text files as audio (#23355) (#23368)Giteabot2023-03-082-0/+14
* Fix various ImageDiff/SVG bugs (#23312) (#23358)Giteabot2023-03-072-7/+39
* Refactor `setting.Database.UseXXX` to methods (#23354) (#23356)Giteabot2023-03-072-22/+29
* Add context when rendering labels or emojis (#23281) (#23319)Giteabot2023-03-069-31/+91
* Properly flush unique queues on startup (#23154) (#23201)Giteabot2023-03-067-21/+332
* Fix various bugs for "install" page (#23194) (#23286)v1.19.0-rc1Giteabot2023-03-051-7/+22
* Fix GetFilesChangedBetween if the file name may be escaped (#23272) (#23279)Giteabot2023-03-041-2/+9
* Fix commit retrieval by tag (#21804) (#23266)Giteabot2023-03-0319-58/+26
* Allow `<video>` in MarkDown (#22892) (#23236)Giteabot2023-03-021-0/+2
* Add loading yaml label template files (#22976) (#23232)Giteabot2023-03-016-117/+308
* Pass `--global` when calling `git config --get`, for consistency with `git co...Giteabot2023-02-281-4/+4
* Add InsecureSkipVerify to Minio Client for Storage (#23166) (#23177)Yarden Shoham2023-02-282-9/+14
* Avoid warning for system setting when start up (#23054) (#23116)Yarden Shoham2023-02-242-2/+2
* Fix nil context in RenderMarkdownToHtml (#23092) (#23108)Yarden Shoham2023-02-241-1/+2
* 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
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-158-29/+163