summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #25177 from nextcloud/bugfix/noid/more-usable-mysql-passwordRoeland Jago Douma2021-01-181-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Only use alphanumeric chars for mysql password
| * | | | | | Only use alphanumeric chars for mysql passwordJoas Schilling2021-01-181-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / and + can cause problems with other tools that you might want to run on your Nextcloud database. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #25176 from ↵Morris Jobke2021-01-183-4/+2774
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/add-composer-lock-for-acceptance-tests-to-git Add "composer.lock" for acceptance tests to git
| * | | | | Add "composer.lock" for acceptance tests to gitDaniel Calviño Sánchez2021-01-173-4/+2774
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As "composer.lock" was not versioned the dependencies had to be resolved everytime that the acceptance tests run, which took some precious time. Besides that the dependency versions were also tightened for better control. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1830-8/+182
| | | | | |
* | | | | | Merge pull request #25160 from nextcloud/dependabot/npm_and_yarn/webpack-4.46.0dependabot-preview[bot]2021-01-172-14/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bump webpack from 4.45.0 to 4.46.0dependabot-preview[bot]2021-01-162-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.45.0 to 4.46.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.45.0...v4.46.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1740-50/+370
| |/ / / / |/| | | |
* | | | | Merge pull request #25159 from ↵dependabot-preview[bot]2021-01-162-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-10.1.1
| * | | | | Bump sass-loader from 10.1.0 to 10.1.1dependabot-preview[bot]2021-01-162-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / / / [tx-robot] updated from transifexNextcloud bot2021-01-166-6/+34
|/ / / /
* | | | Merge pull request #25138 from gouttegd/fix25137Joas Schilling2021-01-151-2/+2
|\ \ \ \ | |/ / / |/| | | Fix comparison of PHP versions
| * | | Fix comparison of PHP versionsDamien Goutte-Gattat2021-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #25142 from nextcloud/fix/login_no_logout_redirectRoeland Jago Douma2021-01-151-1/+4
|\ \ \ \ | | | | | | | | | | Do not redirect to logout after login
| * | | | Do not redirect to logout after loginRoeland Jago Douma2021-01-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #25141 from nextcloud/bugfix/noid/add-a-hint-about-priorityMorris Jobke2021-01-152-3/+6
|\ \ \ \ \ | |/ / / / |/| | | | Add a hint about the direction of priority
| * | | | Add a hint about the direction of priorityJoas Schilling2021-01-152-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #25055 from nina-py/18439-add-crop-image-previews-settingJulius Härtl2021-01-159-2/+85
|\ \ \ \ \ | | | | | | | | | | | | Add "Crop image previews" setting to files
| * | | | | Add "Crop image previews" setting to filesNina Pypchenko2021-01-149-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1510-2/+20
| |_|/ / / |/| | | |
* | | | | Merge pull request #25085 from nextcloud/dependabot/submodules/3rdparty-1381d28dependabot-preview[bot]2021-01-141-0/+0
|\ \ \ \ \
| * | | | | Bump 3rdparty from `7bbfe82` to `1381d28`dependabot-preview[bot]2021-01-141-0/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #25131 from nextcloud/fix/importsRoeland Jago Douma2021-01-1435-39/+42
|\ \ \ \ \ | |/ / / / |/| | | | Fix @nextcloud/vue imports
| * | | | Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)2021-01-1435-39/+42
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #25091 from ↵Christoph Wurst2021-01-1410-27/+439
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/ocp-db-exception-abstraction Add our own DB exception abstraction
| * | | | Add our own DB exception abstractionChristoph Wurst2021-01-1210-27/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #25084 from rfc2822/patch-2Roeland Jago Douma2021-01-143-7/+7
|\ \ \ \ \ | | | | | | | | | | | | Update DAVx5 in AuthToken.vue
| * | | | | Update DAVx5 in AuthToken.vueRicki Hirner2021-01-143-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #25114 from ↵Roeland Jago Douma2021-01-142-7/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dismiss-reminder-notifications-from-passed-events Dismiss reminder notifications from passed events
| * | | | | | Dismiss reminder notifications from passed eventsThomas Citharel2021-01-142-7/+83
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-144-12/+178
|\ \ \ \ \ \ | | | | | | | | | | | | | | respect DB restrictions on number of arguments in statements and queries
| * | | | | | silence psalm false positiveArthur Schiwon2021-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | DB: warn on parameter number constraintsArthur Schiwon2021-01-112-6/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | respect DB limits limit per statement and queryArthur Schiwon2021-01-112-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #25110 from nextcloud/fix/24970/dashboard-greetingsRoeland Jago Douma2021-01-143-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Fix night condition in dashboard greeting
| * | | | | | refs #24970 fix night condition in dashboard greetingJulien Veyssier2021-01-133-3/+3
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | Merge pull request #25065 from nextcloud/version/21/beta6v21.0.0beta6Roeland Jago Douma2021-01-141-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | 21 beta6
| * | | | | | 21 beta6Roeland Jago Douma2021-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1410-0/+50
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #25105 from ↵Roeland Jago Douma2021-01-131-12/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselineNextcloud-PR-Bot2021-01-131-12/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1322-24/+130
| | | | | |
* | | | | | Merge pull request #25089 from nextcloud/enhancement/ocp-db-typesblizzz2021-01-1237-34/+149
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add our own db column types via the public API
| * | | | | | Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1234-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | Add our own constants for db column typesChristoph Wurst2021-01-123-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25088 from nextcloud/fix/allow_app_updates_againRoeland Jago Douma2021-01-124-18/+24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Allow installing/updating of apps again
| * | | | | | Fix option in the client code itself as wellRoeland Jago Douma2021-01-122-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Allow installing/updating of apps againRoeland Jago Douma2021-01-122-6/+6
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Guzzle API changed. We shall now use sink Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #24606 from hosting-de/feature/allow-symlinks-configurableVincent Petry2021-01-122-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add 'allow Symlinks' as an option to config.php
| * | | | | | Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-122-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>