Robin Appelman
577b1fa856
setup for current user when finding mounts in the root
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17 14:56:49 +01:00
Robin Appelman
bf48c0b1b4
Merge pull request #31574 from nextcloud/s3-crt-bundle
...
use the nextcloud certificate bundle for s3
2022-03-17 13:56:19 +00:00
Louis
4011a39d24
Merge pull request #31596 from Lucarnosky/master
...
Fix federated cloud share icons overlap in button
2022-03-17 12:34:52 +01:00
Lock Garnock
79b5a3b316
Changed to padding left #31596
...
Fix issue #30819
Fixed issue #30819
Signed-off-by: Lock Garnock <lucarnosky@gmail.com>
2022-03-17 11:15:37 +01:00
Côme Chilliet
475a859aae
Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-resets
...
user_ldap fix ldap connection resets
2022-03-17 09:13:44 +01:00
Nextcloud bot
d9c0799377
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-17 02:29:34 +00:00
Anna
629bcf1549
Merge pull request #30120 from nextcloud/enhancement/move-calendar-objects
...
Move calendar objects between calendars
2022-03-16 15:41:09 +01:00
Carl Schwan
92a63e6189
Merge pull request #31581 from nextcloud/refactor/carl/comment-app
...
Modernize comments app
2022-03-16 15:39:13 +01:00
Carl Schwan
d59179ae19
Merge pull request #31578 from nextcloud/s3-test-reliability
...
try to improve s3 primary storage test reliability
2022-03-16 13:35:43 +01:00
Carl Schwan
fa266165d6
Modernize comments app
...
* Use php 7.4 typed properties
* More typed methods (and replace existing php doc in some cases)
* query -> get for Container
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-16 13:14:15 +01:00
Anna Larch
0745fc5012
Move calendar objects between calendars instead of deleting and recreating them
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-03-16 12:48:50 +01:00
Joas Schilling
a626307da8
Merge pull request #31577 from nextcloud/fix/register-talk-broker
...
Fix unknown Talk broker interface
2022-03-15 18:00:01 +01:00
Joas Schilling
a40dac9354
Merge pull request #31579 from nextcloud/nickvergessen-patch-1
...
Also add the column when the table already existed
2022-03-15 17:59:21 +01:00
Robin Appelman
25e4eb0f42
try to improve s3 primary storage test reliability
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-15 17:07:19 +01:00
Joas Schilling
3031eb1c07
Update Version24000Date20211222112246.php
2022-03-15 16:30:28 +01:00
Christoph Wurst
282bedecd7
Fix unknown Talk broker interface
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-15 16:10:29 +01:00
Robin Appelman
1156214a26
don't try to get custom certs for s3 primary storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-15 15:50:08 +01:00
Robin Appelman
6c01863d39
Merge pull request #31573 from nextcloud/exceptionserializer-load-fail
...
don't error if we can't load the ExceptionSerializer for early exceptions
2022-03-15 14:32:50 +00:00
Joas Schilling
04a4562a01
Merge pull request #31513 from nextcloud/techdebt/noid/enforce-primary-keys
...
Enforce primary keys as they are required to be performant in MySQL c…
2022-03-15 10:53:11 +01:00
Louis
1ae6b2be71
Merge pull request #31498 from Erikvv/s3-versioning-not-implemented
...
AmazonS3: allow not implemented versioning
2022-03-15 10:26:43 +01:00
Vanessa
2469640725
Merge pull request #31397 from nextcloud/fix/31237/new-button-SetStatusModal
...
add new button component SetStatusModal
2022-03-15 08:11:26 +01:00
Vanessa
ae79c0cc1c
Merge pull request #31378 from nextcloud/fix/31237/new-button-UserList
...
use new button component UserList
2022-03-15 08:08:37 +01:00
Nextcloud bot
a74ab5bd48
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-15 02:48:57 +00:00
Pytal
e9999ec90c
Merge pull request #31516 from nextcloud/enh/improve-user_migration-api
2022-03-14 19:17:47 -07:00
Pytal
a5e1e31350
Merge pull request #31572 from nextcloud/fix/select2_settings_admin
2022-03-14 19:07:13 -07:00
Erik van Velzen
17f3e5e4b5
AmazonS3: allow not implemented versioning
...
In case the S3 implementation does not implement versioning, set it to
false. Versioning was introduced in Nexcloud in commit
09ffac5e6d
This is needed for compatibility with the Storj gateway.
Signed-off-by: Erik van Velzen <erik@evanv.nl>
2022-03-15 00:40:38 +01:00
Louis Chemineau
7e8ae46a01
Use global $ in settings admin.js
...
Fix https://github.com/nextcloud/server/issues/31570
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-14 20:00:37 +00:00
Robin Appelman
a887553ddb
return default bundle when there is an error getting the bundle
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-14 18:34:09 +01:00
Robin Appelman
194a21f374
use the nextcloud certificate bundle for s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-14 18:09:48 +01:00
Robin Appelman
74f64fa3eb
don't error if we can't load the ExceptionSerializer for early exceptions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-14 17:12:53 +01:00
Carl Schwan
bf75b1d5c5
Merge pull request #31567 from nextcloud/update-composer-files
...
Update composer generated files to latest version
2022-03-14 16:55:30 +01:00
Louis
ee2f3bcaf1
Merge pull request #31561 from nextcloud/dependabot/npm_and_yarn/karma-chrome-launcher-3.1.1
...
Bump karma-chrome-launcher from 3.1.0 to 3.1.1
2022-03-14 15:12:24 +01:00
Côme Chilliet
8f97f722ec
Extends UserMigrationException in CalendarMigratorException
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14 14:34:16 +01:00
Côme Chilliet
1973b2fb75
Fix autoloader and phpdoc for new class
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14 14:34:15 +01:00
Côme Chilliet
b63d22b6ea
Improve wording of pathExists description
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-14 14:34:15 +01:00
Côme Chilliet
b4b9e8adf7
Add getOriginalUid in IImportSource to simplify code when importing under another uid
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14 14:34:14 +01:00
Côme Chilliet
5534f70c5d
Add pathExists method to IImportSource to test if a path exists in the archive
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14 14:34:14 +01:00
Côme Chilliet
d8b2d32a5e
Move UserMigrationException to OCP and add @throws documentation
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14 14:33:57 +01:00
Simon L
a74248b0a0
Merge pull request #31566 from nextcloud/fix/unit-audit
...
Fix unit tests by importing the class
2022-03-14 13:23:30 +01:00
dependabot[bot]
b9632de066
Bump karma-chrome-launcher from 3.1.0 to 3.1.1
...
Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases )
- [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: karma-chrome-launcher
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 11:22:02 +00:00
Louis
bd89a39076
Merge pull request #31459 from nextcloud/dependabot/npm_and_yarn/karma-6.3.17
...
Bump karma from 6.3.16 to 6.3.17
2022-03-14 12:20:48 +01:00
Carl Schwan
5ce985f9be
Update composer generated files to latest version
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-14 11:30:41 +01:00
Carl Schwan
371fa1c49a
Merge pull request #31542 from nextcloud/psalm-userCounts
...
Fix psalm issue about userCounts
2022-03-14 11:27:43 +01:00
Carl Schwan
6e45b298bf
Fix unit tests by importing the class
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-14 11:24:39 +01:00
Vanessa Pertsch
c1dfd6f784
use new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-14 09:34:27 +00:00
Carl Schwan
1bf5ab35a8
Use "use" to import namespaces
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-14 09:35:01 +01:00
Nextcloud bot
4e96db8608
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-14 02:27:10 +00:00
Nextcloud bot
3e067edcbe
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-13 02:26:40 +00:00
Carl Schwan
653f2b7e32
Merge pull request #31555 from nextcloud/enh/noid/fix-drone-tests
...
fix drone tests on master
2022-03-12 12:55:53 +01:00
dependabot[bot]
1f23164607
Bump karma from 6.3.16 to 6.3.17
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.3.16 to 6.3.17.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17 )
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-12 03:33:26 +00:00