aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Only show comparison link for >2 commits #1110Angus Gibson2015-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 managementUnknwon2015-12-08
|
* #2115 more precise error messageUnknwon2015-12-08
|
* #1627 auto login after install if admin is configuredUnknwon2015-12-08
|
* add quay.io as another Docker optionUnknwon2015-12-07
|
* Merge pull request #2122 from nanoant/patch/add-pre-receive-hookUnknwon2015-12-07
|\ | | | | Allow pre-receive hook customization
| * Allow pre-receive hook customizationAdam Strzelecki2015-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-indentUnknwon2015-12-07
|\ | | | | Consistent tab indentation for all source files
| * Indent all templates with tabsAdam Strzelecki2015-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 filesAdam Strzelecki2015-12-07
|/ | | | This does not change any content and generated gogs.css is still the same.
* force new INI versionUnknwon2015-12-07
|
* minor fix for #2113 and other localesUnknwon2015-12-07
|
* Merge pull request #2113 from OhDaeto/patch-1Unknwon2015-12-07
|\ | | | | Update Russian translation
| * Update locale_ru-RU.iniOhDaeto2015-12-07
| |
| * Update Russian translationOhDaeto2015-12-07
|/
* fix wrong slack webhook payload URLUnknwon2015-12-06
|
* Merge pull request #2112 from nanoant/patch/better-git-message-displayUnknwon2015-12-06
|\ | | | | Render commit msg as header + verbatim description
| * Render commit msg as header + verbatim descriptionAdam Strzelecki2015-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 releaseUnknwon2015-12-06
|
* Merge pull request #2110 from msoedov/misspellingsUnknwon2015-12-06
|\ | | | | Fix misspelled words
| * Fix misspelled wordsAlex Myasoedov2015-12-06
|/
* remember page number when delete repoUnknwon2015-12-05
|
* #2063 Ability to delete repo from admin panelUnknwon2015-12-05
|
* APIs: admin usersUnknwon2015-12-05
|
* update READMEUnknwon2015-12-05
|
* fix #2105 and fix #1857Unknwon2015-12-05
|
* fix #2102Unknwon2015-12-05
|
* Set default language for i18nUnknwon2015-12-05
|
* #2052 advanced select ops for system noticesUnknwon2015-12-05
|
* init with all enabledUnknwon2015-12-04
|
* template fixUnknwon2015-12-04
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* #2045 have fallback but empty valueUnknwon2015-12-04
|
* #2045 move fallback to empty stringUnknwon2015-12-04
|
* fix #2101Unknwon2015-12-04
|
* fix panic for #2045Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04
|
* more fixes on #2045Unknwon2015-12-04
|
* Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-12-03
|\
| * minor JS and UI fixUnknwon2015-12-03
| |
| * fix #2095Unknwon2015-12-03
| |
| * Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labelsUnknwon2015-12-03
| |\ | | | | | | UI: Use more subtle grey SHA1 labels
| | * UI: More subtle strips on commits listAdam Strzelecki2015-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 labelsAdam Strzelecki2015-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 #2093Unknwon2015-12-03
| | |
| * | Merge pull request #2092 from nanoant/patch/non-bold-last-commit-shaUnknwon2015-12-03
| |\ \ | | |/ | |/| UI: Remove CSS rule making last-commit SHA bold
| | * UI: Remove CSS rule making last-commit SHA boldAdam Strzelecki2015-12-03
| |/ | | | | | | This removes remains from old design, that was not cleaned by previous #2068 PR.
* / fix broken linkUnknwon2015-12-03
|/
* 500 when wiki not existsUnknwon2015-12-03
|
* fix #2090Unknwon2015-12-03
|