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
2250edf7d8
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Adam Strzelecki
6b10567eef
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.
10 years ago
Unknwon
063c916837
wiki: finish pages
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
67ccea3792
allow admin to migrate for any user/org
10 years ago
Unknwon
16ecc0a9c0
more link fix
10 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
b9303efd7c
fix #2020
10 years ago
Unknwon
48c519be58
#1681 some fixes for builtin SSH server on Windows
10 years ago
Unknwon
77b9822647
more HTTP clone word fix
10 years ago
Unknwon
a14c20813c
fix #650
10 years ago
Unknwon
24bcdb8711
upgrade libs
10 years ago
Unknwon
a0a4125989
fix #1383
10 years ago
Unknwon
95b10e3b07
fix #1119 and data race in timming tasks
10 years ago
Unknwon
b93fbc017a
better error message
10 years ago
Unknwon
2f1c5e4ae3
#1971 more general rule to detect error
10 years ago
Unknwon
d138be8346
fix typo for #1996
10 years ago
Unknwon
ac5927055c
work on #1891
10 years ago
Unknwon
3b28aed7f2
fix #878
10 years ago
Unknwon
bfcd3d036f
#1742 Update default branch in git repository while change in web view
10 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
10 years ago
Unknwon
90e6d548ad
fix #1981
10 years ago
Unknwon
f50ce33d9b
fix #1987
10 years ago
Unknwon
44482d52ae
fix #1448
10 years ago
Unknwon
d4b7f56789
clean up code
10 years ago
Unknwon
fd6c98bfea
new watchers, stars and forks UI
10 years ago
Unknwon
52992b3405
only show user's activities in profile
10 years ago
Unknwon
b7d8606b4b
minor fix for #1961
10 years ago
Unknwon
47d9cf7edf
repo sidebar active class
10 years ago
Unknwon
b659db9117
work on #1961
10 years ago
Unknwon
c0b841a766
fix #1958
10 years ago
Unknwon
5f14673e75
remove unused code
10 years ago
Unknwon
65562d2514
minor UI fix and fix ssh race
10 years ago
Unknwon
415f167e65
new repo ui
- copy link button: #1396 , #1168 , #1668 ,
- synxtax highlight: #1712 , #1549 , #1315 , #670
- z-index: #1942
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
0509584b4b
fix #1930
10 years ago
Unknwon
4623de5292
fix #1572 fix file histrory paging issue
10 years ago
Unknwon
34264326cf
work on #1904
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
5f314d3ee9
#1905 Triming the issue title
10 years ago
Unknwon
797b4277ff
#1459 Dashboard issues lacks sorting
10 years ago
Unknwon
4840ba134e
fix #1876
10 years ago