aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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>
* | | | | | | Merge pull request #25080 from nextcloud/fix/file-scan-dbRoeland Jago Douma2021-01-122-18/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix database connection usage in the files scanner
| * | | | | | Fix database connection usage in the files scannerChristoph Wurst2021-01-112-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25087 from ↵Morris Jobke2021-01-122-10/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/update-psalm-baseline-as-recommended.xml Update psalm baseline to remove obsolete stuff
| * | | | | | Fix casing of MySQLPlatform class nameVincent Petry2021-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | | Update psalm baseline to remove obsolete stuffVincent Petry2021-01-121-8/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | / [tx-robot] updated from transifexNextcloud bot2021-01-1222-114/+280
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #25038 from nextcloud/bugfix/noid/install-mysql8-with-php8blizzz2021-01-112-4/+17
|\ \ \ \ \ | |/ / / / |/| | | | Don't try a transaction for the migrator on MySQL
| * | | | Only rollback when not MySQLJoas Schilling2021-01-111-2/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Don't try a transaction for the migrator on MySQLJoas Schilling2021-01-081-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per https://dev.mysql.com/doc/refman/8.0/en/implicit-commit.html CREATE TABLE statements automatically commit always. The only reason this worked in the past was that PHPs PDO connection didn't check the actual state on commit, but only checked their internal state. But in PHP8 this was fixed: https://github.com/php/php-src/blob/PHP-8.0/UPGRADING#L446-L450 So now commit() fails because the internal PDO connection implicitly commited already. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #25039 from ↵Roeland Jago Douma2021-01-111-3/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/libxml-use-internal-errors-deprecated Only use libxml_disable_entity_loader on php older than 8
| * | | | | Only use libxml_disable_entity_loader on php older than 8Christoph Wurst2021-01-081-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #25048 from nextcloud/dependabot/npm_and_yarn/webdav-3.6.2dependabot-preview[bot]2021-01-116-15/+15
|\ \ \ \ \ \
| * | | | | | Bump webdav from 3.6.1 to 3.6.2dependabot-preview[bot]2021-01-116-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/perry-mitchell/webdav-client/releases) - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v3.6.1...v3.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #25034 from ↵Morris Jobke2021-01-111-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/load-authentication-for-app-upgrades Make sure to do priority app upgrades first
| * | | | | | | Make sure to do priority app upgrades firstJulius Härtl2021-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise those apps might not be loaded when the others app migrations are running. The previous loading of authentication apps in the upgrade step never worked as it just returns in maintenance mode Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #25016 from nextcloud/enh/noid/add-check-for-unsupported-dbRoeland Jago Douma2021-01-116-3/+180
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add setup check to verify that the used DB version is still supported…
| * | | | | | | | Add setup check to verify that the used DB version is still supported in the ↵Morris Jobke2021-01-087-3/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | next major release Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | | Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke2021-01-1139-172/+170
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove unneeded casts that were found by Psalm
| * | | | | | | | | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-1139-172/+170
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | | Merge pull request #25070 from nextcloud/feature/noid/card-ros-definitionsRoeland Jago Douma2021-01-111-0/+62
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Deck Rich-Object-String definitions for deck boards and cards
| * | | | | | | | Deck Rich-Object-String definitions for deck boards and cardsJoas Schilling2021-01-111-0/+62
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #24910 from nextcloud/dependachristoph/composer/scss-1.4.0Morris Jobke2021-01-115-53/+58
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump scssphp/scssphp from 1.0.3 to 1.4.0
| * | | | | | | | Unquote string when removing the hash from a colorJulius Härtl2021-01-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Make SCSS compliantJulius Härtl2021-01-112-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | | Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-113-15/+19
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #25069 from ↵Roeland Jago Douma2021-01-111-7/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/regression-dont-touch-assignable-column Don't remove assignable column for now