- Mar 20, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Nextcloud bot authored
-
- Mar 19, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Mar 18, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Mar 17, 2020
-
-
Nextcloud bot authored
-
- Mar 16, 2020
-
-
Roeland Jago Douma authored
Hooks that listen to it (audit log) benefit from having the target properly set. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Else this can error out on storages that do not have an owner (e.g. groupfolders). Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Mar 15, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Fixes #19345 Basically just a stupid wrapper with extra logging. So that we can at least inform people they are using the wrong methods. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Pavel Krasikov authored
Signed-off-by:
Pavel Krasikov <klonishe@gmail.com>
-
Nextcloud bot authored
-
- Mar 14, 2020
-
-
Pavel Krasikov authored
Signed-off-by:
Pavel Krasikov <klonishe@gmail.com>
-
- Mar 12, 2020
-
-
Julius Härtl authored
This will cause issues since the theming name can contain characters that are not allowed in the local part of the mail address (like spaces) Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Mar 11, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 10, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Mar 09, 2020
-
-
Jose Quinteiro authored
Signed-off-by:
Jose Quinteiro <github@quinteiro.org>
-
Jose Quinteiro authored
Don't override the error_logging setting from php.ini unless we're debugging. Signed-off-by:
Jose Quinteiro <github@quinteiro.org>
-
- Mar 06, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 05, 2020
-
-
Nextcloud bot authored
-
- Mar 04, 2020
-
-
Nextcloud bot authored
-
- Mar 02, 2020
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Nextcloud bot authored
-
- Feb 28, 2020
-
-
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>
-
Nextcloud bot authored
-
- Feb 27, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Feb 26, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Feb 25, 2020
-
-
Nextcloud bot authored
-
- Feb 23, 2020
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Feb 21, 2020
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Feb 20, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-