summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Collapse)AuthorAgeFilesLines
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-201-0/+1
|
* #2251 fix button nameUnknwon2015-12-191-1/+6
|
* fix #2189Unknwon2015-12-181-0/+3
|
* #1692 API: admin create repoUnknwon2015-12-173-3/+27
|
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-171-0/+2
|
* fix #2223Unknwon2015-12-171-1/+1
|
* #1692 add organization APIsUnknwon2015-12-1712-43/+187
|
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-161-5/+1
|
* #1692 add user email APIsUnknwon2015-12-154-1/+90
|
* rename import pathUnknwon2015-12-159-9/+9
|
* fix possible disclosureUnknwon2015-12-141-6/+12
|
* improve get commits performanceUnknwon2015-12-131-31/+5
|
* #2167 able to identify git version on WindowsUnknwon2015-12-131-1/+2
|
* #2154 minor fixUnknwon2015-12-111-1/+1
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-0/+4
|
* #2154 fix form submit errorUnknwon2015-12-111-14/+25
|
* #2154 disable change user for non-local usersUnknwon2015-12-111-2/+4
| | | | - #2153 remove require for gravatar
* #2114 External URL for wikiUnknwon2015-12-113-0/+9
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-103-14/+14
|
* #1575 Limit repo creationUnknwon2015-12-102-3/+6
|
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-102-4/+9
|
* move out git module and #1573 send push hookUnknwon2015-12-099-49/+56
|
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-0/+1
|
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-3/+0
|
* #1984 Better mirror repo managementUnknwon2015-12-084-6/+12
|
* #1627 auto login after install if admin is configuredUnknwon2015-12-081-3/+9
|
* fix wrong slack webhook payload URLUnknwon2015-12-061-1/+6
|
* remember page number when delete repoUnknwon2015-12-051-1/+1
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-053-1/+27
|
* APIs: admin usersUnknwon2015-12-054-18/+171
|
* fix #2105 and fix #1857Unknwon2015-12-052-332/+385
|
* #2052 advanced select ops for system noticesUnknwon2015-12-051-8/+17
|
* fix #1829 and fix #890Unknwon2015-12-046-13/+59
|
* fix panic for #2045Unknwon2015-12-041-2/+0
|
* refactor API routes and some work for #976Unknwon2015-12-0410-147/+368
|
* fix broken linkUnknwon2015-12-031-1/+1
|
* fix #976Unknwon2015-12-039-29/+158
|
* more UI minor fixesUnknwon2015-12-021-0/+4
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-011-1/+12
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-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-organizationsUnknwon2015-11-301-1/+1
|\ | | | | Admin should be able to see all organizations
| * Admin should be able to see all organizationsAdam Strzelecki2015-11-301-1/+1
| | | | | | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* | finish wikiUnknwon2015-11-302-71/+67
| |
* | wiki: finish pagesUnknwon2015-11-271-7/+54
| |
* | wiki: finish editUnknwon2015-11-271-23/+102
| |
* | wiki: finish newUnknwon2015-11-271-3/+58
| |
* | introduce git-shellUnknwon2015-11-264-19/+27
| |
* | Wiki: UI for page newUnknwon2015-11-253-7/+51
|/
* allow admin to migrate for any user/orgUnknwon2015-11-251-2/+3
|
* more link fixUnknwon2015-11-241-2/+2
|