Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+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 disable change user for non-local users | Unknwon | 2015-12-11 | 1 | -0/+1 |
| | | | | - #2153 remove require for gravatar | ||||
* | #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 | 1 | -0/+3 |
| | |||||
* | #1612 Ability to send mail when a new pull request is submitted | Unknwon | 2015-12-10 | 13 | -384/+436 |
| | |||||
* | Reword messages for PR auto merging (#2117) | Angus Gibson | 2015-12-10 | 1 | -3/+3 |
| | |||||
* | #2037 Add "New Mirror" button on Dashboard | Unknwon | 2015-12-09 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -2/+8 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #2081 from angus-g/en-trans | Unknwon | 2015-12-01 | 1 | -44/+44 |
|\ | | | | | Update English translations | ||||
| * | Fix casing in English translation | Angus Gibson | 2015-12-02 | 1 | -1/+1 |
| | | |||||
| * | Update English translations | Angus Gibson | 2015-12-02 | 1 | -44/+44 |
| | | | | | | | | Just some phrasing changes to make the English translations sound more natural. | ||||
* | | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -0/+1 |
|/ | |||||
* | update REMADE and locale | Unknwon | 2015-12-01 | 1 | -29/+29 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -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 wiki | Unknwon | 2015-11-30 | 13 | -108/+329 |
| | |||||
* | wiki: finish pages | Unknwon | 2015-11-27 | 1 | -0/+2 |
| | |||||
* | wiki: finish edit | Unknwon | 2015-11-27 | 1 | -0/+5 |
| | |||||
* | wiki: finish new | Unknwon | 2015-11-27 | 1 | -0/+1 |
| | |||||
* | Wiki: UI for page new | Unknwon | 2015-11-25 | 1 | -0/+8 |
| | |||||
* | prepare for release | Unknwon | 2015-11-25 | 13 | -118/+144 |
| | |||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | 1 | -0/+1 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -2/+4 |
| | |||||
* | update locales | Unknwon | 2015-11-21 | 13 | -33/+98 |
| | |||||
* | fix #1383 | Unknwon | 2015-11-20 | 1 | -0/+4 |
| | |||||
* | better error message | Unknwon | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | update locale #1965 | Unknwon | 2015-11-19 | 13 | -12935/+13052 |
| | |||||
* | Fix #1965 - the hyperlink and the display name of the branch | Arthur Ouyang | 2015-11-19 | 1 | -1/+1 |
| | | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#' | ||||
* | add admin op: delete missing repos | Unknwon | 2015-11-18 | 1 | -0/+2 |
| | |||||
* | fix #1987 | Unknwon | 2015-11-18 | 1 | -0/+1 |
| | |||||
* | fix #1988 | Unknwon | 2015-11-18 | 1 | -0/+1 |
| | |||||
* | fix #1448 | Unknwon | 2015-11-17 | 1 | -0/+1 |
| |