summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Add ability to delete a token (#4235)techknowlogick2018-07-062-0/+38
* Fixes repo membership check in API (#4341)Nicolas Da Mutten2018-07-051-1/+1
* Allow administrator to create repository for any organization (#4368)Lauris BH2018-07-051-7/+9
* Check that repositories can only be migrated to own user or organizations (#4...Lauris BH2018-07-051-8/+15
* Fix milestone appliance and permission checks (#4271)Jonas Franz2018-06-191-9/+17
* fix CreateIssueCommentOption reference (#4239)stevegt2018-06-151-1/+1
* Fix swagger security parts (#4236)Antoine GIRARD2018-06-121-4/+4
* Fix swagger errors (#4220)Antoine GIRARD2018-06-1213-51/+158
* swagger: add 'required: true' for params in URL (#4097)stevegt2018-06-022-0/+2
* add simple descriptions for file API responses (#4089)stevegt2018-06-011-3/+6
* add simple descriptions for swagger validate (#4087)stevegt2018-05-317-0/+41
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-1/+1
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-2/+2
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-162-7/+25
* Multiple assignees (#3705)kolaente2018-05-092-73/+65
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-082-5/+5
* Issue due date (#3794)kolaente2018-05-012-14/+48
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-294-4/+112
* don't reset team/repo count when updating team via API (#3831)Morgan Bazalgette2018-04-291-7/+4
* Add topic support (#3711)Lunny Xiao2018-04-112-0/+46
* refactor: import order. (#3736)Bo-Yi Wu2018-03-2918-31/+36
* Added issue search via api (#3612)kolaente2018-03-071-6/+29
* Add Attachment API (#3478)Jonas Franz2018-03-065-5/+350
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-2/+2
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-204-16/+23
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-141-2/+7
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-162-3/+6
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-106-10/+10
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-1/+1
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-052-3/+27
* Fix swagger docs (#3300)Ethan Koenig2018-01-041-7/+7
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-215-22/+80
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-113-14/+15
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-063-2/+54
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-3/+3
* Add fingerprint to ssh key endpoints. (#3009)Vlad Temian2017-11-281-5/+6
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-1/+3
* Fix comment API paths (#2813)Ethan Koenig2017-11-202-5/+88
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-202-3/+4
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-151-3/+8
* Update swagger documentation (#2899)Ethan Koenig2017-11-1344-837/+3270
* Fix ignored errors in API route (#2850)Ethan Koenig2017-11-041-10/+24
* Fix API raw requests for commits and tags (#2841)Lauris BH2017-11-041-1/+1
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-011-16/+34
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-1/+1
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-6/+59