Ethan Koenig
d690ce64e4
API Endpoints for collaborators ( #375 )
9 years ago
Ethan Koenig
13c5f83c24
Organization webhook API endpoints
9 years ago
Ethan Koenig
f2f748259e
API Endpoint for watching ( #191 )
9 years ago
Kim "BKC" Carlbäcker
acd5a98218
issue comment api fix ( #449 )
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
9 years ago
Kim "BKC" Carlbäcker
b20aadde50
[API] Pull Requests ( #248 )
9 years ago
Kim "BKC" Carlbäcker
5f466ee446
Add undocumented endpoint for /repositories/:id
9 years ago
Ethan Koenig
4503176480
API endpoints for stars
9 years ago
Sandro Santilli
827c85ad85
Fix import path of go-sdk ( #141 )
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
9 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
9 years ago
Sandro Santilli
58cc4e56fa
ACCESS_MODE_* -> AccessMode*
9 years ago
Thomas Boerger
a2f2fa9326
Replaced go-gogs-client with go-sdk imports
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Andrey Nering
9cb849359e
Support Editorconfig on web editor
9 years ago
Iwan Budi Kusnanto
8924c93de0
issues comment API : list, create, edit ( #2966 )
add `since` query string support to list issue comment
9 years ago
Unknwon
a0c3de4966
#3383 code cleanup
9 years ago
lstahlman
41eae4c967
Additional API support for milestones ( #3383 )
9 years ago
Unknwon
fdd6a233a9
Fix #3391
9 years ago
Robin Lambertz
d1234950e9
Add AddCollaborator API Endpoint ( #2780 )
* Add AddCollaborator API Endpoint
* Add optional Permission to AddCollaborator endpoint
* Use APIContext
9 years ago
Unknwon
fe1ec92f38
routers/api: rename handlers to be unexported
9 years ago
Unknwon
5dcf393802
#2162 completely disable builtin issue tracker when enable external tracker
9 years ago
Unknwon
ba4980ef92
#3290 better code structure and batch minor improvements
9 years ago
lstahlman
3c6f0f35f7
Additional API support for labels ( #3290 )
* Add API support for labels.
* Error handling for adding/replacing multiple issue labels
* Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions
* Additional code cleanup
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
872cb8bb62
api: fix panic if anonymous user request admin API
Add sign in check before check user account level
9 years ago
Unknwon
e5eff96d17
Update locales and .gopmfile
9 years ago
Dennis Chen
561a7f55e4
api: delete repository webhooks ( #3275 )
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>
9 years ago
Unknwon
d497e31faa
api/admin: add/remove organization team repository
10 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
11c481a053
Change list teams API to non-admin specific
10 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
10 years ago
Unknwon
5b25440502
#1692 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to #809
10 years ago
Unknwon
da092dd05b
Convert all API handers to use *context.APIContext
10 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
10 years ago
Antoine GIRARD
7407a0b226
Corrections following recommendations
10 years ago
Antoine GIRARD
42c1153d6e
Near ready
10 years ago
Unknwon
d81852a6ec
require token for list my orgs
10 years ago
Unknwon
4e6f9675e2
fix #2360
10 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago
Unknwon
5d084664bc
#1692 API: admin create repo
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
10 years ago
Unknwon
12020f4d74
APIs: admin users
10 years ago
Unknwon
8a4c9bdbc6
fix panic for #2045
10 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
10 years ago