Commit Graph

57171 Commits

Author SHA1 Message Date
Roeland Jago Douma 6d4afca7ac Add support for webp
Including handling in OC_Image
But also a preview provider

Of course only works if your php actually supports webp

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-19 20:17:10 +01:00
Roeland Jago Douma 3406032cf8
Merge pull request #25184 from nextcloud/feature/noid/first-class-citizen-notifications
Directly add notifications element
2021-01-19 19:40:07 +01:00
Robin Appelman fdc8635afb
extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-19 16:33:58 +01:00
Roeland Jago Douma f0b18e062f Bump CA bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-19 15:56:03 +01:00
Christoph Wurst 3cb8d85cf4
Merge pull request #25198 from nextcloud/dependabot/composer/pear/archive_tar-1.4.12
Bump pear/archive_tar from 1.4.11 to 1.4.12
2021-01-19 12:13:30 +01:00
Christoph Wurst c784214bbc
Bump pear/archive_tar from 1.4.11 to 1.4.12
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-19 10:59:04 +01:00
Roeland Jago Douma 0893bba369
Merge pull request #25153 from nextcloud/bugfix/noid/force-signature-verification-on-occ
Force signature verification of apps on occ
2021-01-19 09:35:52 +01:00
Nextcloud bot 91864aeb40
[tx-robot] updated from transifex 2021-01-19 02:20:43 +00:00
Morris Jobke a9f81a394b
Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature
Don't log keys on checkSignature
2021-01-18 22:23:36 +01:00
Morris Jobke 71442a3412
Merge pull request #25187 from nextcloud/dependabot/composer/symfony/polyfill-intl-normalizer-1.22.0
Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0
2021-01-18 22:21:44 +01:00
John Molakvoæ 0ddcf0abfc
Merge pull request #25182 from nextcloud/bugfix/noid/readd-element-id
Readd element ID after component mount.
2021-01-18 21:08:43 +01:00
Roeland Jago Douma 3decbced37
Merge pull request #25181 from nextcloud/crl/update-revoked-gravatar.crt
Update CRL due to revoked gravatar.crl
2021-01-18 20:22:27 +01:00
Roeland Jago Douma de564f8340
Merge pull request #25185 from nextcloud/bugfix/share-errors
Show the actual error on share requests
2021-01-18 20:19:30 +01:00
Christoph Wurst 4444f1f16e
Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-18 17:04:48 +01:00
Joas Schilling 847aa08ebd
Don't log keys on checkSignature
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 16:09:06 +01:00
Julius Härtl f69a6c675c
Show the actual error on share requests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-18 15:37:02 +01:00
Joas Schilling 84b33a4435
Directly add notifications element
Since there seems to be an issue with the old way notifications is mounted,
we now hardcode it.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 15:00:20 +01:00
Joas Schilling 18fdefee0b
Readd element ID after component mount.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 13:53:42 +01:00
Morris Jobke 1a336df140
Update CRL due to revoked gravatar.crl
https://github.com/nextcloud/app-certificate-requests/pull/362

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-18 13:46:33 +01:00
Morris Jobke e9b5805e6c
Merge pull request #25168 from nextcloud/fix/cards_abiduri
Add cards_abiduri index on install
2021-01-18 13:35:20 +01:00
Morris Jobke 7bba1441b9
Merge pull request #25059 from nextcloud/dependabot/composer/web-auth/webauthn-lib-3.3.1
Bump web-auth/webauthn-lib from 3.1.1 to 3.3.1
2021-01-18 13:34:33 +01:00
Roeland Jago Douma 80ed3193c0
Merge pull request #25177 from nextcloud/bugfix/noid/more-usable-mysql-password
Only use alphanumeric chars for mysql password
2021-01-18 12:55:30 +01:00
Morris Jobke cfe098ee6d
Merge pull request #25176 from nextcloud/add-composer-lock-for-acceptance-tests-to-git
Add "composer.lock" for acceptance tests to git
2021-01-18 12:49:36 +01:00
Joas Schilling 76c7356af9
Only use alphanumeric chars for mysql password
/ 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>
2021-01-18 12:03:52 +01:00
Jos Poortvliet 602ed2295d
Update UpdateNotification.vue
I've updated the text, but the 'learn more about updates and update channels' should link to https://nextcloud.com/release-channels/
2021-01-18 11:56:49 +01:00
Joas Schilling 7ef7c3e3f2
Fix markup
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 11:32:51 +01:00
Joas Schilling 2e2a2eefd5
Add a warning when trying to run integrity:check-core on git
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 11:32:50 +01:00
Joas Schilling 90c3013d40
Cleanup the constructor
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 11:32:50 +01:00
Joas Schilling f319660f60
Force run the verification of the signature on occ
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 11:32:50 +01:00
Christoph Wurst ea8ea0cbcc
Bump web-auth/webauthn-lib from 3.1.1 to 3.3.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-18 11:04:20 +01:00
Nextcloud bot 6d291c3c19
[tx-robot] updated from transifex 2021-01-18 02:19:28 +00:00
dependabot-preview[bot] e62a546c34
Merge pull request #25160 from nextcloud/dependabot/npm_and_yarn/webpack-4.46.0 2021-01-17 20:13:45 +00:00
Daniel Calviño Sánchez d6a1d8d3a1 Add "composer.lock" for acceptance tests to git
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>
2021-01-17 16:44:32 +01:00
Nextcloud bot 1907cc197d
[tx-robot] updated from transifex 2021-01-17 02:19:53 +00:00
Roeland Jago Douma 3d66d68327 Add cards_abiduri index on install
Else we directly tell the admin to add this on install.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-16 20:43:16 +01:00
dependabot-preview[bot] c5ae29e9a3
Merge pull request #25159 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.1.1 2021-01-16 03:13:40 +00:00
Nextcloud bot 154d56d56f
[tx-robot] updated from transifex 2021-01-16 02:20:04 +00:00
dependabot-preview[bot] b2f0315628
Bump webpack from 4.45.0 to 4.46.0
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>
2021-01-16 02:18:52 +00:00
dependabot-preview[bot] 08334b79ab
Bump sass-loader from 10.1.0 to 10.1.1
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>
2021-01-16 02:17:36 +00:00
Joas Schilling eafd281800
Merge pull request #25138 from gouttegd/fix25137
Fix comparison of PHP versions
2021-01-15 15:18:25 +01:00
Vincent Petry 246a0a8174
Fix IE 11 dashboard syntax error
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-15 14:26:50 +01:00
Roeland Jago Douma d3ab26c4b0
Merge pull request #25142 from nextcloud/fix/login_no_logout_redirect
Do not redirect to logout after login
2021-01-15 11:51:30 +01:00
Morris Jobke bcb52d64f0
Merge pull request #25141 from nextcloud/bugfix/noid/add-a-hint-about-priority
Add a hint about the direction of priority
2021-01-15 09:46:37 +01:00
Roeland Jago Douma f57b93098b
Do not redirect to logout after login
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>
2021-01-15 09:35:51 +01:00
Joas Schilling b8acf2fe69
Add a hint about the direction of priority
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 08:34:24 +01:00
Julius Härtl c80e007607
Merge pull request #25055 from nina-py/18439-add-crop-image-previews-setting
Add "Crop image previews" setting to files
2021-01-15 08:07:52 +01:00
Nextcloud bot 795881739e
[tx-robot] updated from transifex 2021-01-15 02:20:25 +00:00
Damien Goutte-Gattat bedd9acf78 Fix comparison of PHP versions
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>
2021-01-14 23:03:20 +00:00
dependabot-preview[bot] ceb3a0090e
Merge pull request #25085 from nextcloud/dependabot/submodules/3rdparty-1381d28 2021-01-14 18:13:28 +00:00
Roeland Jago Douma 801c691684
Merge pull request #25131 from nextcloud/fix/imports
Fix @nextcloud/vue imports
2021-01-14 19:08:09 +01:00