- Mar 01, 2020
-
-
Roeland Jago Douma authored
Bump vue-router from 3.1.5 to 3.1.6
-
dependabot-preview[bot] authored
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.1.5...v3.1.6 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Bump babel-eslint from 10.0.3 to 10.1.0
-
Roeland Jago Douma authored
Bump @babel/preset-env from 7.8.3 to 7.8.6
-
Nextcloud bot authored
-
- Feb 29, 2020
-
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.3 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.6 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
Fix non-centered no javascript message
-
dependabot-preview[bot] authored
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.3 to 10.1.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Gary Kim authored
Signed-off-by:
Gary Kim <gary@garykim.dev>
-
Nextcloud bot authored
-
- Feb 28, 2020
-
-
Christoph Wurst authored
Revive the "send email to new users" toggle for the user form
-
Roeland Jago Douma authored
Create SimpleFile only when writing the content
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
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
-