Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | 2 | -2/+4 |
| | | | | | | | 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 | 2 | -694/+909 |
| | |||||
* | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | 2 | -906/+696 |
| | |||||
* | Prepare to release | Unknwon | 2016-02-24 | 1 | -26/+26 |
| | |||||
* | #2682 fix missing slash for go-get meta | Unknwon | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 2 | -4/+6 |
| | |||||
* | Replace uuid module with original package | Unknwon | 2016-02-20 | 5 | -904/+2 |
| | |||||
* | #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 | 6 | -119/+127 |
| | |||||
* | Move cron module to independent package | Unknwon | 2016-02-20 | 9 | -1340/+44 |
| | | | | Make it easier to keep track of upstream changes and bug fixes | ||||
* | Fix #857 | Unknwon | 2016-02-20 | 1 | -690/+905 |
| | |||||
* | 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 | 2 | -6/+27 |
| | | | | | | | | | 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. | ||||
* | Fix inappropriate markdown post process end tag check | Unknwon | 2016-02-19 | 1 | -2/+2 |
| | | | | | 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 | 1 | -1/+1 |
|\ | | | | | #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 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| |/ | |||||
* / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -2/+0 |
|/ | | | | | | | | | | 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 env var check for update | Unknwon | 2016-02-15 | 1 | -0/+1 |
| | |||||
* | Minor fix for #2624 | Unknwon | 2016-02-15 | 1 | -28/+28 |
| | |||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 6 | -370/+34 |
| | |||||
* | fix #2454 | Unknwon | 2016-02-14 | 1 | -690/+905 |
| | |||||
* | Remove unused tests | Unknwon | 2016-02-13 | 1 | -206/+0 |
| | | | | | Module httplib will be replaced a well done third-party package soon, so remove its unused tests | ||||
* | Make log path required | Josh Frye | 2016-02-12 | 1 | -1/+1 |
| | |||||
* | Add helper text for log path. | Josh Frye | 2016-02-12 | 1 | -2/+2 |
| | |||||
* | Add install option for log path | Josh Frye | 2016-02-12 | 2 | -905/+691 |
| | |||||
* | Update locales and update sponsor | Unknwon | 2016-02-11 | 1 | -26/+26 |
| | |||||
* | #2485 fix payloads mixed up for webhook | Unknwon | 2016-02-10 | 1 | -2/+2 |
| | | | | | | | | | 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 | 2 | -0/+5 |
| | | | | | | 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 | ||||
* | Merge pull request #2579 from nanoant/patch/fix-ldap-username | Unknwon | 2016-02-07 | 1 | -1/+1 |
|\ | | | | | Fix #2221 LDAP username attribute must be fetched | ||||
| * | Fix #2221 LDAP username attribute must be fetched | Adam Strzelecki | 2016-02-07 | 1 | -1/+1 |
| | | | | | | | | | | This is fix-up for 573305f. Forgot to fetch AttributeUsername value from the LDAP server, so the setting was effectively not working as intended. | ||||
* | | Improve db path prompt when install | Unknwon | 2016-02-07 | 1 | -17/+17 |
| | | |||||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | 1 | -1/+1 |
|\ \ | |/ |/| | Enable syntax highlighting on diff view | ||||
| * | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -1/+1 |
| | | |||||
* | | Generate CSS for #2561 | Unknwon | 2016-02-05 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 | 3 | -16/+14 |
|\ \ | | | | | | | Feature/markdown custom url scheme | ||||
| * | | Not working, but slightly better... | Kim "BKC" Carlbäcker | 2016-01-27 | 3 | -12/+14 |
| | | | |||||
| * | | Custom URL-Schemas for Markdown | Kim "BKC" Carlbäcker | 2016-01-27 | 4 | -10/+6 |
| | | | |||||
* | | | #2556 handle space in image URL | Unknwon | 2016-02-04 | 1 | -1/+4 |
| |/ |/| | |||||
* | | Minor fix for #2530 | Unknwon | 2016-02-04 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | 2 | -20/+56 |
|\ \ | | | | | | | Hide other teams & repos from organization page | ||||
| * | | Organization owners see all repositories & teams | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | | | |||||
| * | | Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin | Florian Kaiser | 2016-01-31 | 2 | -8/+8 |
| | | | |||||
| * | | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 2 | -16/+45 |
| | | | |||||
* | | | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 | 1 | -28/+28 |
| | | | | | | | | | | | | - Update locales | ||||
* | | | Minor fix for #2444 | Unknwon | 2016-02-01 | 1 | -2/+2 |
| | | | |||||
* | | | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 | 1 | -21/+34 |
| | | |