Unknwon
ab114927b3
#13 fix admin can't search private repos
- update glide info
10 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
10 years ago
Unknwon
574a4d69e8
Rename module: middleware -> context
10 years ago
Unknwon
ad91428936
#1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
10 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
10 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
10 years ago
Unknwon
4eb48337da
Minor fix for #2660
10 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
10 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
10 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.
10 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
10 years ago
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