]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoHarden bootstrap context registrations when apps are missing 27668/head
Christoph Wurst [Fri, 25 Jun 2021 06:25:37 +0000 (08:25 +0200)]
Harden bootstrap context registrations when apps are missing

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>
3 years agoMerge pull request #27648 from nextcloud/techdebt/noid/master-is-now-23
Joas Schilling [Thu, 24 Jun 2021 13:15:23 +0000 (15:15 +0200)]
Merge pull request #27648 from nextcloud/techdebt/noid/master-is-now-23

Master is now 23

3 years agoUpdate dependabot config too 27648/head
Joas Schilling [Thu, 24 Jun 2021 11:20:37 +0000 (13:20 +0200)]
Update dependabot config too

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMaster is now 23
Joas Schilling [Thu, 24 Jun 2021 10:56:06 +0000 (12:56 +0200)]
Master is now 23

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #27623 from nextcloud/version/22.0.0/rc1 v22.0.0rc1
blizzz [Thu, 24 Jun 2021 09:24:57 +0000 (11:24 +0200)]
Merge pull request #27623 from nextcloud/version/22.0.0/rc1

22.0.0 RC1

3 years agoMerge pull request #27629 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1
dependabot[bot] [Thu, 24 Jun 2021 07:38:27 +0000 (07:38 +0000)]
Merge pull request #27629 from nextcloud/dependabot/npm_and_yarn/core-js-3.15.1

3 years agoMerge pull request #27385 from nextcloud/dependabot/composer/build/integration/symfon...
dependabot-preview[bot] [Thu, 24 Jun 2021 07:27:37 +0000 (07:27 +0000)]
Merge pull request #27385 from nextcloud/dependabot/composer/build/integration/symfony/event-dispatcher-approx-5.3

3 years agoBump core-js from 3.13.1 to 3.15.1 27629/head
dependabot[bot] [Wed, 23 Jun 2021 12:16:58 +0000 (12:16 +0000)]
Bump core-js from 3.13.1 to 3.15.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.15.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Jun 2021 02:25:18 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27632 from nextcloud/chore/caldav-trashbin-iso-timestamps
Christoph Wurst [Wed, 23 Jun 2021 19:34:34 +0000 (21:34 +0200)]
Merge pull request #27632 from nextcloud/chore/caldav-trashbin-iso-timestamps

Use ISO8601 timestamps for the CalDAV trashbin

3 years agoMerge pull request #27605 from nextcloud/better-security-warning
Lukas Reschke [Wed, 23 Jun 2021 18:30:07 +0000 (20:30 +0200)]
Merge pull request #27605 from nextcloud/better-security-warning

Make security warning stand out more

3 years agoMerge pull request #27583 from nextcloud/dependabot/add-v2-config-file
Julius Härtl [Wed, 23 Jun 2021 17:31:46 +0000 (19:31 +0200)]
Merge pull request #27583 from nextcloud/dependabot/add-v2-config-file

3 years agoMerge pull request #27635 from nextcloud/fix/datetime-constants
Pytal [Wed, 23 Jun 2021 16:56:28 +0000 (09:56 -0700)]
Merge pull request #27635 from nextcloud/fix/datetime-constants

Fix usage of DateTime constants

3 years agoUse ISO8601 timestamps for the CalDAV trashbin 27632/head
Christoph Wurst [Wed, 23 Jun 2021 13:09:57 +0000 (15:09 +0200)]
Use ISO8601 timestamps for the CalDAV trashbin

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27628 from nextcloud/security-txt
Lukas Reschke [Wed, 23 Jun 2021 13:49:51 +0000 (15:49 +0200)]
Merge pull request #27628 from nextcloud/security-txt

Add security.txt

3 years agoMove DateTime::RFC2822 to DateTimeInterface::2822 27635/head
Christoph Wurst [Wed, 23 Jun 2021 13:30:43 +0000 (15:30 +0200)]
Move DateTime::RFC2822 to DateTimeInterface::2822

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMove DateTime::ATOM to DateTimeInterface::ATOM
Christoph Wurst [Wed, 23 Jun 2021 13:28:07 +0000 (15:28 +0200)]
Move DateTime::ATOM to DateTimeInterface::ATOM

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #26344 from J0WI/fs-early-root
Lukas Reschke [Wed, 23 Jun 2021 13:21:56 +0000 (15:21 +0200)]
Merge pull request #26344 from J0WI/fs-early-root

Return early if path is root

3 years agoMove header into h3 27605/head
Lukas Reschke [Wed, 23 Jun 2021 13:12:03 +0000 (15:12 +0200)]
Move header into h3

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #27627 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
dependabot[bot] [Wed, 23 Jun 2021 12:03:45 +0000 (12:03 +0000)]
Merge pull request #27627 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.14.7

3 years agoRebuild autoloader 27628/head
Lukas Reschke [Wed, 23 Jun 2021 11:59:48 +0000 (13:59 +0200)]
Rebuild autoloader

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoAdd security.txt
Lukas Reschke [Wed, 23 Jun 2021 11:46:51 +0000 (13:46 +0200)]
Add security.txt

Ref https://securitytxt.org

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoBump @babel/preset-env from 7.14.5 to 7.14.7 27627/head
dependabot[bot] [Wed, 23 Jun 2021 09:52:09 +0000 (09:52 +0000)]
Bump @babel/preset-env from 7.14.5 to 7.14.7

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.14.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27611 from nextcloud/dependabot/npm_and_yarn/query-string-7.0.1
Julius Härtl [Wed, 23 Jun 2021 09:36:11 +0000 (11:36 +0200)]
Merge pull request #27611 from nextcloud/dependabot/npm_and_yarn/query-string-7.0.1

Bump query-string from 5.1.1 to 7.0.1

3 years agoMerge pull request #27561 from nextcloud/dav-search-offset
blizzz [Wed, 23 Jun 2021 09:27:41 +0000 (11:27 +0200)]
Merge pull request #27561 from nextcloud/dav-search-offset

allow setting offset for dav search queries not limited to the users home storage

3 years agoMerge pull request #26346 from J0WI/clean-auth-regex
blizzz [Wed, 23 Jun 2021 09:20:19 +0000 (11:20 +0200)]
Merge pull request #26346 from J0WI/clean-auth-regex

Cleaner removePassword regex

3 years agoMerge pull request #26323 from J0WI/crypt-const
blizzz [Wed, 23 Jun 2021 09:17:05 +0000 (11:17 +0200)]
Merge pull request #26323 from J0WI/crypt-const

Use constant for supported formats

3 years ago22.0.0 RC1 27623/head
Arthur Schiwon [Wed, 23 Jun 2021 08:58:19 +0000 (10:58 +0200)]
22.0.0 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoBump query-string from 5.1.1 to 7.0.1 27611/head
dependabot[bot] [Tue, 22 Jun 2021 18:08:10 +0000 (18:08 +0000)]
Bump query-string from 5.1.1 to 7.0.1

Bumps [query-string](https://github.com/sindresorhus/query-string) from 5.1.1 to 7.0.1.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v5.1.1...v7.0.1)

---
updated-dependencies:
- dependency-name: query-string
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27610 from nextcloud/add-throttling-to-public-auth
Joas Schilling [Wed, 23 Jun 2021 07:34:48 +0000 (09:34 +0200)]
Merge pull request #27610 from nextcloud/add-throttling-to-public-auth

Throttle on public DAV endpoint

3 years agoMerge pull request #27567 from nextcloud/dependabot/npm_and_yarn/build/karma-6.3.4
Julius Härtl [Wed, 23 Jun 2021 07:02:30 +0000 (09:02 +0200)]
Merge pull request #27567 from nextcloud/dependabot/npm_and_yarn/build/karma-6.3.4

Bump karma from 5.2.3 to 6.3.4 in /build

3 years agoBump karma from 5.2.3 to 6.3.4 in /build 27567/head
dependabot[bot] [Wed, 23 Jun 2021 06:17:38 +0000 (06:17 +0000)]
Bump karma from 5.2.3 to 6.3.4 in /build

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.3.4)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #27383 from nextcloud/dependabot/npm_and_yarn/build/puppeteer...
Julius Härtl [Wed, 23 Jun 2021 06:15:33 +0000 (08:15 +0200)]
Merge pull request #27383 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-10.0.0

Bump puppeteer from 5.5.0 to 10.0.0 in /build

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Jun 2021 02:26:18 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27604 from nextcloud/bugfix/24918
Pytal [Tue, 22 Jun 2021 23:07:04 +0000 (16:07 -0700)]
Merge pull request #27604 from nextcloud/bugfix/24918

Proper opacity on multiselect actions in files

3 years agoMerge pull request #27609 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.184.6
Pytal [Tue, 22 Jun 2021 23:00:48 +0000 (16:00 -0700)]
Merge pull request #27609 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.184.6

Bump aws/aws-sdk-php from 3.184.2 to 3.184.6

3 years agoBump puppeteer from 5.5.0 to 10.0.0 in /build 27383/head
dependabot[bot] [Tue, 22 Jun 2021 19:23:45 +0000 (19:23 +0000)]
Bump puppeteer from 5.5.0 to 10.0.0 in /build

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.5.0 to 10.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v5.5.0...v10.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoReference correct private variable 27610/head
Lukas Reschke [Tue, 22 Jun 2021 18:41:38 +0000 (20:41 +0200)]
Reference correct private variable

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoallow setting offset for queries not limited to the users home storage 27561/head
Robin Appelman [Fri, 18 Jun 2021 12:52:35 +0000 (14:52 +0200)]
allow setting offset for queries not limited to the users home storage

multi-storage offset is cheap (enough) now

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #27555 from nextcloud/dependabot/npm_and_yarn/sass-1.35.1
Julius Härtl [Tue, 22 Jun 2021 18:01:15 +0000 (20:01 +0200)]
Merge pull request #27555 from nextcloud/dependabot/npm_and_yarn/sass-1.35.1

Bump sass from 1.34.1 to 1.35.1

3 years agoThrottle on public DAV endpoint
Lukas Reschke [Tue, 22 Jun 2021 17:54:13 +0000 (19:54 +0200)]
Throttle on public DAV endpoint

We should throttle whenever an invalid request is sent to the public WebDAV endpoint.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoBump aws/aws-sdk-php from 3.184.2 to 3.184.6 27609/head
Christoph Wurst [Tue, 22 Jun 2021 17:43:17 +0000 (19:43 +0200)]
Bump aws/aws-sdk-php from 3.184.2 to 3.184.6

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMake security warning stand out more
Lukas Reschke [Tue, 22 Jun 2021 17:23:26 +0000 (19:23 +0200)]
Make security warning stand out more

The security warning is currently being ignored by too many users as it's part of the text and not visually distinct.

Ref #26944

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoProper opacity on multiselect actions in files 27604/head
Julius Härtl [Tue, 22 Jun 2021 17:02:06 +0000 (19:02 +0200)]
Proper opacity on multiselect actions in files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #27595 from nextcloud/enh/25174/hide-hyphen-if-slogan-is-empty
Lukas Reschke [Tue, 22 Jun 2021 15:53:15 +0000 (17:53 +0200)]
Merge pull request #27595 from nextcloud/enh/25174/hide-hyphen-if-slogan-is-empty

mail-template - don't show hyphen if slogan is empty

3 years agofix NewUserMailHelperTest 27595/head
szaimen [Tue, 22 Jun 2021 15:12:34 +0000 (17:12 +0200)]
fix NewUserMailHelperTest

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agofix NewUserMailHelperTest
szaimen [Tue, 22 Jun 2021 15:01:23 +0000 (17:01 +0200)]
fix NewUserMailHelperTest

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agomail-template - don't show hyphen if slogan is empty
szaimen [Tue, 22 Jun 2021 11:43:12 +0000 (13:43 +0200)]
mail-template - don't show hyphen if slogan is empty

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #27593 from nextcloud/dependabot/composer/giggsey/libphonenumber...
Lukas Reschke [Tue, 22 Jun 2021 09:50:16 +0000 (11:50 +0200)]
Merge pull request #27593 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.12.25

Bump giggsey/libphonenumber-for-php from 8.12.24 to 8.12.25

3 years agoMerge pull request #27566 from nextcloud/fix/device-login-styles
Lukas Reschke [Tue, 22 Jun 2021 09:48:58 +0000 (11:48 +0200)]
Merge pull request #27566 from nextcloud/fix/device-login-styles

Update Login with device page styles

3 years agoBump giggsey/libphonenumber-for-php from 8.12.24 to 8.12.25 27593/head
Christoph Wurst [Tue, 22 Jun 2021 07:27:07 +0000 (09:27 +0200)]
Bump giggsey/libphonenumber-for-php from 8.12.24 to 8.12.25

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27590 from nextcloud/dependabot/composer/swiftmailer/swiftmailer...
kesselb [Tue, 22 Jun 2021 07:16:21 +0000 (09:16 +0200)]
Merge pull request #27590 from nextcloud/dependabot/composer/swiftmailer/swiftmailer-6.2.7

Bump swiftmailer/swiftmailer from 6.2.5 to 6.2.7

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Jun 2021 02:26:59 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27283 from nextcloud/Valdnet-patch-1
Pytal [Tue, 22 Jun 2021 00:01:19 +0000 (17:01 -0700)]
Merge pull request #27283 from nextcloud/Valdnet-patch-1

l10n: Spelling unification

3 years agol10n: Spelling unification 27283/head
Valdnet [Sat, 29 May 2021 15:16:26 +0000 (17:16 +0200)]
l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agol10n: Spelling unification
Valdnet [Sat, 29 May 2021 15:14:21 +0000 (17:14 +0200)]
l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agol10n: Spelling unification
Valdnet [Sat, 29 May 2021 15:12:53 +0000 (17:12 +0200)]
l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoUpdate login with device page styles 27566/head
Christopher Ng [Mon, 21 Jun 2021 22:40:36 +0000 (22:40 +0000)]
Update login with device page styles

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoBump swiftmailer/swiftmailer from 6.2.5 to 6.2.7 27590/head
Christoph Wurst [Mon, 21 Jun 2021 17:28:06 +0000 (19:28 +0200)]
Bump swiftmailer/swiftmailer from 6.2.5 to 6.2.7

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #27587 from nextcloud/dependabot/composer/icewind/streams-0.7.5
Christoph Wurst [Mon, 21 Jun 2021 17:04:26 +0000 (19:04 +0200)]
Merge pull request #27587 from nextcloud/dependabot/composer/icewind/streams-0.7.5

Bump icewind/streams from 0.7.4 to 0.7.5

3 years agoMerge pull request #27581 from nextcloud/dependabot/composer/vimeo/psalm-4.8.1
dependabot-preview[bot] [Mon, 21 Jun 2021 15:16:02 +0000 (15:16 +0000)]
Merge pull request #27581 from nextcloud/dependabot/composer/vimeo/psalm-4.8.1

3 years agoFix typing error in AppFetcher.php 27581/head
Louis Chemineau [Mon, 21 Jun 2021 14:19:58 +0000 (16:19 +0200)]
Fix typing error in AppFetcher.php

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoBump icewind/streams from 0.7.4 to 0.7.5 27587/head
Christoph Wurst [Mon, 21 Jun 2021 13:54:19 +0000 (15:54 +0200)]
Bump icewind/streams from 0.7.4 to 0.7.5

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoUpdate Autoloader
Louis Chemineau [Mon, 21 Jun 2021 13:54:51 +0000 (15:54 +0200)]
Update Autoloader

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoUpdate baseline again
Louis Chemineau [Mon, 21 Jun 2021 12:52:47 +0000 (14:52 +0200)]
Update baseline again

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #27585 from nextcloud/dependabot/composer/phpseclib/phpseclib...
Julius Härtl [Mon, 21 Jun 2021 12:38:16 +0000 (14:38 +0200)]
Merge pull request #27585 from nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.32

Bump phpseclib/phpseclib from 2.0.31 to 2.0.3

3 years agoFix typing error
Louis Chemineau [Mon, 21 Jun 2021 10:22:44 +0000 (12:22 +0200)]
Fix typing error

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoBump phpseclib/phpseclib from 2.0.31 to 2.0.3 27585/head
Christoph Wurst [Mon, 21 Jun 2021 07:48:42 +0000 (09:48 +0200)]
Bump phpseclib/phpseclib from 2.0.31 to 2.0.3

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoUpgrade to GitHub-native Dependabot 27583/head
dependabot-preview[bot] [Mon, 21 Jun 2021 06:58:14 +0000 (06:58 +0000)]
Upgrade to GitHub-native Dependabot

3 years agoUpdate baseline
Julius Härtl [Mon, 21 Jun 2021 06:47:40 +0000 (08:47 +0200)]
Update baseline

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoBump vimeo/psalm from 4.7.2 to 4.8.1
dependabot-preview[bot] [Mon, 21 Jun 2021 01:15:36 +0000 (01:15 +0000)]
Bump vimeo/psalm from 4.7.2 to 4.8.1

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.7.2 to 4.8.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](https://github.com/vimeo/psalm/compare/4.7.2...4.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #27573 from nextcloud/dependabot/npm_and_yarn/vue-material-design...
dependabot-preview[bot] [Mon, 21 Jun 2021 06:15:25 +0000 (06:15 +0000)]
Merge pull request #27573 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-4.12.1

3 years agoBump vue-material-design-icons from 4.11.0 to 4.12.1 27573/head
dependabot-preview[bot] [Sat, 19 Jun 2021 01:24:54 +0000 (01:24 +0000)]
Bump vue-material-design-icons from 4.11.0 to 4.12.1

Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.11.0 to 4.12.1.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.11.0...4.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Jun 2021 02:26:40 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

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

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Jun 2021 02:26:44 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #27544 from nextcloud/chore/phase-out-controller-reflector
Christoph Wurst [Fri, 18 Jun 2021 13:02:21 +0000 (15:02 +0200)]
Merge pull request #27544 from nextcloud/chore/phase-out-controller-reflector

Phase out the controller reflector

3 years agoMerge pull request #27540 from nextcloud/getstoragerootid-failed-storage
Julius Härtl [Fri, 18 Jun 2021 12:17:41 +0000 (14:17 +0200)]
Merge pull request #27540 from nextcloud/getstoragerootid-failed-storage

handle case where storage can't be created in getStorageRootId

3 years agoMerge pull request #27532 from nextcloud/fix/noid/properly-cleanup-webauthn-user...
Morris Jobke [Fri, 18 Jun 2021 10:52:05 +0000 (12:52 +0200)]
Merge pull request #27532 from nextcloud/fix/noid/properly-cleanup-webauthn-user-deletion

Properly cleanup entries of WebAuthn on user deletion

3 years agoBump sass from 1.34.1 to 1.35.1 27555/head
dependabot[bot] [Fri, 18 Jun 2021 10:20:07 +0000 (10:20 +0000)]
Bump sass from 1.34.1 to 1.35.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.34.1 to 1.35.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.34.1...1.35.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoProperly cleanup entries of WebAuthn on user deletion 27532/head
Morris Jobke [Wed, 16 Jun 2021 15:03:33 +0000 (17:03 +0200)]
Properly cleanup entries of WebAuthn on user deletion

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #27548 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Julius Härtl [Fri, 18 Jun 2021 04:47:37 +0000 (06:47 +0200)]
Merge pull request #27548 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 27548/head
Nextcloud-PR-Bot [Fri, 18 Jun 2021 04:11:44 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Jun 2021 02:26:57 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoPhase out the controller reflector 27544/head
Christoph Wurst [Thu, 17 Jun 2021 16:21:19 +0000 (18:21 +0200)]
Phase out the controller reflector

1) PHP8 attributes will soon replace phpdoc annotations
2) Most of the class was never meant to be used by an app but internally

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #24318 from nextcloud/techdebt/noid/remove-oc_user-getDisplayName
Christoph Wurst [Thu, 17 Jun 2021 16:17:28 +0000 (18:17 +0200)]
Merge pull request #24318 from nextcloud/techdebt/noid/remove-oc_user-getDisplayName

Use proper methods for display name retrieval

3 years agoMerge pull request #27537 from nextcloud/fix/noid/webauthn-localhost
Pytal [Thu, 17 Jun 2021 15:53:49 +0000 (08:53 -0700)]
Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhost

Allow WebAuthn on localhost as well

3 years agoMerge pull request #27535 from nextcloud/techdebt/noid/update-shipped-info.xsd-aswell
Joas Schilling [Thu, 17 Jun 2021 14:06:24 +0000 (16:06 +0200)]
Merge pull request #27535 from nextcloud/techdebt/noid/update-shipped-info.xsd-aswell

Update shipped info.xsd too

3 years agoAllow WebAuthn on localhost as well 27537/head
Morris Jobke [Thu, 17 Jun 2021 08:01:31 +0000 (10:01 +0200)]
Allow WebAuthn on localhost as well

* browsers typically whiteliste this as well - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API
* for developing purposes see https://developer.chrome.com/docs/devtools/webauthn/

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agohandle case where storage can't be created in getStorageRootId 27540/head
Robin Appelman [Thu, 17 Jun 2021 12:32:38 +0000 (14:32 +0200)]
handle case where storage can't be created in getStorageRootId

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #26939 from nextcloud/enh/app-icon-notification-bubble
blizzz [Thu, 17 Jun 2021 11:33:31 +0000 (13:33 +0200)]
Merge pull request #26939 from nextcloud/enh/app-icon-notification-bubble

Let apps toggle an unread counter on app icons

3 years agoMerge pull request #27525 from nextcloud/version/22.0.0-beta5 v22.0.0beta5
blizzz [Thu, 17 Jun 2021 08:50:47 +0000 (10:50 +0200)]
Merge pull request #27525 from nextcloud/version/22.0.0-beta5

22.0.0 beta 5

3 years agoMerge pull request #27522 from nextcloud/bugfix/noid/save-a-request-after-heartbeat
John Molakvoæ [Thu, 17 Jun 2021 08:50:37 +0000 (10:50 +0200)]
Merge pull request #27522 from nextcloud/bugfix/noid/save-a-request-after-heartbeat

Save a request everytime we send the heartbeat

3 years agoFix jsdoc 27522/head
John Molakvoæ [Thu, 17 Jun 2021 08:38:03 +0000 (10:38 +0200)]
Fix jsdoc

Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
3 years agoUse DI for files_sharing Cache 24318/head
Morris Jobke [Sun, 29 Nov 2020 20:45:06 +0000 (21:45 +0100)]
Use DI for files_sharing Cache

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoUse proper methods for display name retrieval
Morris Jobke [Mon, 23 Nov 2020 22:51:19 +0000 (23:51 +0100)]
Use proper methods for display name retrieval

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #27534 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Thu, 17 Jun 2021 08:11:52 +0000 (10:11 +0200)]
Merge pull request #27534 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate shipped info.xsd too 27535/head
Joas Schilling [Thu, 17 Jun 2021 07:14:09 +0000 (09:14 +0200)]
Update shipped info.xsd too

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoUpdate psalm baseline 27534/head
Nextcloud-PR-Bot [Thu, 17 Jun 2021 04:11:22 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Jun 2021 02:25:48 +0000 (02:25 +0000)]
[tx-robot] updated from transifex