Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge pull request #2169 from bclermont/develop | Unknwon | 2015-12-13 | |
|\ | | | | | Ignore invalid env for SSH Server (OSX fix) | |||
| * | ignore invalid env | Bruno | 2015-12-13 | |
|/ | ||||
* | update hightlight.js | Unknwon | 2015-12-13 | |
| | ||||
* | fix #1720 | Unknwon | 2015-12-13 | |
| | ||||
* | fix markdown header margin-top | Unknwon | 2015-12-12 | |
| | ||||
* | prepare release | Unknwon | 2015-12-12 | |
| | ||||
* | #2159 use icon+tooltip to replace text | Unknwon | 2015-12-12 | |
| | ||||
* | #2161 fix wrong regexp | Unknwon | 2015-12-12 | |
| | ||||
* | #2161 No issue linking in commits when issue number in brackets | Unknwon | 2015-12-12 | |
| | ||||
* | #2156 add edit org link in admin panel | Unknwon | 2015-12-12 | |
| | ||||
* | update locales | Unknwon | 2015-12-12 | |
| | ||||
* | #2154 minor fix | Unknwon | 2015-12-11 | |
| | ||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | |
| | ||||
* | #2152 fix SMTP authentication makes invalid assumption on protocol | Unknwon | 2015-12-11 | |
| | ||||
* | #2154 fix form submit error | Unknwon | 2015-12-11 | |
| | ||||
* | #2155 fix org max repo limit default to -1 | Unknwon | 2015-12-11 | |
| | ||||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 | |
| | | | | - #2153 remove require for gravatar | |||
* | #2155 The owner has reached maximum creation limit of 0 repositories | Unknwon | 2015-12-11 | |
| | ||||
* | fix sqlite3 cannot create repo | Unknwon | 2015-12-11 | |
| | ||||
* | #2147 fix rewrites authorized_keys when builtin SSH server is enabled | Unknwon | 2015-12-11 | |
| | ||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | |
| | ||||
* | Merge pull request #2146 from roidelapluie/develop | Unknwon | 2015-12-11 | |
|\ | | | | | Minor typo in en-US locale: gloabl -> global | |||
| * | Minor typo in en-US locale: gloabl -> global | Julien Pivotto | 2015-12-11 | |
|/ | ||||
* | Drop 0.5.x support | Unknwon | 2015-12-10 | |
| | ||||
* | #2029 not show content of issue in activity timeline | Unknwon | 2015-12-10 | |
| | ||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | |
| | ||||
* | fix markdown table header CSS | Unknwon | 2015-12-10 | |
| | ||||
* | fix bool check for repo max limit and fix hang when push repo with tons of ↵ | Unknwon | 2015-12-10 | |
| | | | | commits | |||
* | fix user repo limit default value | Unknwon | 2015-12-10 | |
| | ||||
* | #1301 "read-only" users | Unknwon | 2015-12-10 | |
| | ||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | |
| | ||||
* | #1612 Ability to send mail when a new pull request is submitted | Unknwon | 2015-12-10 | |
| | ||||
* | Merge pull request #2143 from pkgr/fix-packaging-postinstall | Unknwon | 2015-12-10 | |
|\ | | | | | Fix postinstall to use GOGS_CUSTOM instead of symlinking | |||
| * | Fix postinstall to use GOGS_CUSTOM instead of symlinking | Cyril Rohr | 2015-12-10 | |
|/ | ||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | |
| | ||||
* | Merge pull request #2139 from angus-g/fixes/pr-messages | Unknwon | 2015-12-09 | |
|\ | | | | | Reword messages for PR auto merging (#2117) | |||
| * | Reword messages for PR auto merging (#2117) | Angus Gibson | 2015-12-10 | |
| | | ||||
* | | Merge pull request #2137 from nanoant/patch/ssh-trigger-via-local-url | Unknwon | 2015-12-09 | |
|\ \ | |/ |/| | LOCAL_ROOT_URL for workers accessing web service | |||
| * | Make serv/update use LOCAL_ROOT_URL instead public | Adam Strzelecki | 2015-12-09 | |
| | | | | | | | | The reasoning for that is in the previous commit. | |||
| * | LOCAL_ROOT_URL for workers accessing web service | Adam Strzelecki | 2015-12-09 | |
|/ | | | | | | | | | | | | | | | | | | | | | Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In most cases you do not need to change default http://localhost:HTTP_PORT/. You may need to alter it only if your ssh server node is not the same as http node, eg. running behind proxy on different node than web server. --- 80 public port -> 8080 -- web server node / public proxy --< \ --- 22 public port -> 10022 -- ssh server node This option is not intended to be accessible via web GUI settings, since it is unlikely someone needs to change it to somethings else than default http://localhost:HTTP_PORT/ which should work for most of the cases. But this should land into the documentation somewhere. fixup | |||
* | Merge pull request #2138 from SlavikZ/master | Unknwon | 2015-12-09 | |
|\ | | | | | LDAP parameters UI: bind_dn and bind_password are not required | |||
| * | LDAP parameters UI: bind_dn and bind_password are not required | SlavikZ | 2015-12-09 | |
| | | ||||
* | | Merge pull request #2133 from kardianos/develop | Unknwon | 2015-12-09 | |
|\ \ | | | | | | | gogs: add import that lets gogs run as a stand-alone windows service | |||
| * | | gogs: add import that lets gogs run as a stand-alone windows service | Daniel Theophanes | 2015-12-09 | |
|/ / | | | | | | | Updates #630 | |||
* | | #2035 Show author e-mail in commit diff | Unknwon | 2015-12-09 | |
| | | ||||
* | | #1943 Able to config fsck timeout | Unknwon | 2015-12-09 | |
| | | ||||
* | | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 | |
| | | ||||
* | | Merge pull request #2132 from nanoant/patch/do-not-fail-on-missing-lessc | Unknwon | 2015-12-09 | |
|\ \ | |/ |/| | Makefile: Do not fail build on missing lessc | |||
| * | Makefile: Do not fail build on missing lessc | Adam Strzelecki | 2015-12-09 | |
|/ | | | | | | | | | | | | | | | This is achieved by adding public/css/gogs.css to special .IGNORE target, which makes inability to generate/update gogs.css non-fatal and not stopping whole build process. User is still notified about missing lessc command though, since inability to update CSS may lead to potential problems: lessc public/less/gogs.less public/css/gogs.css make: lessc: No such file or directory make: [public/css/gogs.css] Error 1 (ignored) More info at: https://www.gnu.org/software/make/manual/html_node/Special-Targets.html | |||
* | Merge pull request #2126 from angus-g/fixes/commits-branches | Unknwon | 2015-12-09 | |
|\ | | | | | Dropdown on commits page to choose branch #1846 |