aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #2037 Add "New Mirror" button on DashboardUnknwon2015-12-09
|
* Merge pull request #2132 from nanoant/patch/do-not-fail-on-missing-lesscUnknwon2015-12-09
|\ | | | | Makefile: Do not fail build on missing lessc
| * Makefile: Do not fail build on missing lesscAdam Strzelecki2015-12-09
|/ | | | | | | | | | | | | | | This is achieved by adding public/css/gogs.css to special .IGNORE target, which makes inability to generate/update gogs.css non-fatal and not stopping whole build process. User is still notified about missing lessc command though, since inability to update CSS may lead to potential problems: lessc public/less/gogs.less public/css/gogs.css make: lessc: No such file or directory make: [public/css/gogs.css] Error 1 (ignored) More info at: https://www.gnu.org/software/make/manual/html_node/Special-Targets.html
* Merge pull request #2126 from angus-g/fixes/commits-branchesUnknwon2015-12-09
|\ | | | | Dropdown on commits page to choose branch #1846
| * Break branch-selection dropdown into a templateAngus Gibson2015-12-09
| | | | | | | | | | 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-09
|/ | | | | | 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-09
|
* Merge pull request #2125 from angus-g/fixes/compare-commitsUnknwon2015-12-08
|\ | | | | Only show comparison link for >2 commits, fixes #1110
| * 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