Commit Graph

280 Commits

Author SHA1 Message Date
024fcc836b Minor HTML fix for delete repository notice 2016-07-23 20:42:46 +08:00
c083d76567 #2937 able to prohibit user login 2016-07-16 10:22:16 +08:00
467d7dacb6 Modify behaviour of repo-delete. (#3232)
Re: issues gogits/gogs#2863 and gogits/gogs#3231

As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.

Meta
-----
This commit will be rebased onto the 'develop' branch.
2016-07-09 13:13:57 +08:00
401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
2016-07-08 07:25:09 +08:00
2bf8494332 #13 finish user and repository search
Both are possible on explore and admin panel
2016-03-11 15:33:12 -05:00
f946040fa9 #1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
2016-03-03 15:09:43 -05:00
8055a0bdac Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
baaf6046a1 Minor fix for #2660 2016-02-24 23:59:17 -05:00
c27038e392 Test mailer button. Addresses #1531 2016-02-24 09:48:05 -05:00
acf094fb07 Minor fix for #2634
Add AttributesInBind option in new auth source form.
2016-02-20 14:56:27 -05:00
834d92a47b 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.
2016-02-20 14:12:32 +01:00
3af1d3c581 #2633 fix removed config option 2016-02-16 13:27:02 -05:00
04be8c0de5 #2554 reinitialize all repos from the db
- Update locales
2016-02-04 12:51:00 -05:00
7ca1821725 fix #2416 2016-01-26 02:00:16 -05:00
4108c12092 #2156 add edit org link in admin panel 2015-12-12 15:47:59 -05:00
59c965a5ec #2156 admin able to edit organization max repo creation 2015-12-11 19:24:57 -05:00
2a0bb1fa90 #1575 Limit repo creation 2015-12-10 12:37:53 -05:00
a19aaa439d LDAP parameters UI: bind_dn and bind_password are not required 2015-12-09 21:02:19 +02:00
da2585c11e 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
2015-12-08 00:57:46 +01:00
89244b74c6 remember page number when delete repo 2015-12-05 17:49:46 -05:00
ca8ce793d1 #2063 Ability to delete repo from admin panel 2015-12-05 17:39:29 -05:00
f41360d864 #2052 advanced select ops for system notices 2015-12-05 01:09:14 -05:00
0be8b1b1a1 #2052 Ability to batch delete system notices 2015-12-01 23:33:08 -05:00
573305f3d3 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
8966750fd4 add some log 2015-11-21 19:11:57 -05:00
eea2e05da6 minor fix on #1694 2015-11-21 12:58:31 -05:00
63cdee84d1 Fix admin configuration new ui 2015-11-21 12:57:28 +01:00
efea642d6c add admin op: delete missing repos 2015-11-18 15:37:48 -05:00
7a9777ae36 fix #1990 2015-11-18 14:12:10 -05:00
dc7e74ebb1 Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui
Fix admin dashboard new ui
2015-11-18 10:24:35 -05:00
6f0a41b8b2 #1511 Allow local import only for admin users 2015-11-03 18:40:52 -05:00
5edc2f6d6c Fix indent tmpl 2015-10-14 01:09:33 +02:00
ae0fadeb0e To quick to copy-paste 2015-10-13 02:08:13 +02:00
e1c04f043b Implement new ui to dashboard 2015-10-13 01:40:35 +02:00
21e13cb51e #1525 Triggere mailer for admin created accounts 2015-09-25 19:45:44 -04:00
84c727ae66 Merge pull request #1693 from sapk/fix-admin-repo-new-ui
Fix admin repos new ui
2015-09-25 19:05:27 -04:00
dfc16d0879 Fix admin repos new ui 2015-09-26 00:38:43 +02:00
c98dad1cf3 New admin organization UI 2015-09-25 19:54:52 +02:00
fefce965f9 Add total next to system notice 2015-09-25 18:36:05 +02:00
14a1101139 New admin notice UI based on user list example 2015-09-25 18:13:38 +02:00
3fb1b6a608 drop oauth2 feature support 2015-09-17 16:11:44 -04:00
6a1907d994 revert simple LDAP userDN and update example 2015-09-16 12:15:14 -04:00
f5c7f22cc8 #1637 able to skip verify for LDAP 2015-09-14 15:48:51 -04:00
98108e379d #697 update locale and admin panel 2015-09-13 11:16:29 -04:00
83e747bfda #697 and #1606 and new admin edit user UI 2015-09-13 11:07:21 -04:00
e5ed5904c6 #1606 GUI bug while adding ldap user 2015-09-13 10:05:18 -04:00
1fa5b6711b fix html logic 2015-09-13 09:56:50 -04:00
8e0a69f86a #697 disable captcha and new admin create user UI 2015-09-13 09:51:51 -04:00
cd37fccdfb #1625 remove auto_register and makes it default 2015-09-12 20:58:51 -04:00
c7ac237b57 fix css 2015-09-11 20:49:28 -04:00