aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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>
* | | | | Merge pull request #25047 from nextcloud/dependabot/npm_and_yarn/sinon-9.2.3dependabot-preview[bot]2021-01-092-15/+4
|\ \ \ \ \
| * | | | | Bump sinon from 9.2.2 to 9.2.3dependabot-preview[bot]2021-01-092-15/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.2 to 9.2.3. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.2...v9.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / | | | [tx-robot] updated from transifexNextcloud bot2021-01-0922-12/+52
|/ / / /
* | | | Merge pull request #24951 from nextcloud/version/21/beta5v21.0.0beta5Roeland Jago Douma2021-01-081-2/+2
|\ \ \ \ | |/ / / |/| | | 21 beta5
| * | | 21 beta5Roeland Jago Douma2021-01-041-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #24948 from nextcloud/dependabot/composer/doctrine/dbal-3.0.0Christoph Wurst2021-01-08109-852/+1307
|\ \ \ \ | | | | | | | | | | Bump doctrine/dbal from 2.12.0 to 3.0.0
| * | | | Use specific docker image tags to allow drone to cache them and not run into ↵Morris Jobke2021-01-081-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docker pull rate limits Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Rollback failed transactions in TestCase.php to not break followup testsChristoph Wurst2021-01-081-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Remove "primary" option from schema builder argument $options as it is not ↵Morris Jobke2021-01-081-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used anymore and triggers an exception See https://github.com/doctrine/dbal/commit/138eb85234a1faeaa2e6a32cd7bcc66bb51c64e8#diff-300f55366adb50a32a40882ebdc95c163b141f64cba5f45f20bda04a907b3eb3L82 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-08106-828/+1270
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #22992 from nextcloud/password-urlencodeMorris Jobke2021-01-082-1/+16
|\ \ \ \ \ | | | | | | | | | | | | allow authenticating using urlencoded passwords
| * | | | | Update baseline.xmlMorris Jobke2021-01-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | allow authenticating using urlencoded passwordsRobin Appelman2021-01-071-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows authenticating with passwords that contain non ascii-characters in contexts that otherwise do not allow it (http basic) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #25017 from nextcloud/fix-clearing-the-label-of-a-shareRoeland Jago Douma2021-01-083-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix clearing the label of a share
| * | | | | Fix clearing the label of a shareDaniel Calviño Sánchez2021-01-083-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the label is being edited its value is stored in "newLabel", and the original label is shown only if "newLabel" is not set. However, as it was checked against any falsy value instead of only undefined when the label was cleared and thus it has an empty value the original label was shown instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | | Merge pull request #25031 from ↵Roeland Jago Douma2021-01-082-36/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/revert-25020-fix/noid/limitied-allowed-items-db-in Revert "(LDAP) respect DB limits of arguments in an IN statement"
| * | | | | Revert "(LDAP) respect DB limits of arguments in an IN statement"Roeland Jago Douma2021-01-082-36/+5
|/ / / / /
* | | | | Merge pull request #25029 from nextcloud/rakekniven-patch-1Morris Jobke2021-01-081-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code
| * | | | | Change defaultapp to dashboardrakekniven2021-01-081-3/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Result of discussion at https://help.nextcloud.com/t/enable-dashboard-on-per-user-basis/94872 Code reference: https://github.com/nextcloud/server/blob/db86bea18ce41ad73e9c1a06f2b2d89d8d4f2ef8/lib/private/legacy/OC_Util.php#L1106 Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | | | | Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfillRoeland Jago Douma2021-01-083-3/+8
|\ \ \ \ \ | | | | | | | | | | | | Replace patchwork/utf8 with symfony-polyfill-*
| * | | | | Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst2021-01-073-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>