Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
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
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
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
ed294f8355
#2633 fix removed config option
10 years ago
Unknwon
fa40b34850
#2554 reinitialize all repos from the db
- Update locales
10 years ago
Unknwon
47152fb109
fix #2416
10 years ago
Unknwon
eed015642e
#2156 add edit org link in admin panel
10 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
SlavikZ
90efe4cb2f
LDAP parameters UI: bind_dn and bind_password are not required
10 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
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
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
ba9c044ac5
add some log
10 years ago
Unknwon
5236dd3a2d
minor fix on #1694
10 years ago
Antoine GIRARD
e52408bf5a
Fix admin configuration new ui
10 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
10 years ago
Unknwon
6e63f1b7f6
fix #1990
10 years ago
Unknwon
8129598a9e
Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui
Fix admin dashboard new ui
10 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
10 years ago
Antoine GIRARD
2d4d302b77
Fix indent tmpl
10 years ago
Antoine GIRARD
13b253dad6
To quick to copy-paste
10 years ago
Antoine GIRARD
9431ff064b
Implement new ui to dashboard
10 years ago
Unknwon
2374b320dc
#1525 Triggere mailer for admin created accounts
10 years ago
无闻
cdf0eed8bb
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
10 years ago
Antoine GIRARD
03579f6954
Fix admin repos new ui
10 years ago
Antoine GIRARD
9d6563127b
New admin organization UI
10 years ago
Antoine GIRARD
325976b2bf
Add total next to system notice
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
7b97385e1d
revert simple LDAP userDN and update example
10 years ago
Unknwon
65e1a79b68
#1637 able to skip verify for LDAP
10 years ago
Unknwon
84380a79eb
#697 update locale and admin panel
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
de776d7c9d
fix html logic
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
0522a536da
fix css
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