Robin Appelman
247e12da96
always set Key field in `headObject`
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Vincent Petry
0c3d3de6eb
Merge pull request #29090 from nextcloud/bug/noid/disable-versions-expire-background-job
Add configuration flag to disable the background job for files_versions
4 years ago
Robin Appelman
55346b5d6c
more reliable return value for Watcher::checkUpdate
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
4bd08af2ad
more reliable hasUpdated for s3
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Daniel
559edd2dc9
Merge pull request #29125 from nextcloud/bug/noid/disable-trash-expire-background-job
Add configuration flag to disable the background job for files_trashbin
4 years ago
Robin Appelman
34637697e1
remove old migration method
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
d3bd0b5a1b
optimize filetype for s3 directories a bit
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
294b218895
ci
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
294af4275c
more reliable directory copy
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
5e3c8b3af2
doesDirectoryExist fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
09ffac5e6d
s3 external storage listing rework
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago
Robin Appelman
fadeae8c8a
Merge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-folder-versions
Revert "Delete S3 versions in rmdir"
4 years ago
Joas Schilling
59cf2b1789
Fix app upgrade
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Louis Chemineau
dd938dadef
Add benchmark tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 years ago
Louis Chemineau
fc6e07705a
Add BulkUpload DAV plugin
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 years ago
Daniel
5645b2a18a
Merge pull request #29188 from nextcloud/enhancement/public-write-api
Add calendar object creation API to OCP
4 years ago
Matthieu Gallien
29e4f9bb2d
update CRL after revocation of twofactor_rcdevsopenotp.crt
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years ago
John Molakvoæ
f7a4ff4d63
Merge pull request #27217 from nextcloud/techdebt/noid/make-debugging-a-cron-job-easier
4 years ago
John Molakvoæ
b6a3ba136c
Merge pull request #29235 from nextcloud/feat/appstore/enterprise
4 years ago
John Molakvoæ
8df577ba0a
Merge pull request #29180 from nextcloud/bug/27798/fix-php-error-in-ldap-access
4 years ago
Daniel
1119197276
Merge pull request #29247 from nextcloud/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
4 years ago
Daniel
03311b67d0
Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscan
Fix background scan doc in config
4 years ago
Vincent Petry
0da42b895e
Fix background scan doc in config
The background scanner only processes entries with size < 0
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
4 years ago
Anna Larch
0401d6dc0f
Add create method to extended calendar implementation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
nextcloud-command
da8a2e1d67
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
4 years ago
Nextcloud bot
4e32fe8a4e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago
Pytal
9e6aaa83c0
Merge pull request #29241 from nextcloud/fix/new-jcrop
4 years ago
Daniel
792a7c0992
Merge pull request #29246 from nextcloud/fix/make-psalm-happer
Change return type to correct type
4 years ago
Anna Larch
926fb5b3de
Change return type to correct type
Signed-off-by: Anna Larch <anna@nextcloud.com>
4 years ago
Christoph Wurst
67baaaaff9
Merge pull request #29231 from nextcloud/fix/calendar-providers-instances
Build instances of the calendar providers before using them
4 years ago
Christoph Wurst
9aa248f007
Merge pull request #29245 from nextcloud/artonge-patch-1
Add mapping for louis [CI SKIP]
4 years ago
Louis
4e09c67cb5
Add mapping for louis [CI SKIP]
Signed-off-by: Louis Chemineau <louis@chmn.me>
4 years ago
Christoph Wurst
c6a6ab3a1b
Merge pull request #29244 from nextcloud/add-kesselb-mailmap
Add mapping for kesselb [CI SKIP]
4 years ago
Daniel Kesselberg
8d6c6bfef3
Add mapping for kesselb [CI SKIP]
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years ago
Julius Härtl
39c4a83f9f
Add already used optional sizeDifference parameter to IPropagator
Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago
Christoph Wurst
c75a12c154
Build instances of the calendar providers before using them
What we get from the registration context are only the class names. We
still have to load the classes before we can use them.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
Christoph Wurst
4322aaba22
Switch to the "new" jcrop
The old one didn't work with recent versions of node. The patched one
does. This also replaces the github dep with a real npm registry one.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 years ago
John Molakvoæ
1f76423500
Send the subscription key to the appstore requests
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
4 years ago
Côme Chilliet
f9e6f2ea57
Use Psr\Log\LoggerInterface where it can easily be used in user_ldap
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 years ago
Julius Härtl
acbe4b46c3
Merge pull request #29157 from nextcloud/enh/opendocument
4 years ago
Louis
ed533bd128
Merge pull request #28250 from pjft/patch-3
Fix bug introduced on drag and drop external files
4 years ago
John Molakvoæ
739b67031b
Merge pull request #27194 from nextcloud/new-ftp
4 years ago
Joas Schilling
3adc997833
Bump autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
7239b3d560
Bump since version
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
0a812a1c09
Adjust namespace and print a message when the job was skipped
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
9cd9f4b4bc
Move queries to the joblist
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
e2a7482b49
Add a command to show info about a background job and force-execute it
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago
Joas Schilling
811d0cd1b5
Merge pull request #29135 from nextcloud/feat/appstore-filtering
Allow to filter apps from the appstore
4 years ago
Daniel
abc2472c5d
Merge pull request #29195 from nextcloud/fix/calendar-invitations-default-language
Fix default language detection for calendar emails
4 years ago
Côme Chilliet
d189a23f43
Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Access
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 years ago