Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare to release | Unknwon | 2016-02-24 | 17 | -164/+205 |
| | |||||
* | Merge pull request #2693 from appleboy/patch-2 | Unknwon | 2016-02-24 | 1 | -0/+1 |
|\ | | | | | test the latest version. | ||||
| * | test the latest version. | Bo-Yi Wu | 2016-02-23 | 1 | -0/+1 |
|/ | |||||
* | #2682 fix missing slash for go-get meta | Unknwon | 2016-02-23 | 5 | -5/+5 |
| | |||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 12 | -46/+68 |
| | |||||
* | Merge pull request #2665 from muhmuhten/develop | Unknwon | 2016-02-22 | 1 | -4/+2 |
|\ | | | | | Dockerfile cleanup for Alpine 3.3 | ||||
| * | update alpine package dependencies | Muh Muhten | 2016-02-19 | 1 | -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 SSH | Unknwon | 2016-02-21 | 5 | -8/+10 |
| | | |||||
* | | Merge pull request #2674 from andreynering/highlight-little-refactoring | Unknwon | 2016-02-21 | 2 | -8/+5 |
|\ \ | | | | | | | Little refactoring of diff highlight. | ||||
| * | | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 | 2 | -8/+5 |
|/ / | | | | | | | Moving cache variable to template instead of in the struct. | ||||
* | | Merge pull request #2672 from louwers/patch-1 | Unknwon | 2016-02-21 | 1 | -4/+0 |
|\ \ | | | | | | | Removed duplicate of paragraph | ||||
| * | | Removed duplicate of paragraph | Bart | 2016-02-21 | 1 | -4/+0 |
| | | | |||||
* | | | Replace uuid module with original package | Unknwon | 2016-02-20 | 11 | -912/+12 |
| | | | |||||
* | | | #2334 strip whitespace for migrate URL | Unknwon | 2016-02-20 | 2 | -2/+5 |
| | | | | | | | | | | | | Also fix a possible race condition while install | ||||
* | | | Make markdown as an independent module | Unknwon | 2016-02-20 | 14 | -143/+157 |
| | | | |||||
* | | | Move cron module to independent package | Unknwon | 2016-02-20 | 13 | -1401/+47 |
| | | | | | | | | | | | | Make it easier to keep track of upstream changes and bug fixes | ||||
* | | | Fix #857 | Unknwon | 2016-02-20 | 5 | -734/+956 |
| | | | |||||
* | | | Minor fix for #2634 | Unknwon | 2016-02-20 | 5 | -9/+15 |
| | | | | | | | | | | | | Add AttributesInBind option in new auth source form. | ||||
* | | | Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind | Unknwon | 2016-02-20 | 6 | -931/+741 |
|\ \ \ | | | | | | | | | LDAP: Fetch attributes in Bind DN context | ||||
| * | | | Update bindata for LDAP changes | Adam Strzelecki | 2016-02-20 | 1 | -905/+690 |
| | | | | |||||
| * | | | LDAP: Make a bit more detailed log traces | Adam Strzelecki | 2016-02-20 | 1 | -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 option | Adam Strzelecki | 2016-02-20 | 5 | -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 auth | Adam Strzelecki | 2016-02-20 | 1 | -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-template | Unknwon | 2016-02-20 | 3 | -1/+60 |
|\ \ \ | |/ / |/| | | Implement issue and pull request templates | ||||
| * | | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | 3 | -1/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github | ||||
* | | | Minor fix for #2524 | Unknwon | 2016-02-19 | 4 | -25/+17 |
| | | | |||||
* | | | Merge pull request #2524 from mhartkorn/pullrefs | Unknwon | 2016-02-19 | 1 | -0/+38 |
|\ \ \ | |_|/ |/| | | Enable a way to checkout Pull Requests from remote refs | ||||
| * | | Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranch | Martin Hartkorn | 2016-02-04 | 1 | -39/+0 |
| | | | |||||
| * | | Removed dependency on post-receive hook and use TriggerTask instead | Martin Hartkorn | 2016-02-04 | 4 | -120/+38 |
| | | | |||||
| * | | Enable a way to checkout Pull Requests from remote refs | Martin Hartkorn | 2016-01-30 | 4 | -0/+159 |
| | | | |||||
* | | | Fix panic when view profile without signin | Unknwon | 2016-02-19 | 2 | -12/+10 |
| | | | | | | | | | | | | Also fix that no matter who, still able to see organizations with private membership. | ||||
* | | | Remove border-bottom for tabs header divider | Unknwon | 2016-02-19 | 3 | -1/+8 |
| | | | |||||
* | | | Fix inappropriate markdown post process end tag check | Unknwon | 2016-02-19 | 4 | -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-1 | Unknwon | 2016-02-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update contributing guidlines link | ||||
| * | | | Update README.md | jwdeitch | 2016-02-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update contributing guidlines link | jwdeitch | 2016-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | previously displays 404 | ||||
* | | | | Merge pull request #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 | 6 | -16/+28 |
|\ \ \ \ | | | | | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | ||||
| * | | | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵ | Download-Fritz | 2016-02-19 | 2 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | check to AllowsPulls(). | ||||
| * | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 | 5 | -11/+25 |
| |/ / / | |||||
* | | | | Merge pull request #2659 from joshfng/fix-issue-email-format | Unknwon | 2016-02-18 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Fix issue email formatting. Addresses #2331 | ||||
| * | | | | Fix issue email formatting. Addresses #2331 | Josh Frye | 2016-02-18 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge pull request #2658 from fnkr/fix-chmod | Unknwon | 2016-02-18 | 921 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Fix chmod for several files in conf/locale/ and public/ | ||||
| * | | | | Fix chmod for several files in conf/locale/ and public/ | Florian Kaiser | 2016-02-18 | 921 | -0/+0 |
|/ / / / | |||||
* / / / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 7 | -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 template | Unknwon | 2016-02-17 | 3 | -2/+4 |
| | | | |||||
* | | | Merge pull request #2649 from andreynering/gh-issue-template | Unknwon | 2016-02-17 | 2 | -0/+18 |
|\ \ \ | |_|/ |/| | | Add GitHub's issue and pull request templates. | ||||
| * | | Add GitHub's issue and pull request templates. | Andrey Nering | 2016-02-17 | 2 | -0/+18 |
|/ / | |||||
* | | #2646 fix panic on pushing repositor | Unknwon | 2016-02-17 | 1 | -2/+2 |
| | | |||||
* | | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 | 4 | -4/+5 |
| | | |||||
* | | #2633 fix removed config option | Unknwon | 2016-02-16 | 2 | -3/+0 |
| | |