aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1
Commit message (Collapse)AuthorAge
...
* Update locales and .gopmfileUnknwon2016-07-17
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-17
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-17
| | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-16
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Add timestamps to repository api response (#3255)lstahlman2016-07-12
| | | Additional properties: created_at, updated_at
* Extend the API to include more repository properties (#3249)lstahlman2016-07-11
| | | | Adds description, stars_count, forks_count, watchers_count and open_issues_count.
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-04
|
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-27
| | | | Add start count corrector for Repository.NumClosedIssues
* #809 able to set issue state to closed when createUnknwon2016-05-11
|
* api/admin: add/remove organization team repositoryUnknwon2016-04-04
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* Fix status codeUnknwon2016-03-21
|
* Change list teams API to non-admin specificUnknwon2016-03-21
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* #1692 add CRUD issue APIsUnknwon2016-03-13
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-13
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Make markdown as an independent moduleUnknwon2016-02-20
|
* Minor fix for #2506Unknwon2016-02-02
|
* Corrections following recommendationsAntoine GIRARD2016-01-28
|
* Handling error for the API request and add commmentsAntoine GIRARD2016-01-28
| | | | [ci skip]
* Update link for documentation (Temporary ↵Antoine GIRARD2016-01-28
| | | | | | https://gist.github.com/sapk/df64347ff218baf4a277) [ci skip]
* Near readyAntoine GIRARD2016-01-28
|
* require token for list my orgsUnknwon2016-01-09
|
* fix #2360Unknwon2016-01-08
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #1692 API: admin create repoUnknwon2015-12-17
|
* #1692 add organization APIsUnknwon2015-12-17
|
* #1692 add user email APIsUnknwon2015-12-15
|
* rename import pathUnknwon2015-12-15
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-10
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* APIs: admin usersUnknwon2015-12-05
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* fix panic for #2045Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04
|
* fix #976Unknwon2015-12-03
|
* finish wikiUnknwon2015-11-30
|
* Wiki: UI for page newUnknwon2015-11-25
|
* allow admin to migrate for any user/orgUnknwon2015-11-25
|
* fix #878Unknwon2015-11-18
|
* fix #1448Unknwon2015-11-17
|
* fix #1302Unknwon2015-11-13
|
* #1511 Allow local import only for admin usersUnknwon2015-11-03
|
* #1657 allow forcing all private reposUnknwon2015-10-25
|