211 Commits

Author SHA1 Message Date
6f0a41b8b2 #1511 Allow local import only for admin users 2015-11-03 18:40:52 -05:00
91c9069c4d Merge pull request #1862 from nathan7/fix-private
Fix the JSON field names for MigrateRepoForm
2015-10-31 11:14:38 -04:00
f1aa4c0524 Fix the JSON field names for MigrateRepoForm
For some reason, the field names for Private and Mirror got swapped.
2015-10-30 02:44:45 +01:00
073da3c49d #470 fix max length of email 2015-10-29 21:12:41 -04:00
7d72c8333e work on #470 and fix miror JS issue when choose targets on compare and pull 2015-10-29 21:09:48 -04:00
630ebbe6c2 Sanitizing input to LDAP authentication module. 2015-10-26 18:08:59 -07:00
932dbccb67 fix import path, fix #1782 2015-10-15 21:28:12 -04:00
21e13cb51e #1525 Triggere mailer for admin created accounts 2015-09-25 19:45:44 -04:00
6a1907d994 revert simple LDAP userDN and update example 2015-09-16 12:15:14 -04:00
e4ecbcdf4a new sign in page 2015-09-14 22:50:44 -04:00
f5c7f22cc8 #1637 able to skip verify for LDAP 2015-09-14 15:48:51 -04:00
2bc3e83e1c fix simple LDAP userDN 2015-09-14 12:24:37 -04:00
5f1183cecf #697 add install option 2015-09-13 12:14:32 -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
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
362d64df04 #1620 add allowed domains for SMTP auth 2015-09-11 13:32:33 -04:00
121a81a2c5 finish new edit auth UI 2015-09-11 12:03:08 -04:00
0617448282 finish new add auth UI 2015-09-10 17:11:41 -04:00
cbd6276200 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
#	modules/bindata/bindata.go
2015-09-10 14:55:29 -04:00
52ec80fa18 finish all new user settings UI 2015-09-10 11:40:34 -04:00
964d0262ff Merged conflicts. 2015-09-09 13:44:51 -07:00
cc83043edc minor fix on template 2015-09-07 14:02:09 -04:00
85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
2015-09-06 16:31:22 -04:00
edc99bc8a4 new org options UI 2015-09-06 10:56:31 -04:00
80701d45bb #1193 Make organization emails non-mandatory 2015-09-06 10:08:14 -04:00
079a2d68db Minor fixes to the LDAP module readme 2015-09-05 15:26:31 -07:00
0f07a5cb84 Updated the LDAP auth module README. 2015-09-04 21:14:20 -07:00
aa9c36514f Merged conflicts. 2015-09-04 20:49:07 -07:00
2d1db4bf05 Added LDAP simple auth support. 2015-09-04 20:48:34 -07:00
07fe846c9f #1579 change e-mail max length to 254 2015-09-04 10:59:34 -04:00
38eb000d13 work on #1570 2015-09-03 08:09:08 -04:00
7ec991326d fix migrate api 2015-09-03 06:48:52 -04:00
e5b105e513 fix migrate API 2015-09-03 06:17:33 -04:00
65e73c4ac6 support URL param to token, but still restrict to APIs 2015-09-02 02:45:01 -04:00
2ac8e11f46 #842 able to use access token replace basic auth 2015-09-02 02:40:15 -04:00
f1adbca0f1 #1554 check adminFilter length before LDAP search 2015-09-01 08:40:11 -04:00
c6b039c6f9 new repo options UI 2015-08-30 03:21:59 +08:00
302938e646 #1333 Disable Gravatar option when install 2015-08-30 00:22:26 +08:00
ea454c21f7 #1542 A way to skip TLS verify for SMTP authentication 2015-08-29 15:45:58 +08:00
55ddf225bb webhook APIs 2015-08-29 11:49:59 +08:00
f509c59ac1 new create webhook event 2015-08-28 23:36:13 +08:00
bb3b90fcd6 #1487 Readme Template 2015-08-28 18:33:09 +08:00
46bee50e45 complate list of gitignores and licenses 2015-08-28 16:44:04 +08:00
c08600c59b new edit webhook UI 2015-08-27 01:04:23 +08:00
4217c2333c new create webhook UI 2015-08-27 00:30:06 +08:00
bd1d7d1509 Able to set SSH port when install, update Docker docs 2015-08-19 20:36:19 +08:00
24d7a86a8d 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.
2015-08-18 23:49:12 -07:00
03b85b73af token recent activity 2015-08-19 06:22:33 +08:00