Unknwon
6fa54b35e4
drop oauth2 feature support
2015-09-17 16:11:44 -04:00
Unknwon
6bf4dbca56
#1637 able to skip verify for LDAP
2015-09-14 15:48:51 -04:00
Unknwon
52efd51fd2
#1633 admin delete user
2015-09-13 13:26:20 -04:00
Unknwon
76b091554f
fix #1632 and #1606
2015-09-13 11:26:25 -04:00
Unknwon
0d977db881
#697 and #1606 and new admin edit user UI
2015-09-13 11:07:21 -04:00
Unknwon
4226a6f8d6
#1606 GUI bug while adding ldap user
2015-09-13 10:05:18 -04:00
Unknwon
dfcfb9f5cd
#697 disable captcha and new admin create user UI
2015-09-13 09:51:51 -04:00
Unknwon
82495e190c
#1625 remove auto_register and makes it default
2015-09-12 20:58:51 -04:00
Unknwon
999e5c9554
typo and README
2015-09-12 09:21:09 -04:00
Unknwon
d44f90afee
new admin user list UI
2015-09-11 20:42:26 -04:00
Unknwon
012517c083
#1620 add allowed domains for SMTP auth
2015-09-11 13:32:33 -04:00
Unknwon
4c1432e16b
finish new edit auth UI
2015-09-11 12:03:08 -04:00
Unknwon
1403d970bc
finish new add auth UI
2015-09-10 17:11:41 -04:00
Unknwon
b409c3d62e
more minor fix on 1581
2015-09-10 15:45:03 -04:00
Sergio Benitez
443a837c01
Added LDAP simple auth support.
2015-09-04 20:48:34 -07:00
Unknwon
c301b5ab09
#1542 A way to skip TLS verify for SMTP authentication
2015-08-29 15:45:58 +08:00
Girish Ramakrishnan
d4c816bd12
Set IsAdmin using LDAP
...
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.
2015-08-18 23:49:12 -07:00
Unknwon
50bb7dee08
make cron task configurable
2015-08-18 02:19:29 +08:00
Sergio Benitez
596eb2ae3e
Significantly enhanced LDAP support in Gogs.
2015-08-12 17:01:22 -07:00
Unknwon
2d1027ea97
WIP: create PR - choose branch
2015-08-08 22:43:14 +08:00
无闻
70117bf65c
Merge pull request #1244 from jamesa/develop
...
Add full name field to admin's user edit page (fixes #1130 )
2015-07-25 00:39:16 +08:00
James
34a325581a
Add full name field to admin's user edit page ( fixes #1130 )
2015-04-28 11:59:05 -04:00
Paolo Borelli
d2baa2824e
Add PAM authentication
2015-04-24 10:13:01 +02:00
Unknwon
16cfefa326
#1070 Clearer error message for illegal characters
2015-03-26 17:11:47 -04:00
Unknwon
91bff25b0d
#1124 LDAP add and edit form are misleading
2015-03-24 19:04:16 -04:00
Unknwon
bb0250edda
#1067 : Deleting users should remove them from collaborator lists
...
- fix delete user but repository watches are not decreased
2015-03-17 21:51:39 -04:00
Unknwon
06a587d0d0
#851 : Edit Account does not take into consideration password rules
2015-03-17 03:21:58 -04:00
无闻
59233609d4
Merge pull request #915 from Lafriks/dev
...
Get username, name, surname and e-mail from LDAP server
2015-02-23 13:41:29 -05:00
Unknwon
a8ac54ff07
able to allow insecure certification of webhook for #891
2015-02-10 21:06:59 -05:00
Unknwon
bc9746281f
cmd: code fix for #905
...
- 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)
2015-02-08 21:26:14 -05:00
Lauris BH
8016fb54d8
Get username, name, surname and e-mail from LDAP server
2015-02-08 01:49:51 +02:00
fzerorubigd
c973c91656
add afunction to rewrite all public keys on admin request
...
refs #763
2015-01-01 02:15:52 +03:30
Unknwon
81a44e4cd0
fix API changes
2014-12-28 20:40:35 +08:00
Unknwon
5338808600
fix #676
2014-11-30 18:29:16 -05:00
Unknwon
d75013a0e8
fix #580
2014-11-30 02:26:29 -05:00
Unknwon
2d8c414f8c
Fix #635
2014-11-18 19:05:33 -05:00
Unknwon
32dcaefafa
fox #620
2014-11-17 14:53:41 -05:00
Unknwon
9e22840483
fix #622
2014-11-13 05:27:01 -05:00
Eryx
fb8beaf19a
Fix pagination() to get the right total number of pages
2014-10-14 09:54:45 +08:00
Unknwon
d78abd3561
Mirror fix on admin/orgs paging
2014-10-10 03:28:21 -04:00
Unknwon
1aa76bd279
Fix #532 , add system notice
2014-10-08 18:29:18 -04:00
Unknwon
7ba9257a7f
Add suburl support
2014-09-19 20:11:34 -04:00
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
2014-09-18 20:50:48 +02:00
Unknwon
9bc63bda7d
Finish all new admin pages.
2014-08-30 20:49:51 +08:00
Unknwon
d2aff9a46a
Continue working on new admin pages
2014-08-29 20:50:43 +08:00
Unknwon
8829174574
Finish new admin users pages
2014-08-29 15:32:52 +08:00
Unknwon
1aec1a2dda
Finish new admin dashboard
2014-08-28 22:29:00 +08:00
Unknwon
7bbf644dd5
Convert captcha, cache, csrf as middlewares
2014-07-31 17:25:34 -04:00
Unknwon
8dd07c0ddd
New UI merge in progress
2014-07-26 00:24:27 -04:00
gima
5a97cc69ed
Make possible for administrators to change user's password (fix proposal for #290 )
2014-07-18 05:30:57 +03:00