- Feb 28, 2020
-
-
Roeland Jago Douma authored
Create SimpleFile only when writing the content
-
Joas Schilling authored
Allow to overwrite share target mountpoints
-
Christoph Wurst authored
Bump php-opencloud/openstack from 3.0.6 to 3.0.7
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
instead of first creating an empty file and then writing the content. This solves the overhead of creating an empty file with the common pattern: ```php $file = $simpleFilder->newFile('foo.txt'); $file->putContent('bar.txt'); ``` roughly halving the number of storage and database operations that need to be done when creating a `SimpleFile`. This is not automatically done with `File` because that has a more complex api which I'm more hesitant to touch. Instead the `Folder::newFile` api has been extended to accept the content for the new file. In my local testing, the overhead of first creating an empty file took about 20% of the time for preview generation Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
test behavior, not implementation Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Joas Schilling authored
Also cache avatars when it's not allowed
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Check that username and password are present.
-
Roeland Jago Douma authored
Don't show referrer policy warning if fallback policy set.
-
Roeland Jago Douma authored
Catch NotFoundException when getting the user folder
-
Roeland Jago Douma authored
Theme search results
-
Christoph Wurst authored
Readme: fix typo
-
Nextcloud bot authored
-
- Feb 27, 2020
-
-
Reece Dunham authored
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Bump league/flysystem from 1.0.37 to 1.0.64
-
Christoph Wurst authored
Allow to remove listeners
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Allow non integer ids in Entity Mapper
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Bump pear/pear-core-minimal from 1.10.3 to 1.10.10
-
Nextcloud bot authored
-
- Feb 26, 2020
-
-
Daniel Kesselberg authored
Test-Set: no-referrer-when-downgrade no-referrer strict-origin-when-cross-origin same-origin no-referrer, strict-origin-when-cross-origin strict-origin- unsafe-raw, same-origin strict-origin-when-downgrade Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
John Molakvoæ authored
Make sure quota_preset is using numerical indexes
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Feb 25, 2020
-
-
blizzz authored
Fix installing Talk due to hardcoded route
-
Joas Schilling authored
Merge pull request #19539 from nextcloud/bugfix/noid/allow-to-create-directories-when-they-are-selectable Allow to create directories when they are selectable
-
Joas Schilling authored
Hash event UID to make sure it's not too long for PushProvider notifications
-
Roeland Jago Douma authored
Correctly trim long cyrillic note
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-