summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Repo setting to delete and disable wikiJosh Frye2016-03-031-0/+26
* Merge pull request #2694 from mhartkorn/pullrefsUnknwon2016-02-261-6/+13
|\
| * Call PushToBaseRepo() also on Pull Request creation and not only on git pushMartin Hartkorn2016-02-241-6/+13
* | #2697 fix panic when close issue via commit messageUnknwon2016-02-251-2/+1
|/
* #1821 add actions for close and reopen issuesUnknwon2016-02-221-1/+1
* Make markdown as an independent moduleUnknwon2016-02-204-14/+18
* Fix #857Unknwon2016-02-201-42/+48
* Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-202-0/+59
|\
| * Implement issue and pull request templates.Andrey Nering2016-02-182-0/+59
* | Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-191-4/+4
|\ \
| * | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check...Download-Fritz2016-02-191-6/+4
| * | #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-191-1/+3
| |/
* / #2650 fix possbility that use email as pusher user nameUnknwon2016-02-171-2/+9
|/
* #2639 add branch prefix for test webhookUnknwon2016-02-171-1/+2
* #2630 fix wrong user avatar link in webhookUnknwon2016-02-151-1/+1
* Minor fix for #2624Unknwon2016-02-151-5/+3
* Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ...Martin Hartkorn2016-02-151-1/+1
* Refactored according to suggestionsMartin Hartkorn2016-02-141-4/+3
* Add missing safety checkMartin Hartkorn2016-02-141-0/+5