aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make markdown as an independent moduleUnknwon2016-02-2014-143/+157
* Move cron module to independent packageUnknwon2016-02-2013-1401/+47
* Fix #857Unknwon2016-02-205-734/+956
* Minor fix for #2634Unknwon2016-02-205-9/+15
* Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bindUnknwon2016-02-206-931/+741
|\
| * Update bindata for LDAP changesAdam Strzelecki2016-02-201-905/+690
| * LDAP: Make a bit more detailed log tracesAdam Strzelecki2016-02-201-1/+3
| * LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-205-6/+37
| * LDAP: Use single connection in BindDN mode authAdam Strzelecki2016-02-201-19/+11
* | Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-203-1/+60
|\ \ | |/ |/|
| * Implement issue and pull request templates.Andrey Nering2016-02-183-1/+60
* | Minor fix for #2524Unknwon2016-02-194-25/+17
* | Merge pull request #2524 from mhartkorn/pullrefsUnknwon2016-02-191-0/+38
|\ \
| * | Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranchMartin Hartkorn2016-02-041-39/+0
| * | Removed dependency on post-receive hook and use TriggerTask insteadMartin Hartkorn2016-02-044-120/+38
| * | Enable a way to checkout Pull Requests from remote refsMartin Hartkorn2016-01-304-0/+159
* | | Fix panic when view profile without signinUnknwon2016-02-192-12/+10
* | | Remove border-bottom for tabs header dividerUnknwon2016-02-193-1/+8
* | | Fix inappropriate markdown post process end tag checkUnknwon2016-02-194-5/+5
* | | Merge pull request #2664 from jwdeitch/patch-1Unknwon2016-02-191-1/+1
|\ \ \
| * | | Update README.mdjwdeitch2016-02-191-1/+1
| * | | Update contributing guidlines linkjwdeitch2016-02-191-1/+1
* | | | Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-196-16/+28
|\ \ \ \
| * | | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check...Download-Fritz2016-02-192-8/+6
| * | | | #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-195-11/+25
| |/ / /
* | | | Merge pull request #2659 from joshfng/fix-issue-email-formatUnknwon2016-02-181-1/+2
|\ \ \ \
| * | | | Fix issue email formatting. Addresses #2331Josh Frye2016-02-181-1/+2
| |/ / /
* | | | Merge pull request #2658 from fnkr/fix-chmodUnknwon2016-02-18921-0/+0
|\ \ \ \
| * | | | Fix chmod for several files in conf/locale/ and public/Florian Kaiser2016-02-18921-0/+0
|/ / / /
* / / / #2650 fix possbility that use email as pusher user nameUnknwon2016-02-177-49/+71
|/ / /
* | | Add issue and pull request templateUnknwon2016-02-173-2/+4
* | | Merge pull request #2649 from andreynering/gh-issue-templateUnknwon2016-02-172-0/+18
|\ \ \ | |_|/ |/| |
| * | Add GitHub's issue and pull request templates.Andrey Nering2016-02-172-0/+18
|/ /
* | #2646 fix panic on pushing repositorUnknwon2016-02-171-2/+2
* | #2639 add branch prefix for test webhookUnknwon2016-02-174-4/+5
* | #2633 fix removed config optionUnknwon2016-02-162-3/+0
* | Merge pull request #2635 from lunny/developUnknwon2016-02-161-6/+1
|\ \
| * | fix dependency broken because xorm's API changedLunny Xiao2016-02-161-6/+1
|/ /
* | Add env var check for updateUnknwon2016-02-152-5/+7
* | #2630 fix wrong user avatar link in webhookUnknwon2016-02-152-2/+2
* | Minor fix for #2624Unknwon2016-02-1521-198/+300
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-154-24/+116
|\ \
| * | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ...Martin Hartkorn2016-02-152-8/+8
| * | Refactored according to suggestionsMartin Hartkorn2016-02-145-25/+14
| * | Add missing safety checkMartin Hartkorn2016-02-141-0/+5
| * | Convert mirrors to regular repositories.Martin Hartkorn2016-02-145-22/+120
* | | Setup CI with testingUnknwon2016-02-141-1/+4
* | | Remove cache avatar support and add its testsUnknwon2016-02-1414-390/+45
* | | Minor fix for #2578Unknwon2016-02-141-4/+4
* | | Merge pull request #2578 from exmex/developUnknwon2016-02-142-8/+12
|\ \ \