Commit Graph

61595 Commits (887c52df5cd81b90758e47a418a68cacf7117f0a)
 

Author SHA1 Message Date
dependabot[bot] 887c52df5c
Bump sass from 1.49.8 to 1.49.9
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.8 to 1.49.9.
- [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.8...1.49.9)

---
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-26 02:04:26 +07:00
Joas Schilling a39d850030
Merge pull request #31353 from nextcloud/bugfix/noid/fix-missing-focus-highlight
Fix missing focus highlight for guest buttons
2022-02-26 01:00:00 +07:00
Joas Schilling 0b7449e78e
Merge pull request #31356 from nextcloud/techdebt/noid/only-setup-fs-when-needed
Only setupFS when we have to copy the skeleton
2022-02-25 21:22:34 +07:00
Joas Schilling 86de1d569f
Only setupFS when we have to copy the skeleton
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-25 15:55:06 +07:00
Joas Schilling 62261558f9
Fix missing focus highlight for guest buttons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-25 11:44:17 +07:00
blizzz 22a9c54f89
Merge pull request #31335 from nextcloud/updateCrl
update CRL after revocation of rocket_integration.csr
2022-02-25 10:40:44 +07:00
Nextcloud bot 2f4a675caf
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-25 02:27:19 +07:00
blizzz abbbae1fc8
Merge pull request #31219 from nextcloud/fix/performance-db-convert
Improve performance when converting between DBs
2022-02-24 23:25:41 +07:00
Pytal d7e55e272e
Merge pull request #31326 from nextcloud/enh/importsource-folder-listing 2022-02-24 10:49:55 +07:00
Christopher Ng 321e1cdce3 Extend ImportSource interface to list files of a folder
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-02-24 16:53:50 +07:00
Vitor Mattos f7f100abc8
update CRL after revocation of rocket_integration.csr
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-24 09:23:40 +07:00
Nextcloud bot 6da8a6d62a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-24 02:26:36 +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