aboutsummaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* UI: Display last-commit header without 2nd columnAdam Strzelecki2015-12-03
| | | | | | | | 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.
* UI: Keep repo URL action right of ref combo & pathAdam Strzelecki2015-12-02
| | | | | | | 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.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* UI: Keep repository settings menu button rightAdam Strzelecki2015-12-02
|
* Commits & files UI: SUI fixed single line tableAdam Strzelecki2015-12-02
| | | | | | | | 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.
* UI: Mark top menu icons blue only when non-zeroAdam Strzelecki2015-12-02
|
* #2071 Diff is not showing full content when has super long one lineUnknwon2015-12-02
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-01
|
* fix #2057Unknwon2015-12-01
|
* update REMADE and localeUnknwon2015-12-01
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-02
| | | | | | | | | | | | | | | 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.
* Merge pull request #2076 from Gibheer/new_mirrorUnknwon2015-12-01
|\ | | | | add new mirror button to dashboard
| * add new mirror button to dashboardGibheer2015-12-01
| | | | | | | | | | This adds the button to create a new mirror on the dashboard at the same place where "new repository" and "new organization" already exist.
* | Merge pull request #2069 from nanoant/patch/admin-see-all-organizationsUnknwon2015-11-30
|\ \ | | | | | | Admin should be able to see all organizations
| * | Admin should be able to see all organizationsAdam Strzelecki2015-11-30
| |/ | | | | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* | fix #2042Unknwon2015-11-30
| |
* | finish wikiUnknwon2015-11-30
| |
* | wiki: finish pagesUnknwon2015-11-27
| |
* | wiki: finish editUnknwon2015-11-27
| |
* | wiki: finish newUnknwon2015-11-27
| |
* | introduce git-shellUnknwon2015-11-26
| |
* | Wiki: UI for page newUnknwon2015-11-25
|/
* allow admin to migrate for any user/orgUnknwon2015-11-25
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* fix #2020Unknwon2015-11-24
|
* #2008 more supported git hooksUnknwon2015-11-24
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-23
|
* more HTTP clone word fixUnknwon2015-11-22
|
* fix #2013Unknwon2015-11-22
|
* fix #650Unknwon2015-11-22
|
* upgrade libsUnknwon2015-11-21
|
* add some logUnknwon2015-11-21
|
* minor fix on #1694Unknwon2015-11-21
|
* Fix admin configuration new uiAntoine GIRARD2015-11-21
|
* fix #1383Unknwon2015-11-20
|
* fix #1997Unknwon2015-11-19
|
* Merge pull request #1994 from arthuroy/developUnknwon2015-11-18
|\ | | | | Fix #1965 - the hyperlink and the display name of the branch
| * Fix #1965 - the hyperlink and the display name of the branchArthur Ouyang2015-11-19
| | | | | | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
* | fix #878Unknwon2015-11-18
| |
* | #1742 Update default branch in git repository while change in web viewUnknwon2015-11-18
|/
* UI: long organization name in create repository owner listUnknwon2015-11-18
|
* minor fix for #1992Unknwon2015-11-18
|
* fix #1957 - disable version displayGibheer2015-11-18
| | | | | This allows the admin to disable the version information about gogs and go in use in the footer.
* add admin op: delete missing reposUnknwon2015-11-18
|
* fix #1981Unknwon2015-11-18
|
* fix #1979Unknwon2015-11-18
|
* fix #1990Unknwon2015-11-18
|
* fix #1988Unknwon2015-11-18
|
* Merge pull request #1769 from sapk/fix-admin-dashboard-new-uiUnknwon2015-11-18
|\ | | | | Fix admin dashboard new ui
| * Fix indent tmplAntoine GIRARD2015-10-14
| |