Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -1/+3 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Minor typo in en-US locale | Toni | 2015-12-16 | 1 | -1/+1 |
| | | | metadata* | ||||
* | Fix typo | Toni | 2015-12-16 | 1 | -1/+1 |
| | | | take* | ||||
* | #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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | | | | 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 |
| | |||||
* | #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 | 1 | -0/+1 |
| | | | | | | | | 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". | ||||
* | 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 |
|/ | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | 1 | -0/+1 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -2/+4 |
| | |||||
* | fix #1383 | Unknwon | 2015-11-20 | 1 | -0/+4 |
| | |||||
* | better error message | Unknwon | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | new watchers, stars and forks UI | Unknwon | 2015-11-16 | 1 | -1/+3 |
| | |||||
* | work on #1961 | Unknwon | 2015-11-16 | 1 | -0/+4 |
| | |||||
* | fix #1958 | Unknwon | 2015-11-15 | 1 | -8/+6 |
| | |||||
* | new repo ui | Unknwon | 2015-11-14 | 1 | -1/+1 |
| | | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942 | ||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -0/+2 |
| | |||||
* | update locales | Unknwon | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | fix #1831 | Unknwon | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | fix #1697 | Unknwon | 2015-10-31 | 1 | -1/+0 |
| | |||||
* | Translation for invalid milestone due date format ISO 8601 fix. | Matt Arnold | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | work on #470 and fix miror JS issue when choose targets on compare and pull | Unknwon | 2015-10-29 | 1 | -1/+2 |
| | |||||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 | 1 | -0/+1 |
| |