Unknwon
316ca2d3e4
fix #976
10 years ago
Unknwon
9040b23ccd
more UI minor fixes
10 years ago
Unknwon
a11a0fd2a5
Merge pull request #2088 from nanoant/patch/further-layout-fixes
Further layout fixes
10 years ago
Adam Strzelecki
51df440502
UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use
middleware.RepoRef() necessary to display information on this menu.
10 years ago
Unknwon
3dcab2dde4
clean test data
10 years ago
Unknwon
f3f1f42bba
minor CSS fix
10 years ago
Adam Strzelecki
564ded9c64
UI: Display last-commit header without 2nd column
This uses a CSS trick making first th to be relative block with width equal to
first two columns, effectively working around inability to use colspan="2" on
first row that was breaking "fixed-layout" for tables.
Also use grey header for last-commit SHA1 tag.
10 years ago
Adam Strzelecki
2b82527e06
UI: Keep repo URL action right of ref combo & path
Just use secondary menu instead custom ".head.meta", which simplifies code.
Also do not display repo URL action when we are in subdirectory or viewing a
file.
10 years ago
Adam Strzelecki
4d6b9a4736
UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and
in style with rest of the interface.
10 years ago
Adam Strzelecki
56f3b83ede
UI: Keep repository settings menu button right
10 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.
10 years ago
Adam Strzelecki
47b684f09d
UI: Mark top menu icons blue only when non-zero
10 years ago
Unknwon
04efaf4efd
#2071 Diff is not showing full content when has super long one line
10 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
10 years ago
Unknwon
44f262a4a7
fix #2057
10 years ago
Unknwon
b9d6c3da4a
update REMADE and locale
10 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.
10 years ago
Unknwon
320ebf419c
Merge pull request #2076 from Gibheer/new_mirror
add new mirror button to dashboard
10 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.
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
791bf77886
fix #2042
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
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
b9303efd7c
fix #2020
10 years ago
Unknwon
fe32140ce0
#2008 more supported git hooks
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
549f196be9
fix #2013
10 years ago
Unknwon
a14c20813c
fix #650
10 years ago
Unknwon
24bcdb8711
upgrade libs
10 years ago
Unknwon
ba9c044ac5
add some log
10 years ago
Unknwon
5236dd3a2d
minor fix on #1694
10 years ago
Antoine GIRARD
e52408bf5a
Fix admin configuration new ui
10 years ago
Unknwon
a0a4125989
fix #1383
10 years ago
Unknwon
14f5f6fec1
fix #1997
10 years ago
Unknwon
9f6045b236
Merge pull request #1994 from arthuroy/develop
Fix #1965 - the hyperlink and the display name of the branch
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
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 '#'
10 years ago
Unknwon
27f3dc861c
UI: long organization name in create repository owner list
10 years ago
Unknwon
94172b13d2
minor fix for #1992
10 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.
10 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
10 years ago