Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post work for #2637 | Unknwon | 2016-02-27 | 2 | -4/+6 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||||
* | Merge pull request #2694 from mhartkorn/pullrefs | Unknwon | 2016-02-26 | 1 | -6/+13 |
|\ | | | | | Improved Pull Request refs | ||||
| * | Call PushToBaseRepo() also on Pull Request creation and not only on git push | Martin Hartkorn | 2016-02-24 | 1 | -6/+13 |
| | | |||||
* | | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | 1 | -2/+1 |
| | | |||||
* | | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen. It can be different from SSH_PORT which is supposed to be exposed in the clone URL. This should solve the problem when user runs Gogs inside Docker container and still want to use builtin SSH server. | ||||
* | | Minor fix for #2660 | Unknwon | 2016-02-24 | 1 | -3/+8 |
| | | |||||
* | | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | 1 | -0/+8 |
|/ | |||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 6 | -19/+24 |
| | |||||
* | Move cron module to independent package | Unknwon | 2016-02-20 | 2 | -2/+2 |
| | | | | Make it easier to keep track of upstream changes and bug fixes | ||||
* | Fix #857 | Unknwon | 2016-02-20 | 1 | -42/+48 |
| | |||||
* | Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind | Unknwon | 2016-02-20 | 1 | -0/+1 |
|\ | | | | | LDAP: Fetch attributes in Bind DN context | ||||
| * | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #2647 from andreynering/issue-template | Unknwon | 2016-02-20 | 2 | -0/+59 |
|\ \ | |/ |/| | Implement issue and pull request templates | ||||
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | 2 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github | ||||
* | | Fix panic when view profile without signin | Unknwon | 2016-02-19 | 1 | -1/+1 |
| | | | | | | | | Also fix that no matter who, still able to see organizations with private membership. | ||||
* | | Merge pull request #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 | 1 | -4/+4 |
|\ \ | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | ||||
| * | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵ | Download-Fritz | 2016-02-19 | 1 | -6/+4 |
| | | | | | | | | | | | | check to AllowsPulls(). | ||||
| * | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 | 1 | -1/+3 |
| |/ | |||||
* / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -2/+9 |
|/ | | | | | | | | | | 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. | ||||
* | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 | 1 | -1/+2 |
| | |||||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 1 | -1/+1 |
| | | | | | 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 | 1 | -5/+3 |
| | |||||
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 | 1 | -0/+32 |
|\ | | | | | Convert mirrors to regular repositories | ||||
| * | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 | 1 | -1/+1 |
| | | | | | | | | from database | ||||
| * | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | 1 | -4/+3 |
| | | |||||
| * | Add missing safety check | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | | |||||
| * | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 1 | -0/+28 |
| | | |||||
* | | Merge pull request #2578 from exmex/develop | Unknwon | 2016-02-14 | 1 | -2/+3 |
|\ \ | | | | | | | Admins and user itself sees private org relations on profile | ||||
| * | | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 | 1 | -2/+3 |
| | | | |||||
* | | | Minor fix for #2567 | Unknwon | 2016-02-14 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard | Unknwon | 2016-02-14 | 2 | -9/+19 |
|\ \ \ | |_|/ |/| | | Only show activities and repositories on the dashboard, that the user has access to | ||||
| * | | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 | 2 | -4/+4 |
| | | | |||||
| * | | Only show repositories on organization dashboard, that the user has access to | Florian Kaiser | 2016-02-05 | 1 | -5/+15 |
| | | | |||||
* | | | Remove redundant nil check. | Josh Frye | 2016-02-12 | 1 | -10/+0 |
| | | | |||||
* | | | Set default log path if empty during install | Josh Frye | 2016-02-12 | 1 | -0/+10 |
| | | | |||||
* | | | Add install option for log path | Josh Frye | 2016-02-12 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user | Unknwon | 2016-02-10 | 1 | -4/+12 |
|\ \ \ | | | | | | | | | Fix for server error on release page when a user deleted their account | ||||
| * | | | Removed HTTP 500 error on the release page when a user deleted their account | Martin Hartkorn | 2016-02-10 | 1 | -4/+12 |
| | | | | |||||
* | | | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | 4 | -3/+7 |
|\ \ \ \ | |_|_|/ |/| | | | Enable syntax highlighting on diff view | ||||
| * | | | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 4 | -3/+7 |
| | |/ | |/| | |||||
* | | | parse milestone.deadline as local time | Tobias Kunicke | 2016-02-06 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 | 1 | -0/+3 |
|\ \ | |/ |/| | Feature/markdown custom url scheme | ||||
| * | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | 2 | -18/+25 |
|\ \ | | | | | | | Hide other teams & repos from organization page | ||||
| * | | Remove unnecessary else-block | Florian Kaiser | 2016-02-04 | 1 | -3/+3 |
| | | | |||||
| * | | Evaulate org/team permissions when using the issue/PR view | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | | | |||||
| * | | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 2 | -2/+1 |
| | | | |||||
| * | | Everyone can see public repos | Florian Kaiser | 2016-01-31 | 1 | -5/+13 |
| | | | |||||
| * | | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 2 | -10/+4 |
| | | |