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
34d69dab86
fix API
10 years ago
Unknwon
791bf77886
fix #2042
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Unknwon
7943f3f40e
wiki: finish edit
10 years ago
Unknwon
42d8bbe23e
wiki: finish new
10 years ago
Unknwon
43eda8feb3
introduce git-shell
10 years ago
Unknwon
92c67cd672
Wiki: UI for page new
10 years ago
Unknwon
a4f930f86c
add unsupported migration prompt
10 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
9e2d9998bf
some fix to #2026
10 years ago
Unknwon
769376c5ed
fix incorrect
10 years ago
Unknwon
ba9c044ac5
add some log
10 years ago
Unknwon
58e4eebf77
fix for #2012
10 years ago
Unknwon
5236dd3a2d
minor fix on #1694
10 years ago
Unknwon
5bb5e34f93
notice
10 years ago
Unknwon
b0cd76734d
add more debug info
10 years ago
Unknwon
242c0771cf
more fix on #2002
10 years ago
Unknwon
24a086a9f0
fix #2002
10 years ago
Unknwon
a0a4125989
fix #1383
10 years ago
Unknwon
8b6b23a40d
better escape char handle
10 years ago
Unknwon
95b10e3b07
fix #1119 and data race in timming tasks
10 years ago
Unknwon
14f5f6fec1
fix #1997
10 years ago
Unknwon
3b28aed7f2
fix #878
10 years ago
Unknwon
27f3dc861c
UI: long organization name in create repository owner list
10 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
10 years ago
Unknwon
d4b7f56789
clean up code
10 years ago
Unknwon
fd6c98bfea
new watchers, stars and forks UI
10 years ago
Unknwon
75b80c336f
#1922 Pull request fail to merge with BIN
10 years ago
Unknwon
d77e5dd58a
fix #1960
10 years ago
Unknwon
b659db9117
work on #1961
10 years ago
Unknwon
c0b841a766
fix #1958
10 years ago
Unknwon
d35b3a94f2
fix api broken
10 years ago
Unknwon
cd26a1f9b0
fix #1953
10 years ago
Unknwon
e597e4fd71
#1931 Test patch does not checkout correct base branch
10 years ago
Unknwon
32c481117a
fix #1302
10 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
10 years ago
Unknwon
45460b7e7f
save custom avatar as PNG
10 years ago
Unknwon
d1c691cb33
#1854 show issue content
10 years ago
Unknwon
a9141327f8
minor fix for #1935 and fix #1854
10 years ago
Alexey Makhov
79430ad8e1
#1854 change issueId to issueIndex
10 years ago
Alexey Makhov
25f96b15d6
#1854 improves
10 years ago
Alexey Makhov
270a20ea2f
#1854 improves
10 years ago
Alexey Makhov
7af2e973a4
#1854 issue title at dashboard
10 years ago
Unknwon
eeb3cdfa9d
fix 1540 and experimental SSH server support
10 years ago
Unknwon
2e68e18401
go vet and fix #1890
10 years ago
Unknwon
31ad733070
admin op with notice
10 years ago
Unknwon
f00ca115e1
fix #1902
10 years ago
Unknwon
a82bba4402
#1895 Case sensitive clone URL
10 years ago
Unknwon
d501981dc9
#1900 last updatede time not update after push
10 years ago