Lunny Xiao
9effd446fd
Add units concept for modulable functions of a repository ( #742 )
* Add units concept for modulable functions of a repository
* remove unused comment codes & fix lints and tests
* remove unused comment codes
* use struct config instead of map
* fix lint
* rm wrong files
* fix tests
8 years ago
Bo-Yi Wu
23df659f10
feat: Add search bar on user profile page. ( #787 )
8 years ago
Ethan Koenig
a0f224c7cf
Remove unneeded database loads ( #814 )
Remove unnecessary calls to repo.GetOwner() in context handlers
8 years ago
Lunny Xiao
c8ee0b9df0
add milestone changed traker on issue view ( #804 )
8 years ago
Ethan Koenig
e979cc5524
Bug fixes and unit tests for models/issue_label ( #802 )
8 years ago
Lunny Xiao
63db268036
Track labels changed on issue view & resolved #542 ( #788 )
* track labels changed on issue view & resolved #542
* add missing head comment & sort & fix refresh
8 years ago
Ethan Koenig
901f1f170e
Use handlers for API authorization ( #723 )
8 years ago
Ethan Koenig
061fa12949
Search bar for issues/pulls ( #530 )
8 years ago
Bwko
cbcb3a8598
Fix crash caused by #647 ( #708 )
8 years ago
Ethan Koenig
dc4990be0d
Fix permission bugs in team API ( #647 )
8 years ago
Ethan Koenig
1533d6f66f
API Endpoints for organization members ( #645 )
8 years ago
Philip Couling
7f6c2c538f
Attach to release ( #673 )
* 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
8 years ago
Ethan Koenig
af64dbf429
Bug fixes for webhook API ( #650 )
8 years ago
Ethan Koenig
f74f56ed26
API endpoint for subscribers ( #598 )
8 years ago
Ethan Koenig
ad391350f9
API endpoint for stargazers ( #597 )
8 years ago
Lunny Xiao
2f8ed8c92e
build failed by deleting release by API ( #562 )
8 years ago
Ethan Koenig
e29ff03812
Release API endpoints
8 years ago
Ethan Koenig
e41d044963
API endpoints for forks ( #509 )
8 years ago
Ethan Koenig
9015c12eb8
Repo permission bug fixes ( #513 )
8 years ago
Ethan Koenig
be625153d6
Permissions bug fix for webhooks
8 years ago
Ethan Koenig
24db8d7848
API endpoints for organization teams ( #370 )
8 years ago
Ethan Koenig
d271839d6f
Remove redundant query in collaborator API ( #516 )
8 years ago
Ethan Koenig
d690ce64e4
API Endpoints for collaborators ( #375 )
8 years ago
Ethan Koenig
13c5f83c24
Organization webhook API endpoints
8 years ago
Bwko
67598de413
Added sorting to the labels & milestones page ( #199 )
8 years ago
Ethan Koenig
f2f748259e
API Endpoint for watching ( #191 )
8 years ago
Kim "BKC" Carlbäcker
acd5a98218
issue comment api fix ( #449 )
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
8 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
8 years ago
Lunny Xiao
e0f49993f5
fixed vulnerabilities ( #392 )
8 years ago
Ethan Koenig
165606ce4c
Bug fix for edit-hook API endpoint
8 years ago
Ethan Koenig
2872b66e89
Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
8 years ago
Kim "BKC" Carlbäcker
b20aadde50
[API] Pull Requests ( #248 )
8 years ago
Kim "BKC" Carlbäcker
e70fa9da88
Linting
8 years ago
Kim "BKC" Carlbäcker
185fa7b753
GitHub API Compliance (& linting)
8 years ago
Kim "BKC" Carlbäcker
5f466ee446
Add undocumented endpoint for /repositories/:id
8 years ago
Kim "BKC" Carlbäcker
0287afefa6
Fix breakage from vendor-update
8 years ago
Lunny Xiao
e685609ea2
golint fixed for modules/auth
8 years ago
Lunny Xiao
b5a7692d63
Golint fixed for modules/setting ( #262 )
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
8 years ago
Lunny Xiao
86a328cf36
Golint fixed for modules/context
8 years ago
Lunny Xiao
e134836804
golint fixed for routers ( #208 )
8 years ago
Ethan Koenig
4503176480
API endpoints for stars
8 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
8 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
8 years ago
Sandro Santilli
0daccd049a
And others
8 years ago
Sandro Santilli
6909f35ba0
More...
8 years ago
Sandro Santilli
58cc4e56fa
ACCESS_MODE_* -> AccessMode*
8 years ago
Sandro Santilli
8212aa70ba
Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
8 years ago
Thomas Boerger
a2f2fa9326
Replaced go-gogs-client with go-sdk imports
8 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)
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago