Lunny Xiao
f1643d7080
fix panic when get user repos from api ( #1110 )
8 years ago
awwalker
92595a6f05
API: support /users/:username/repos
clean up
fix arguments
remove repeated token
give admins listing rights
8 years ago
Lunny Xiao
86db4045ba
refactor api issues load attributes for better performance ( #1066 )
8 years ago
Ethan Koenig
10e11fb4d5
Fix go vet faults ( #1060 )
8 years ago
Andrew Boyarshin
72f983b887
Fix URL handling in the whole markdown module, improve test coverage ( #1027 )
Amended with string to bool change in API SDK.
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
8 years ago
Andrew Boyarshin
8822c890e7
Markdown rendering overhaul ( #186 )
* Markdown rendering overhaul
Cleaned up and squashed commits into single one.
Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* Fix markdown API, add markdown module and API tests, improve code coverage
Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
8 years ago
Bo-Yi Wu
110750bf29
fix: trim the whitespaces for the search keyword ( #893 )
8 years ago
Ethan Koenig
f0cede202c
Fix bug in repos search ( #884 )
8 years ago
Ethan Koenig
19ad4b31b5
Redirects for renamed repos ( #807 )
* Redirects for renamed repos
* Remove unused phrase from locales
8 years ago
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