- Jan 15, 2021
-
-
Julius Härtl authored
Add "Crop image previews" setting to files
-
Nextcloud bot authored
-
- Jan 14, 2021
-
-
dependabot-preview[bot] authored
-
Roeland Jago Douma authored
Fix @nextcloud/vue imports
-
Nina Pypchenko authored
Added a new user setting that toggles cropping on image previews in grid view. True (default value): crops each image to a square. False: keep original aspect ratio. Signed-off-by:
Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Closes #18439. Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [3rdparty](https://github.com/nextcloud/3rdparty) from `7bbfe82` to `1381d28`. - [Release notes](https://github.com/nextcloud/3rdparty/releases) - [Commits](https://github.com/nextcloud/3rdparty/compare/7bbfe82c51aa168683ae6e47e3da7d3e587f6ca4...1381d2869a8c75fbe103a13b7a7223f9a11583f9 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Christoph Wurst authored
Add our own DB exception abstraction
-
Roeland Jago Douma authored
Update DAVx5 in AuthToken.vue
-
Roeland Jago Douma authored
Dismiss reminder notifications from passed events
-
blizzz authored
respect DB restrictions on number of arguments in statements and queries
-
Roeland Jago Douma authored
Fix night condition in dashboard greeting
-
Ricki Hirner authored
1. It's named DAVx5 (only very old clients have DAVdroid in the User-Agent) 2. Use passive matching (?:droid|x5) because otherwise, "x5" is recognized and shown as operating system 3. Also include the version postfix which contains information like "-beta2", which is important for the user Signed-off-by:
npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
-
Roeland Jago Douma authored
21 beta6
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Nextcloud bot authored
-
- Jan 13, 2021
-
-
Julien Veyssier authored
Signed-off-by:
Julien Veyssier <eneiluj@posteo.net>
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Jan 12, 2021
-
-
Christoph Wurst authored
Right now our API exports the Doctrine/dbal exception. As we've seen with the dbal 3 upgrade, the leakage of 3rdparty types is problematic as a dependency update means lots of work in apps, due to the direct dependency of what Nextcloud ships. This breaks this dependency so that apps only need to depend on our public API. That API can then be vendor (db lib) agnostic and we can work around future deprecations/removals in dbal more easily. Right now the type of exception thrown is transported as "reason". For the more popular types of errors we can extend the new exception class and allow apps to catch specific errors only. Right now they have to catch-check-rethrow. This is not ideal, but better than the dependnecy on dbal. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
blizzz authored
Add our own db column types via the public API
-
Roeland Jago Douma authored
Allow installing/updating of apps again
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Vincent Petry authored
Add 'allow Symlinks' as an option to config.php
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
The Guzzle API changed. We shall now use sink Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Fix database connection usage in the files scanner
-
Johannes Leuker authored
Signed-off-by:
Johannes Leuker <j.leuker@hosting.de>
-
Morris Jobke authored
Update psalm baseline to remove obsolete stuff
-
Vincent Petry authored
Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Vincent Petry authored
As seen in CI static checks, some blocks in the baseline were not needed any more. This will fix static checks in CI. Signed-off-by:
Vincent Petry <vincent@nextcloud.com>
-
Nextcloud bot authored
-
- Jan 11, 2021
-
-
blizzz authored
Don't try a transaction for the migrator on MySQL
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Only use libxml_disable_entity_loader on php older than 8
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
dependabot-preview[bot] authored
-