Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #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 |
| | | |||
* | | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 |
| | | |||
* | | fix #2454 | Unknwon | 2016-02-14 |
| | | |||
* | | Minor fix for #2567 | Unknwon | 2016-02-14 |
| | | |||
* | | #2569 delete repo local copy when transfer | Unknwon | 2016-02-14 |
| | | | | | | | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote. | ||
* | | Fix when repo is empty | chriswatt | 2016-02-14 |
| | | |||
* | | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 |
|/ | |||
* | Make log path required | Josh Frye | 2016-02-12 |
| | |||
* | Set default log path if empty during install | Josh Frye | 2016-02-12 |
| | |||
* | Add helper text for log path. | Josh Frye | 2016-02-12 |
| | |||
* | Add install option for log path | Josh Frye | 2016-02-12 |
| | |||
* | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 |
| | | | | | | | | | When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable. | ||
* | Implementing the "theme-color" meta tag. | Andrey Nering | 2016-02-08 |
| | | | | | | Used by Android >= 5.0 to make the top bar colored. Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android | ||
* | Fix tab index on new issue/comment form | chriswatt | 2016-02-07 |
| | |||
* | Merge pull request #2581 from chriswatt/committab | Unknwon | 2016-02-07 |
|\ | | | | | Make commits tab active when on diff page | ||
| * | Make commits tab active when on diff page | chriswatt | 2016-02-07 |
| | | |||
* | | Improve db path prompt when install | Unknwon | 2016-02-07 |
| | | |||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 |
|\ \ | |/ |/| | Enable syntax highlighting on diff view | ||
| * | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 |
| | | |||
* | | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 |
| | | |||
* | | #2556 handle space in image URL | Unknwon | 2016-02-04 |
|/ | |||
* | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 |
| | | | | - Update locales | ||
* | Add missing patch conflit pattern | Unknwon | 2016-02-03 |
| | |||
* | Fix random avatar does not work on Windows | Unknwon | 2016-02-02 |
| | | | | path.Dir can't handle Windows case, must use filepath.Dir | ||
* | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | |||
* | Merge pull request #2444 from bkcsoft/feature/participants | Unknwon | 2016-02-01 |
|\ | | | | | Implemented participant-listing for issue-pages (Fixes #2377) | ||
| * | Name popup | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
| * | Implemented participant-listing for issue-pages | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
* | | Merge pull request #2537 from fnkr/remember-clone-protocol | Unknwon | 2016-02-01 |
|\ \ | | | | | | | Remember last selected clone protocol | ||
| * | | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 |
| | | | |||
* | | | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 |
|/ / |