Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | |
| | | | | - Allow to delete current avatar | |||
* | Merge pull request #2757 from joshfng/fix-fork-relative-url | Unknwon | 2016-03-04 | |
|\ | | | | | Use relative url when showing forked from | |||
| * | Use relative url when showing forked from | Josh Frye | 2016-03-04 | |
| | | ||||
* | | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | |
| | | ||||
* | | Minor fixes for #2746 | Unknwon | 2016-03-04 | |
| | | ||||
* | | Merge pull request #2746 from joshfng/feature-delete-wiki-pages | Unknwon | 2016-03-04 | |
|\ \ | | | | | | | Add ability to delete single wiki pages. | |||
| * | | Update delete wiki page route | Josh Frye | 2016-03-04 | |
| | | | ||||
| * | | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | |
| |/ | ||||
* / | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 | |
|/ | | | | Use hand-written SQL to do complex query | |||
* | #2748 fix redirect loop with auto-signin | Unknwon | 2016-03-04 | |
| | ||||
* | Merge pull request #2738 from andreynering/emogify | Unknwon | 2016-03-03 | |
|\ | | | | | Render emojis in more places. | |||
| * | Render emojis in more places. | Andrey Nering | 2016-03-02 | |
| | | ||||
* | | Minor fixes for #2745 | Unknwon | 2016-03-03 | |
| | | ||||
* | | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | |
| | | ||||
* | | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | |
| | | | | | | | | - Remove unused config settings `[picture] service` | |||
* | | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 | |
|/ | ||||
* | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 | |
| | ||||
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 | |
| | | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull | |||
* | #2700 fix sqlite3 can't create issue with more than one label | Unknwon | 2016-02-29 | |
| | ||||
* | Merge pull request #2722 from chriswatt/hidewikidlbutton | Unknwon | 2016-02-29 | |
|\ | | | | | Hide the download archive button when viewing wiki pages | |||
| * | Remove download archive button on wiki pages | chriswatt | 2016-02-29 | |
| | | ||||
* | | Change colour of numbers on pull request tabs if greater than zero | chriswatt | 2016-02-28 | |
|/ | ||||
* | Post work for #2637 | Unknwon | 2016-02-27 | |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | |||
* | Minor fix for #2710 | Unknwon | 2016-02-27 | |
| | ||||
* | Add ForegroundColor for labels | Lukas Dietrich | 2016-02-27 | |
| | ||||
* | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | |
| | ||||
* | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | |
| | | | | | | | 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 | |
| | ||||
* | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | |
| | ||||
* | #2682 fix missing slash for go-get meta | Unknwon | 2016-02-23 | |
| | ||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | |
| | ||||
* | Fix wrong place to check disable SSH | Unknwon | 2016-02-21 | |
| | ||||
* | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 | |
| | | | | Moving cache variable to template instead of in the struct. | |||
* | Fix #857 | Unknwon | 2016-02-20 | |
| | ||||
* | Minor fix for #2634 | Unknwon | 2016-02-20 | |
| | | | | Add AttributesInBind option in new auth source form. | |||
* | Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind | Unknwon | 2016-02-20 | |
|\ | | | | | LDAP: Fetch attributes in Bind DN context | |||
| * | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | |
| | | | | | | | | | | | | | | | | | | 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 | |
|\ \ | |/ |/| | Implement issue and pull request templates | |||
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
| | | ||||
* | | Fix inappropriate markdown post process end tag check | Unknwon | 2016-02-19 | |
| | | | | | | | | | | 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 #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 | |
|\ \ | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | |||
| * | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 | |
| |/ | ||||
* / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | |
|/ | | | | | | | | | | 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 | |
| | ||||
* | #2633 fix removed config option | Unknwon | 2016-02-16 | |
| | ||||
* | Minor fix for #2624 | Unknwon | 2016-02-15 | |
| | ||||
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repo | Unknwon | 2016-02-15 | |
|\ | | | | | Convert mirrors to regular repositories | |||
| * | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | |
| | | ||||
| * | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | |
| | |