aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* #1601 support delete issue commentUnknwon2016-07-261-11/+26
* #1384 add pagination for repositoriesUnknwon2016-07-244-60/+76
* Refactor User.Id to User.IDUnknwon2016-07-2429-128/+133
* Use struct for UI settingsUnknwon2016-07-249-12/+12
* #2790 fix not detect diff style in pull request file changesUnknwon2016-07-231-0/+1
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-231-0/+8
* api: fix panic if anonymous user request admin APIUnknwon2016-07-231-1/+1
* #3076 detect invalid tag name git errorUnknwon2016-07-231-3/+6
* Refresh repository mirror from database when the repository's name has change...lstahlman2016-07-171-0/+9
* Update locales and .gopmfileUnknwon2016-07-172-1/+5
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-173-27/+13
* api: delete repository webhooks (#3275)Dennis Chen2016-07-172-3/+15
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+1
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-163-3/+8
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-169-88/+17
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-153-3/+3
* Add timestamps to repository api response (#3255)lstahlman2016-07-121-0/+2
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-121-12/+18
* Extend the API to include more repository properties (#3249)lstahlman2016-07-111-0/+5
* The pruning for the synchronized mirrors is a option now. Default value: enab...Pablo Saavedra2016-07-091-0/+1
* #3057 retrieve webhook with repo_idUnknwon2016-07-082-2/+2
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-081-16/+35
* #3058 #3059 support correct page size and link headerUnknwon2016-07-042-8/+23
* Do not show filename not have suffifx .mdUnknwon2016-07-011-2/+2
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-292-4/+8
* Fixes #3110 (#3136)Franz Schmidt2016-06-271-1/+1
* Minor fix for #3194Unknwon2016-06-271-1/+5
* Include repository owner name and description in html title (#3194)Sandro Santilli2016-06-271-1/+1
* repo/http: clean codeUnknwon2016-06-011-258/+194
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-271-1/+7
* #809 able to set issue state to closed when createUnknwon2016-05-111-0/+1
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-261-1/+3
* Made the issue stats query more secure with parameterized placeholders (#2895)Thomas Boerger2016-04-261-1/+1
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-221-0/+1
* Set utf-8 charset for text files when serving raw content (#2898)Tamás Molnár2016-04-201-1/+1
* api/admin: add/remove organization team repositoryUnknwon2016-04-042-18/+74
* Fix XORM IN condition table name parseUnknwon2016-03-271-1/+1
* #2842 add quotes to attachment file nameUnknwon2016-03-251-1/+1
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-254-24/+75
* Fix status codeUnknwon2016-03-211-1/+1
* Change list teams API to non-admin specificUnknwon2016-03-214-22/+38
* #1692 api: admin list and create team under organizationUnknwon2016-03-2111-15/+70
* Add route for #2846Unknwon2016-03-212-3/+13
* #13 fix admin can't search private reposUnknwon2016-03-154-31/+75
* Merge pull request #2823 from zacheryph/feature/local-only-password-resetUnknwon2016-03-141-0/+6
|\
| * ensure we don’t try changing LDAP passswordsZachery Hostens2016-03-141-0/+6
* | #1692 add CRUD issue APIsUnknwon2016-03-1316-113/+309
* | Convert all API handers to use *context.APIContextUnknwon2016-03-1316-170/+174
* | #1891 attempt to fix invalid csrf tokenUnknwon2016-03-121-0/+6
* | #13 finish user and repository searchUnknwon2016-03-118-93/+131