Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge pull request #2635 from lunny/develop | Unknwon | 2016-02-16 | 1 | -6/+1 |
|\ \ | | | | | | | fix dependency broken because xorm's API changed | ||||
| * | | fix dependency broken because xorm's API changed | Lunny Xiao | 2016-02-16 | 1 | -6/+1 |
|/ / | |||||
* | | Add env var check for update | Unknwon | 2016-02-15 | 2 | -5/+7 |
| | | |||||
* | | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 2 | -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 #2624 | Unknwon | 2016-02-15 | 21 | -198/+300 |
| | | |||||
* | | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 | 4 | -24/+116 |
|\ \ | | | | | | | Convert mirrors to regular repositories | ||||
| * | | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 | 2 | -8/+8 |
| | | | | | | | | | | | | from database | ||||
| * | | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | 5 | -25/+14 |
| | | | |||||
| * | | Add missing safety check | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | | | |||||
| * | | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 5 | -22/+120 |
| | | | |||||
* | | | Setup CI with testing | Unknwon | 2016-02-14 | 1 | -1/+4 |
| | | | |||||
* | | | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 14 | -390/+45 |
| | | |