Commit Graph

49111 Commits

Author SHA1 Message Date
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
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
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
Roeland Jago Douma 80511b4741
Merge pull request #15097 from nextcloud/fix/drone/objectstore_selection
Pass proper TEST_SELECTION to drone objectstore
2019-04-15 09:38:17 +02:00
Roeland Jago Douma 07aa4c71df
Merge pull request #15083 from nextcloud/fix/noid/devdocslink
fix link to dev documentation
2019-04-15 09:11:58 +02:00
Roeland Jago Douma 30a5c28272
Merge pull request #14966 from nextcloud/versions-handlebars-webpack
use webpack to compile handlebars for files_versions
2019-04-15 08:58:11 +02:00
Roeland Jago Douma 1ec0890d76
Pass proper TEST_SELECTION to drone objectstore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 08:43:06 +02:00
dependabot[bot] 4cb13de464
Bump marked from 0.6.1 to 0.6.2
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>
2019-04-15 08:36:44 +02:00
Roeland Jago Douma 3e63a9a8c7
Merge pull request #15062 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.17.2
Bump css-vars-ponyfill from 1.17.0 to 1.17.2
2019-04-15 08:29:13 +02:00
Nextcloud bot 765717a4a8
[tx-robot] updated from transifex 2019-04-15 00:12:52 +00:00
Nextcloud bot d3332f516f
[tx-robot] updated from transifex 2019-04-14 00:13:26 +00:00
Nextcloud bot b58438b39d
[tx-robot] updated from transifex 2019-04-13 00:15:32 +00:00
Arthur Schiwon d7f3ba96e9
fix link to dev documentation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-12 18:48:50 +02:00
Christoph Wurst 65dc06e121
Take over id3parser package and update it
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-12 11:26:35 +02:00
dependabot[bot] b22af54363
Bump @babel/core from 7.3.4 to 7.4.3
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>
2019-04-12 08:27:28 +02:00
Nextcloud bot 090aa51234
[tx-robot] updated from transifex 2019-04-12 00:12:50 +00:00
dependabot[bot] 69269871e7
Bump css-vars-ponyfill from 1.17.0 to 1.17.2
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.17.0 to 1.17.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/compare/v1.17.0...v1.17.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 22:11:05 +02:00
dependabot[bot] 8d6049ca2b
Bump @babel/preset-env from 7.3.4 to 7.4.3
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>
2019-04-11 18:14:57 +00:00
Julius Härtl f4a9ee3db4
Use slient option to switch for regular file actions as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-11 14:38:58 +02:00
Joas Schilling 053e23723f
Merge pull request #15053 from nextcloud/a-new-journey-begins
Bump versions of server and the requirements of apps
2019-04-11 14:19:09 +02:00
Joas Schilling 8852b85d13
Disable acceptance test which should fail anyway
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11 14:03:41 +02:00
Joas Schilling 4c19b3b2c6
Bump versions of server and the requirements of apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11 14:02:23 +02:00
Morris Jobke 3f30c17549
Merge pull request #15043 from nextcloud/version/16/rc1
16.0.0 RC 1
2019-04-11 13:54:56 +02:00
Roeland Jago Douma 0e8de3abf9
16.0.0 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 12:51:07 +02:00
Morris Jobke 3308c40922
Merge pull request #14967 from nextcloud/lib-private-user-trigger-pass-old
Do not issue update command if nothing has changed in user values
2019-04-11 12:50:15 +02:00
Morris Jobke c1e6a5965e
Return true in the dummy backend for successful display name change
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11 11:43:33 +02:00
Leon Klingele 9a5ca231bf
lib/private/User: do not change user properties if value has not changed 2019-04-11 11:20:41 +02:00