summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert mirrors to regular repositories.Martin Hartkorn2016-02-141-0/+28
* Merge pull request #2599 from mhartkorn/fix-release-error-deleted-userUnknwon2016-02-101-4/+12
|\
| * Removed HTTP 500 error on the release page when a user deleted their accountMartin Hartkorn2016-02-101-4/+12
* | Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-073-1/+5
|\ \
| * | Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-043-1/+5
| |/
* / parse milestone.deadline as local timeTobias Kunicke2016-02-061-2/+2
|/
* Use pretty 404 pages in repo.HTTPBackendFlorian Kaiser2016-02-021-6/+4
* Minor fix for #2444Unknwon2016-02-011-3/+5
* Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-011-5/+19
|\
| * Go-ism :DKim "BKC" Carlbäcker2016-01-271-3/+3
| * Fixed Poster/Commenter-bug and clean-upKim "BKC" Carlbäcker2016-01-261-3/+1
| * Fix OP not 'participating' until commentedKim "BKC" Carlbäcker2016-01-261-0/+1
| * Optimize participant-fetchingKim Carlbäcker2016-01-261-0/+1
| * Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-261-5/+19
* | Make highlighted markdown code blocks work on issue pagesFlorian Kaiser2016-02-011-0/+5
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-272-12/+0
|/
* Compute inline diff for pull request view, too. Fix #2462Andrey Nering2016-01-251-0/+6
* Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-201-1/+1
* Merge pull request #2403 from ddelpero/masterUnknwon2016-01-141-1/+1
|\
| * Update repo.goddelpero2016-01-071-1/+1