Commit Graph

48518 Commits

Author SHA1 Message Date
Roeland Jago Douma df55781814
Merge pull request #14254 from sparrowjack63/master
Dont check Bucket Name in Nextcloud
2019-03-01 13:46:04 +01:00
Roeland Jago Douma d0d1c85def
Merge pull request #14454 from nextcloud/feature/noid/use-node-api-for-trashbin
Use node API for trash bin with special flag for getSize()
2019-03-01 13:22:16 +01:00
Morris Jobke 4704e719ed
Only fetch size of this storage without mount points - ref #14412
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-01 12:05:18 +01:00
Morris Jobke f6967a974f
Revert "Fix for issue 10862: calculation of free space ignores external storage (doesn't count towards quota)"
This reverts commit e806aa658c.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-01 12:03:33 +01:00
S. Cat e3142a91b2 Bucket name - Alert in debug mode
Alert in debug mode only when trying to mount non compatible DNS bucket name (in order to not flood the logs)

Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
2019-03-01 11:28:54 +01:00
S. Cat 381ae44d38 Correct code indent
Just correct code indent.

Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
2019-03-01 11:28:54 +01:00
S. Cat 77473b0228 Warning on S3 not compatible DNS bucket name
The new created bucket should respect the DNS compatibility, nevertheless, Nextcloud should accept to mount "old created" buckets that does not respect DNS compatibility (Backward compatibility, or compatibility with CEPH).

Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
2019-03-01 11:28:54 +01:00
Sebastien Cat 59c3d8d85f Dont check Bucket Name in Nextcloud
Signed-off-by: Sebastien Cat <sparrow.jack63@gmail.com>
Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
2019-03-01 11:28:54 +01:00
Joas Schilling fb5a2496e2
Merge pull request #14449 from nextcloud/feature/noid/redirect-to-default-app
Allow apps to redirect to the default app
2019-03-01 10:03:50 +01:00
Morris Jobke 010dd6968d
Merge pull request #14397 from nextcloud/search/unregister
Allow search unregister
2019-03-01 09:59:15 +01:00
Joas Schilling 3203d3e806
Allow apps to redirect to the default app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01 09:19:46 +01:00
John Molakvoæ (skjnldsv) 236dad51fa
Allow search unregister
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-01 08:39:53 +01:00
Roeland Jago Douma e1653c9915
Merge pull request #14392 from nextcloud/refactor/auth-token-Vue
Move personal auth token settings to Vue
2019-03-01 08:21:41 +01:00
Nextcloud bot 374f89aba1
[tx-robot] updated from transifex 2019-03-01 01:12:36 +00:00
Morris Jobke 48804619c9
Merge pull request #14398 from nextcloud/feature/14394/add-setup-check-for-mysql-utf8mb4
Add setup check for missing UTF8MB4 on mysql
2019-02-28 22:39:35 +01:00
Christoph Wurst 4b72475130
Move personal auth token settings to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>

Always crate OC.Settings, even if not used

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28 17:38:48 +01:00
Julius Härtl fb48abc35a
Merge pull request #14400 from nextcloud/fix/sidebar/animation
Remove unneeded sidebar animation
2019-02-28 17:10:06 +01:00
Morris Jobke 6c7ccbecbf
Add setup check for missing UTF8MB4 on mysql
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-28 16:46:23 +01:00
Morris Jobke 75deeb110d
Merge pull request #14440 from nextcloud/bugfix/noid/fix-no-such-process-acceptance-tests
Run tests that fail with "no such process" over to apache server
2019-02-28 16:41:35 +01:00
Roeland Jago Douma c67507d33b
Merge pull request #14442 from nextcloud/tech-debt/noid/remove-app-classpath
Remove not used appinfo/classpath.php check
2019-02-28 16:12:46 +01:00
John Molakvoæ (skjnldsv) c2aa21fd0e
Remove unneeded sidebar animation
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-02-28 16:09:33 +01:00
Morris Jobke ebbe8aad89
Remove not used appinfo/classpath.php check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-28 14:32:32 +01:00
Morris Jobke 3f2bb3ca05
Run tests that fail with "no such process" over to apache server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-28 14:03:57 +01:00
Morris Jobke 7519a9a990
Merge pull request #14412 from nextcloud/fileinfo-raw-size
add option to get raw size (without submounts) from fileinfo
2019-02-28 13:49:27 +01:00
Morris Jobke c30ceddcce
Merge pull request #14408 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-1.17.0
Bump css-vars-ponyfill from 1.16.4 to 1.17.0
2019-02-28 13:44:58 +01:00
Morris Jobke 813e3c6f09
Merge pull request #14431 from nextcloud/dependabot/npm_and_yarn/webpack-4.29.6
Bump webpack from 4.29.5 to 4.29.6
2019-02-28 13:43:25 +01:00
Roeland Jago Douma a43ffc7dec
Merge pull request #13489 from nextcloud/enh/settings/2fa-security-store
Do not load 2fa admin settings async
2019-02-28 13:32:26 +01:00
Roeland Jago Douma 8dc83e1944
Merge pull request #14433 from nextcloud/fix/noid/fix-acceptance-tests
Fix acceptance tests for tag management
2019-02-28 13:11:00 +01:00
Roeland Jago Douma 612ed95ed5
Merge pull request #14432 from nextcloud/dependachristoph/npm_and_yarn/jcrop-v0.9.12-npm3
Bump jcrop from v0.9.12-npm to v0.9.12-npm3
2019-02-28 13:10:27 +01:00
dependabot[bot] b4e3f8a27b
Bump webpack from 4.29.5 to 4.29.6
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.5 to 4.29.6.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.5...v4.29.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-28 10:57:30 +00:00
Roeland Jago Douma c621da4fd6
Do not load 2fa admin settings async
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28 11:55:58 +01:00
Roeland Jago Douma 4af583e23f
Merge pull request #14354 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.7
Bump vue and vue-template-compiler
2019-02-28 11:54:00 +01:00
Morris Jobke 36bf1ffb25
Fix acceptance tests for tag management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-28 11:42:21 +01:00
Christoph Wurst 78b4fa753f
Bump jcrop from v0.9.12-npm to v0.9.12-npm3
See https://github.com/nextcloud/server/pull/14354#issuecomment-468200789

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-28 11:37:32 +01:00
Roeland Jago Douma 37bb3dfced
Update assets
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-28 10:51:26 +01:00
dependabot[bot] 9db92ba134
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.6 to 2.6.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7)

Updates `vue-template-compiler` from 2.6.6 to 2.6.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.6...v2.6.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-28 07:58:19 +00:00
Roeland Jago Douma 6308b7ccb4
Merge pull request #14410 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.8.0
Bump nextcloud-vue from 0.6.3 to 0.8.0
2019-02-28 08:56:18 +01:00
Nextcloud bot 057e81a1e2
[tx-robot] updated from transifex 2019-02-28 01:12:39 +00:00
dependabot[bot] cb22b64db9
Bump css-vars-ponyfill from 1.16.4 to 1.17.0
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.16.4 to 1.17.0.
- [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.16.4...v1.17.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-27 22:56:12 +01:00
Roeland Jago Douma 90f695f46e
Merge pull request #14390 from nextcloud/bugfix/14307/expire-date-change-eventhandler
Bugfix/14307/expire date change eventhandler
2019-02-27 22:24:45 +01:00
Roeland Jago Douma c776a73711
Merge pull request #14409 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.6.4
Bump vue-loader from 15.6.2 to 15.6.4
2019-02-27 22:15:42 +01:00
Roeland Jago Douma 8b88ece908
Merge pull request #14407 from nextcloud/dependabot/npm_and_yarn/@babel/preset-env-7.3.4
Bump @babel/preset-env from 7.3.1 to 7.3.4
2019-02-27 22:12:24 +01:00
Roeland Jago Douma 77854c146f
Merge pull request #14406 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.3.4
Bump @babel/core from 7.3.3 to 7.3.4
2019-02-27 22:11:47 +01:00
Roeland Jago Douma 782e80cd75
Merge pull request #14419 from nextcloud/bugfix/noid/closing-tags
Fix closing tags in header
2019-02-27 22:11:16 +01:00
Morris Jobke db4af1d4ff
Merge pull request #14418 from nextcloud/bugfix/noid/missing-css-vars
Remove/replace missing css var usages
2019-02-27 17:07:52 +01:00
Julius Härtl dc5eea1287
Fix closing tags in header
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-27 16:37:52 +01:00
Julius Härtl b4e6bffe1d
Remove/replace missing css vars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-27 16:34:48 +01:00
Morris Jobke e5cacc0fe3
Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-items
Parse multiple navigation items
2019-02-27 16:07:57 +01:00
Morris Jobke 3459ffc4d1
Merge pull request #13844 from felixn/bugfix/10862-trash-bin-ignores-trashbin_retention_obligation
Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation
2019-02-27 15:55:20 +01:00
dependabot[bot] 57f456b3de
Bump nextcloud-vue from 0.6.3 to 0.8.0
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.3 to 0.8.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.3...v0.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-27 15:37:41 +01:00