summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-08114-5556/+5564
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* fix wrong slack webhook payload URLUnknwon2015-12-061-1/+1
|
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-073-11/+9
| | | | | | | | | Most commit in Git are expected to follow standard of single header line, followed by description paragraphs, separated by empty line from previous block. Previously Gogs were treating everything as single header. Now we are trying to render only first line as header, but following lines (description chunks) as a verbatim.
* remember page number when delete repoUnknwon2015-12-051-1/+1
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-052-1/+18
|
* fix #2105 and fix #1857Unknwon2015-12-052-1/+7
|
* fix #2102Unknwon2015-12-051-1/+1
|
* #2052 advanced select ops for system noticesUnknwon2015-12-052-11/+49
|
* template fixUnknwon2015-12-042-3/+3
|
* fix #1829 and fix #890Unknwon2015-12-045-5/+65
|
* fix #2101Unknwon2015-12-041-4/+0
|
* refactor API routes and some work for #976Unknwon2015-12-041-1/+1
|
* UI: Use more subtle grey SHA1 labelsAdam Strzelecki2015-12-032-2/+2
| | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
* fix #976Unknwon2015-12-031-1/+1
|
* more UI minor fixesUnknwon2015-12-024-12/+8
|
* Merge pull request #2088 from nanoant/patch/further-layout-fixesUnknwon2015-12-0222-54/+34
|\ | | | | Further layout fixes
| * UI: Always show menu on repo pagesAdam Strzelecki2015-12-0322-54/+34
| | | | | | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* | clean test dataUnknwon2015-12-021-3/+1
| |
* | minor CSS fixUnknwon2015-12-021-2/+4
|/
* UI: Display last-commit header without 2nd columnAdam Strzelecki2015-12-031-2/+2
| | | | | | | | 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-021-78/+73
| | | | | | | 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-0222-49/+53
| | | | | 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-021-3/+5
|
* Commits & files UI: SUI fixed single line tableAdam Strzelecki2015-12-022-37/+30
| | | | | | | | 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-021-4/+4
|
* #2071 Diff is not showing full content when has super long one lineUnknwon2015-12-021-1/+1
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-012-1/+4
|
* fix #2057Unknwon2015-12-011-1/+1
|
* update REMADE and localeUnknwon2015-12-011-1/+1
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-022-0/+8
| | | | | | | | | | | | | | | 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-011-0/+3
|\ | | | | add new mirror button to dashboard
| * add new mirror button to dashboardGibheer2015-12-011-0/+3
| | | | | | | | | | 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-301-3/+3
|\ \ | | | | | | Admin should be able to see all organizations
| * | Admin should be able to see all organizationsAdam Strzelecki2015-11-301-3/+3
| |/ | | | | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* | fix #2042Unknwon2015-11-301-1/+1
| |
* | finish wikiUnknwon2015-11-302-18/+45
| |
* | wiki: finish pagesUnknwon2015-11-271-0/+28
| |
* | wiki: finish editUnknwon2015-11-273-71/+39
| |
* | wiki: finish newUnknwon2015-11-272-1/+19
| |
* | introduce git-shellUnknwon2015-11-263-11/+2
| |
* | Wiki: UI for page newUnknwon2015-11-256-6/+60
|/
* allow admin to migrate for any user/orgUnknwon2015-11-252-1/+4
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-245-11/+11
|
* fix #2020Unknwon2015-11-243-4/+4
|
* #2008 more supported git hooksUnknwon2015-11-241-1/+1
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-231-1/+1
|
* more HTTP clone word fixUnknwon2015-11-222-2/+2
|
* fix #2013Unknwon2015-11-221-1/+1
|
* fix #650Unknwon2015-11-2222-548/+411
|
* upgrade libsUnknwon2015-11-212-7/+7
|