Commit Graph

49136 Commits

Author SHA1 Message Date
Morris Jobke 48821ed6a6
Merge pull request #15144 from nextcloud/3rdparty/bump/symfoy/4.2.7
[3rdparty] Bump symfony dependencies to 4.2.7
2019-04-18 18:35:42 +02:00
Morris Jobke 9f9b89fcc7
Merge pull request #14572 from nextcloud/techdebt/noid/cleanup-legacy-share.php-from-unused-code
Cleanup legacy Share.php from unused code
2019-04-18 16:15:33 +02:00
Morris Jobke 02306df774
Merge pull request #15153 from Temtaime/patch-1
Load apps before running repair steps
2019-04-18 15:02:58 +02:00
Morris Jobke 049d613dba
Merge pull request #15152 from nextcloud/enhancement/noid/contactsmenu-sharing-enum-settings
Respect sharing enumeration config in contacts menu
2019-04-18 15:00:02 +02:00
Morris Jobke e55e425a59
Merge pull request #14363 from nextcloud/debt/cleanup-httpservice
Set User-Agent as header without middleware
2019-04-18 14:58:52 +02:00
Temtaime 887c208f23
Fix #15042 2019-04-18 15:28:00 +03:00
Julius Härtl db17c14f80
Respect sharing enumeration config in contacts menu
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-18 11:39:49 +02:00
Nextcloud bot 16b8017fc9
[tx-robot] updated from transifex 2019-04-18 00:12:48 +00:00
Morris Jobke c7df809465
Cleanup legacy Share.php from unused code
* 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>
2019-04-17 22:58:33 +02:00
Roeland Jago Douma b222f66d46
Merge pull request #15090 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.1.2
Bump handlebars from 4.1.1 to 4.1.2 in /build
2019-04-17 22:56:14 +02:00
Roeland Jago Douma e73d226473
[3rdparty] Bump symfony dependencies to 4.2.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 21:49:58 +02:00
Roeland Jago Douma f5d0f746f9
Merge pull request #15125 from nextcloud/tests/noid/folder-share-update-integration
Add integration tests for updating folder shares
2019-04-17 20:22:07 +02:00
Roeland Jago Douma 076282a9c2
Merge pull request #15065 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.0
Bump webpack-cli from 3.2.3 to 3.3.0
2019-04-17 20:18:43 +02:00
Roeland Jago Douma 5382eeccb0
Merge pull request #15129 from nextcloud/enh/share_repair_step
Enh/share repair step
2019-04-17 10:12:32 +02:00
Nextcloud bot d33b8f904c
[tx-robot] updated from transifex 2019-04-17 00:12:51 +00:00
Daniel Kesselberg 6c156d81ed
Fix testGetProxyUri
Changed the implementation for getProxyUri with
fd1d85365c

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>
2019-04-16 21:33:56 +02:00
Daniel Kesselberg fd1d85365c
Refactor getProxyUri
Get proxyuserpwd only if proxy not empty.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-16 21:13:29 +02:00
Daniel Kesselberg 2708d26407
Set User-Agent as header without middleware
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-16 21:13:29 +02:00
Roeland Jago Douma 5df12cbf47
Merge pull request #15134 from nextcloud/fix/harden_public_preview_tests
Harden public preview tests
2019-04-16 19:41:44 +02:00
Roeland Jago Douma 7c264cb7fa
Harden public preview tests
This way there are less timing issues.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-16 16:50:44 +02:00
Roeland Jago Douma 29d78eaf80
Merge pull request #14952 from nextcloud/enh/14179/api_csp
Set empty CSP by default
2019-04-16 16:43:32 +02:00
Joas Schilling 093c308b58
Add return types
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-16 15:42:21 +02:00
Joas Schilling fb396fe436
Use the querybuilder for the queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-16 15:42:21 +02:00
Joas Schilling f906913177
Allow to use Subqueries in from
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-16 15:42:21 +02:00
Roeland Jago Douma 24d6a28f80
Repair step for link shares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-16 15:42:21 +02:00
dependabot[bot] 7e072ad9c8
Bump webpack-cli from 3.2.3 to 3.3.0
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>
2019-04-16 13:34:01 +00:00
Roeland Jago Douma 34aa51f126
Merge pull request #15061 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.10
Bump vue and vue-template-compiler
2019-04-16 15:32:08 +02:00
Julius Härtl 771ad85f85
Add integration tests for updating folder shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-16 15:03:52 +02:00
dependabot[bot] 102c563367
Bump vue and vue-template-compiler
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>
2019-04-16 14:43:02 +02:00
Morris Jobke 09914547cc
Merge pull request #15105 from nextcloud/dependabot/npm_and_yarn/v-tooltip-2.0.1
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
2019-04-16 14:38:20 +02:00
Roeland Jago Douma 7276735eb4
Set empty CSP by default
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>
2019-04-16 14:09:39 +02:00
Morris Jobke 4c43e89dfd
Merge pull request #15123 from nextcloud/fix/share-link-pwd-error-feedback
Improve the share link password error feedback with a red border
2019-04-16 13:52:19 +02:00
dependabot[bot] 844aa38744
Bump v-tooltip from 2.0.0-rc.33 to 2.0.1
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>
2019-04-16 13:43:35 +02:00
Morris Jobke 4e88cd3aae
Merge pull request #15102 from nextcloud/dependabot/npm_and_yarn/vue-router-3.0.4
Bump vue-router from 3.0.2 to 3.0.4
2019-04-16 11:42:53 +02:00
John Molakvoæ 8108340741
Merge pull request #15015 from nextcloud/enhancement/better-comment-icon
Change the comment icon to something more visually appealing
2019-04-16 11:16:13 +02:00
John Molakvoæ (skjnldsv) dbb325a053
Change the comment icon to something more visually appealing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-16 10:53:40 +02:00
Christoph Wurst 410aacae60
Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 10:12:25 +02:00
dependabot[bot] 9ef30dd993
Bump vue-router from 3.0.2 to 3.0.4
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>
2019-04-16 08:29:32 +02:00
Roeland Jago Douma a8064fdd06
Merge pull request #15098 from nextcloud/dependabot/npm_and_yarn/marked-0.6.2
Bump marked from 0.6.1 to 0.6.2
2019-04-16 08:15:53 +02:00
Nextcloud bot 9302e1b8dd
[tx-robot] updated from transifex 2019-04-16 00:17:30 +00:00
Morris Jobke 0583e08c30
Merge pull request #15115 from nextcloud/fix/noid/do-not-use-spaces-in-passwords
Do not use spaces in generated passwords
2019-04-15 23:05:35 +02:00
Morris Jobke 798b267d49
Do not use spaces in generated passwords
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-15 16:29:52 +02:00
Roeland Jago Douma 461124893b
Merge pull request #15100 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.4.3
Bump @babel/preset-env from 7.3.4 to 7.4.3
2019-04-15 14:14:49 +02:00
Morris Jobke 8d4866c316
Merge pull request #15110 from nextcloud/fix/iedavclient/node-parser
Make sure we have a proper node before parsing
2019-04-15 14:07:09 +02:00
John Molakvoæ (skjnldsv) 6c593e5b32
Make sure we have a proper node before parsing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 13:04:51 +02:00
Roeland Jago Douma cc8cee9e2c
Merge pull request #15107 from nextcloud/css-var-transition
Add animation-slow var
2019-04-15 12:36:49 +02:00
Morris Jobke ef72609940
Merge pull request #15057 from nextcloud/bugfix/noid/silent-view-change
Use slient option to switch for regular file actions as well
2019-04-15 11:46:35 +02:00
John Molakvoæ (skjnldsv) a88bd71d89
Add animation-slow var
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 11:34:18 +02:00
Roeland Jago Douma b8511f4835
Merge pull request #15099 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.3
Bump @babel/core from 7.3.4 to 7.4.3
2019-04-15 10:21:33 +02:00
Morris Jobke 0263d356fd
Merge pull request #14974 from nextcloud/fix/id3parser-maintainer-update
Take over id3parser package and update it
2019-04-15 09:41:33 +02:00