aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-284-488/+14
* Add Debian package registry (#22854)KN4CK3R2023-04-284-14/+488
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-1/+0
* Fix auth check bug (#24382)Lunny Xiao2023-04-271-10/+0
* Support uploading file to empty repo by API (#24357)wxiaoguang2023-04-261-0/+5
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-263-0/+36
* Display when a repo was archived (#22664)JakobDev2023-04-261-0/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-19/+9
* Fix bug when deleting wiki with no code write permission (#24274)Lunny Xiao2023-04-231-1/+7
* Move code from module to service (#24287)KN4CK3R2023-04-231-0/+182
* Handle canceled workflow as a warning instead of a fail (#24282)Jason Song2023-04-231-1/+3
* 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