summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | | Don't remove assignable column for nowVincent Petry2021-01-111-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It causes side effects. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | Merge pull request #25049 from nextcloud/dependabot/npm_and_yarn/webpack-4.45.0dependabot-preview[bot]2021-01-116-44/+36
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bump webpack from 4.44.2 to 4.45.0dependabot-preview[bot]2021-01-116-44/+36
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 4.45.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.2...v4.45.0) 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 #24661 from nextcloud/external-storage-cant-editMorris Jobke2021-01-118-28/+82
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | dont offer to edit external config settings if we can't edit them
| * | | | | adjust testsRobin Appelman2021-01-083-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-085-24/+58
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1116-0/+76
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-1016-0/+80
| | | | |
* | | | | Merge pull request #25050 from ↵Roeland Jago Douma2021-01-091-59/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-01-091-59/+2
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>