summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* [API] make change repo settings work on empty repos (#15778)65432021-05-082-9/+9
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-041-4/+0
* Addition to (Add Location, Website and Description to API #15675) (#15690)KN4CK3R2021-05-021-0/+3
* Refactor renders (#15175)Lunny Xiao2021-04-191-24/+14
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+1
* add some reponse status on api docs (#15399)a10121127962021-04-111-0/+12
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-1/+5
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-101-0/+6
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-093-5/+4
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-21/+43
* Move modules/forms to services/forms (#15305)zeripath2021-04-064-9/+9
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-1/+1
* [refactor] mailer service (#15072)65432021-04-021-1/+1
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179)zeripath2021-03-291-20/+4
* [refactor] Unify the export of user data via API (#15144)65432021-03-2712-24/+24
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+4
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-4/+4
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-4/+13
* API: fix set milestone on PR creation (#14981)Norwin2021-03-131-3/+1
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-1/+1
* Prevent panic when editing forked repos by API (#14960)zeripath2021-03-111-0/+4
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-111-3/+11
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-032-4/+30
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-5/+15
* Create tag on ui (#13467)a10121127962021-02-281-1/+1
* Export LFS & TimeTracking function status (#14753)65432021-02-201-3/+5
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-3/+1
* [API] Add Restricted Field to User (#14630)65432021-02-181-0/+3
* Show Gitea version in swagger (#14654)techknowlogick2021-02-121-1/+1
* Fix PATCH /repos/{owner}/{repo} panic (#14637)Anton Khimich2021-02-111-2/+14
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-10/+20
* Add dismiss review feature (#12674)a10121127962021-02-113-0/+131
* Add support for ref parameter to get raw file API (#14602)zeripath2021-02-091-1/+21
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-073-18/+72
* [API] GetRelease by tag only return release (#14397)Cameron Braid2021-02-041-2/+7
* [API] Add pagination to ListBranches (#14524)65432021-02-033-22/+18
* [API] List, Check, Add & delete endpoints for repository teams (#13630)65432021-02-012-0/+239
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-291-0/+3
* Fix access log (#14475)Lunny Xiao2021-01-271-0/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-2640-246/+386
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-244-36/+55
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-1/+1
* Add support to migrate from gogs (#14342)65432021-01-211-0/+3
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-1/+8
* Fix middlewares sequences (#14354)Lunny Xiao2021-01-161-5/+5
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-1/+4
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-022-0/+40
* Team dashboards (#14159)Jimmy Praet2020-12-271-0/+6
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-5/+2