Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix #2454 | Unknwon | 2016-02-14 |
| | |||
* | Add helper text for log path. | Josh Frye | 2016-02-12 |
| | |||
* | Add install option for log path | Josh Frye | 2016-02-12 |
| | |||
* | Update locales and update sponsor | Unknwon | 2016-02-11 |
| | |||
* | 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 | ||
* | Improve db path prompt when install | Unknwon | 2016-02-07 |
| | |||
* | Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme | Unknwon | 2016-02-05 |
|\ | | | | | Feature/markdown custom url scheme | ||
| * | Added example to conf/app.ini | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | |||
* | | Fixes small typo | techwolf12 | 2016-02-05 |
| | | |||
* | | #2554 reinitialize all repos from the db | Unknwon | 2016-02-04 |
| | | | | | | | | - Update locales | ||
* | | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | | |||
* | | Change en-us localization "mirror from" to "mirror of" | Patrik | 2016-02-01 |
| | | |||
* | | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
| | | |||
* | | Update locales | Unknwon | 2016-01-28 |
| | | |||
* | | Fix grammar in deploy key section | Saren Currie | 2016-01-27 |
|/ | |||
* | Update locales | Unknwon | 2016-01-25 |
| | |||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
| | |||
* | fix #2385 | Unknwon | 2016-01-14 |
| | |||
* | update locale | Unknwon | 2016-01-11 |
| | |||
* | #2349 try to handle []int8 case | Unknwon | 2016-01-11 |
| | |||
* | fix #2350 | Unknwon | 2016-01-07 |
| | |||
* | update locale | Unknwon | 2016-01-06 |
| | |||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | fix #2327 | Unknwon | 2016-01-05 |
| | |||
* | #2264 use monospaced font for commit IDs in news feeds | Unknwon | 2015-12-24 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | fix #1436 | Unknwon | 2015-12-19 |
| | |||
* | update locales | Unknwon | 2015-12-18 |
| | |||
* | prepare release | Unknwon | 2015-12-18 |
| | |||
* | #2103 Ability to map extensions for syntax highlighting in config | Unknwon | 2015-12-17 |
| | |||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 |
| | |||
* | Minor typo in en-US locale | Toni | 2015-12-16 |
| | | | metadata* | ||
* | fix #2205 | Unknwon | 2015-12-15 |
| | |||
* | fix #2204 | Unknwon | 2015-12-15 |
| | |||
* | Fix typo | Toni | 2015-12-16 |
| | | | take* | ||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | update locales | Unknwon | 2015-12-12 |
| | |||
* | #2154 minor fix | Unknwon | 2015-12-11 |
| | |||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 |
| | | | | - #2153 remove require for gravatar | ||
* | fix sqlite3 cannot create repo | Unknwon | 2015-12-11 |
| | |||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 |
| | |||
* | Minor typo in en-US locale: gloabl -> global | Julien Pivotto | 2015-12-11 |
| | |||
* | #1938 #1374 disable password change for non-local users | 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 #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 |
| | | |||
* | | 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 |