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
9ed60d96a9
fix API
9 years ago
Unknwon
d3a5ff7b6b
fix #2042
9 years ago
Unknwon
830d000667
finish wiki
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
2b10fdc4dc
Wiki: UI for page new
9 years ago
Unknwon
eb30cbab81
add unsupported migration prompt
9 years ago
Unknwon
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
ec8d41765d
some fix to #2026
9 years ago
Unknwon
dcc740fd26
fix incorrect
9 years ago
Unknwon
8966750fd4
add some log
9 years ago
Unknwon
b4877b1e06
fix for #2012
9 years ago
Unknwon
eea2e05da6
minor fix on #1694
9 years ago
Unknwon
6a6a7512c2
notice
9 years ago
Unknwon
6b30b20765
add more debug info
9 years ago
Unknwon
74dfe439c2
more fix on #2002
9 years ago
Unknwon
1d4a5b1825
fix #2002
9 years ago
Unknwon
987dcc5372
fix #1383
9 years ago
Unknwon
902b578465
better escape char handle
9 years ago
Unknwon
3d14e73fd8
fix #1119 and data race in timming tasks
9 years ago
Unknwon
2158e6fc43
fix #1997
9 years ago
Unknwon
f455125d4d
fix #878
9 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
9 years ago
Unknwon
efea642d6c
add admin op: delete missing repos
9 years ago
Unknwon
ab9411be2a
clean up code
9 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
9 years ago
Unknwon
e06558e208
#1922 Pull request fail to merge with BIN
9 years ago
Unknwon
5dc3dd1704
fix #1960
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
18de67380c
fix #1958
9 years ago
Unknwon
e030109b5a
fix api broken
9 years ago
Unknwon
4d3138cd10
fix #1953
9 years ago
Unknwon
4f03b81ec7
#1931 Test patch does not checkout correct base branch
9 years ago
Unknwon
f8ae161c74
fix #1302
9 years ago
Unknwon
1d57f0d64f
Show custom avatars in commits
9 years ago
Unknwon
1559bd58e7
save custom avatar as PNG
9 years ago
Unknwon
6a664e88c7
#1854 show issue content
9 years ago
Unknwon
a6c7716742
minor fix for #1935 and fix #1854
9 years ago
Alexey Makhov
ee645af107
#1854 change issueId to issueIndex
9 years ago
Alexey Makhov
3e7695ae91
#1854 improves
9 years ago
Alexey Makhov
1bfebdcdf6
#1854 improves
9 years ago
Alexey Makhov
588a0db218
#1854 issue title at dashboard
9 years ago
Unknwon
18c841050b
fix 1540 and experimental SSH server support
9 years ago
Unknwon
b55499d039
go vet and fix #1890
9 years ago
Unknwon
d85a1d478e
admin op with notice
9 years ago
Unknwon
676d774d88
fix #1902
9 years ago
Unknwon
6f929dcd9e
#1895 Case sensitive clone URL
9 years ago
Unknwon
2bd64621fc
#1900 last updatede time not update after push
9 years ago