summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Collapse)AuthorAgeFilesLines
* Integration tests for issues API (#2059)Ethan Koenig2017-06-251-15/+13
|
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
|
* Fix bug in issue labels API (#2048)Ethan Koenig2017-06-251-2/+2
|
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-211-2/+10
| | | | | | | | | | | | | | * revert #2001 and fix issue comments hidden * fix #2001 * fix import * improve comment type * reduce unnecessary join * fix comment on FindCommentsOptions
* Add repo fork swagger (#1941)Jonas Östanbäck2017-06-121-0/+20
|
* Gracefully handle bare repositories on API operations. (#1932)Dennis Keitzel2017-06-102-1/+11
| | | Signed-off-by: Dennis Keitzel <github@pinshot.net>
* Merge pull request #1750 from andreynering/dashboard-search-org-reposAndrey Nering2017-05-271-0/+3
|\ | | | | More fixes for dashboard search
| * Fix testAndrey Nering2017-05-181-1/+1
| | | | | | | | There was a panic when there's no logged in user
| * 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
|/ | | | | | * Add swagger comment for MirrorSync * Generate swagger.v1.json
* Generate swagger json (#1402)Antoine GIRARD2017-05-022-22/+121
| | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-1/+6
|
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+127
|
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-191-0/+12
| | | | | | | | * API: Add repo mirror sync * Correct error message * Change http status to 200
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-153-5/+5
|
* API: support /users/:username/reposawwalker2017-02-271-30/+0
| | | | | | | | | | clean up fix arguments remove repeated token give admins listing rights
* refactor api issues load attributes for better performance (#1066)Lunny Xiao2017-02-271-5/+6
|
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-2/+2
|
* Fix bug in repos search (#884)Ethan Koenig2017-02-101-5/+9
|
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-1/+1
|
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-012-2/+2
|
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-1/+1
|
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-2/+2
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-252-3/+5
|
* Attach to release (#673)Philip Couling2017-01-151-2/+2
| | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-2/+5
|
* API endpoint for subscribers (#598)Ethan Koenig2017-01-071-0/+25
|
* API endpoint for stargazers (#597)Ethan Koenig2017-01-061-0/+25
|
* build failed by deleting release by API (#562)Lunny Xiao2017-01-031-1/+1
|
* Release API endpointsEthan Koenig2017-01-021-0/+186
|
* API endpoints for forks (#509)Ethan Koenig2016-12-311-0/+61
|
* Repo permission bug fixes (#513)Ethan Koenig2016-12-291-0/+4
|
* Remove redundant query in collaborator API (#516)Ethan Koenig2016-12-281-24/+4
|
* API Endpoints for collaborators (#375)Ethan Koenig2016-12-261-0/+93
|
* Organization webhook API endpointsEthan Koenig2016-12-251-133/+15
|
* Added sorting to the labels & milestones page (#199)Bwko2016-12-241-1/+1
|
* issue comment api fix (#449)Kim "BKC" Carlbäcker2016-12-221-0/+47
| | | | | | * ListAllInRepo & Delete Issue-Comments * Moar data in issue-comments
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
|
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-10/+16
| | | | Also move duplicated code into repo.APIFormat(..)
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-021-0/+433
|
* LintingKim "BKC" Carlbäcker2016-12-021-2/+2
|
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-023-8/+31
|
* Add undocumented endpoint for /repositories/:idKim "BKC" Carlbäcker2016-12-021-0/+15
|
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
|
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
|
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* golint fixed for routers (#208)Lunny Xiao2016-11-2411-17/+64
|
* API endpoints for starsEthan Koenig2016-11-161-33/+3
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1110-10/+10
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea