summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Include description in repository search. (#7942)David Svantesson2019-08-251-11/+16
* Document possibility to limit API Repo search to topics only. (#7957)David Svantesson2019-08-231-0/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Rewrite existing repo units if setting is not included in api body (#7763)David Svantesson2019-08-101-73/+86
* add notification placeholder (#7409)Lunny Xiao2019-07-121-0/+5
* Add golangci (#6418)kolaente2019-06-121-9/+0
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-0/+278
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-36/+13
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-21/+54
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-2/+2
* Return 409 when creating repo if it already exists. (#6330)Bogdan Petrea2019-03-151-2/+3
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-261-0/+5
* Make repo creation for API similar to UI (#6142)John Olheiser2019-02-211-0/+3
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+5
* admin should be able to delete repos even if he is not a member of the organi...Lanre Adelowo2018-12-021-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-14/+6
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+2
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+1
* api: repos/search: add parameters to control the sort order (#3964)Allen Wild2018-08-021-0/+47
* 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 swagger errors (#4220)Antoine GIRARD2018-06-121-6/+6
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+42
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-0/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-7/+32
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-3/+3
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-151-3/+8
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-116/+160
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-6/+59
* Fix repository search function (#2689)Morlinest2017-10-171-15/+14
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-5/+5
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-1/+5
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-8/+21
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+2
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-301-1/+4
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-7/+1
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-1/+1
* Merge pull request #1750 from andreynering/dashboard-search-org-reposAndrey Nering2017-05-271-0/+3
|\
| * Fix testAndrey Nering2017-05-181-1/+1
| * Show repos acording to user/organizationAndrey Nering2017-05-181-1/+3
| * Fix org repos not showing on dashboard searchAndrey Nering2017-05-181-0/+1
* | Add swagger comment for MirrorSync (#1747)Jonas Östanbäck2017-05-191-0/+9
|/
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-19/+79
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-1/+6
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-191-0/+12
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-3/+3
* API: support /users/:username/reposawwalker2017-02-271-30/+0