summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Check if SVG path is validLukas Reschke2021-09-071-0/+5
|/ / | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2021-09-076-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28706 from nextcloud/backport/28700/stable21Lukas Reschke2021-09-061-1/+1
|\ \ | | | | | | [stable21] Pin Psalm version for security analysis
| * | [stable21] Pin Psalm version for security analysisMichaIng2021-09-031-1/+1
| |/ | | | | | | | | The action will otherwise pull dev-master and this can break easily as we just experience. Signed-off-by: MichaIng <micha@dietpi.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-0610-4/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-0510-0/+68
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28709 from ↵MichaIng2021-09-044-6/+6
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/css-vars-ponyfill-2.4.7 Bump css-vars-ponyfill from 2.4.6 to 2.4.7
| * | Bump css-vars-ponyfill from 2.4.6 to 2.4.7dependabot[bot]2021-09-044-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.6 to 2.4.7. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.6...v2.4.7) --- updated-dependencies: - dependency-name: css-vars-ponyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-09-0412-0/+18
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28673 from nextcloud/backport/28660/stable21szaimen2021-09-034-7/+13
|\ \ | |/ |/| [stable21] Fix position of search bar
| * Fix position of search barCarl Schwan2021-09-034-7/+13
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-03126-244/+248
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #27983 from ↵Julius Härtl2021-09-0252-67/+67
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/vue-and-vue-template-compiler-2.6.14 Bump vue and vue-template-compiler
| * Bump vue and vue-template-compilerdependabot[bot]2021-09-0152-67/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.12 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14) Updates `vue-template-compiler` from 2.6.12 to 2.6.14 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-09-0216-8/+62
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #27681 from nextcloud/backport/27668/stable21Christoph Wurst2021-08-311-11/+51
|\ \ | | | | | | [stable21] Harden bootstrap context registrations when apps are missing
| * | Harden bootstrap context registrations when apps are missingChristoph Wurst2021-08-311-11/+51
| |/ | | | | | | | | | | | | | | | | | | | | It's not expected that an app would be unavailable when the app container is created but when services are registered, but Sentry tells me on Nextcloud 21 there is an edge case where this can happen. Therefore this patch hardens the code a bit to log a meaningful error message and skipping the next code instead of logging a php notice for the undefined index and an exception for calling a method on null. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #28656 from nextcloud/backport/28332/stable21MichaIng2021-08-311-1/+5
|\ \ | |/ |/| [stable21] Only recommand for php-sodium on >= PHP 7.4
| * Only recommand for php-sodium on >= PHP 7.4Carl Schwan2021-08-311-1/+5
|/ | | | | | | | | | | | This is because php-sodium will solve the missing PASSWORD_ARGON2I constant problem only on >= php 7.4, previously argon2 wasn't part of the standard extension and was disabled on Centos/RHEL. So installing php-sodium on php 7.2 for example wouldn't hide the message. Tested on Fedora with php 7.4, Centos 7 with php 7.2, Centos 8 with php 7.2 and openSUSE with php 7.4. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #28440 from ↵dependabot[bot]2021-08-312-8/+8
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/vue-loader-15.9.8
| * Bump vue-loader from 15.9.7 to 15.9.8dependabot[bot]2021-08-312-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.7 to 15.9.8. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.7...v15.9.8) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #28203 from ↵szaimen2021-08-314-6/+6
|\ \ | |/ |/| | | | | nextcloud/dependabot/npm_and_yarn/stable21/url-search-params-polyfill-8.1.1 Bump url-search-params-polyfill from 8.1.0 to 8.1.1
| * Bump url-search-params-polyfill from 8.1.0 to 8.1.1dependabot[bot]2021-08-304-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/jerrybendy/url-search-params-polyfill/releases) - [Commits](https://github.com/jerrybendy/url-search-params-polyfill/compare/v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: url-search-params-polyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-3110-10/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28253 from nextcloud/backport/28240/stable21szaimen2021-08-311-1/+2
|\ \ | |/ |/| [stable21] Add h2 to personal info page, fixing accessibility issue
| * Add h2 to personal info page, fixing accessibility issueJan C. Borchardt2021-07-301-1/+2
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2021-08-306-8/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28623 from ↵dependabot[bot]2021-08-294-6/+6
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/css-vars-ponyfill-2.4.6
| * | Bump css-vars-ponyfill from 2.4.5 to 2.4.6dependabot[bot]2021-08-294-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v2.4.5...v2.4.6) --- updated-dependencies: - dependency-name: css-vars-ponyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-2912-2/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-28148-526/+626
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-27154-1366/+1384
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28604 from nextcloud/backport/28373/stable21MichaIng2021-08-263-2/+69
|\ \ | | | | | | [stable21] Fix encrypted version to 0 when finding unencrypted file
| * | Unregister enc stream wrapper for any exceptionVincent Petry2021-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | This prevents side effects in tests by properly cleaning up even with expected exceptions. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Fix encrypted version to 0 when finding unencrypted fileVincent Petry2021-08-262-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever the command is run and a "legacy cipher" seems to be detected when the legacy option is disabled, it's highly likely that the file is actually unencrypted but the database contains a encrypted version higher than 0 for some reason. The command now detects this case and automatically sets the encrypted version to 0 so that the file can be read again. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #28597 from nextcloud/backport/28262/stable21Louis2021-08-261-1/+1
|\ \ \ | |/ / |/| | [stable21] Fix setting up 2FA providers when 2FA is enforced and bc are generated
| * | Fix setting up 2FA providers when 2FA is enforced and bc are generatedChristoph Wurst2021-08-251-1/+1
|/ / | | | | | | | | | | | | | | When a user has backup codes generated and got their 2FA enforced then they should be able to set up TOTP and similar providers during the login. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #28577 from nextcloud/backport/28574/stable21Pytal2021-08-241-1/+1
|\ \ | | | | | | [stable21] Log exception message during failed ownership transfer share restore
| * | Log exception message during failed ownership transfer share restoreChristoph Wurst2021-08-241-1/+1
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-08-2410-32/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #27640 from ↵dependabot[bot]2021-08-238-11/+11
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/clipboard-2.0.8
| * | Bump clipboard from 2.0.6 to 2.0.8dependabot[bot]2021-08-238-11/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.6 to 2.0.8. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.8) --- updated-dependencies: - dependency-name: clipboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #28535 from nextcloud/backport/28185/stable21Louis2021-08-231-4/+9
|\ \ | | | | | | [stable21] Fix folder size contained in S3 buckets
| * | Fix folder size contained in S3 bucketsLouis Chemineau2021-08-201-4/+9
| | | | | | | | | | | | | | | | | | If 'filesystem_check_changes' was set to never, the cached size was alway set to -1 (Pending) on every access Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-228-8/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28546 from nextcloud/backport/28532/stable21MichaIng2021-08-213-2/+6
|\ \ \ | | | | | | | | [stable21] Do not load versions tab view if the files app is not available
| * | | Do not load versions tab view if the files app is not availableJulius Härtl2021-08-203-2/+6
|/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #28537 from nextcloud/backport/28452/stable21kesselb2021-08-201-1/+2
|\ \ \ | |/ / |/| | [stable21] Set alias for result of cast column function
| * | Set alias for result of cast column functionDaniel Kesselberg2021-08-201-1/+2
|/ / | | | | | | | | | | On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #28455 from nextcloud/backport/28303/stable21Joas Schilling2021-08-204-2/+35
|\ \ | | | | | | [stable21] UnifiedSearchController: strip webroot from URL before finding a route