Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 | 1 | -0/+1 |
| | |||||
* | #2251 fix button name | Unknwon | 2015-12-19 | 1 | -1/+6 |
| | |||||
* | fix #2189 | Unknwon | 2015-12-18 | 1 | -0/+3 |
| | |||||
* | #1692 API: admin create repo | Unknwon | 2015-12-17 | 3 | -3/+27 |
| | |||||
* | #2103 Ability to map extensions for syntax highlighting in config | Unknwon | 2015-12-17 | 1 | -0/+2 |
| | |||||
* | fix #2223 | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 12 | -43/+187 |
| | |||||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 | 1 | -5/+1 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 4 | -1/+90 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 9 | -9/+9 |
| | |||||
* | fix possible disclosure | Unknwon | 2015-12-14 | 1 | -6/+12 |
| | |||||
* | improve get commits performance | Unknwon | 2015-12-13 | 1 | -31/+5 |
| | |||||
* | #2167 able to identify git version on Windows | Unknwon | 2015-12-13 | 1 | -1/+2 |
| | |||||
* | #2154 minor fix | Unknwon | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 1 | -0/+4 |
| | |||||
* | #2154 fix form submit error | Unknwon | 2015-12-11 | 1 | -14/+25 |
| | |||||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 | 1 | -2/+4 |
| | | | | - #2153 remove require for gravatar | ||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 3 | -0/+9 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 3 | -14/+14 |
| | |||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 2 | -3/+6 |
| | |||||
* | #1612 Ability to send mail when a new pull request is submitted | Unknwon | 2015-12-10 | 2 | -4/+9 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 9 | -49/+56 |
| | |||||
* | #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 | -3/+0 |
| | |||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 4 | -6/+12 |
| | |||||
* | #1627 auto login after install if admin is configured | Unknwon | 2015-12-08 | 1 | -3/+9 |
| | |||||
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 | 1 | -1/+6 |
| | |||||
* | remember page number when delete repo | Unknwon | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 | 3 | -1/+27 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 4 | -18/+171 |
| | |||||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 | 2 | -332/+385 |
| | |||||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -8/+17 |
| | |||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 6 | -13/+59 |
| | |||||
* | fix panic for #2045 | Unknwon | 2015-12-04 | 1 | -2/+0 |
| | |||||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 | 10 | -147/+368 |
| | |||||
* | fix broken link | Unknwon | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | fix #976 | Unknwon | 2015-12-03 | 9 | -29/+158 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 1 | -0/+4 |
| | |||||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -1/+12 |
| | |||||
* | LDAP: Optional user name attribute specification | Adam Strzelecki | 2015-12-02 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #2069 from nanoant/patch/admin-see-all-organizations | Unknwon | 2015-11-30 | 1 | -1/+1 |
|\ | | | | | Admin should be able to see all organizations | ||||
| * | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 | 1 | -1/+1 |
| | | | | | | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them. | ||||
* | | finish wiki | Unknwon | 2015-11-30 | 2 | -71/+67 |
| | | |||||
* | | wiki: finish pages | Unknwon | 2015-11-27 | 1 | -7/+54 |
| | | |||||
* | | wiki: finish edit | Unknwon | 2015-11-27 | 1 | -23/+102 |
| | | |||||
* | | wiki: finish new | Unknwon | 2015-11-27 | 1 | -3/+58 |
| | | |||||
* | | introduce git-shell | Unknwon | 2015-11-26 | 4 | -19/+27 |
| | | |||||
* | | Wiki: UI for page new | Unknwon | 2015-11-25 | 3 | -7/+51 |
|/ | |||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | 1 | -2/+3 |
| | |||||
* | more link fix | Unknwon | 2015-11-24 | 1 | -2/+2 |
| |