- Jan 16, 2021
-
-
dependabot-preview[bot] authored
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jan 15, 2021
-
-
Joas Schilling authored
Fix comparison of PHP versions
-
Roeland Jago Douma authored
Do not redirect to logout after login
-
Morris Jobke authored
Add a hint about the direction of priority
-
Roeland Jago Douma authored
This can happen when the session was killed due to a timeout. Then logout was triggered. Nobody wants to login only to be logged out again. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Julius Härtl authored
Add "Crop image previews" setting to files
-
Nextcloud bot authored
-
- Jan 14, 2021
-
-
Damien Goutte-Gattat authored
Use the builtin function `version_compare` to check an app's compatibility with the available PHP version, instead of reusing the `OC\App\CompareVersion::isCompatible` method which is intended to compare Nextcloud versions. PHP version strings do not always necessarily follow the simple Major.Minor.Patch format used by Nextcloud and therefore cannot be properly compared by that method. Signed-off-by:
Damien Goutte-Gattat <dgouttegattat@incenp.org>
-
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>
-