aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-04-19162-1834/+1944
|
* Merge pull request #15144 from nextcloud/3rdparty/bump/symfoy/4.2.7Morris Jobke2019-04-181-0/+0
|\ | | | | [3rdparty] Bump symfony dependencies to 4.2.7
| * [3rdparty] Bump symfony dependencies to 4.2.7Roeland Jago Douma2019-04-171-0/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14572 from ↵Morris Jobke2019-04-181-504/+47
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/cleanup-legacy-share.php-from-unused-code Cleanup legacy Share.php from unused code
| * | Cleanup legacy Share.php from unused codeMorris Jobke2019-04-171-504/+47
| |/ | | | | | | | | | | * the code was only used by tests and thus this reduces the code to the used paths and removes the branches that wouldn't be used anyway to reduce complexity and gain some overview while working towards completely removing this class Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #15153 from Temtaime/patch-1Morris Jobke2019-04-181-0/+1
|\ \ | | | | | | Load apps before running repair steps
| * | Fix #15042Temtaime2019-04-181-0/+1
| | |
* | | Merge pull request #15152 from ↵Morris Jobke2019-04-182-6/+95
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enhancement/noid/contactsmenu-sharing-enum-settings Respect sharing enumeration config in contacts menu
| * | | Respect sharing enumeration config in contacts menuJulius Härtl2019-04-182-6/+95
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #14363 from nextcloud/debt/cleanup-httpserviceMorris Jobke2019-04-184-107/+106
|\ \ \ | |/ / |/| | Set User-Agent as header without middleware
| * | Fix testGetProxyUriDaniel Kesselberg2019-04-161-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the implementation for getProxyUri with https://github.com/nextcloud/server/pull/14363/commits/fd1d85365cb1368fa70263fe3ae3b8e59ab56615 If proxy is already null then we don't ask for proxyuserpwd. Test failed because we expected getSystemValue to be called once with proxyuserpwd Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Refactor getProxyUriDaniel Kesselberg2019-04-161-9/+6
| | | | | | | | | | | | | | | | | | Get proxyuserpwd only if proxy not empty. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Set User-Agent as header without middlewareDaniel Kesselberg2019-04-164-96/+103
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [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