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
830d000667
finish wiki
9 years ago
Adam Strzelecki
e57b2dffa4
Admin should be able to see all organizations
...
This is follow-up for 56c66ee486
allowing admin
to see private repositories, even when not being member of them.
9 years ago
Unknwon
ca96e04e5f
#1681 carry --config flag for builtin SSH
9 years ago
Unknwon
5d1f5f32d0
wiki: finish pages
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
2b10fdc4dc
Wiki: UI for page new
9 years ago
Unknwon
144663a3cf
allow admin to migrate for any user/org
9 years ago
Unknwon
ba92f4687e
minor fix markdown post process
9 years ago
Unknwon
968edb3e44
more link fix
9 years ago
Unknwon
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
7f9598141b
fix #2020
9 years ago
Unknwon
56c66ee486
#2008 more supported git hooks
9 years ago
Unknwon
b2fb7e3fd2
more HTTP clone word fix
9 years ago
Unknwon
efaf60ba5a
fix #2013
9 years ago
Unknwon
52c8f69163
fix #650
9 years ago
Unknwon
f12832c61e
fix possible panic
10 years ago
Unknwon
3623b0927e
remove tags redis and memcache
10 years ago
Unknwon
cefc50b278
update locales
10 years ago
Unknwon
126228d146
HTML render fix
10 years ago
Unknwon
987dcc5372
fix #1383
10 years ago
Unknwon
9b6c835715
fix #1873
10 years ago
Unknwon
902b578465
better escape char handle
10 years ago
Unknwon
3d14e73fd8
fix #1119 and data race in timming tasks
10 years ago
Unknwon
6a66e5fc98
better error message
10 years ago
Unknwon
2158e6fc43
fix #1997
10 years ago
Unknwon
ee686f6231
minor fix on auto sign in
10 years ago
Unknwon
481be9b5c9
update locale #1965
10 years ago
Unknwon
9330c943cd
work on #1891
10 years ago
Unknwon
df339ad8b0
#1401 #493 Admin should be able to see private repositories
10 years ago
Unknwon
2c653141a8
#1742 Update default branch in git repository while change in web view
10 years ago
Arthur Ouyang
fc56f42dc3
Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error
...
Fix #1965
10 years ago
Arthur Ouyang
0bd4d15e47
Use refStr[11:] instead of TrimPrefix
...
Fix #1965
10 years ago
Arthur Ouyang
e04c97b9fa
Fix #1965 - the hyperlink and the display name of the branch
...
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
10 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
10 years ago
Unknwon
4325b01a58
minor fix for #1992
10 years ago
Gibheer
e347736c9e
fix old naming
...
This is the old naming of the variable and I forgot to fix it. It now
works and is tested.
10 years ago
Gibheer
56006da34b
fix #1957 - disable version display
...
This allows the admin to disable the version information about gogs and
go in use in the footer.
10 years ago
Unknwon
efea642d6c
add admin op: delete missing repos
10 years ago
Unknwon
9a0902523b
fix #1987
10 years ago
Unknwon
62533560ce
fix #1988
10 years ago
Unknwon
ff5f14431e
fix #1448
10 years ago
Unknwon
9ab96172fc
new watchers, stars and forks UI
10 years ago
Unknwon
e06558e208
#1922 Pull request fail to merge with BIN
10 years ago
Unknwon
bb1fbe4e70
octicon fix in feeds
10 years ago
Unknwon
5dc3dd1704
fix #1960
10 years ago
Unknwon
134d8e7681
work on #1961
10 years ago