summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
...
* 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-27100-110/+109
* Add API to get PR by base/head (#29242)qwerty2872024-02-262-0/+86
* 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
* 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
* 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
* 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
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+4
* Fix `GetCommitStatuses` (#28787)KN4CK3R2024-01-151-1/+4
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+5
* Forbid removing the last admin user (#28337)yp053272024-01-151-1/+8
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-154-28/+36
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-1/+1
* Fix issue dependencies (#27736)Nanguan Lin2024-01-121-29/+32
* Require token for GET subscription endpoint (#28765)Jack Hay2024-01-121-3/+3
* Fix: system webhooks API bug (#28531)vincent2023-12-311-6/+17
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-277-14/+184
* Refactor deletion (#28610)delvh2023-12-251-3/+10
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-3/+1
* Always enable caches (#28527)Lunny Xiao2023-12-191-9/+7
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* chore(api): support ignore password if login source type is LDAP for creating...Bo-Yi Wu2023-12-191-11/+21
* Adjust object format interface (#28469)Lunny Xiao2023-12-172-13/+13
* Abstract hash function usage (#28138)Adam Majer2023-12-133-10/+12
* Do some missing checks (#28423)Lunny Xiao2023-12-121-1/+19
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-0/+11
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-112-6/+16
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-3/+2
* Remove deprecated query condition in ListReleases (#28339)Nanguan Lin2023-12-051-8/+0
* Fix comment permissions (#28213)Lunny Xiao2023-11-2513-30/+159
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-2410-65/+53
* Fix swagger title (#28164)yp053272023-11-221-1/+1
* Enable system users search via the API (#28013)Earl Warren2023-11-131-12/+26
* Unify two factor check (#27915)KN4CK3R2023-11-061-36/+0