aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to releaseUnknwon2016-02-2417-164/+205
|
* Merge pull request #2693 from appleboy/patch-2Unknwon2016-02-241-0/+1
|\ | | | | test the latest version.
| * test the latest version.Bo-Yi Wu2016-02-231-0/+1
|/
* #2682 fix missing slash for go-get metaUnknwon2016-02-235-5/+5
|
* #1821 add actions for close and reopen issuesUnknwon2016-02-2212-46/+68
|
* Merge pull request #2665 from muhmuhten/developUnknwon2016-02-221-4/+2
|\ | | | | Dockerfile cleanup for Alpine 3.3
| * update alpine package dependenciesMuh Muhten2016-02-191-4/+2
| | | | | | | | | | | | | | | | - s6 is in main in 3.3, so we no longer need to mangle the repos file - official image is periodically updated, so it's not preferred to do upgrades downstream (usually harmless, but inelegant) - apk-tools in 3.3 supports --no-cache to avoid leaving the APKINDEX files in the image
* | Fix wrong place to check disable SSHUnknwon2016-02-215-8/+10
| |
* | Merge pull request #2674 from andreynering/highlight-little-refactoringUnknwon2016-02-212-8/+5
|\ \ | | | | | | Little refactoring of diff highlight.
| * | Little refactoring of diff highlight.Andrey Nering2016-02-212-8/+5
|/ / | | | | | | Moving cache variable to template instead of in the struct.
* | Merge pull request #2672 from louwers/patch-1Unknwon2016-02-211-4/+0
|\ \ | | | | | | Removed duplicate of paragraph
| * | Removed duplicate of paragraphBart2016-02-211-4/+0
| | |
* | | 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
| |