Commit Graph

61885 Commits

Author SHA1 Message Date
Carl Schwan
34988cff19
Merge pull request #24166 from nextcloud/imaginary-prototype
Send images to Imaginary docker to generate previews
2022-03-18 12:32:56 +01:00
Carl Schwan
d70e9d6516
Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-remove
Do chuncked job deletion
2022-03-18 12:29:42 +01:00
Joas Schilling
642f07ca3c
Merge pull request #31614 from nextcloud/bugfix/noid/simplify-comment-search-in-special-cases
Simplify comment search in special cases
2022-03-18 12:28:56 +01:00
Joas Schilling
d05dca0c1c
Simplify comment search in special cases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-18 09:22:16 +01:00
Pytal
b0fbcccfe6
Merge pull request #29372 from nextcloud/feat/28139/global-profile-toggle 2022-03-17 21:35:58 -07:00
Christopher Ng
108abd77ed Add profile default setting for admin
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-18 02:55:12 +00:00
Christopher Ng
1fc0b4320c Add global profile toggle config
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-18 02:55:12 +00:00
Nextcloud bot
d364edcf6a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-18 02:27:10 +00:00
Pytal
3f190d9fe6
Merge pull request #31488 from nextcloud/enh/account-set-all-properties 2022-03-17 15:22:41 -07:00
Robin Appelman
6fae598390
Merge pull request #31608 from nextcloud/scanner-performance2
some file scanner performance improvements
2022-03-17 22:06:45 +00:00
Robin Appelman
84f464550a
some file scanner performance improvements
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17 22:21:16 +01:00
Carl Schwan
c870bd1968 Do chuncked job deletion
This is helpful in cases where we are deleting tons jobs at the same
time in a gallera cluster. This doesn't happen often but this can create
issues.

Test plan:

1. Use https://github.com/nextcloud/quota_warning/pull/88
2. Change max to 1
3. Enabled/Disable quota_warning app and see jobs getting sucessfully
   added and removed

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-17 21:41:58 +01:00
Robin Appelman
6b4ab04a44
Merge pull request #31381 from nextcloud/external-config-ui-performance
Improve performance of external storage config UI
2022-03-17 18:04:06 +00:00
Robin Appelman
eff0fa0e4b
Merge pull request #31598 from nextcloud/mount-find-root
setup for current user when finding mounts in the root
2022-03-17 17:33:36 +00:00
Christopher Ng
c505bb1449 Add example to DocBlock
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-17 16:33:19 +00:00
Christopher Ng
2d9d0702f0 Add method to set all account properties from json
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-17 16:33:19 +00:00
Pytal
2a75c303b5
Merge pull request #31487 from nextcloud/enh/account-json-serialization 2022-03-17 09:31:44 -07:00
Robin Appelman
7933de00f3 don't recheck config automatically when there are a large number of storages
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17 16:29:35 +00:00
Robin Appelman
4601f11986 add all storage config rows in one go on load
this prevents repeated reflows

Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17 16:29:35 +00:00
Robin Appelman
ec4be7f2be
Merge pull request #31215 from nextcloud/smb-directory-invalid-type
handle invalid type when listing directory in smb
2022-03-17 16:25:26 +00:00
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
Vincent Petry
9b6a1cc8ae
Send images to imaginary docker to generate previews
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-Authored-by: Vincent Petry <vincent@nextcloud.com>
2022-03-17 08:24:07 +01:00
Christopher Ng
a99d33c72d Discard duplicate collection name from account serialization
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-17 04:27:39 +00: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