Unknwon
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
f41360d864
#2052 advanced select ops for system notices
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago
Unknwon
942fd6be53
fix panic for #2045
9 years ago
Unknwon
56dd430a10
refactor API routes and some work for #976
9 years ago
Unknwon
b83cb36049
minor fix for #2086
9 years ago
Unknwon
e350d74c8a
fix #2085
9 years ago
Unknwon
4a64ae4abf
fix #2083
9 years ago
Unknwon
926e91820a
#2071 Diff is not showing full content when has super long one line
9 years ago
Unknwon
0be8b1b1a1
#2052 Ability to batch delete system notices
9 years ago
Unknwon
3460ec1039
update REMADE and locale
9 years ago
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.
10 years ago
Unknwon
830d000667
finish wiki
10 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.
10 years ago
Unknwon
ca96e04e5f
#1681 carry --config flag for builtin SSH
10 years ago
Unknwon
5d1f5f32d0
wiki: finish pages
10 years ago
Unknwon
e42fcb033d
wiki: finish edit
10 years ago
Unknwon
392f3ee210
wiki: finish new
10 years ago
Unknwon
c50a3503e6
introduce git-shell
10 years ago
Unknwon
aaa3f1b2b9
Use better LDAP lib and should fix #1139
10 years ago
Unknwon
2b10fdc4dc
Wiki: UI for page new
10 years ago
Unknwon
144663a3cf
allow admin to migrate for any user/org
10 years ago
Unknwon
ba92f4687e
minor fix markdown post process
10 years ago
Unknwon
968edb3e44
more link fix
10 years ago
Unknwon
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
7f9598141b
fix #2020
10 years ago
Unknwon
56c66ee486
#2008 more supported git hooks
10 years ago
Unknwon
b2fb7e3fd2
more HTTP clone word fix
10 years ago
Unknwon
efaf60ba5a
fix #2013
10 years ago
Unknwon
52c8f69163
fix #650
10 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