summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* #2156 admin able to edit organization max repo creationUnknwon2015-12-114-2/+14
|
* #2154 disable change user for non-local usersUnknwon2015-12-112-3/+8
| | | | - #2153 remove require for gravatar
* #2114 External URL for wikiUnknwon2015-12-112-2/+13
|
* #2029 not show content of issue in activity timelineUnknwon2015-12-101-1/+0
|
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-102-1/+7
|
* fix bool check for repo max limit and fix hang when push repo with tons of ↵Unknwon2015-12-101-1/+1
| | | | commits
* #1575 Limit repo creationUnknwon2015-12-102-1/+11
|
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-101-1/+1
|
* move out git module and #1573 send push hookUnknwon2015-12-091-1/+1
|
* Merge pull request #2138 from SlavikZ/masterUnknwon2015-12-092-6/+6
|\ | | | | LDAP parameters UI: bind_dn and bind_password are not required
| * LDAP parameters UI: bind_dn and bind_password are not requiredSlavikZ2015-12-092-6/+6
| |
* | #2035 Show author e-mail in commit diffUnknwon2015-12-091-1/+1
| |
* | #1943 Able to config fsck timeoutUnknwon2015-12-091-1/+1
| |
* | #2037 Add "New Mirror" button on DashboardUnknwon2015-12-091-1/+1
|/
* Break branch-selection dropdown into a templateAngus Gibson2015-12-093-88/+46
| | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
* Dropdown on commits page to choose branch #1846Angus Gibson2015-12-091-0/+44
| | | | | | I've mostly duplicated the dropdown code from repo/home.tmpl, which basically only required a change to the URL. This could probably be broken out into something more modular.
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-094-5/+5
|
* Only show comparison link for >2 commits #1110Angus Gibson2015-12-091-1/+1
| | | | | | | We can look at the PushCommits object to see how many commits were included in a commit, and add some template logic to only show the comparison link when there are at least 2 commits in a push. We also correct the link to display the number of commits.
* #1984 Better mirror repo managementUnknwon2015-12-083-2/+7
|
* #1627 auto login after install if admin is configuredUnknwon2015-12-081-1/+1
|
* 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.