summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* #3408 minor code fixUnknwon2016-08-111-1/+1
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-0/+4
* Little code refactoringUnknwon2016-08-091-15/+16
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-091-2/+18
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-061-0/+10
* #2593 allow render raw contentUnknwon2016-08-051-1/+1
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-041-1/+1
* #3345 dump content directly to HTTP ResponseWriterUnknwon2016-07-301-6/+5
* Diff patch (#3345)Dennis Chen2016-07-301-1/+10
* routers/repo/release: Use correct branch reference (#3330)마누엘2016-07-271-9/+14
* routers/repo/issue: remove redundant format stringUnknwon2016-07-261-13/+13
* #1601 support delete issue commentUnknwon2016-07-261-11/+26
* Refactor User.Id to User.IDUnknwon2016-07-247-39/+39
* Use struct for UI settingsUnknwon2016-07-242-3/+3
* #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
* #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-171-0/+4
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-2/+2
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+6
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-163-63/+1
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-153-3/+3
* [Fix] Don't display way too large files #1513 (#3253)Kim Carlbäcker2016-07-121-12/+18
* 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-081-1/+1
* 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
* 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
* #2842 add quotes to attachment file nameUnknwon2016-03-251-1/+1
* Add route for #2846Unknwon2016-03-212-3/+13
* #1692 add CRUD issue APIsUnknwon2016-03-132-45/+17
* Rename module: middleware -> contextUnknwon2016-03-1112-128/+128
* Updated and created were appended with _unix. Fresh databases have only the n...Marin Jankovski2016-03-111-1/+1
* Fix pull request availability checkUnknwon2016-03-062-4/+14
* Remove duplicated of codeUnknwon2016-03-061-53/+48
* #1146 finish new access rights for collaboratorsUnknwon2016-03-053-10/+28
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-051-18/+21
* #1597 fix premission logic check of pull requestUnknwon2016-03-041-7/+14
* #1597 support pull requests in same repositoryUnknwon2016-03-041-22/+45
* Minor fixes for #2746Unknwon2016-03-041-2/+1
* Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+18
* Minor fixes for #2745Unknwon2016-03-031-4/+2