aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-8/+7
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-4/+2
* Less naked returns (#25713)65432023-07-077-49/+43
* Simplify the LFS GC logger usage (#25717)wxiaoguang2023-07-061-21/+17
* Sync branches when mirroring (#25722)Lunny Xiao2023-07-061-0/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0421-56/+56
* Log the real reason when authentication fails (but don't show the user) (#25414)Lunny Xiao2023-07-031-2/+37
* Add direct serving of package content (#25543)KN4CK3R2023-07-031-40/+34
* Support displaying diff stats in PR tab bar (#25387)hiifong2023-07-031-0/+36
* Fix branch commit message too long problem (#25588)Lunny Xiao2023-06-301-1/+1
* Sync branches into databases (#22743)Lunny Xiao2023-06-2912-34/+269
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-4/+12
* Add Adopt repository event and handler (#25497)Lunny Xiao2023-06-261-11/+13
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-8/+44
* Store and use seconds for timeline time comments (#25392)65432023-06-231-0/+12
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-229-111/+126
* Change default email domain for LDAP users (#25425)Zettat1232023-06-222-2/+2
* Move some regexp out of functions (#25430)John Olheiser2023-06-211-2/+3
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-212-4/+14
* Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)wxiaoguang2023-06-211-1/+0
* Use the new download domain replace the old (#25405)Lunny Xiao2023-06-211-1/+1
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-2/+12
* Fix LDAP sync when Username Attribute is empty (#25278)Zettat1232023-06-201-30/+32
* Refactor web package and context package (#25298)wxiaoguang2023-06-188-82/+27
* Fix panic when migrating a repo from GitHub with issues (#25246)Jason Song2023-06-141-1/+1
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-1/+1
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-2/+1
* Use inline SVG for built-in OAuth providers (#25171)silverwind2023-06-133-16/+37
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-132-5/+5
* Add `WithPullRequest` for `actionsNotifier` (#25144)Zettat1232023-06-111-0/+7
* Update github.com/google/go-github to v53 (#25157)Yevhen Pavlov2023-06-092-2/+2
* Modify OAuth login ui and fix display name, iconurl related logic (#25030)HesterG2023-06-086-32/+45
* Remove duplicated functions when deleting a branch (#25128)Lunny Xiao2023-06-082-9/+3
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-082-0/+13
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-051-1/+1
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-1/+1
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-043-9/+16
* GitLab migration: Sanitize response for reaction list (#25054)65432023-06-022-15/+67
* Update repo's default branch when adding new files in an empty one (#25017)wxiaoguang2023-05-311-8/+8
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-312-4/+4
* Update github.com/google/go-github to v52 (#24004)65432023-05-312-14/+7
* Display file mode for new file and file mode changes (#24966)Yevhen Pavlov2023-05-291-4/+23
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-293-368/+279
* Improve queue and logger context (#24924)wxiaoguang2023-05-269-45/+36
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-2619-122/+169
* Add the ability to pin Issues (#24406)JakobDev2023-05-253-0/+9
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-244-25/+62
* Add API for Label templates (#24602)JakobDev2023-05-231-0/+22
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-1/+1