Adam Strzelecki
3808638df1
Fix #2221 LDAP username attribute must be fetched
...
This is fix-up for 573305f
. Forgot to fetch AttributeUsername value from the
LDAP server, so the setting was effectively not working as intended.
9 years ago
Florian Kaiser
abc5abce30
Allow modification of a release if Content is empty ( fix #2516 )
9 years ago
Unknwon
112a7cab31
#2497 incorrect error handle for team name
9 years ago
zhuharev
0d5dc8a064
typo fix
9 years ago
Unknwon
59c965a5ec
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
477b4d3b50
#2154 fix form submit error
9 years ago
Unknwon
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
9 years ago
Unknwon
40f3142264
#2114 External URL for wiki
9 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
9 years ago
Unknwon
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
9 years ago
Unknwon
120cd4e471
#1984 Better mirror repo management
9 years ago
Alex Myasoedov
ae54d878c0
Fix misspelled words
9 years ago
Unknwon
978dc00305
APIs: admin users
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago
Unknwon
56dd430a10
refactor API routes and some work for #976
9 years ago
Adam Strzelecki
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.
9 years ago
Unknwon
dcb391d341
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
e42fcb033d
wiki: finish edit
9 years ago
Unknwon
392f3ee210
wiki: finish new
9 years ago
Unknwon
c50a3503e6
introduce git-shell
9 years ago
Unknwon
aaa3f1b2b9
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
9 years ago
Unknwon
18de67380c
fix #1958
9 years ago
Unknwon
f255b1e86d
#1896 fatal when no needed update task
9 years ago
Unknwon
6f0a41b8b2
#1511 Allow local import only for admin users
9 years ago
无闻
91c9069c4d
Merge pull request #1862 from nathan7/fix-private
...
Fix the JSON field names for MigrateRepoForm
9 years ago
Nathan Zadoks
f1aa4c0524
Fix the JSON field names for MigrateRepoForm
...
For some reason, the field names for Private and Mirror got swapped.
9 years ago
Unknwon
073da3c49d
#470 fix max length of email
9 years ago
Unknwon
7d72c8333e
work on #470 and fix miror JS issue when choose targets on compare and pull
9 years ago
Sergio Benitez
630ebbe6c2
Sanitizing input to LDAP authentication module.
9 years ago
Unknwon
932dbccb67
fix import path, fix #1782
9 years ago
Unknwon
21e13cb51e
#1525 Triggere mailer for admin created accounts
9 years ago
Unknwon
6a1907d994
revert simple LDAP userDN and update example
10 years ago
Unknwon
e4ecbcdf4a
new sign in page
10 years ago
Unknwon
f5c7f22cc8
#1637 able to skip verify for LDAP
10 years ago
Unknwon
2bc3e83e1c
fix simple LDAP userDN
10 years ago
Unknwon
5f1183cecf
#697 add install option
10 years ago
Unknwon
83e747bfda
#697 and #1606 and new admin edit user UI
10 years ago
Unknwon
e5ed5904c6
#1606 GUI bug while adding ldap user
10 years ago
Unknwon
8e0a69f86a
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
cd37fccdfb
#1625 remove auto_register and makes it default
10 years ago
Unknwon
362d64df04
#1620 add allowed domains for SMTP auth
10 years ago
Unknwon
121a81a2c5
finish new edit auth UI
10 years ago
Unknwon
0617448282
finish new add auth UI
10 years ago
Unknwon
cbd6276200
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
...
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
52ec80fa18
finish all new user settings UI
10 years ago
Sergio Benitez
964d0262ff
Merged conflicts.
10 years ago
Unknwon
cc83043edc
minor fix on template
10 years ago
Unknwon
85f34ba538
new user profile settings UI
...
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
edc99bc8a4
new org options UI
10 years ago
Unknwon
80701d45bb
#1193 Make organization emails non-mandatory
10 years ago
Sergio Benitez
079a2d68db
Minor fixes to the LDAP module readme
10 years ago
Sergio Benitez
0f07a5cb84
Updated the LDAP auth module README.
10 years ago
Sergio Benitez
aa9c36514f
Merged conflicts.
10 years ago
Sergio Benitez
2d1db4bf05
Added LDAP simple auth support.
10 years ago
Unknwon
07fe846c9f
#1579 change e-mail max length to 254
10 years ago
Unknwon
38eb000d13
work on #1570
10 years ago
Unknwon
7ec991326d
fix migrate api
10 years ago
Unknwon
e5b105e513
fix migrate API
10 years ago
Unknwon
65e73c4ac6
support URL param to token, but still restrict to APIs
10 years ago
Unknwon
2ac8e11f46
#842 able to use access token replace basic auth
10 years ago
Unknwon
f1adbca0f1
#1554 check adminFilter length before LDAP search
10 years ago
Unknwon
c6b039c6f9
new repo options UI
10 years ago
Unknwon
302938e646
#1333 Disable Gravatar option when install
10 years ago
Unknwon
ea454c21f7
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Unknwon
55ddf225bb
webhook APIs
10 years ago
Unknwon
f509c59ac1
new create webhook event
10 years ago
Unknwon
bb3b90fcd6
#1487 Readme Template
10 years ago
Unknwon
46bee50e45
complate list of gitignores and licenses
10 years ago
Unknwon
c08600c59b
new edit webhook UI
10 years ago
Unknwon
4217c2333c
new create webhook UI
10 years ago
Unknwon
bd1d7d1509
Able to set SSH port when install, update Docker docs
10 years ago
Girish Ramakrishnan
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.
10 years ago
Unknwon
03b85b73af
token recent activity
10 years ago
Unknwon
4c7b6414eb
new access token UI
10 years ago
Unknwon
6235bd1fe9
work on #986 and fix a LDAP crash
10 years ago
Unknwon
71fd10dd37
change minimum password length to 1
10 years ago
Unknwon
407385db7e
work on #1493
10 years ago
Sergio Benitez
bb8e763ede
Small style fixes to the LDAP module README
10 years ago
Unknwon
55ccb00a47
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
...
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
1fb53067f4
finish close/reopen issue
10 years ago
Unknwon
133b19d0c5
finish view comments on issue page
10 years ago
Sergio Benitez
f8a4ab25fd
Updated the LDAP module readme.
10 years ago
Sergio Benitez
7d84d4a8f0
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
922f3f3062
finish create issue with labels
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
10 years ago
Unknwon
2c507667bf
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
e50982f5ec
allow anonymous SSH clone
10 years ago
Unknwon
487fc8ca39
fix #1439
10 years ago
Unknwon
54b58e988d
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
70d44e9565
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
d86c4841fa
Merge pull request #1309 from stettberger/master
...
settings/password: no minimal required characters for OldPassword
10 years ago
无闻
91ab2538c3
Merge pull request #1244 from jamesa/develop
...
Add full name field to admin's user edit page (fixes #1130 )
10 years ago
Unknwon
dc4aab9925
UI: CURD labels
...
- fix update lable break connection with repository
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
548b95f7b5
fix install form def
10 years ago