summaryrefslogtreecommitdiffstats
path: root/routers/admin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1691 from sapk/fix-admin-organization-new-ui无闻2015-09-251-7/+18
|\ \ | | | | | | Fix admin organization new ui
| * | Fix indent in notice routerAntoine GIRARD2015-09-251-3/+3
| | |
| * | New admin organization UIAntoine GIRARD2015-09-251-7/+18
| |/
* / #1689 minor fixes and update localeUnknwon2015-09-251-5/+5
|/
* Fix indentAntoine GIRARD2015-09-251-1/+1
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-251-5/+12
|
* drop oauth2 feature supportUnknwon2015-09-171-11/+1
|
* #1637 able to skip verify for LDAPUnknwon2015-09-141-1/+2
|
* #1633 admin delete userUnknwon2015-09-131-10/+12
|
* fix #1632 and #1606Unknwon2015-09-131-1/+1
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-131-30/+43
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-131-1/+1
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-133-38/+44
|
* #1625 remove auto_register and makes it defaultUnknwon2015-09-121-6/+4
|
* typo and READMEUnknwon2015-09-121-1/+1
|
* new admin user list UIUnknwon2015-09-111-4/+11
|
* #1620 add allowed domains for SMTP authUnknwon2015-09-111-5/+6
|
* finish new edit auth UIUnknwon2015-09-111-95/+72
|
* finish new add auth UIUnknwon2015-09-101-9/+26
|
* more minor fix on 1581Unknwon2015-09-101-2/+4
|
* Added LDAP simple auth support.Sergio Benitez2015-09-041-2/+8
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-37/+39
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-0/+2
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* make cron task configurableUnknwon2015-08-181-2/+2
|
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-9/+9
|
* WIP: create PR - choose branchUnknwon2015-08-081-5/+5
|
* Merge pull request #1244 from jamesa/develop无闻2015-07-251-0/+1
|\ | | | | Add full name field to admin's user edit page (fixes #1130)
| * Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+1
| |
* | Add PAM authenticationPaolo Borelli2015-04-241-0/+8
|/
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-6/+9
|
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-241-15/+15
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-3/+3
| | | | - fix delete user but repository watches are not decreased
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-4/+3
|
* Merge pull request #915 from Lafriks/dev无闻2015-02-231-18/+24
|\ | | | | Get username, name, surname and e-mail from LDAP server
| * Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-18/+24
| |
* | able to allow insecure certification of webhook for #891Unknwon2015-02-101-4/+1
| |
* | cmd: code fix for #905Unknwon2015-02-081-0/+4
|/ | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-011-0/+4
| | | | refs #763
* fix API changesUnknwon2014-12-281-1/+0
|
* fix #676Unknwon2014-11-301-3/+9
|
* fix #580Unknwon2014-11-301-0/+4
|
* Fix #635Unknwon2014-11-181-2/+7
|
* fox #620Unknwon2014-11-171-1/+2
|
* fix #622Unknwon2014-11-131-0/+3
|
* Fix pagination() to get the right total number of pagesEryx2014-10-141-1/+2
|
* Mirror fix on admin/orgs pagingUnknwon2014-10-102-4/+4
|
* Fix #532, add system noticeUnknwon2014-10-082-2/+48
|
* Add suburl supportUnknwon2014-09-193-9/+9
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-9/+11
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Finish all new admin pages.Unknwon2014-08-301-20/+12
|