summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace uuid module with original packageUnknwon2016-02-2011-912/+12
|
* #2334 strip whitespace for migrate URLUnknwon2016-02-202-2/+5
| | | | Also fix a possible race condition while install
* Make markdown as an independent moduleUnknwon2016-02-2014-143/+157
|
* Move cron module to independent packageUnknwon2016-02-2013-1401/+47
| | | | Make it easier to keep track of upstream changes and bug fixes
* Fix #857Unknwon2016-02-205-734/+956
|
* Minor fix for #2634Unknwon2016-02-205-9/+15
| | | | Add AttributesInBind option in new auth source form.
* Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bindUnknwon2016-02-206-931/+741
|\ | | | | LDAP: Fetch attributes in Bind DN context
| * Update bindata for LDAP changesAdam Strzelecki2016-02-201-905/+690
| |
| * LDAP: Make a bit more detailed log tracesAdam Strzelecki2016-02-201-1/+3
| | | | | | | | | | This is useful especially to check whether we fetch right attributes, using right LDAP search base and in right order.
| * LDAP: Fetch attributes in Bind DN context optionAdam Strzelecki2016-02-205-6/+37
| | | | | | | | | | | | | | | | | | This is feature is workaround for #2628 (JumpCloud) and some other services that allow LDAP search only under BindDN user account, but not allow any LDAP search query in logged user DN context. Such approach is an alternative to minimal permissions security pattern for BindDN user.
| * LDAP: Use single connection in BindDN mode authAdam Strzelecki2016-02-201-19/+11
| | | | | | | | | | | | | | | | | | | | According to RFC 4511 4.2.1. Processing of the Bind Request "Clients may send multiple Bind requests to change the authentication and/or security associations or to complete a multi-stage Bind process. Authentication from earlier binds is subsequently ignored." Therefore we should not use 2 connections, but single one just sending two bind requests.
* | Merge pull request #2647 from andreynering/issue-templateUnknwon2016-02-203-1/+60
|\ \ | |/ |/| Implement issue and pull request templates
| * Implement issue and pull request templates.Andrey Nering2016-02-183-1/+60
| | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github
* | Minor fix for #2524Unknwon2016-02-194-25/+17
| |
* | Merge pull request #2524 from mhartkorn/pullrefsUnknwon2016-02-191-0/+38
|\ \ | | | | | | Enable a way to checkout Pull Requests from remote refs
| * | 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
| | | | | | | | | | | | Also fix that no matter who, still able to see organizations with private membership.
* | | Remove border-bottom for tabs header dividerUnknwon2016-02-193-1/+8
| | |
* | | Fix inappropriate markdown post process end tag checkUnknwon2016-02-194-5/+5
| | | | | | | | | | | | | | | When <code> is nested inside <pre>, the next end tag token would not able to be the same as outer-most start tag. So we only check outer-most start and end tag token to be the same.
* | | Merge pull request #2664 from jwdeitch/patch-1Unknwon2016-02-191-1/+1
|\ \ \ | | | | | | | | Update contributing guidlines link
| * | | Update README.mdjwdeitch2016-02-191-1/+1
| | | |
| * | | Update contributing guidlines linkjwdeitch2016-02-191-1/+1
| | | | | | | | | | | | previously displays 404
* | | | Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-196-16/+28
|\ \ \ \ | | | | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors.
| * | | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵Download-Fritz2016-02-192-8/+6
| | | | | | | | | | | | | | | | | | | | check to AllowsPulls().
| * | | | #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 #2331
| * | | | 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/
| * | | | 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
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more.
* | | 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.
| * | 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 changed
| * | 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
| | | | | | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not.
* | Minor fix for #2624Unknwon2016-02-1521-198/+300
| |
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-154-24/+116
|\ \ | | | | | | Convert mirrors to regular repositories
| * | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵Martin Hartkorn2016-02-152-8/+8
| | | | | | | | | | | | from database
| * | 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
| | |