Unknwon
4d4e36aaa9
#1938 #1374 disable password change for non-local users
2015-12-10 19:02:57 -05:00
Unknwon
74ceced0e8
#1575 Limit repo creation
2015-12-10 12:37:53 -05:00
Unknwon
64cf523389
remember page number when delete repo
2015-12-05 17:49:46 -05:00
Unknwon
ab04be1647
#2063 Ability to delete repo from admin panel
2015-12-05 17:39:29 -05:00
Unknwon
a3ea3c3bb9
APIs: admin users
2015-12-05 17:13:13 -05:00
Unknwon
9f75c6ce3d
#2052 advanced select ops for system notices
2015-12-05 01:09:14 -05:00
Unknwon
2003d25c5f
#2052 Ability to batch delete system notices
2015-12-01 23:33:08 -05:00
Adam Strzelecki
8d0ee10100
LDAP: Optional user name attribute specification
...
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.
2015-12-02 00:20:14 +01:00
Unknwon
8bffdd6c0b
add admin op: delete missing repos
2015-11-18 15:37:48 -05:00
Unknwon
aae491523c
fix #1930
2015-11-12 12:32:40 -05:00
Unknwon
efd1b30453
#1511 Allow local import only for admin users
2015-11-03 18:40:52 -05:00
Unknwon
677970b18e
fix import path, fix #1782
2015-10-15 21:28:12 -04:00
Unknwon
41a27b7e75
#1525 Triggere mailer for admin created accounts
2015-09-25 19:45:44 -04:00
Unknwon
9ecf211b0c
#1693 minor fix
2015-09-25 19:07:21 -04:00
无闻
dd34da15d1
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
...
Fix admin repos new ui
2015-09-25 19:05:27 -04:00
无闻
32020d6f85
Merge pull request #1691 from sapk/fix-admin-organization-new-ui
...
Fix admin organization new ui
2015-09-25 19:03:53 -04:00
Antoine GIRARD
ae2a9e0aae
Fix admin repos new ui
2015-09-26 00:38:43 +02:00
Antoine GIRARD
f3f8cca879
Fix indent in notice router
2015-09-25 19:56:23 +02:00
Antoine GIRARD
24d3309ae5
New admin organization UI
2015-09-25 19:54:52 +02:00
Unknwon
6145f88a58
#1689 minor fixes and update locale
2015-09-25 12:58:39 -04:00
Antoine GIRARD
6330052d00
Fix indent
2015-09-25 18:39:31 +02:00
Antoine GIRARD
476bbbc610
New admin notice UI based on user list example
2015-09-25 18:13:38 +02:00
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