]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoBump webpack-cli from 4.3.1 to 4.4.0 25288/head
dependabot-preview[bot] [Sat, 23 Jan 2021 02:20:22 +0000 (02:20 +0000)]
Bump webpack-cli from 4.3.1 to 4.4.0

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #25281 from nextcloud/enh/comments/moment_once
Christoph Wurst [Fri, 22 Jan 2021 16:57:48 +0000 (17:57 +0100)]
Merge pull request #25281 from nextcloud/enh/comments/moment_once

Only include moments once in comments

3 years agoMerge pull request #25183 from nextcloud/dependabot/composer/league/flysystem-1.1.3
Christoph Wurst [Fri, 22 Jan 2021 16:39:08 +0000 (17:39 +0100)]
Merge pull request #25183 from nextcloud/dependabot/composer/league/flysystem-1.1.3

Bump league/flysystem from 1.0.64 to 1.1.3

3 years agoMerge pull request #25273 from nextcloud/enhancement/hide-two-factor-settings-if...
Morris Jobke [Fri, 22 Jan 2021 15:26:17 +0000 (16:26 +0100)]
Merge pull request #25273 from nextcloud/enhancement/hide-two-factor-settings-if-no-providers

Do not show 2FA settings if the user has no providers available

3 years agoOnly include moments once in comments 25281/head
Roeland Jago Douma [Fri, 22 Jan 2021 15:19:40 +0000 (16:19 +0100)]
Only include moments once in comments

Shaves off a decent amount of the code size. Let alone the parsing.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25275 from nextcloud/fix/two-factor-token-type
Morris Jobke [Fri, 22 Jan 2021 15:14:45 +0000 (16:14 +0100)]
Merge pull request #25275 from nextcloud/fix/two-factor-token-type

Convert 2FA token type to string

3 years agoMerge pull request #25279 from nextcloud/fix/fully-deprecate-old-initial-state-interface
Morris Jobke [Fri, 22 Jan 2021 15:12:16 +0000 (16:12 +0100)]
Merge pull request #25279 from nextcloud/fix/fully-deprecate-old-initial-state-interface

Fully deprecate the old initial state interface, not just the methods

3 years agoBump league/flysystem from 1.0.64 to 1.1.3 25183/head
Christoph Wurst [Mon, 18 Jan 2021 13:32:51 +0000 (14:32 +0100)]
Bump league/flysystem from 1.0.64 to 1.1.3

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoFully deprecate the old initial state interface, not just the methods 25279/head
Christoph Wurst [Fri, 22 Jan 2021 13:53:26 +0000 (14:53 +0100)]
Fully deprecate the old initial state interface, not just the methods

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25241 from nextcloud/dependabot/npm_and_yarn/build/socket.io...
dependabot-preview[bot] [Fri, 22 Jan 2021 13:38:10 +0000 (13:38 +0000)]
Merge pull request #25241 from nextcloud/dependabot/npm_and_yarn/build/socket.io-2.4.1

3 years agoMerge pull request #25274 from nextcloud/fix/19647/federated_users_are_not_valid_users
Roeland Jago Douma [Fri, 22 Jan 2021 13:36:20 +0000 (14:36 +0100)]
Merge pull request #25274 from nextcloud/fix/19647/federated_users_are_not_valid_users

Do not obtain userFolder of a federated user

3 years agoMerge pull request #25128 from nextcloud/ldapprovider-get-property
blizzz [Fri, 22 Jan 2021 13:31:19 +0000 (14:31 +0100)]
Merge pull request #25128 from nextcloud/ldapprovider-get-property

extend ILDAPProvider to allow reading arbitrairy ldap attributes for users

3 years agoadjust since 25128/head
blizzz [Fri, 22 Jan 2021 13:29:39 +0000 (14:29 +0100)]
adjust since

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
3 years agoConvert 2FA token type to string 25275/head
Christoph Wurst [Fri, 22 Jan 2021 13:09:37 +0000 (14:09 +0100)]
Convert 2FA token type to string

The IConfig service is documented to handle its data as strings, hence
this changes the code a bit to ensure we store keys as string and
convert them back when reading.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoDo not show 2FA settings if the user has no providers available 25273/head
Christoph Wurst [Fri, 22 Jan 2021 11:00:32 +0000 (12:00 +0100)]
Do not show 2FA settings if the user has no providers available

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoDo not obtain userFolder of a federated user 25274/head
Roeland Jago Douma [Fri, 22 Jan 2021 12:52:43 +0000 (13:52 +0100)]
Do not obtain userFolder of a federated user

Federated shares are somewhat special. So we can't move the files from
the main user and we should try to get it from the intialized root
already.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25271 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.171.21
Roeland Jago Douma [Fri, 22 Jan 2021 11:35:14 +0000 (12:35 +0100)]
Merge pull request #25271 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.171.21

Bump aws/aws-sdk-php from 3.133.27 to 3.171.21

3 years agoBump aws/aws-sdk-php from 3.133.27 to 3.171.21 25271/head
Christoph Wurst [Fri, 22 Jan 2021 10:55:12 +0000 (11:55 +0100)]
Bump aws/aws-sdk-php from 3.133.27 to 3.171.21

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25269 from nextcloud/dependabot/composer/swiftmailer/swiftmailer...
Christoph Wurst [Fri, 22 Jan 2021 10:36:16 +0000 (11:36 +0100)]
Merge pull request #25269 from nextcloud/dependabot/composer/swiftmailer/swiftmailer-6.2.5

Bump swiftmailer/swiftmailer from 6.2.4 to 6.2.5

3 years agoBump swiftmailer/swiftmailer from 6.2.4 to 6.2.5 25269/head
Christoph Wurst [Fri, 22 Jan 2021 10:02:32 +0000 (11:02 +0100)]
Bump swiftmailer/swiftmailer from 6.2.4 to 6.2.5

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 22 Jan 2021 02:19:54 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25253 from nextcloud/fix/noid/log-noise
Morris Jobke [Thu, 21 Jan 2021 21:05:24 +0000 (22:05 +0100)]
Merge pull request #25253 from nextcloud/fix/noid/log-noise

silence log message

3 years agoMerge pull request #25255 from nextcloud/dav-storage-copy-directory
Morris Jobke [Thu, 21 Jan 2021 21:04:09 +0000 (22:04 +0100)]
Merge pull request #25255 from nextcloud/dav-storage-copy-directory

also use storage copy when dav copying directories

3 years agoMerge pull request #25257 from nextcloud/dependabot/composer/sabre/dav-4.1.4
Morris Jobke [Thu, 21 Jan 2021 21:03:29 +0000 (22:03 +0100)]
Merge pull request #25257 from nextcloud/dependabot/composer/sabre/dav-4.1.4

Bump sabre/dav from 4.1.3 to 4.1.4

3 years agoBump sabre/dav from 4.1.3 to 4.1.4 25257/head
Christoph Wurst [Thu, 21 Jan 2021 18:05:19 +0000 (19:05 +0100)]
Bump sabre/dav from 4.1.3 to 4.1.4

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoalso use storage copy when dav copying directories 25255/head
Robin Appelman [Thu, 21 Jan 2021 16:58:20 +0000 (17:58 +0100)]
also use storage copy when dav copying directories

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agosilence log message 25253/head
Arthur Schiwon [Thu, 21 Jan 2021 16:25:44 +0000 (17:25 +0100)]
silence log message

- this appears too often (in some configurations) when qualifying group
members which do not meet the criteria

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #25252 from nextcloud/dependabot/composer/giggsey/libphonenumber...
Morris Jobke [Thu, 21 Jan 2021 16:03:09 +0000 (17:03 +0100)]
Merge pull request #25252 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.12.16

Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16

3 years agoBump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16 25252/head
Christoph Wurst [Thu, 21 Jan 2021 12:52:50 +0000 (13:52 +0100)]
Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25214 from nextcloud/dependabot/composer/phpseclib/phpseclib...
Morris Jobke [Thu, 21 Jan 2021 09:25:02 +0000 (10:25 +0100)]
Merge pull request #25214 from nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30

Bump phpseclib/phpseclib from 2.0.25 to 2.0.30

3 years agoMerge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root
Roeland Jago Douma [Thu, 21 Jan 2021 08:08:54 +0000 (09:08 +0100)]
Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root

Apps folder is defacto in root folder and not above

3 years agoMerge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependencies
Roeland Jago Douma [Thu, 21 Jan 2021 07:54:05 +0000 (08:54 +0100)]
Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependencies

Re-use fetched dependencies in lib/base.php

3 years agoMerge pull request #25119 from nextcloud/version/21/beta7 v21.0.0beta7
Roeland Jago Douma [Thu, 21 Jan 2021 07:40:39 +0000 (08:40 +0100)]
Merge pull request #25119 from nextcloud/version/21/beta7

21 beta7

3 years agoMerge pull request #25234 from nextcloud/bugfix/noid/fix-encoding-issue-with-oc.notif...
John Molakvoæ [Thu, 21 Jan 2021 07:25:54 +0000 (08:25 +0100)]
Merge pull request #25234 from nextcloud/bugfix/noid/fix-encoding-issue-with-oc.notification.show

Fix encoding issue with OC.Notification.show

3 years agoMerge pull request #25236 from nextcloud/mkdir-explicit-chmod
Julius Härtl [Thu, 21 Jan 2021 06:56:10 +0000 (07:56 +0100)]
Merge pull request #25236 from nextcloud/mkdir-explicit-chmod

explicitly set permissions on newly created folders

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 Jan 2021 02:20:36 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years ago[Security] Bump socket.io from 2.3.0 to 2.4.1 in /build 25241/head
dependabot-preview[bot] [Wed, 20 Jan 2021 21:39:55 +0000 (21:39 +0000)]
[Security] Bump socket.io from 2.3.0 to 2.4.1 in /build

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoRe-use fetched dependencies in lib/base.php 25240/head
Morris Jobke [Wed, 20 Jan 2021 20:55:16 +0000 (21:55 +0100)]
Re-use fetched dependencies in lib/base.php

Reduces calls to DI container by reusing already fetched dependencies.

For status.php it went from 355 to 344.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoApps folder is defacto in root folder and not above 25238/head
Morris Jobke [Wed, 20 Jan 2021 20:22:39 +0000 (21:22 +0100)]
Apps folder is defacto in root folder and not above

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #25229 from nextcloud/bugfix/noid/darkmode-popover-adjustments
Vincent Petry [Wed, 20 Jan 2021 16:22:18 +0000 (17:22 +0100)]
Merge pull request #25229 from nextcloud/bugfix/noid/darkmode-popover-adjustments

Dark mode adjustments for popover

3 years agoexplicitly set permissions on newly created folders 25236/head
Robin Appelman [Wed, 20 Jan 2021 16:15:57 +0000 (17:15 +0100)]
explicitly set permissions on newly created folders

this works around any `umask` that might be set and limiting the folder permissions

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #25212 from nextcloud/enh/preview-markdown
Morris Jobke [Wed, 20 Jan 2021 14:02:41 +0000 (15:02 +0100)]
Merge pull request #25212 from nextcloud/enh/preview-markdown

Enhance markdown file preview rendering

3 years agoFix typo in comment 25212/head
Morris Jobke [Wed, 20 Jan 2021 14:02:32 +0000 (15:02 +0100)]
Fix typo in comment

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #25224 from nextcloud/bugfix/24600/fix-saving-user-credentials
Morris Jobke [Wed, 20 Jan 2021 13:59:30 +0000 (14:59 +0100)]
Merge pull request #25224 from nextcloud/bugfix/24600/fix-saving-user-credentials

Update handling of user credentials

3 years agoFix encoding issue with OC.Notification.show 25234/head
Joas Schilling [Wed, 20 Jan 2021 13:44:39 +0000 (14:44 +0100)]
Fix encoding issue with OC.Notification.show

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoDark mode adjustments for popover 25229/head
Vincent Petry [Wed, 20 Jan 2021 10:32:26 +0000 (11:32 +0100)]
Dark mode adjustments for popover

Add new popover classes from @nextcloud/vue's Popover and PopoverMenu*
components. This fixes issues where the menu icons were not inverted.

Adjusted border for both the avatar popover menu and also actions
popover menu to make them easier to distinguish from the background.

Now using border color for the popover arrow to make it more visible
outside the border.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoMerge pull request #25217 from nextcloud/enh/drop_index
Roeland Jago Douma [Wed, 20 Jan 2021 10:13:20 +0000 (11:13 +0100)]
Merge pull request #25217 from nextcloud/enh/drop_index

Drop authtoken_version_index

3 years agoEnhance markdown file preview rendering
Julius Härtl [Tue, 19 Jan 2021 14:53:37 +0000 (15:53 +0100)]
Enhance markdown file preview rendering

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAlso load CA properly in integrity check 25214/head
Roeland Jago Douma [Wed, 20 Jan 2021 09:56:06 +0000 (10:56 +0100)]
Also load CA properly in integrity check

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agophpsec lib can't parse multiple certs in one go
Roeland Jago Douma [Wed, 20 Jan 2021 09:46:06 +0000 (10:46 +0100)]
phpsec lib can't parse multiple certs in one go

So we have to split it manually and do it ourselves

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoFix potential empty result 25224/head
Joas Schilling [Wed, 20 Jan 2021 09:09:45 +0000 (10:09 +0100)]
Fix potential empty result

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoDrop authtoken_version_index 25217/head
Roeland Jago Douma [Tue, 19 Jan 2021 19:54:07 +0000 (20:54 +0100)]
Drop authtoken_version_index

The index was used when deleting old tokens. On top of that the index is
of course not that great since the version is either 1 or 2.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25223 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Wed, 20 Jan 2021 08:07:35 +0000 (09:07 +0100)]
Merge pull request #25223 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoCompare and store the login name via the event
Joas Schilling [Fri, 18 Dec 2020 13:46:41 +0000 (14:46 +0100)]
Compare and store the login name via the event

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAlso fix the username when it changed
Joas Schilling [Thu, 17 Dec 2020 10:47:17 +0000 (11:47 +0100)]
Also fix the username when it changed

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoDon't save credentials of another user
Joas Schilling [Thu, 17 Dec 2020 10:46:57 +0000 (11:46 +0100)]
Don't save credentials of another user

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate psalm baseline 25223/head
Nextcloud-PR-Bot [Wed, 20 Jan 2021 05:05:00 +0000 (05:05 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Jan 2021 02:20:52 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25151 from nextcloud/bugfix/noid/ie11-dashboard-syntax-error
Morris Jobke [Tue, 19 Jan 2021 22:08:33 +0000 (23:08 +0100)]
Merge pull request #25151 from nextcloud/bugfix/noid/ie11-dashboard-syntax-error

Fix IE 11 dashboard syntax error

3 years agoMerge pull request #25216 from nextcloud/enh/ca-bundle
Morris Jobke [Tue, 19 Jan 2021 21:53:49 +0000 (22:53 +0100)]
Merge pull request #25216 from nextcloud/enh/ca-bundle

Bump CA bundle

3 years agoBump phpseclib/phpseclib from 2.0.25 to 2.0.30
Christoph Wurst [Tue, 19 Jan 2021 16:34:38 +0000 (17:34 +0100)]
Bump phpseclib/phpseclib from 2.0.25 to 2.0.30

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25173 from nextcloud/enh/webp_support
Roeland Jago Douma [Tue, 19 Jan 2021 20:01:47 +0000 (21:01 +0100)]
Merge pull request #25173 from nextcloud/enh/webp_support

Add support for webp

3 years agoAdd support for webp 25173/head
Roeland Jago Douma [Sun, 17 Jan 2021 20:09:31 +0000 (21:09 +0100)]
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>
3 years agoMerge pull request #25184 from nextcloud/feature/noid/first-class-citizen-notifications
Roeland Jago Douma [Tue, 19 Jan 2021 18:40:07 +0000 (19:40 +0100)]
Merge pull request #25184 from nextcloud/feature/noid/first-class-citizen-notifications

Directly add notifications element

3 years agoextend ILDAPProvider to allow reading arbitrairy ldap attributes for users
Robin Appelman [Thu, 14 Jan 2021 15:51:13 +0000 (16:51 +0100)]
extend ILDAPProvider to allow reading arbitrairy ldap attributes for users

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoBump CA bundle 25216/head
Roeland Jago Douma [Tue, 19 Jan 2021 14:56:03 +0000 (15:56 +0100)]
Bump CA bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25198 from nextcloud/dependabot/composer/pear/archive_tar-1.4.12
Christoph Wurst [Tue, 19 Jan 2021 11:13:30 +0000 (12:13 +0100)]
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

3 years agoBump pear/archive_tar from 1.4.11 to 1.4.12 25198/head
Christoph Wurst [Tue, 19 Jan 2021 09:59:04 +0000 (10:59 +0100)]
Bump pear/archive_tar from 1.4.11 to 1.4.12

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25153 from nextcloud/bugfix/noid/force-signature-verification...
Roeland Jago Douma [Tue, 19 Jan 2021 08:35:52 +0000 (09:35 +0100)]
Merge pull request #25153 from nextcloud/bugfix/noid/force-signature-verification-on-occ

Force signature verification of apps on occ

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Jan 2021 02:20:43 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature
Morris Jobke [Mon, 18 Jan 2021 21:23:36 +0000 (22:23 +0100)]
Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature

Don't log keys on checkSignature

3 years agoMerge pull request #25187 from nextcloud/dependabot/composer/symfony/polyfill-intl...
Morris Jobke [Mon, 18 Jan 2021 21:21:44 +0000 (22:21 +0100)]
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

3 years agoMerge pull request #25182 from nextcloud/bugfix/noid/readd-element-id
John Molakvoæ [Mon, 18 Jan 2021 20:08:43 +0000 (21:08 +0100)]
Merge pull request #25182 from nextcloud/bugfix/noid/readd-element-id

Readd element ID after component mount.

3 years agoMerge pull request #25181 from nextcloud/crl/update-revoked-gravatar.crt
Roeland Jago Douma [Mon, 18 Jan 2021 19:22:27 +0000 (20:22 +0100)]
Merge pull request #25181 from nextcloud/crl/update-revoked-gravatar.crt

Update CRL due to revoked gravatar.crl

3 years agoMerge pull request #25185 from nextcloud/bugfix/share-errors
Roeland Jago Douma [Mon, 18 Jan 2021 19:19:30 +0000 (20:19 +0100)]
Merge pull request #25185 from nextcloud/bugfix/share-errors

Show the actual error on share requests

3 years agoBump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0 25187/head
Christoph Wurst [Mon, 18 Jan 2021 16:04:48 +0000 (17:04 +0100)]
Bump symfony/polyfill-intl-normalizer from 1.20.0 to 1.22.0

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoDon't log keys on checkSignature 25186/head
Joas Schilling [Mon, 18 Jan 2021 15:09:06 +0000 (16:09 +0100)]
Don't log keys on checkSignature

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoShow the actual error on share requests 25185/head
Julius Härtl [Mon, 18 Jan 2021 14:34:17 +0000 (15:34 +0100)]
Show the actual error on share requests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoDirectly add notifications element 25184/head
Joas Schilling [Mon, 18 Jan 2021 14:00:20 +0000 (15:00 +0100)]
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>
3 years agoReadd element ID after component mount. 25182/head
Joas Schilling [Mon, 18 Jan 2021 12:43:46 +0000 (13:43 +0100)]
Readd element ID after component mount.

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate CRL due to revoked gravatar.crl 25181/head
Morris Jobke [Mon, 18 Jan 2021 12:46:33 +0000 (13:46 +0100)]
Update CRL due to revoked gravatar.crl

https://github.com/nextcloud/app-certificate-requests/pull/362

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #25168 from nextcloud/fix/cards_abiduri
Morris Jobke [Mon, 18 Jan 2021 12:35:20 +0000 (13:35 +0100)]
Merge pull request #25168 from nextcloud/fix/cards_abiduri

Add cards_abiduri index on install

3 years agoMerge pull request #25059 from nextcloud/dependabot/composer/web-auth/webauthn-lib...
Morris Jobke [Mon, 18 Jan 2021 12:34:33 +0000 (13:34 +0100)]
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

3 years agoMerge pull request #25177 from nextcloud/bugfix/noid/more-usable-mysql-password
Roeland Jago Douma [Mon, 18 Jan 2021 11:55:30 +0000 (12:55 +0100)]
Merge pull request #25177 from nextcloud/bugfix/noid/more-usable-mysql-password

Only use alphanumeric chars for mysql password

3 years agoMerge pull request #25176 from nextcloud/add-composer-lock-for-acceptance-tests-to-git
Morris Jobke [Mon, 18 Jan 2021 11:49:36 +0000 (12:49 +0100)]
Merge pull request #25176 from nextcloud/add-composer-lock-for-acceptance-tests-to-git

Add "composer.lock" for acceptance tests to git

3 years agoOnly use alphanumeric chars for mysql password 25177/head
Joas Schilling [Mon, 18 Jan 2021 11:03:52 +0000 (12:03 +0100)]
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>
3 years agoFix markup 25153/head
Joas Schilling [Fri, 15 Jan 2021 15:38:25 +0000 (16:38 +0100)]
Fix markup

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd a warning when trying to run integrity:check-core on git
Joas Schilling [Fri, 15 Jan 2021 15:37:46 +0000 (16:37 +0100)]
Add a warning when trying to run integrity:check-core on git

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoCleanup the constructor
Joas Schilling [Fri, 15 Jan 2021 15:33:47 +0000 (16:33 +0100)]
Cleanup the constructor

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoForce run the verification of the signature on occ
Joas Schilling [Fri, 15 Jan 2021 15:29:54 +0000 (16:29 +0100)]
Force run the verification of the signature on occ

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoBump web-auth/webauthn-lib from 3.1.1 to 3.3.1 25059/head
Christoph Wurst [Sun, 10 Jan 2021 17:04:46 +0000 (18:04 +0100)]
Bump web-auth/webauthn-lib from 3.1.1 to 3.3.1

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Jan 2021 02:19:28 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25160 from nextcloud/dependabot/npm_and_yarn/webpack-4.46.0
dependabot-preview[bot] [Sun, 17 Jan 2021 20:13:45 +0000 (20:13 +0000)]
Merge pull request #25160 from nextcloud/dependabot/npm_and_yarn/webpack-4.46.0

3 years agoAdd "composer.lock" for acceptance tests to git 25176/head
Daniel Calviño Sánchez [Sun, 17 Jan 2021 12:50:47 +0000 (13:50 +0100)]
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>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Jan 2021 02:19:53 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoAdd cards_abiduri index on install 25168/head
Roeland Jago Douma [Sat, 16 Jan 2021 19:43:16 +0000 (20:43 +0100)]
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>
3 years agoMerge pull request #25159 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.1.1
dependabot-preview[bot] [Sat, 16 Jan 2021 03:13:40 +0000 (03:13 +0000)]
Merge pull request #25159 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.1.1

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Jan 2021 02:20:04 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoBump webpack from 4.45.0 to 4.46.0 25160/head
dependabot-preview[bot] [Sat, 16 Jan 2021 02:18:52 +0000 (02:18 +0000)]
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>
3 years agoBump sass-loader from 10.1.0 to 10.1.1 25159/head
dependabot-preview[bot] [Sat, 16 Jan 2021 02:17:36 +0000 (02:17 +0000)]
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>