summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* fix #2205Unknwon2015-12-151-0/+3
|
* fix #2204Unknwon2015-12-152-1/+1
|
* Fix typoToni2015-12-161-1/+1
| | | take*
* rename import pathUnknwon2015-12-151-0/+2
|
* update localesUnknwon2015-12-1213-319/+423
|
* #2154 minor fixUnknwon2015-12-111-2/+2
|
* #2154 disable change user for non-local usersUnknwon2015-12-111-0/+1
| | | | - #2153 remove require for gravatar
* fix sqlite3 cannot create repoUnknwon2015-12-111-2/+2
|
* #2114 External URL for wikiUnknwon2015-12-111-0/+3
|
* Minor typo in en-US locale: gloabl -> globalJulien Pivotto2015-12-111-1/+1
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-0/+1
|
* #1301 "read-only" usersUnknwon2015-12-101-1/+1
|
* #1575 Limit repo creationUnknwon2015-12-102-0/+5
|
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-1013-384/+436
|
* Merge pull request #2139 from angus-g/fixes/pr-messagesUnknwon2015-12-091-3/+3
|\ | | | | Reword messages for PR auto merging (#2117)
| * Reword messages for PR auto merging (#2117)Angus Gibson2015-12-101-3/+3
| |
* | LOCAL_ROOT_URL for workers accessing web serviceAdam Strzelecki2015-12-091-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 timeoutUnknwon2015-12-091-0/+1
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-0/+1
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-2/+2
|
* Only show comparison link for >2 commits #1110Angus Gibson2015-12-0914-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 managementUnknwon2015-12-081-0/+3
|
* minor fix for #2113 and other localesUnknwon2015-12-072-22/+22
|
* Update locale_ru-RU.iniOhDaeto2015-12-071-17/+17
|
* Update Russian translationOhDaeto2015-12-071-18/+18
|
* prepare releaseUnknwon2015-12-0614-147/+405
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-0/+1
|
* fix #2105 and fix #1857Unknwon2015-12-051-0/+3
|
* #2052 advanced select ops for system noticesUnknwon2015-12-052-3/+9
|
* fix #1829 and fix #890Unknwon2015-12-041-1/+8
|
* Translation: Add missing entry for new "code" tabAdam Strzelecki2015-12-0214-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 #2083Unknwon2015-12-021-6/+9
|
* Merge pull request #2081 from angus-g/en-transUnknwon2015-12-011-44/+44
|\ | | | | Update English translations
| * Fix casing in English translationAngus Gibson2015-12-021-1/+1
| |
| * Update English translationsAngus Gibson2015-12-021-44/+44
| | | | | | | | Just some phrasing changes to make the English translations sound more natural.
* | #2052 Ability to batch delete system noticesUnknwon2015-12-011-0/+1
|/
* update REMADE and localeUnknwon2015-12-011-29/+29
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-0/+2
| | | | | | | | | | | | | | | Consider following LDAP search query example: (&(objectClass=Person)(|(uid=%s)(mail=%s))) Right now on first login attempt Gogs will use the text supplied on login form as the newly created user name. In example query above the text matches against both e-mail or user name. So if user puts the e-mail then the new Gogs user name will be e-mail which may be undesired. Using optional user name attribute setting we can explicitly say we want Gogs user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail to login 1st time, the new account will receive correct user name.
* finish wikiUnknwon2015-11-3013-108/+329
|
* wiki: finish pagesUnknwon2015-11-271-0/+2
|
* wiki: finish editUnknwon2015-11-271-0/+5
|
* wiki: finish newUnknwon2015-11-271-0/+1
|
* Wiki: UI for page newUnknwon2015-11-251-0/+8
|
* prepare for releaseUnknwon2015-11-2513-118/+144
|
* allow admin to migrate for any user/orgUnknwon2015-11-251-0/+1
|
* fix #650Unknwon2015-11-221-2/+4
|
* update localesUnknwon2015-11-2113-33/+98
|
* fix #1383Unknwon2015-11-201-0/+4
|
* better error messageUnknwon2015-11-191-0/+1
|
* update locale #1965Unknwon2015-11-1913-12935/+13052
|