Robin Appelman
8b7c8447a0
move root mount setup to mountproviders
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-24 17:21:42 +07:00
Robin Appelman
451f705871
Merge pull request #30978 from nextcloud/mount-cache-mount-provider
...
Add source mount provider to the oc_mounts table
2022-02-23 17:52:23 +07:00
Robin Appelman
cfb7923e08
store mountprovider for each mount in the mounts table
...
this enabled more fine grained filesystem setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-23 18:02:33 +07:00
Simon L
692da9236b
Merge pull request #31328 from nextcloud/bugfix/noid/mark-split-database-configs-as-sensitive
...
Mark split database configs as sensitive
2022-02-23 17:34:20 +07:00
Simon L
9630d6571c
Merge pull request #31319 from nextcloud/fix/31246/fix-modals
...
fix all modals after vue 5.0
2022-02-23 15:28:58 +07:00
Joas Schilling
bf4acd5452
Merge pull request #31106 from nextcloud/techdebt/noid/improve-user-status-update-handling
...
Improve user status revert performance
2022-02-23 11:17:16 +07:00
Joas Schilling
6302ff0f96
Mark split database configs as sensitive
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-23 10:31:17 +07:00
Nextcloud bot
98fd66b137
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-23 02:27:42 +07:00
MichaIng
56d75b87ef
Merge pull request #30210 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.1
...
Update guzzlehttp/guzzle requirement from 6.5.2 to 7.4.1 in /build/integration
2022-02-23 00:12:08 +07:00
MichaIng
e4588a37d0
Update GuzzleHttp function call for v7
...
https://github.com/guzzle/guzzle/issues/2824
Signed-off-by: MichaIng <micha@dietpi.com>
2022-02-22 23:07:16 +07:00
dependabot[bot]
a45f88106c
Update guzzlehttp/guzzle requirement in /build/integration
...
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...7.4.1 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 21:53:17 +07:00
Joas Schilling
9e80f6f18a
Merge pull request #31316 from nextcloud/enhancement/sensitive-insensitive-dav-background-jobs
...
Mark DAV background jobs as time sensitive/insensitive
2022-02-22 15:31:56 +07:00
szaimen
1116529b56
fix all modals after vue 5.0
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-22 13:27:14 +07:00
Christoph Wurst
c01eb07756
Mark DAV background jobs as time sensitive/insensitive
...
* As a bonus they are now all using OCP base classes
* Strict typing is now enforced
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-22 13:55:06 +07:00
Christoph Wurst
b5c6ae6d4f
Merge pull request #31317 from nextcloud/chore/deprecate-old-internal-job-classes
...
Deprecate our old, internal background job base classes
2022-02-22 13:27:45 +07:00
Christoph Wurst
ef4c18a266
Deprecate our old, internal background job base classes
...
The OCP ones should be used instead. This makes it more visible in our
IDEs that the base class of background job should be replaced.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-22 11:31:54 +07:00
John Molakvoæ
a6bc871c96
Merge pull request #31261 from nextcloud/external-share-availability-error
2022-02-22 10:55:04 +07:00
Christoph Wurst
d06716db21
Merge pull request #31295 from nextcloud/fix-cleaning-reminders
...
Fix cleaning reminders after subscription purge
2022-02-22 10:46:31 +07:00
Vanessa
c4d09af681
Merge pull request #31241 from nextcloud/fix/use-new-button-component
...
Fix/use new button component
2022-02-22 10:34:03 +07:00
Côme Chilliet
cb621f371f
Merge pull request #31309 from nextcloud/fix/fix-checkers-php-error
...
Avoid PHP errors in the checkers drone step
2022-02-22 09:04:56 +07:00
Côme Chilliet
5b565a4726
Merge pull request #31173 from nextcloud/enhancement/user_migration-version-handling
...
Add version handling to IMigrator
2022-02-22 09:02:34 +07:00
Nextcloud bot
67f192e906
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-22 02:29:25 +07:00
Côme Chilliet
6f37eac470
Avoid PHP errors in the checkers drone step
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-21 18:21:38 +07:00
Côme Chilliet
07940f9d05
Please drone checkers
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-21 18:20:27 +07:00
Vanessa Pertsch
383245ff67
replace button with vue button component
2022-02-21 16:32:16 +07:00
Côme Chilliet
09cf851979
Update autoload
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-21 16:24:36 +07:00
Robin Appelman
b8752c59cd
improve errors for external share availability check
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-21 14:21:28 +07:00
Simon L
6ab9a13ad9
Merge pull request #31294 from nextcloud/fix/test-controller
...
Redirection now only happens when dir is empty
2022-02-21 14:14:18 +07:00
Carl Schwan
9f55de994c
Merge pull request #31288 from nextcloud/automated/noid/psalm-baseline-update-1645416707
...
[Automated] Update psalm-baseline.xml
2022-02-21 12:57:40 +07:00
John Molakvoæ
22dd5e21ea
Merge pull request #31292 from nextcloud/fix/edit_perm_on_file_share
2022-02-21 12:55:02 +07:00
Joas Schilling
87115d8b1c
Merge pull request #31217 from nextcloud/bugfix/noid/also-cache-non-existing-entry
...
Also cache non-existing to reuse it
2022-02-21 11:50:40 +07:00
Carl Schwan
d74ff03ac1
Redirection now only happens when dir is empty
...
Otherwise dir it's just ignored and fileid is used
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-21 11:36:15 +07:00
Thomas Citharel
9347fc188a
Fix cleaning reminders after subscription purge
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-02-21 11:36:09 +07:00
Louis
d721339262
Merge pull request #31195 from nextcloud/wrap_exception
...
Wrap S3 multipart upload exception
2022-02-21 11:27:55 +07:00
Louis Chemineau
3d33c8107e
Fix regression for edit perm on file share
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-21 10:47:20 +07:00
Simon L
99e7f33550
Merge pull request #30225 from nextcloud/fix-30220
...
Clarify `preview_max_filesize_image` behavior
2022-02-21 10:39:24 +07:00
nextcloud-command
b26934176d
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-02-21 04:11:48 +07:00
Nextcloud bot
2996f71d20
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-21 02:27:38 +07:00
acsfer
3f3b89ffcd
Typo
2022-02-20 20:31:25 +07:00
acsfer
1a2cfff850
Clarify `preview_max_filesize_image` behavior
...
Fix https://github.com/nextcloud/server/issues/30220
2022-02-20 20:31:25 +07:00
Nextcloud bot
517a0015ad
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-20 02:26:51 +07:00
dependabot[bot]
5e15c1c0cd
Merge pull request #31272 from nextcloud/dependabot/npm_and_yarn/url-parse-1.5.7
2022-02-19 14:07:23 +07:00
dependabot[bot]
31f56fbef5
Bump url-parse from 1.5.4 to 1.5.7
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.4...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:10:10 +07:00
dependabot[bot]
4cdc8900f7
Merge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1
2022-02-19 04:20:16 +07:00
dependabot[bot]
02ea8c94f9
Merge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8
2022-02-19 03:42:36 +07:00
Nextcloud bot
3175579f90
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-19 02:27:04 +07:00
dependabot[bot]
f0c5253401
Bump webpack from 5.69.0 to 5.69.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.69.0 to 5.69.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.69.0...v5.69.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 02:04:19 +07:00
dependabot[bot]
8c1b7e4550
Bump sass from 1.49.7 to 1.49.8
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.7 to 1.49.8.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.7...1.49.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 02:03:46 +07:00
Christoph Wurst
6e0101b59c
Merge pull request #20766 from nextcloud/bug/fix-reminders-with-empty-calendar-data
...
Consider only reminders with calendar data
2022-02-18 15:52:33 +07:00
Vincent Petry
280cc47a86
Merge pull request #31143 from nextcloud/fix/dont-redirect-file-index
...
Don't redirect when loading files index page
2022-02-18 12:31:24 +07:00