aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Fix lint-swagger warning (#29787)sillyguodong2024-03-142-3/+7
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-12/+12
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-4/+0
* remove repetitive words (#29695)pengqiseven2024-03-112-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-0/+9
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-2/+2
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-68/+12
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-2/+2
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-1/+1
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-0417-51/+452
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+11
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-3/+23
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-031-0/+5
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+2
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-0214-51/+58
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-025-23/+1726
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+11
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-013-0/+133
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-15/+16
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-291-9/+9
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Fix missed return (#29450)Lunny Xiao2024-02-271-0/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-27125-138/+136
* Add API to get PR by base/head (#29242)qwerty2872024-02-262-0/+86
* Integrate alpine `noarch` packages into other architectures index (#29137)KN4CK3R2024-02-251-7/+26
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-252-4/+2
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+1
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-242-0/+52
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-232-9/+5
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+1
* Refactor more code in templates (#29236)wxiaoguang2024-02-181-2/+2
* Add support for action artifact serve direct (#29120)KN4CK3R2024-02-151-1/+14
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-4/+4
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-122-0/+6
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-122-6/+6
* Fix swift packages not resolving (#29095)CEnnis912024-02-081-1/+1
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-1/+1
* Unify user update methods (#28733)KN4CK3R2024-02-044-173/+97
* Update tool dependencies (#29030)silverwind2024-02-021-2/+0
* Add artifacts v4 jwt to job message and accept it (#28885)ChristopherHX2024-02-022-6/+34
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-2/+2
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-277-14/+18
* fix: update enable_prune even if mirror_interval is not provided (#28905)Anthony Quéré2024-01-251-1/+1
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-241-4/+4
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)KN4CK3R2024-01-211-5/+14
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1