summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix #1965 - the hyperlink and the display name of the branchArthur Ouyang2015-11-191-1/+1
| | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
* fix #1957 - disable version displayGibheer2015-11-181-0/+2
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* add admin op: delete missing reposUnknwon2015-11-181-0/+2
|
* fix #1987Unknwon2015-11-181-0/+1
|
* fix #1988Unknwon2015-11-181-0/+1
|
* fix #1448Unknwon2015-11-171-0/+1
|
* new watchers, stars and forks UIUnknwon2015-11-161-1/+3
|
* work on #1961Unknwon2015-11-161-0/+4
|
* fix #1958Unknwon2015-11-151-8/+6
|
* new repo uiUnknwon2015-11-141-1/+1
| | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942
* prepare releaseUnknwon2015-11-124-17/+17
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-081-0/+2
|
* fix #1902Unknwon2015-11-0711-24/+44
|
* #1511 Allow local import only for admin usersUnknwon2015-11-034-2/+10
|
* update localesUnknwon2015-11-0314-75/+89
|
* update some libsUnknwon2015-11-021-24/+26
|
* Merge pull request #1871 from Gibheer/config_minimum_key_sizes无闻2015-11-011-0/+10
|\ | | | | move minimum key sizes to config
| * move minimum key sizes to configGibheer2015-10-301-0/+10
| | | | | | | | | | This moves the minimum key sizes into the config file, so that anyone can modify the restrictions.
* | fix #1831Unknwon2015-11-0115-210/+202
| |
* | work #1705Unknwon2015-10-311-1/+3
| |