Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 | |
| | | | | - update required version of git-module for #2373 | |||
* | fix markdown autolink error | Unknwon | 2016-01-09 | |
| | ||||
* | fix #2350 | Unknwon | 2016-01-07 | |
| | ||||
* | typo fix | zhuharev | 2016-01-06 | |
| | ||||
* | 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 | |
| | ||||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | |
| | ||||
* | #2282 fast detection of utf-8 | Unknwon | 2015-12-27 | |
| | ||||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 | |
| | ||||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 | |
| | ||||
* | #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 | |||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 | |
| | ||||
* | fix #1436 | Unknwon | 2015-12-19 | |
| | ||||
* | make mailer log more verbose | Unknwon | 2015-12-19 | |
| | ||||
* | update locales | Unknwon | 2015-12-18 | |
| | ||||
* | fix #2189 | Unknwon | 2015-12-18 | |
| | ||||
* | prepare release | Unknwon | 2015-12-18 | |
| | ||||
* | #2103 Ability to map extensions for syntax highlighting in config | Unknwon | 2015-12-17 | |
| | ||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | |
| | ||||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 | |
| | ||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | |
| | ||||
* | fix #2204 | Unknwon | 2015-12-15 | |
| | ||||
* | rename import path | Unknwon | 2015-12-15 | |
| | ||||
* | new template func | Unknwon | 2015-12-13 | |
| | ||||
* | Drop Go 1.3 support | Unknwon | 2015-12-13 | |
| | ||||
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 | |
| | ||||
* | ignore invalid env | Bruno | 2015-12-13 | |
| | ||||
* | #2161 fix wrong regexp | Unknwon | 2015-12-12 | |
| | ||||
* | #2161 No issue linking in commits when issue number in brackets | Unknwon | 2015-12-12 | |
| | ||||
* | update locales | Unknwon | 2015-12-12 | |
| | ||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | |
| | ||||
* | #2154 fix form submit error | 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 | |
| | ||||
* | #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 | |
| | ||||
* | 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 | |
| | | ||||
* | | 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 | |||
* | #1943 Able to config fsck timeout | Unknwon | 2015-12-09 | |
| | ||||
* | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 | |
| | ||||
* | unified name: IsViewBranch, IsViewCommit and IsViewTag | Unknwon | 2015-12-09 | |
| | ||||
* | Only show comparison link for >2 commits #1110 | Angus Gibson | 2015-12-09 | |
| | | | | | | | We can look at the PushCommits object to see how many commits were included in a commit, and add some template logic to only show the comparison link when there are at least 2 commits in a push. We also correct the link to display the number of commits. |