]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoMerge pull request #25335 from nextcloud/fix/app-fetcher-php-compat-comparison
Roeland Jago Douma [Wed, 27 Jan 2021 14:14:52 +0000 (15:14 +0100)]
Merge pull request #25335 from nextcloud/fix/app-fetcher-php-compat-comparison

Fix/app fetcher php compat comparison

3 years agoMerge pull request #25268 from nextcloud/enh/previews/sgi-tga
Christoph Wurst [Wed, 27 Jan 2021 13:54:27 +0000 (14:54 +0100)]
Merge pull request #25268 from nextcloud/enh/previews/sgi-tga

Add SGI and TGA preview support

3 years agoMerge pull request #25312 from nextcloud/fix/25282/delowercase
Roeland Jago Douma [Wed, 27 Jan 2021 13:51:05 +0000 (14:51 +0100)]
Merge pull request #25312 from nextcloud/fix/25282/delowercase

do not lower case search provider names on web ui

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Jan 2021 02:20:46 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoFix app fetcher php comparison to allow wider ranges 25335/head
Christoph Wurst [Tue, 26 Jan 2021 15:35:43 +0000 (16:35 +0100)]
Fix app fetcher php comparison to allow wider ranges

When app app specifies php 7.4 as upper limit we have to allow the
installation on php>7.4.0. The previous version check didn't do that.
This adjusts the regexes to discard any irrelevant suffix after the
three version numbers so that we can use more fine granular checks than
php's version_compare can do out of the box, like for php 7.4 we only
compare the major and minor version numbers and ignore the patch level.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoRevert "Fix comparison of PHP versions"
Christoph Wurst [Tue, 26 Jan 2021 12:48:06 +0000 (13:48 +0100)]
Revert "Fix comparison of PHP versions"

This reverts commit bedd9acf7874b836bef224989c2ce7f5e3b0a2fa.

3 years agoMerge pull request #24633 from nextcloud/jospoortvliet-patch-1
Roeland Jago Douma [Tue, 26 Jan 2021 09:55:44 +0000 (10:55 +0100)]
Merge pull request #24633 from nextcloud/jospoortvliet-patch-1

Update UpdateNotification.vue

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Jan 2021 02:21:31 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25309 from nextcloud/enh/dashboard-default-layout
Roeland Jago Douma [Mon, 25 Jan 2021 19:48:01 +0000 (20:48 +0100)]
Merge pull request #25309 from nextcloud/enh/dashboard-default-layout

Add config to specify a default dashboard layout

3 years agoMerge pull request #25310 from nextcloud/dav-validate-email-addresses
Roeland Jago Douma [Mon, 25 Jan 2021 19:45:24 +0000 (20:45 +0100)]
Merge pull request #25310 from nextcloud/dav-validate-email-addresses

[CalDAV] Validate notified emails

3 years agoMerge pull request #25321 from nextcloud/readme-facebook-url
Roeland Jago Douma [Mon, 25 Jan 2021 19:44:33 +0000 (20:44 +0100)]
Merge pull request #25321 from nextcloud/readme-facebook-url

update facebook.com URL to prevent a redirect

3 years agoMerge pull request #21810 from nextcloud/do-not-target-vue-progress-bar-with-server...
marco [Mon, 25 Jan 2021 15:04:43 +0000 (16:04 +0100)]
Merge pull request #21810 from nextcloud/do-not-target-vue-progress-bar-with-server-styles

Do not target vue progressbar with server styles

3 years agoupdate facebook.com URL to prevent a redirect 25321/head
Christian Oliff [Mon, 25 Jan 2021 14:50:07 +0000 (23:50 +0900)]
update facebook.com URL to prevent a redirect

Facebook.com URLs always use www.

3 years agobuild assets 25312/head
Arthur Schiwon [Mon, 25 Jan 2021 11:03:38 +0000 (12:03 +0100)]
build assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #25313 from nextcloud/bugfix/noid/harden-unexist-subfolder 25325/head
Vincent Petry [Mon, 25 Jan 2021 12:29:26 +0000 (13:29 +0100)]
Merge pull request #25313 from nextcloud/bugfix/noid/harden-unexist-subfolder

Catch NotFoundException when querying quota

3 years agoCatch NotFoundException when querying quota 25313/head
Vincent Petry [Mon, 25 Jan 2021 11:02:14 +0000 (12:02 +0100)]
Catch NotFoundException when querying quota

Fixes parent folder that becomes inaccessible when it contains a
non-existing / broken entry because the quota check made the PROPFIND
on parent fail altogether.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agodo not lower case search provider names on web ui
Arthur Schiwon [Mon, 25 Jan 2021 11:03:20 +0000 (12:03 +0100)]
do not lower case search provider names on web ui

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago[CalDAV] Validate notified emails 25310/head
Thomas Citharel [Mon, 25 Jan 2021 08:02:38 +0000 (09:02 +0100)]
[CalDAV] Validate notified emails

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years agoDo not target vue progressbar with server styles 21810/head
Marco Ambrosini [Mon, 13 Jul 2020 13:42:29 +0000 (15:42 +0200)]
Do not target vue progressbar with server styles

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
3 years agoAdd config to specify a default dashboard layout 25309/head
Julius Härtl [Mon, 25 Jan 2021 06:29:41 +0000 (07:29 +0100)]
Add config to specify a default dashboard layout

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 25 Jan 2021 02:20:31 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 Jan 2021 02:19:46 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25288 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.4.0
dependabot-preview[bot] [Sat, 23 Jan 2021 15:38:08 +0000 (15:38 +0000)]
Merge pull request #25288 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.4.0

3 years agoMerge pull request #25289 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Sat, 23 Jan 2021 08:13:37 +0000 (09:13 +0100)]
Merge pull request #25289 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 25289/head
Nextcloud-PR-Bot [Sat, 23 Jan 2021 05:02:34 +0000 (05:02 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
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 ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 Jan 2021 02:20:02 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

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 agoChange license mail alias 25268/head
John Molakvoæ (skjnldsv) [Fri, 22 Jan 2021 09:43:32 +0000 (10:43 +0100)]
Change license mail alias

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 agoAdd SGI and TGA preview support
John Molakvoæ (skjnldsv) [Fri, 22 Jan 2021 09:35:37 +0000 (10:35 +0100)]
Add SGI and TGA preview support

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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