summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Make markdown as an independent moduleUnknwon2016-02-206-19/+24
* Move cron module to independent packageUnknwon2016-02-202-2/+2
* Fix #857Unknwon2016-02-201-42/+48
* Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bindUnknwon2016-02-201-0/+1
|\
| * LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-201-0/+1
* | Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-202-0/+59
|\ \ | |/ |/|
| * Implement issue and pull request templates.Andrey Nering2016-02-182-0/+59
* | Fix panic when view profile without signinUnknwon2016-02-191-1/+1
* | 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
* Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-151-0/+32
|\
| * 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 #2578 from exmex/developUnknwon2016-02-141-2/+3
|\ \
| * | Admins and user itself sees private org relations on profileExMex2016-02-071-2/+3
* | | Minor fix for #2567Unknwon2016-02-142-2/+2
* | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboardUnknwon2016-02-142-9/+19
|\ \ \ | |_|/ |/| |
| * | Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-062-4/+4
| * | Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-051-5/+15
* | | Remove redundant nil check.Josh Frye2016-02-121-10/+0
* | | Set default log path if empty during installJosh Frye2016-02-121-0/+10
* | | Add install option for log pathJosh Frye2016-02-121-0/+10
* | | 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-074-3/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-044-3/+7
| | |/ | |/|
* | | parse milestone.deadline as local timeTobias Kunicke2016-02-061-2/+2
| |/ |/|
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-051-0/+3
|\ \ | |/ |/|
| * Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-271-0/+3
* | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-042-18/+25
|\ \
| * | Remove unnecessary else-blockFlorian Kaiser2016-02-041-3/+3
| * | Evaulate org/team permissions when using the issue/PR viewFlorian Kaiser2016-01-311-4/+11
| * | Remove unnecessary commentsFlorian Kaiser2016-01-312-2/+1
| * | Everyone can see public reposFlorian Kaiser2016-01-311-5/+13
| * | Only show teams the user has access toFlorian Kaiser2016-01-312-10/+4
| * | Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-311-6/+5
* | | #2554 reinitialize all repos from the dbUnknwon2016-02-041-0/+4
* | | Minor fix for #2506Unknwon2016-02-021-21/+16
* | | Merge pull request #2506 from sapk/add-branche-api-supportUnknwon2016-02-023-1/+82
|\ \ \
| * | | Corrections following recommendationsAntoine GIRARD2016-01-283-30/+32
| * | | Handling error for the API request and add commmentsAntoine GIRARD2016-01-281-6/+12
| * | | Update link for documentation (Temporary https://gist.github.com/sapk/df64347...Antoine GIRARD2016-01-281-7/+4
| * | | Near readyAntoine GIRARD2016-01-283-1/+77