Unknwon
0305d692eb
#2052 Ability to batch delete system notices
9 years ago
Unknwon
b9d6c3da4a
update REMADE and locale
9 years ago
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.
9 years ago
Unknwon
2250edf7d8
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
9 years ago
Unknwon
043da9de5a
Merge branch 'feature/wiki' into develop
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 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.
9 years ago
Unknwon
b8aaca0747
#1681 carry --config flag for builtin SSH
9 years ago
Unknwon
063c916837
wiki: finish pages
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
43eda8feb3
introduce git-shell
9 years ago
Unknwon
34ca19347f
Use better LDAP lib and should fix #1139
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
9 years ago
Unknwon
d921d5a37d
minor fix markdown post process
9 years ago
Unknwon
16ecc0a9c0
more link fix
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
b9303efd7c
fix #2020
9 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
9 years ago
Unknwon
77b9822647
more HTTP clone word fix
9 years ago
Unknwon
549f196be9
fix #2013
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
43b9b14520
fix possible panic
9 years ago
Unknwon
351ac1728d
remove tags redis and memcache
9 years ago
Unknwon
c76b07701f
update locales
9 years ago
Unknwon
d0b25eaf74
HTML render fix
9 years ago
Unknwon
a0a4125989
fix #1383
9 years ago
Unknwon
fd3da40851
fix #1873
9 years ago
Unknwon
8b6b23a40d
better escape char handle
9 years ago
Unknwon
95b10e3b07
fix #1119 and data race in timming tasks
9 years ago
Unknwon
b93fbc017a
better error message
9 years ago
Unknwon
14f5f6fec1
fix #1997
9 years ago
Unknwon
fcbe07b9ea
minor fix on auto sign in
9 years ago
Unknwon
cefccb2b6c
update locale #1965
9 years ago
Unknwon
ac5927055c
work on #1891
9 years ago
Unknwon
9f6045b236
Merge pull request #1994 from arthuroy/develop
Fix #1965 - the hyperlink and the display name of the branch
9 years ago
Unknwon
07df9b2504
#1401 #493 Admin should be able to see private repositories
9 years ago
Unknwon
bfcd3d036f
#1742 Update default branch in git repository while change in web view
9 years ago
Arthur Ouyang
92fa62691e
Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error
Fix #1965
9 years ago
Arthur Ouyang
cd18c572ac
Use refStr[11:] instead of TrimPrefix
Fix #1965
9 years ago
Arthur Ouyang
a5f57ea3ff
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 '#'
9 years ago
Unknwon
27f3dc861c
UI: long organization name in create repository owner list
9 years ago
Unknwon
94172b13d2
minor fix for #1992
9 years ago
Gibheer
4ff5dc25fe
fix old naming
This is the old naming of the variable and I forgot to fix it. It now
works and is tested.
9 years ago
Gibheer
715c4e566b
fix #1957 - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
9 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
9 years ago
Unknwon
f50ce33d9b
fix #1987
9 years ago
Unknwon
05837556e4
fix #1988
9 years ago
Unknwon
44482d52ae
fix #1448
9 years ago