aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Unify two factor check (#27915)KN4CK3R2023-11-061-36/+0
* Fix bad method call when deleting user secrets via API (#27829)Jean-Baptiste Gomond2023-10-291-1/+1
* Fix org team endpoint (#27721)Nanguan Lin2023-10-221-4/+4
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-12/+12
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-181-1/+11
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-171-1/+4
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-2/+103
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-2/+8
* Add missing `reqToken()` to notifications endpoints (#26914)JakobDev2023-09-051-3/+3
* feat(API): add routes and functions for managing user's secrets (#26909)Bo-Yi Wu2023-09-051-0/+7
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-011-2/+3
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-1/+5
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-281-2/+1
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-241-0/+3
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-0/+1
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-151-0/+3
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-2/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-3/+3
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+13
* Fix bugs related to notification endpoints (#25548)Zettat1232023-06-281-2/+2
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-8/+2
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-305/+372
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-291-0/+1
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+9
* Add API for Label templates (#24602)JakobDev2023-05-231-0/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-8/+8
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-3/+3
* Add API for gitignore templates (#22783)JakobDev2023-04-271-0/+2
* Add API for License templates (#23009)JakobDev2023-04-261-0/+2
* Move code from module to service (#24287)KN4CK3R2023-04-231-1/+1
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-6/+6
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+5
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-041-0/+5
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+2
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-0/+8
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-0/+2
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-1/+1
* add admin API email endpoints (#22792)techknowlogick2023-03-141-0/+4
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-0/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-0/+7
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-2/+2
* Implement actions (#21937)Jason Song2023-01-311-4/+39
* Support system hook API (#14537)Lunny Xiao2023-01-281-0/+7
* Add API endpoint to get latest release (#21267)JakobDev2023-01-261-0/+1