aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent wiki path converting. (#24277)wxiaoguang2023-04-232-1/+2
* Use more specific test methods (#24265)KN4CK3R2023-04-223-9/+9
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-7/+4
* Improve test logger (#24235)wxiaoguang2023-04-211-39/+28
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-2/+1
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-194-140/+268
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-192-5/+16
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-171-0/+35
* Add new user types `reserved`, `bot`, and `remote` (#24026)techknowlogick2023-04-171-0/+8
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-148-55/+55
* Refactor cookie (#24107)wxiaoguang2023-04-132-12/+9
* Improve LFS error logs (#24072)wxiaoguang2023-04-121-2/+3
* Fix accidental overwriting of LDAP team memberships (#24050)sillyguodong2023-04-111-2/+2
* Use actions job link as commit status URL instead of run link (#24023)Jason Song2023-04-101-1/+20
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-1/+3
* Update github.com/google/go-github to v51 (#23946)harryzcy2023-04-082-20/+27
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-2/+1
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-072-5/+5
* Title can be empty when creating tag only (#23917)Zettat1232023-04-061-1/+1
* Actions: Use default branch as ref when a branch/tag delete occurs (#23910)Brad Nabholz2023-04-061-0/+5
* Delete deleted release attachments immediately from storage (#23913)Lunny Xiao2023-04-061-1/+1
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)Jason Song2023-04-061-1/+16
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+52
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-0/+21
* Check `IsActionsToken` for LFS authentication (#23841)Zettat1232023-04-021-1/+19
* [Patch] Fix closed PR also triggers Webhooks and actions (#23782)sillyguodong2023-03-301-0/+4
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-294-55/+67
* Don't apply the group filter when listing LDAP group membership if it is empt...zeripath2023-03-291-1/+1
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-16/+20
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-2/+7
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Fix incorrect `HookEventType` of pull request review comments (#23650)Zettat1232023-03-244-5/+5
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-213-6/+4
* fix submodule is nil panic (#23588)来自村里的小螃蟹2023-03-201-1/+3
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+18
* Disable sending email after push a commit to a closed PR (#23462)sillyguodong2023-03-151-1/+4
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+11
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-143-2/+59
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-23/+48
* Add Swift package registry (#22404)KN4CK3R2023-03-132-1/+3
* Preserve file size when creating attachments (#23406)Peter2023-03-124-8/+11
* Add missing tabs to org projects page (#22705)yp053272023-03-101-9/+0
* Add user webhooks (#21563)KN4CK3R2023-03-102-6/+6
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-0/+4
* Improve squash merge commit author and co-author with private emails (#22977)Brecht Van Lommel2023-03-092-7/+53
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-092-81/+15
* Refactor merge/update git command calls (#23366)wxiaoguang2023-03-093-38/+28
* Improve cache context (#23330)Jason Song2023-03-081-1/+0
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-083-6/+6
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-0711-606/+753