Adam Strzelecki
56f3b83ede
UI: Keep repository settings menu button right
9 years ago
Adam Strzelecki
aa5122235f
Commits & files UI: SUI fixed single line table
Instead using own ellipsis, uses Semantic UI fixed single line table which
effectively applies ellipsis to all overflowing table cells.
NOTE: File list cannot use colspan="2" for 1st "Last commit" elements,
otherwise layout breaks with fixed table.
9 years ago
Adam Strzelecki
47b684f09d
UI: Mark top menu icons blue only when non-zero
9 years ago
Unknwon
04efaf4efd
#2071 Diff is not showing full content when has super long one line
9 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
9 years ago
Unknwon
44f262a4a7
fix #2057
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
320ebf419c
Merge pull request #2076 from Gibheer/new_mirror
add new mirror button to dashboard
9 years ago
Gibheer
656d90ff25
add new mirror button to dashboard
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
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
791bf77886
fix #2042
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
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
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
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
48c519be58
#1681 some fixes for builtin SSH server on Windows
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
24bcdb8711
upgrade libs
9 years ago
Unknwon
ba9c044ac5
add some log
9 years ago
Unknwon
5236dd3a2d
minor fix on #1694
9 years ago
Antoine GIRARD
e52408bf5a
Fix admin configuration new ui
9 years ago
Unknwon
a0a4125989
fix #1383
9 years ago
Unknwon
14f5f6fec1
fix #1997
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
3b28aed7f2
fix #878
9 years ago
Unknwon
bfcd3d036f
#1742 Update default branch in git repository while change in web view
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
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
90e6d548ad
fix #1981
9 years ago
Unknwon
b6ca235f27
fix #1979
9 years ago
Unknwon
6e63f1b7f6
fix #1990
9 years ago
Unknwon
05837556e4
fix #1988
9 years ago
Unknwon
8129598a9e
Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui
Fix admin dashboard new ui
9 years ago
Unknwon
44482d52ae
fix #1448
9 years ago
Unknwon
5091f61c31
fix CSS
9 years ago
Unknwon
fd6c98bfea
new watchers, stars and forks UI
9 years ago
Unknwon
75b80c336f
#1922 Pull request fail to merge with BIN
9 years ago