Unknwon
4eb48337da
Minor fix for #2660
9 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
9 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
9 years ago
Adam Strzelecki
727a5245ac
LDAP: Fetch attributes in Bind DN context option
This is feature is workaround for #2628 (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.
Such approach is an alternative to minimal permissions security pattern for
BindDN user.
9 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
9 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
ad91518721
remember page number when delete repo
9 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
9 years ago
Unknwon
12020f4d74
APIs: admin users
9 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
9 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
9 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.
9 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
9 years ago
Unknwon
0509584b4b
fix #1930
9 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
9 years ago
Unknwon
f066c2f1d8
fix import path, fix #1782
9 years ago
Unknwon
2374b320dc
#1525 Triggere mailer for admin created accounts
9 years ago
Unknwon
feedcc6c31
#1693 minor fix
9 years ago
无闻
cdf0eed8bb
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
9 years ago
无闻
a2abcebd8c
Merge pull request #1691 from sapk/fix-admin-organization-new-ui
Fix admin organization new ui
9 years ago
Antoine GIRARD
03579f6954
Fix admin repos new ui
9 years ago
Antoine GIRARD
8974442ec0
Fix indent in notice router
9 years ago
Antoine GIRARD
9d6563127b
New admin organization UI
9 years ago
Unknwon
d0546247f0
#1689 minor fixes and update locale
9 years ago
Antoine GIRARD
0521e9e9d0
Fix indent
9 years ago
Antoine GIRARD
e82221515b
New admin notice UI based on user list example
9 years ago
Unknwon
bba20262f1
drop oauth2 feature support
9 years ago
Unknwon
65e1a79b68
#1637 able to skip verify for LDAP
9 years ago
Unknwon
4729ddb73c
#1633 admin delete user
9 years ago
Unknwon
d051a10767
fix #1632 and #1606
9 years ago
Unknwon
3494c1c06a
#697 and #1606 and new admin edit user UI
9 years ago
Unknwon
6f0ccf5280
#1606 GUI bug while adding ldap user
9 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
9 years ago
Unknwon
67853f8fd0
#1625 remove auto_register and makes it default
9 years ago
Unknwon
2c190b510b
typo and README
9 years ago
Unknwon
255f35e476
new admin user list UI
9 years ago
Unknwon
97a616a5a5
#1620 add allowed domains for SMTP auth
9 years ago
Unknwon
571b8270c3
finish new edit auth UI
9 years ago
Unknwon
c08337a4de
finish new add auth UI
9 years ago
Unknwon
b34bb8e0f3
more minor fix on 1581
9 years ago
Sergio Benitez
03ef9936e9
Added LDAP simple auth support.
9 years ago
Unknwon
a54958b204
#1542 A way to skip TLS verify for SMTP authentication
9 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 )
10 years ago
Paolo Borelli
55df399598
Add PAM authentication
10 years ago