Ethan Koenig
24db8d7848
API endpoints for organization teams ( #370 )
9 years ago
Ethan Koenig
d271839d6f
Remove redundant query in collaborator API ( #516 )
9 years ago
Ethan Koenig
d690ce64e4
API Endpoints for collaborators ( #375 )
9 years ago
Ethan Koenig
13c5f83c24
Organization webhook API endpoints
9 years ago
Bwko
67598de413
Added sorting to the labels & milestones page ( #199 )
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
Denis Denisov
820c295d94
Fix random string generator ( #384 )
* Remove unused custom-alphabet feature of random string generator
Fix random string generator
Random string generator should return error if it fails to read random data via crypto/rand
* Fixes variable (un)initialization mixed assign
Update test GetRandomString
9 years ago
Lunny Xiao
e0f49993f5
fixed vulnerabilities ( #392 )
9 years ago
Ethan Koenig
165606ce4c
Bug fix for edit-hook API endpoint
9 years ago
Ethan Koenig
2872b66e89
Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
9 years ago
Kim "BKC" Carlbäcker
b20aadde50
[API] Pull Requests ( #248 )
9 years ago
Kim "BKC" Carlbäcker
e70fa9da88
Linting
9 years ago
Kim "BKC" Carlbäcker
185fa7b753
GitHub API Compliance (& linting)
9 years ago
Kim "BKC" Carlbäcker
5f466ee446
Add undocumented endpoint for /repositories/:id
9 years ago
Kim "BKC" Carlbäcker
0287afefa6
Fix breakage from vendor-update
9 years ago
Lunny Xiao
e685609ea2
golint fixed for modules/auth
9 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
9 years ago
Lunny Xiao
86a328cf36
Golint fixed for modules/context
9 years ago
Lunny Xiao
e134836804
golint fixed for routers ( #208 )
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
0daccd049a
And others
9 years ago
Sandro Santilli
6909f35ba0
More...
9 years ago
Sandro Santilli
58cc4e56fa
ACCESS_MODE_* -> AccessMode*
9 years ago
Sandro Santilli
8212aa70ba
Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
9 years ago
Thomas Boerger
a2f2fa9326
Replaced go-gogs-client with go-sdk imports
9 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Unknwon
437ad0d136
#3515 use alert instead 500 for duplicated login source name
9 years ago
Andrey Nering
9cb849359e
Support Editorconfig on web editor
9 years ago
Unknwon
e4d1ae765f
#3459 code quality improvement
9 years ago
Unknwon
edc4bdf469
#2966 code cleanup
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
11540e5abe
Web editor: improve code quality
9 years ago
Kurt Madel
697d960e80
added support to set pull_request event from api ( #3513 )
9 years ago
Unknwon
a0c3de4966
#3383 code cleanup
9 years ago
lstahlman
41eae4c967
Additional API support for milestones ( #3383 )
9 years ago
Kim Carlbäcker
5fac4604d0
Issues can be closed via API ( #3170 ) ( #3479 )
* Issues can be closed via API
* Error-checking is nice xD
* EditIssueOption.Status => State
* Use const instead of string-literal
9 years ago
Unknwon
ca313c82d3
models/issue: improve quality and performance of NewIssue function
9 years ago
Unknwon
6e37e3f3d7
Replace convert.To with APIFormat calls
9 years ago
Unknwon
f60f4fc56e
#2246 fully support of webhooks for pull request
9 years ago
Unknwon
fdd6a233a9
Fix #3391
9 years ago
Robin Lambertz
9acb7a034f
Add MaxRepoCreation to EditUser API ( #2781 )
9 years ago
Unknwon
31e654d0fb
#2780 code clean up
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
lstahlman
3bc40ec99b
Add committer information to API and Webhooks. Also fixes #3271 ( #3414 )
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