summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix oauth client redirectSergej Nikolaev2019-10-041-2/+10
| | | | Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
* Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
| | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-0318-0/+18
|
* Merge pull request #17350 from nextcloud/adjust-fontsizeJohn Molakvoæ2019-10-022-4/+4
|\ | | | | Bring the font size down to 14px
| * Bring the font size down to 14pxMarco Ambrosini2019-10-012-4/+4
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | [tx-robot] updated from transifexNextcloud bot2019-10-0254-54/+8
| |
* | Merge pull request #17263 from nextcloud/enhancement/eslintJoas Schilling2019-10-0199-5047/+5103
|\ \ | | | | | | Add eslint global nextcloud config
| * | Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-0199-5047/+5103
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typoJoas Schilling2019-10-011-1/+1
|\ \ \ | |/ / |/| | Fix typo in "which"
| * | Fix typo in "which"Joas Schilling2019-10-011-1/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2019-10-014-8/+10
|/
* Bump dompurify from 2.0.1 to 2.0.3dependabot-preview[bot]2019-09-306-6/+6
| | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.1...2.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump webpack from 4.40.2 to 4.41.0dependabot-preview[bot]2019-09-296-11/+11
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.40.2 to 4.41.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.40.2...v4.41.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bring the default font size up to 15px (#17228)John Molakvoæ2019-09-282-2/+4
|\ | | | | Bring the default font size up to 15px
| * Bring the default font size up to 15pxMarco Ambrosini2019-09-212-2/+4
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | Append / to data('path') for folder content requestDaniel Kesselberg2019-09-287-7/+7
| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Move oauth admin settings to initialstateRoeland Jago Douma2019-09-2812-316/+316
| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Move settings to an app (#17182)John Molakvoæ2019-09-289-8/+10
|\ \ | | | | | | Move settings to an app
| * | Move settings to an appChristoph Wurst2019-09-289-8/+10
| | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Fix fetching additional search results on scrolling downRené Bühlmann2019-09-281-9/+8
|/ / | | | | | | Signed-off-by: René Bühlmann <rene@buehlmann.net>
* | Remove input id on login form (#17294)John Molakvoæ2019-09-2814-101/+103
|\ \ | | | | | | Remove input id on login form
| * | Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-2814-101/+103
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-282-0/+2
|/ /
* | Merge pull request #17254 from nextcloud/fix/double_escapeRoeland Jago Douma2019-09-257-49/+50
|\ \ | | | | | | Properly import DOMPurify in l10n.js
| * | Properly import DOMPurify in l10n.jsRoeland Jago Douma2019-09-257-49/+50
| | | | | | | | | | | | | | | | | | | | | Fixes a bunch of warning in the console. And fixed the doube escaping. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix spaces being collapsed in move dialog (#17240)John Molakvoæ2019-09-251-1/+2
|\ \ \ | |/ / |/| | Fix spaces being collapsed in move dialog
| * | Fix spaces being collapsed in move dialogGary Kim2019-09-241-1/+2
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-242-36/+36
|/ /
* | Bump dompurify from 2.0.0 to 2.0.1dependabot-preview[bot]2019-09-232-2/+2
| | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.0...2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Bump handlebars from 4.2.0 to 4.2.1dependabot-preview[bot]2019-09-226-139/+58
|/ | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #17017 from ritsute/fix/css-actions.creatableRoeland Jago Douma2019-09-191-2/+2
|\ | | | | fix "create folder" icon overlaying home icon
| * fix "create folder" icon overlaying home iconritsute2019-09-061-2/+2
| | | | | | | | Signed-off-by: Brandon <brandon.yeow@websparks.sg>
* | Add space between dots in more-icon (#17178)John Molakvoæ2019-09-181-1/+1
|\ \ | | | | | | Add space between dots in more-icon
| * | Add space between dots in more-iconjenniferpiperek2019-09-171-1/+1
| | | | | | | | | | | | Signed-off-by: jenniferpiperek <jenniferpiperek@users.noreply.github.com>
* | | Merge pull request #17098 from nextcloud/fix/css/variables-color-primary-lightJoas Schilling2019-09-172-0/+2
|\ \ \ | | | | | | | | Create color-primary-light variable
| * | | Create color-primary-light variableJohn Molakvoæ (skjnldsv)2019-09-112-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-17130-2314/+72
| |/ / |/| |
* | | Bump bundlesJulius Härtl2019-09-152-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fallback to directory icon based on the mount typeJulius Härtl2019-09-151-4/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Bump dompurify from 1.0.11 to 2.0.0dependabot-preview[bot]2019-09-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.11 to 2.0.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/1.0.11...2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #17122 from ↵Roeland Jago Douma2019-09-152-3/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.1.2 Bump css-vars-ponyfill from 2.1.1 to 2.1.2
| * | | Bump css-vars-ponyfill from 2.1.1 to 2.1.2dependabot-preview[bot]2019-09-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | Merge pull request #17110 from zorn-v/patch-1Roeland Jago Douma2019-09-151-1/+1
|\ \ \ \ | |/ / / |/| | | Position fixed for .toastify.toast
| * | | Position fixed for .toastify.toastzorn-v2019-09-121-1/+1
| |/ /
* | | Bump jstimezonedetect from 1.0.6 to 1.0.7dependabot-preview[bot]2019-09-144-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jstimezonedetect](https://github.com/pellepim/jstimezonedetect) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/pellepim/jstimezonedetect/releases) - [Changelog](https://github.com/pellepim/jstimezonedetect/blob/master/changelog.md) - [Commits](https://github.com/pellepim/jstimezonedetect/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Deprecate the global DOMPurifyChristoph Wurst2019-09-143-3/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Bump webpack from 4.39.3 to 4.40.1dependabot-preview[bot]2019-09-1310-84/+84
|/ / | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.3 to 4.40.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.3...v4.40.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Add tab if alternate login present (#16832)John Molakvoæ2019-09-112-15/+62
|\ \ | | | | | | Add tab if alternate login present
| * | Remove aria labelJochen2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322078592 Signed-off-by: Jochen <rothjochen@gmail.com>
| * | Added name as fallback, in case label is not setJochen2019-09-091-1/+1
| | | | | | | | | | | | | | | | | | https://github.com/nextcloud/server/pull/16832#discussion_r322380822 Signed-off-by: Jochen <rothjochen@gmail.com>