Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update locales | Unknwon | 2016-01-25 | 8 | -86/+86 |
| | |||||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | 1 | -12/+0 |
| | |||||
* | fix #2385 | Unknwon | 2016-01-14 | 1 | -1/+2 |
| | |||||
* | update locale | Unknwon | 2016-01-11 | 13 | -112/+164 |
| | |||||
* | #2349 try to handle []int8 case | Unknwon | 2016-01-11 | 1 | -0/+1 |
| | |||||
* | fix #2350 | Unknwon | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | update locale | Unknwon | 2016-01-06 | 6 | -77/+77 |
| | |||||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 | 1 | -5/+7 |
| | |||||
* | fix #2327 | Unknwon | 2016-01-05 | 1 | -39/+0 |
| | |||||
* | #2264 use monospaced font for commit IDs in news feeds | Unknwon | 2015-12-24 | 2 | -13/+13 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -1/+3 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | fix #1436 | Unknwon | 2015-12-19 | 1 | -0/+2 |
| | |||||
* | update locales | Unknwon | 2015-12-18 | 2 | -4/+4 |
| | |||||
* | prepare release | Unknwon | 2015-12-18 | 8 | -112/+112 |
| | |||||
* | #2103 Ability to map extensions for syntax highlighting in config | Unknwon | 2015-12-17 | 1 | -0/+4 |
| | |||||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 | 2 | -1/+6 |
| | |||||
* | Minor typo in en-US locale | Toni | 2015-12-16 | 1 | -1/+1 |
| | | | metadata* | ||||
* | fix #2205 | Unknwon | 2015-12-15 | 1 | -0/+3 |
| | |||||
* | fix #2204 | Unknwon | 2015-12-15 | 2 | -1/+1 |
| | |||||
* | Fix typo | Toni | 2015-12-16 | 1 | -1/+1 |
| | | | take* | ||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -0/+2 |
| | |||||
* | update locales | Unknwon | 2015-12-12 | 13 | -319/+423 |
| | |||||
* | #2154 minor fix | Unknwon | 2015-12-11 | 1 | -2/+2 |
| | |||||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 | 1 | -0/+1 |
| | | | | - #2153 remove require for gravatar | ||||
* | fix sqlite3 cannot create repo | Unknwon | 2015-12-11 | 1 | -2/+2 |
| | |||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+3 |
| | |||||
* | Minor typo in en-US locale: gloabl -> global | Julien Pivotto | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | #1301 "read-only" users | Unknwon | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 2 | -0/+5 |
| | |||||
* | #1612 Ability to send mail when a new pull request is submitted | Unknwon | 2015-12-10 | 13 | -384/+436 |
| | |||||
* | Merge pull request #2139 from angus-g/fixes/pr-messages | Unknwon | 2015-12-09 | 1 | -3/+3 |
|\ | | | | | Reword messages for PR auto merging (#2117) | ||||
| * | Reword messages for PR auto merging (#2117) | Angus Gibson | 2015-12-10 | 1 | -3/+3 |
| | | |||||
* | | LOCAL_ROOT_URL for workers accessing web service | Adam Strzelecki | 2015-12-09 | 1 | -0/+4 |
|/ | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1 |
| | |||||
* | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 | 1 | -0/+1 |
| | |||||
* | unified name: IsViewBranch, IsViewCommit and IsViewTag | Unknwon | 2015-12-09 | 1 | -2/+2 |
| | |||||
* | Only show comparison link for >2 commits #1110 | Angus Gibson | 2015-12-09 | 14 | -14/+14 |
| | | | | | | | 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. | ||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -0/+3 |
| | |||||
* | minor fix for #2113 and other locales | Unknwon | 2015-12-07 | 2 | -22/+22 |
| | |||||
* | Update locale_ru-RU.ini | OhDaeto | 2015-12-07 | 1 | -17/+17 |
| | |||||
* | Update Russian translation | OhDaeto | 2015-12-07 | 1 | -18/+18 |
| | |||||
* | prepare release | Unknwon | 2015-12-06 | 14 | -147/+405 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 1 | -0/+1 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 1 | -0/+3 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 2 | -3/+9 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -1/+8 |
| | |||||
* | Translation: Add missing entry for new "code" tab | Adam Strzelecki | 2015-12-02 | 14 | -0/+14 |
| | | | | | | | | We have new tab, but we had no entry. That's why it was showing "code" (lowercase) as this is text id, where we were expecting properly title cased "Code" to be shown in English version. Also add Polish translation "code=Kod". | ||||
* | fix #2083 | Unknwon | 2015-12-02 | 1 | -6/+9 |
| |