Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Only show comparison link for >2 commits #1110 | Angus Gibson | 2015-12-09 |
| | | | | | | | 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 management | Unknwon | 2015-12-08 |
| | |||
* | #2115 more precise error message | Unknwon | 2015-12-08 |
| | |||
* | #1627 auto login after install if admin is configured | Unknwon | 2015-12-08 |
| | |||
* | add quay.io as another Docker option | Unknwon | 2015-12-07 |
| | |||
* | Merge pull request #2122 from nanoant/patch/add-pre-receive-hook | Unknwon | 2015-12-07 |
|\ | | | | | Allow pre-receive hook customization | ||
| * | Allow pre-receive hook customization | Adam Strzelecki | 2015-12-08 |
|/ | | | | | | | This hook can be used for example to reject too large commits and it is executed before "update" hook, used exclusively by Gogs to update its state. https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks | ||
* | Merge pull request #2121 from nanoant/patch/less-n-template-indent | Unknwon | 2015-12-07 |
|\ | | | | | Consistent tab indentation for all source files | ||
| * | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
| * | LESS: Use tabs for indent in all files | Adam Strzelecki | 2015-12-07 |
|/ | | | | This does not change any content and generated gogs.css is still the same. | ||
* | force new INI version | Unknwon | 2015-12-07 |
| | |||
* | minor fix for #2113 and other locales | Unknwon | 2015-12-07 |
| | |||
* | Merge pull request #2113 from OhDaeto/patch-1 | Unknwon | 2015-12-07 |
|\ | | | | | Update Russian translation | ||
| * | Update locale_ru-RU.ini | OhDaeto | 2015-12-07 |
| | | |||
| * | Update Russian translation | OhDaeto | 2015-12-07 |
|/ | |||
* | fix wrong slack webhook payload URL | Unknwon | 2015-12-06 |
| | |||
* | Merge pull request #2112 from nanoant/patch/better-git-message-display | Unknwon | 2015-12-06 |
|\ | | | | | Render commit msg as header + verbatim description | ||
| * | Render commit msg as header + verbatim description | Adam Strzelecki | 2015-12-07 |
|/ | | | | | | | | | 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. | ||
* | prepare release | Unknwon | 2015-12-06 |
| | |||
* | Merge pull request #2110 from msoedov/misspellings | Unknwon | 2015-12-06 |
|\ | | | | | Fix misspelled words | ||
| * | Fix misspelled words | Alex Myasoedov | 2015-12-06 |
|/ | |||
* | remember page number when delete repo | Unknwon | 2015-12-05 |
| | |||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 |
| | |||
* | APIs: admin users | Unknwon | 2015-12-05 |
| | |||
* | update README | Unknwon | 2015-12-05 |
| | |||
* | fix #2105 and fix #1857 | Unknwon | 2015-12-05 |
| | |||
* | fix #2102 | Unknwon | 2015-12-05 |
| | |||
* | Set default language for i18n | Unknwon | 2015-12-05 |
| | |||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 |
| | |||
* | init with all enabled | Unknwon | 2015-12-04 |
| | |||
* | template fix | Unknwon | 2015-12-04 |
| | |||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 |
| | |||
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 |
| | |||
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 |
| | |||
* | fix #2101 | Unknwon | 2015-12-04 |
| | |||
* | fix panic for #2045 | Unknwon | 2015-12-04 |
| | |||
* | refactor API routes and some work for #976 | Unknwon | 2015-12-04 |
| | |||
* | more fixes on #2045 | Unknwon | 2015-12-04 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-12-03 |
|\ | |||
| * | minor JS and UI fix | Unknwon | 2015-12-03 |
| | | |||
| * | fix #2095 | Unknwon | 2015-12-03 |
| | | |||
| * | Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labels | Unknwon | 2015-12-03 |
| |\ | | | | | | | UI: Use more subtle grey SHA1 labels | ||
| | * | UI: More subtle strips on commits list | Adam Strzelecki | 2015-12-03 |
| | | | | | | | | | | | | | | | | | | With grey SHA1 labels, we should consider having also more subtle strips on commits list. As current strips blend too much with grey SHA1 labels and top bar, making hard to distinguish headers from content. | ||
| | * | UI: Use more subtle grey SHA1 labels | Adam Strzelecki | 2015-12-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| * | | work on #2093 | Unknwon | 2015-12-03 |
| | | | |||
| * | | Merge pull request #2092 from nanoant/patch/non-bold-last-commit-sha | Unknwon | 2015-12-03 |
| |\ \ | | |/ | |/| | UI: Remove CSS rule making last-commit SHA bold | ||
| | * | UI: Remove CSS rule making last-commit SHA bold | Adam Strzelecki | 2015-12-03 |
| |/ | | | | | | | This removes remains from old design, that was not cleaned by previous #2068 PR. | ||
* / | fix broken link | Unknwon | 2015-12-03 |
|/ | |||
* | 500 when wiki not exists | Unknwon | 2015-12-03 |
| | |||
* | fix #2090 | Unknwon | 2015-12-03 |
| |