aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-11/+10
* Improve permission check of packages (#23879)yp053272023-04-061-18/+10
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+22
* Fix `cases.Title` crash for concurrency (#23885)wxiaoguang2023-04-031-8/+5
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-037-167/+43
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-034-10/+50
* Display image size for multiarch container images (#23821)KN4CK3R2023-04-022-2/+8
* Fix incorrect CORS failure detection logic (#23844)wxiaoguang2023-03-311-5/+5
* Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some s...wxiaoguang2023-03-311-0/+54
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-14/+14
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric...wxiaoguang2023-03-291-0/+3
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-299-421/+248
* Add meilisearch support (#23136)techknowlogick2023-03-283-1/+214
* Implement Issue Config (#20956)JakobDev2023-03-282-0/+130
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-0/+8
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-283-14/+48
* Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (...ChristopherHX2023-03-271-35/+107
* Add git dashes separator to some "log" and "diff" commands (#23606)wxiaoguang2023-03-261-3/+7
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-244-8/+8
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-243-7/+45
* Check LFS/Packages settings in dump and doctor command (#23631)Zettat1232023-03-231-0/+9
* Improve workflow event triggers (#23613)Zettat1232023-03-233-13/+155
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-219-138/+249
* Keep (add if not existing) xmlns attribute for generated SVG images (#23410)wxiaoguang2023-03-211-0/+6
* Improve template error reporting (#23396)zeripath2023-03-202-18/+57
* Add `.patch` to `attachment.ALLOWED_TYPES` (#23580)silverwind2023-03-191-1/+1
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-173-0/+9
* Make time tooltips interactive (#23526)silverwind2023-03-161-2/+2
* 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