Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
Unknwon
ad91518721
remember page number when delete repo
10 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
10 years ago
Unknwon
12020f4d74
APIs: admin users
10 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
10 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
10 years ago
Adam Strzelecki
d461afdc62
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.
10 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
10 years ago
Unknwon
0509584b4b
fix #1930
10 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
10 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
10 years ago
Unknwon
2374b320dc
#1525 Triggere mailer for admin created accounts
10 years ago
Unknwon
feedcc6c31
#1693 minor fix
10 years ago
无闻
cdf0eed8bb
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
10 years ago
无闻
a2abcebd8c
Merge pull request #1691 from sapk/fix-admin-organization-new-ui
Fix admin organization new ui
10 years ago
Antoine GIRARD
03579f6954
Fix admin repos new ui
10 years ago
Antoine GIRARD
8974442ec0
Fix indent in notice router
10 years ago
Antoine GIRARD
9d6563127b
New admin organization UI
10 years ago
Unknwon
d0546247f0
#1689 minor fixes and update locale
10 years ago
Antoine GIRARD
0521e9e9d0
Fix indent
10 years ago
Antoine GIRARD
e82221515b
New admin notice UI based on user list example
10 years ago
Unknwon
bba20262f1
drop oauth2 feature support
10 years ago
Unknwon
65e1a79b68
#1637 able to skip verify for LDAP
10 years ago
Unknwon
4729ddb73c
#1633 admin delete user
10 years ago
Unknwon
d051a10767
fix #1632 and #1606
10 years ago
Unknwon
3494c1c06a
#697 and #1606 and new admin edit user UI
10 years ago
Unknwon
6f0ccf5280
#1606 GUI bug while adding ldap user
10 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
67853f8fd0
#1625 remove auto_register and makes it default
10 years ago
Unknwon
2c190b510b
typo and README
10 years ago
Unknwon
255f35e476
new admin user list UI
10 years ago
Unknwon
97a616a5a5
#1620 add allowed domains for SMTP auth
10 years ago
Unknwon
571b8270c3
finish new edit auth UI
10 years ago
Unknwon
c08337a4de
finish new add auth UI
10 years ago
Unknwon
b34bb8e0f3
more minor fix on 1581
10 years ago
Sergio Benitez
03ef9936e9
Added LDAP simple auth support.
10 years ago
Unknwon
a54958b204
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Girish Ramakrishnan
0beabbda4a
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.
10 years ago
Unknwon
c65787fec0
make cron task configurable
10 years ago
Sergio Benitez
7014246993
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
无闻
45330a2a81
Merge pull request #1244 from jamesa/develop
Add full name field to admin's user edit page (fixes #1130 )
10 years ago
James
66f78785ef
Add full name field to admin's user edit page ( fixes #1130 )
11 years ago
Paolo Borelli
55df399598
Add PAM authentication
11 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
11 years ago
Unknwon
8f0c7642e6
#1124 LDAP add and edit form are misleading
11 years ago
Unknwon
4ec2e465f9
#1067 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
11 years ago
Unknwon
4bcbfc2916
#851 : Edit Account does not take into consideration password rules
11 years ago
无闻
59233609d4
Merge pull request #915 from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
11 years ago