Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
9 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
9 years ago
Alex Myasoedov
1d4f3815a4
Fix misspelled words
9 years ago
Unknwon
12020f4d74
APIs: admin users
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
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
043da9de5a
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
27f3dc861c
UI: long organization name in create repository owner list
9 years ago
Unknwon
c0b841a766
fix #1958
9 years ago
Unknwon
ac3cbc19e0
#1896 fatal when no needed update task
9 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
9 years ago
无闻
e85fd9e599
Merge pull request #1862 from nathan7/fix-private
Fix the JSON field names for MigrateRepoForm
9 years ago
Nathan Zadoks
5e5ab4d364
Fix the JSON field names for MigrateRepoForm
For some reason, the field names for Private and Mirror got swapped.
9 years ago
Unknwon
a0fa043909
#470 fix max length of email
9 years ago
Unknwon
9087f6230d
work on #470 and fix miror JS issue when choose targets on compare and pull
9 years ago
Sergio Benitez
8dd535a6a7
Sanitizing input to LDAP authentication module.
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
7b97385e1d
revert simple LDAP userDN and update example
9 years ago
Unknwon
88cfdba4d6
new sign in page
9 years ago
Unknwon
65e1a79b68
#1637 able to skip verify for LDAP
9 years ago
Unknwon
b74f247d25
fix simple LDAP userDN
9 years ago
Unknwon
84f4ee761f
#697 add install option
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
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
11d9f91d8f
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
# modules/bindata/bindata.go
9 years ago
Unknwon
c01712659a
finish all new user settings UI
9 years ago
Sergio Benitez
d05adabd60
Merged conflicts.
9 years ago
Unknwon
9b57a08cdb
minor fix on template
9 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
217129d211
new org options UI
9 years ago
Unknwon
a92df42d1e
#1193 Make organization emails non-mandatory
9 years ago
Sergio Benitez
66eccf3efd
Minor fixes to the LDAP module readme
9 years ago
Sergio Benitez
37490567e0
Updated the LDAP auth module README.
9 years ago
Sergio Benitez
0fc8cb8ac9
Merged conflicts.
9 years ago
Sergio Benitez
03ef9936e9
Added LDAP simple auth support.
9 years ago
Unknwon
4225c2fbd7
#1579 change e-mail max length to 254
9 years ago
Unknwon
5fe3ca7ad6
work on #1570
9 years ago
Unknwon
99fa5d7151
fix migrate api
9 years ago