summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #15042Temtaime2019-04-181-0/+1
|
* [tx-robot] updated from transifexNextcloud bot2019-04-1820-26/+112
|
* Merge pull request #15090 from ↵Roeland Jago Douma2019-04-172-11/+11
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/handlebars-4.1.2 Bump handlebars from 4.1.1 to 4.1.2 in /build
| * Bump handlebars from 4.1.1 to 4.1.2 in /builddependabot[bot]2019-04-152-11/+11
| | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #15125 from ↵Roeland Jago Douma2019-04-172-0/+49
|\ \ | | | | | | | | | | | | nextcloud/tests/noid/folder-share-update-integration Add integration tests for updating folder shares
| * | Add integration tests for updating folder sharesJulius Härtl2019-04-162-0/+49
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #15065 from ↵Roeland Jago Douma2019-04-172-8/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.0 Bump webpack-cli from 3.2.3 to 3.3.0
| * | | Bump webpack-cli from 3.2.3 to 3.3.0dependabot[bot]2019-04-162-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.3 to 3.3.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/V.3.2.3...v.3.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #15129 from nextcloud/enh/share_repair_stepRoeland Jago Douma2019-04-178-1/+316
|\ \ \ \ | | | | | | | | | | Enh/share repair step
| * | | | Add return typesJoas Schilling2019-04-161-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Use the querybuilder for the queriesJoas Schilling2019-04-161-34/+49
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Repair step for link sharesRoeland Jago Douma2019-04-167-1/+297
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-04-1710-116/+164
| | | | |
* | | | | Merge pull request #15134 from nextcloud/fix/harden_public_preview_testsRoeland Jago Douma2019-04-161-1/+10
|\ \ \ \ \ | | | | | | | | | | | | Harden public preview tests
| * | | | | Harden public preview testsRoeland Jago Douma2019-04-161-1/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This way there are less timing issues. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #14952 from nextcloud/enh/14179/api_cspRoeland Jago Douma2019-04-1615-5/+38
|\ \ \ \ \ | |_|/ / / |/| | | | Set empty CSP by default
| * | | | Set empty CSP by defaultRoeland Jago Douma2019-04-1615-5/+38
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For #14179 By default responses should have the strictest (and simplest) CSP possible. Only template responses should require an actual CSP. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #15061 from ↵Roeland Jago Douma2019-04-1618-39/+39
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.10 Bump vue and vue-template-compiler
| * | | | Bump vue and vue-template-compilerdependabot[bot]2019-04-1618-39/+39
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Updates `vue-template-compiler` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1Morris Jobke2019-04-1620-99/+94
|\ \ \ \ | |_|/ / |/| | | Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
| * | | Bump v-tooltip from 2.0.0-rc.33 to 2.0.1dependabot[bot]2019-04-1620-99/+94
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.0-rc.33 to 2.0.1. - [Release notes](https://github.com/Akryum/vue-tooltip/releases) - [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15123 from nextcloud/fix/share-link-pwd-error-feedbackMorris Jobke2019-04-166-4/+14
|\ \ \ | |/ / |/| | Improve the share link password error feedback with a red border
| * | Improve the share link password error feedback with a red borderChristoph Wurst2019-04-166-4/+14
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15102 from ↵Morris Jobke2019-04-164-8/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-router-3.0.4 Bump vue-router from 3.0.2 to 3.0.4
| * | | Bump vue-router from 3.0.2 to 3.0.4dependabot[bot]2019-04-164-8/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.2 to 3.0.4. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.0.2...v3.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #15015 from nextcloud/enhancement/better-comment-iconJohn Molakvoæ2019-04-162-1/+1
|\ \ \ | |/ / |/| | Change the comment icon to something more visually appealing
| * | Change the comment icon to something more visually appealingJohn Molakvoæ (skjnldsv)2019-04-162-1/+1
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #15098 from nextcloud/dependabot/npm_and_yarn/marked-0.6.2Roeland Jago Douma2019-04-166-8/+8
|\ \ | | | | | | Bump marked from 0.6.1 to 0.6.2
| * | Bump marked from 0.6.1 to 0.6.2dependabot[bot]2019-04-156-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.6.2) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-1612-8/+52
| | |
* | | Merge pull request #15115 from nextcloud/fix/noid/do-not-use-spaces-in-passwordsMorris Jobke2019-04-151-1/+1
|\ \ \ | | | | | | | | Do not use spaces in generated passwords
| * | | Do not use spaces in generated passwordsMorris Jobke2019-04-151-1/+1
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #15100 from ↵Roeland Jago Douma2019-04-152-138/+409
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.4.3 Bump @babel/preset-env from 7.3.4 to 7.4.3
| * | | Bump @babel/preset-env from 7.3.4 to 7.4.3dependabot[bot]2019-04-112-153/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.3.4 to 7.4.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.3.4...v7.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #15110 from nextcloud/fix/iedavclient/node-parserMorris Jobke2019-04-151-0/+5
|\ \ \ \ | | | | | | | | | | Make sure we have a proper node before parsing
| * | | | Make sure we have a proper node before parsingJohn Molakvoæ (skjnldsv)2019-04-151-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #15107 from nextcloud/css-var-transitionRoeland Jago Douma2019-04-152-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add animation-slow var
| * | | | | Add animation-slow varJohn Molakvoæ (skjnldsv)2019-04-152-0/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #15057 from nextcloud/bugfix/noid/silent-view-changeMorris Jobke2019-04-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Use slient option to switch for regular file actions as well
| * | | | Use slient option to switch for regular file actions as wellJulius Härtl2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #15099 from ↵Roeland Jago Douma2019-04-152-30/+183
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.3 Bump @babel/core from 7.3.4 to 7.4.3
| * | | | | Bump @babel/core from 7.3.4 to 7.4.3dependabot[bot]2019-04-122-45/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.3.4 to 7.4.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.3.4...v7.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #14974 from nextcloud/fix/id3parser-maintainer-updateMorris Jobke2019-04-151-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Take over id3parser package and update it
| * | | | | | Take over id3parser package and update itChristoph Wurst2019-04-121-0/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #15097 from nextcloud/fix/drone/objectstore_selectionRoeland Jago Douma2019-04-151-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Pass proper TEST_SELECTION to drone objectstore
| * | | | | | Pass proper TEST_SELECTION to drone objectstoreRoeland Jago Douma2019-04-151-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #15083 from nextcloud/fix/noid/devdocslinkRoeland Jago Douma2019-04-151-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | fix link to dev documentation
| * | | | | fix link to dev documentationArthur Schiwon2019-04-121-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #14966 from nextcloud/versions-handlebars-webpackRoeland Jago Douma2019-04-156-61/+11
|\ \ \ \ \ | |_|/ / / |/| | | | use webpack to compile handlebars for files_versions