]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoFix hover background for dark mode 25604/head
Joas Schilling [Fri, 12 Feb 2021 12:18:39 +0000 (13:18 +0100)]
Fix hover background for dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 12 Feb 2021 02:20:18 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25582 from nextcloud/fix/no-imip-for-invalid-recpient
Roeland Jago Douma [Thu, 11 Feb 2021 18:57:58 +0000 (19:57 +0100)]
Merge pull request #25582 from nextcloud/fix/no-imip-for-invalid-recpient

Do not send imip email to invalid recipients

3 years agoMerge pull request #25585 from nextcloud/enhancement/empty-email-validation
Roeland Jago Douma [Thu, 11 Feb 2021 18:51:06 +0000 (19:51 +0100)]
Merge pull request #25585 from nextcloud/enhancement/empty-email-validation

Micro-optimize validation of empty email addresses

3 years agoMerge pull request #25576 from nextcloud/fix/webp_check 25590/head
Christoph Wurst [Thu, 11 Feb 2021 14:58:14 +0000 (15:58 +0100)]
Merge pull request #25576 from nextcloud/fix/webp_check

Fix WebP availability check

3 years agoMicro-optimize validation of empty email addresses 25585/head
Christoph Wurst [Thu, 11 Feb 2021 14:15:38 +0000 (15:15 +0100)]
Micro-optimize validation of empty email addresses

Then we don't have to construct any validators.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoDo not send imip email to invalid recipients 25582/head
Christoph Wurst [Thu, 11 Feb 2021 12:27:02 +0000 (13:27 +0100)]
Do not send imip email to invalid recipients

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25299 from elsiehupp/favicon-touch-corners
Jan C. Borchardt [Thu, 11 Feb 2021 11:28:02 +0000 (12:28 +0100)]
Merge pull request #25299 from elsiehupp/favicon-touch-corners

favicon-touch image corners

3 years agoFix WebP availability check 25576/head
Roeland Jago Douma [Thu, 11 Feb 2021 10:31:38 +0000 (11:31 +0100)]
Fix WebP availability check

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvements
Roeland Jago Douma [Thu, 11 Feb 2021 09:33:15 +0000 (10:33 +0100)]
Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvements

Improve mention matches

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 11 Feb 2021 02:20:37 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25570 from nextcloud/enh/dashboard/psalm_fixes
Christoph Wurst [Wed, 10 Feb 2021 20:37:18 +0000 (21:37 +0100)]
Merge pull request #25570 from nextcloud/enh/dashboard/psalm_fixes

Some psalm fixes for the DashboardController

3 years agoMerge pull request #25460 from nextcloud/fix/apppassword/always_renew
Roeland Jago Douma [Wed, 10 Feb 2021 20:09:20 +0000 (21:09 +0100)]
Merge pull request #25460 from nextcloud/fix/apppassword/always_renew

Always renew apppasswords on login

3 years agoSome psalm fixes for the DashboardController 25570/head
Roeland Jago Douma [Wed, 10 Feb 2021 19:00:04 +0000 (20:00 +0100)]
Some psalm fixes for the DashboardController

* Use the AppFramework IInitialState
* Set return type

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #24904 from nextcloud/enh/github-psalm
Roeland Jago Douma [Wed, 10 Feb 2021 18:03:55 +0000 (19:03 +0100)]
Merge pull request #24904 from nextcloud/enh/github-psalm

Have psalm analysis directly on github

3 years agoAlways renew apppasswords on login 25460/head
Roeland Jago Douma [Wed, 3 Feb 2021 10:13:25 +0000 (11:13 +0100)]
Always renew apppasswords on login

Else you can end up that you renewed your password (LDAP for example).
But they still don't work because you did not use them before you logged
in.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25558 from nextcloud/deprecate/generic-event-wrapper
Roeland Jago Douma [Wed, 10 Feb 2021 17:57:07 +0000 (18:57 +0100)]
Merge pull request #25558 from nextcloud/deprecate/generic-event-wrapper

Deprecate the GenericEvent wrapper

3 years agoMerge pull request #25566 from nextcloud/fix/25359/followup
Roeland Jago Douma [Wed, 10 Feb 2021 17:02:24 +0000 (18:02 +0100)]
Merge pull request #25566 from nextcloud/fix/25359/followup

Fix remaining #25359

3 years agoMerge pull request #25560 from nextcloud/enhancement/pure-psr-event
Christoph Wurst [Wed, 10 Feb 2021 15:13:06 +0000 (16:13 +0100)]
Merge pull request #25560 from nextcloud/enhancement/pure-psr-event

Make our event base class independent of Symfony and follow PSR

3 years agoFix remaining #25359 25566/head
Roeland Jago Douma [Wed, 10 Feb 2021 14:41:25 +0000 (15:41 +0100)]
Fix remaining #25359

As a wise man once said:

"I like PRs that pass tests before merging"
C. Wurst, Feb 9th 2021

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25359 from nextcloud/enhancement/typed-service-registration
Christoph Wurst [Wed, 10 Feb 2021 14:31:42 +0000 (15:31 +0100)]
Merge pull request #25359 from nextcloud/enhancement/typed-service-registration

Type the service registration

3 years agoMerge pull request #25435 from nextcloud/fix/favorite-icon
Roeland Jago Douma [Wed, 10 Feb 2021 14:19:04 +0000 (15:19 +0100)]
Merge pull request #25435 from nextcloud/fix/favorite-icon

Fix favorite dark icon

3 years agoMake our event base class independent of Symfony and follow PSR 25560/head
Christoph Wurst [Wed, 10 Feb 2021 08:13:02 +0000 (09:13 +0100)]
Make our event base class independent of Symfony and follow PSR

Symfony is migrating towards a pure PSR event dispatcher, hence their
event class is POPO that implements the PSR stoppable event interface.
Since we can do that ourself and this change doesn't come with any API
changes (breakage), it's easy for us to become independent of Symfony
but also stay PSR-compliant at the same step.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #25557 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
Roeland Jago Douma [Wed, 10 Feb 2021 14:15:04 +0000 (15:15 +0100)]
Merge pull request #25557 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoHave psalm analysis directly on github 24904/head
Roeland Jago Douma [Wed, 30 Dec 2020 10:17:18 +0000 (11:17 +0100)]
Have psalm analysis directly on github

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25554 from nextcloud/fix/pslam/tainted_cookie
Lukas Reschke [Wed, 10 Feb 2021 11:20:49 +0000 (12:20 +0100)]
Merge pull request #25554 from nextcloud/fix/pslam/tainted_cookie

tain-escape the cookie input

3 years agoType the service registration 25359/head
Christoph Wurst [Thu, 28 Jan 2021 13:08:38 +0000 (14:08 +0100)]
Type the service registration

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoDeprecate the GenericEvent wrapper 25558/head
Christoph Wurst [Wed, 10 Feb 2021 07:54:08 +0000 (08:54 +0100)]
Deprecate the GenericEvent wrapper

This class is a convenience type to replace the old Symfony GenericEvent
with our own type, to ease the transition from Symfony events to our
(PSR) events. Hence we can deprecate the class as precaution to smoothen
the next transition step in the future.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoUpdate psalm baseline 25557/head
Nextcloud-PR-Bot [Wed, 10 Feb 2021 04:31:13 +0000 (04:31 +0000)]
Update psalm baseline

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

3 years agotain-escape the cookie input 25554/head
Roeland Jago Douma [Tue, 9 Feb 2021 21:35:18 +0000 (22:35 +0100)]
tain-escape the cookie input

we only set the cookie if it is a proper <=32 char alphanum string.
Otherwise we just ignore the input.
Makes psalm also happier so that we can focus on other errors.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #25548 from k00ni/pr/add-tests-for-LoginFlowV2Credentials
Christoph Wurst [Tue, 9 Feb 2021 20:37:37 +0000 (21:37 +0100)]
Merge pull request #25548 from k00ni/pr/add-tests-for-LoginFlowV2Credentials

Added tests for OC\Core\Data\LoginFlowV2Credentials

3 years agoMerge pull request #25545 from k00ni/fix/Dockerfile-wrong-package-name-php7.4-acpu
Lukas Reschke [Tue, 9 Feb 2021 20:26:30 +0000 (21:26 +0100)]
Merge pull request #25545 from k00ni/fix/Dockerfile-wrong-package-name-php7.4-acpu

Corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => php7.4-apcu)

3 years agoMerge pull request #25546 from nextcloud/techdept/deprecate-event-constants
Christoph Wurst [Tue, 9 Feb 2021 19:19:04 +0000 (20:19 +0100)]
Merge pull request #25546 from nextcloud/techdept/deprecate-event-constants

Deprecate all remaining event constants

3 years agoMerge pull request #25543 from nextcloud/deprecate/idb-events
Christoph Wurst [Tue, 9 Feb 2021 17:50:55 +0000 (18:50 +0100)]
Merge pull request #25543 from nextcloud/deprecate/idb-events

Deprecate the internal IDBConnection event name constants

3 years agoMerge pull request #25549 from nextcloud/remove-reconnect-wrapper
Christoph Wurst [Tue, 9 Feb 2021 17:15:56 +0000 (18:15 +0100)]
Merge pull request #25549 from nextcloud/remove-reconnect-wrapper

remove ReconnectWrapper

3 years agoremove ReconnectWrapper 25549/head
Robin Appelman [Tue, 9 Feb 2021 15:12:15 +0000 (16:12 +0100)]
remove ReconnectWrapper

dbal now handles it's own reconnections: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#the-pingableconnection-interface-is-removed

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agosimplified tests 25548/head
Konrad Abicht [Tue, 9 Feb 2021 14:48:37 +0000 (15:48 +0100)]
simplified tests

Signed-off-by: Konrad Abicht <hi@inspirito.de>
3 years agofixed coding style issue
Konrad Abicht [Tue, 9 Feb 2021 14:40:19 +0000 (15:40 +0100)]
fixed coding style issue

Signed-off-by: Konrad Abicht <hi@inspirito.de>
3 years agoadded tests for OC\Core\Data\LoginFlowV2Credentials
Konrad Abicht [Tue, 9 Feb 2021 14:25:37 +0000 (15:25 +0100)]
added tests for OC\Core\Data\LoginFlowV2Credentials

Signed-off-by: Konrad Abicht <hi@inspirito.de>
3 years agoMerge pull request #25531 from nextcloud/fix/dispatcher-argument-order
Roeland Jago Douma [Tue, 9 Feb 2021 13:39:12 +0000 (14:39 +0100)]
Merge pull request #25531 from nextcloud/fix/dispatcher-argument-order

Fix the legacy dispatcher argument order

3 years agoMerge pull request #25535 from nextcloud/query-exception-foreward
Christoph Wurst [Tue, 9 Feb 2021 13:27:43 +0000 (14:27 +0100)]
Merge pull request #25535 from nextcloud/query-exception-foreward

Improve exception when auto-wiring fails

3 years agoDeprecate all remaining event constants 25546/head
Christoph Wurst [Tue, 9 Feb 2021 12:53:41 +0000 (13:53 +0100)]
Deprecate all remaining event constants

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agocorrected package name used in .devcontainer/Dockerfile (php7.4-acpu => php7.4-apcu) 25545/head
Konrad Abicht [Tue, 9 Feb 2021 12:37:00 +0000 (13:37 +0100)]
corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => php7.4-apcu)

Signed-off-by: Konrad Abicht <hi@inspirito.de>
3 years agoMerge pull request #25542 from nextcloud/fix-file-checker
Roeland Jago Douma [Tue, 9 Feb 2021 12:20:10 +0000 (13:20 +0100)]
Merge pull request #25542 from nextcloud/fix-file-checker

Add .devcontainer to file-checker.php

3 years agoforward query exception when fallback construction fails 25535/head
Robin Appelman [Mon, 8 Feb 2021 18:14:27 +0000 (19:14 +0100)]
forward query exception when fallback construction fails

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoDeprecate the internal IDBConnection event name constants 25543/head
Christoph Wurst [Tue, 9 Feb 2021 10:27:59 +0000 (11:27 +0100)]
Deprecate the internal IDBConnection event name constants

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoAdd .devcontainer to file-checker.php 25542/head
Lukas Reschke [Tue, 9 Feb 2021 10:22:29 +0000 (11:22 +0100)]
Add .devcontainer to file-checker.php

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoFix the legacy dispatcher argument order 25531/head
Christoph Wurst [Mon, 8 Feb 2021 10:34:19 +0000 (11:34 +0100)]
Fix the legacy dispatcher argument order

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 9 Feb 2021 02:20:45 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25493 from Worteks/fix-filessharing-debug
Roeland Jago Douma [Mon, 8 Feb 2021 20:40:05 +0000 (21:40 +0100)]
Merge pull request #25493 from Worteks/fix-filessharing-debug

fix(log): remove debug log in _formatRemoteShare, suggested by @maxbes

3 years agoMerge pull request #25423 from nextcloud/codespace
Roeland Jago Douma [Mon, 8 Feb 2021 20:27:02 +0000 (21:27 +0100)]
Merge pull request #25423 from nextcloud/codespace

Add support for Codespaces

3 years agoforward original query exception when querying by name fails
Robin Appelman [Mon, 8 Feb 2021 18:13:25 +0000 (19:13 +0100)]
forward original query exception when querying by name fails

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoInstall more PHP modules by default 25423/head
Lukas Reschke [Mon, 8 Feb 2021 17:16:29 +0000 (17:16 +0000)]
Install more PHP modules by default

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoHard-code SMTP configuration
Lukas Reschke [Mon, 8 Feb 2021 17:08:42 +0000 (17:08 +0000)]
Hard-code SMTP configuration

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoAdd initial support for GitHub codespaces
Lukas Reschke [Mon, 1 Feb 2021 12:17:04 +0000 (12:17 +0000)]
Add initial support for GitHub codespaces

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 8 Feb 2021 02:20:05 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #25517 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
dependabot-preview[bot] [Sun, 7 Feb 2021 12:05:36 +0000 (12:05 +0000)]
Merge pull request #25517 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.12.13

3 years agoBump @babel/preset-env from 7.12.11 to 7.12.13 25517/head
dependabot-preview[bot] [Sun, 7 Feb 2021 09:41:27 +0000 (09:41 +0000)]
Bump @babel/preset-env from 7.12.11 to 7.12.13

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13.
- [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.12.13/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agofix(ci): build additionalScripts 25493/head
Samuel [Sun, 7 Feb 2021 10:05:18 +0000 (11:05 +0100)]
fix(ci): build additionalScripts

Signed-off-by: Samuel <faust64@gmail.com>
3 years agoMerge pull request #25516 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill...
dependabot-preview[bot] [Sun, 7 Feb 2021 09:38:42 +0000 (09:38 +0000)]
Merge pull request #25516 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.4.3

3 years agoBump css-vars-ponyfill from 2.4.2 to 2.4.3 25516/head
dependabot-preview[bot] [Sat, 6 Feb 2021 02:18:24 +0000 (02:18 +0000)]
Bump css-vars-ponyfill from 2.4.2 to 2.4.3

Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.4.2 to 2.4.3.
- [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.2...v2.4.3)

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 [Sun, 7 Feb 2021 02:20:51 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoFix linter 25378/head
Joas Schilling [Tue, 2 Feb 2021 12:39:29 +0000 (13:39 +0100)]
Fix linter

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoFix unit tests
Joas Schilling [Fri, 29 Jan 2021 12:09:37 +0000 (13:09 +0100)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMake Psalm happy
Joas Schilling [Fri, 29 Jan 2021 09:13:14 +0000 (10:13 +0100)]
Make Psalm happy

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoImprove mention matches
Joas Schilling [Fri, 29 Jan 2021 08:46:14 +0000 (09:46 +0100)]
Improve mention matches

The previous regex didn't correctly match users with . ' or -

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #25499 from nextcloud/test/symfony-adapter
Roeland Jago Douma [Sat, 6 Feb 2021 12:01:23 +0000 (13:01 +0100)]
Merge pull request #25499 from nextcloud/test/symfony-adapter

Test the symfony adapter / fix missing return object

3 years agoMerge pull request #25518 from nextcloud/dependabot/npm_and_yarn/chai-4.3.0
dependabot-preview[bot] [Sat, 6 Feb 2021 10:07:47 +0000 (10:07 +0000)]
Merge pull request #25518 from nextcloud/dependabot/npm_and_yarn/chai-4.3.0

3 years agoMerge pull request #25503 from nextcloud/bugfix/23617/fix-share-dropdown-position
Roeland Jago Douma [Sat, 6 Feb 2021 09:59:32 +0000 (10:59 +0100)]
Merge pull request #25503 from nextcloud/bugfix/23617/fix-share-dropdown-position

Sharing dropdown now opens below

3 years agoMerge pull request #25505 from nextcloud/versions-expire-handle-unavailable
Roeland Jago Douma [Sat, 6 Feb 2021 09:57:14 +0000 (10:57 +0100)]
Merge pull request #25505 from nextcloud/versions-expire-handle-unavailable

dont stop expiring versions if we cant check if the source file still exists

3 years agoMerge pull request #25515 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.5.0
dependabot-preview[bot] [Sat, 6 Feb 2021 09:46:31 +0000 (09:46 +0000)]
Merge pull request #25515 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.5.0

3 years agoMerge pull request #25521 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.13
dependabot-preview[bot] [Sat, 6 Feb 2021 06:18:53 +0000 (06:18 +0000)]
Merge pull request #25521 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.13

3 years agoBump @babel/core from 7.12.10 to 7.12.13 25521/head
dependabot-preview[bot] [Sat, 6 Feb 2021 04:24:12 +0000 (04:24 +0000)]
Bump @babel/core from 7.12.10 to 7.12.13

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13.
- [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.12.13/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #25520 from nextcloud/dependabot/npm_and_yarn/babel/plugin-proposa...
dependabot-preview[bot] [Sat, 6 Feb 2021 04:21:42 +0000 (04:21 +0000)]
Merge pull request #25520 from nextcloud/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.12.13

3 years agoMerge pull request #25512 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport...
dependabot-preview[bot] [Sat, 6 Feb 2021 02:50:09 +0000 (02:50 +0000)]
Merge pull request #25512 from nextcloud/dependabot/npm_and_yarn/build/karma-viewport-1.0.8

3 years agoBump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13 25520/head
dependabot-preview[bot] [Sat, 6 Feb 2021 02:22:13 +0000 (02:22 +0000)]
Bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.12.13.
- [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.12.13/packages/babel-plugin-proposal-class-properties)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 6 Feb 2021 02:20:50 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoBump chai from 4.2.0 to 4.3.0 25518/head
dependabot-preview[bot] [Sat, 6 Feb 2021 02:20:29 +0000 (02:20 +0000)]
Bump chai from 4.2.0 to 4.3.0

Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai/compare/4.2.0...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump webpack-cli from 4.4.0 to 4.5.0 25515/head
dependabot-preview[bot] [Sat, 6 Feb 2021 02:16:32 +0000 (02:16 +0000)]
Bump webpack-cli from 4.4.0 to 4.5.0

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.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.4.0...webpack-cli@4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump karma-viewport from 1.0.7 to 1.0.8 in /build 25512/head
dependabot-preview[bot] [Sat, 6 Feb 2021 02:15:41 +0000 (02:15 +0000)]
Bump karma-viewport from 1.0.7 to 1.0.8 in /build

Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/squidfunk/karma-viewport/releases)
- [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.7...1.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #25500 from Worteks/fix-sharemanager-genericshareexception
Roeland Jago Douma [Fri, 5 Feb 2021 15:17:34 +0000 (16:17 +0100)]
Merge pull request #25500 from Worteks/fix-sharemanager-genericshareexception

fix(translation): replace static error message

3 years agodont stop expiring versions if we cant check if the source file still exists 25505/head
Robin Appelman [Fri, 5 Feb 2021 14:06:43 +0000 (15:06 +0100)]
dont stop expiring versions if we cant check if the source file still exists

instead continue assuming it still exists

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoSharing dropdown now opens below 25503/head
Vincent Petry [Fri, 5 Feb 2021 13:47:01 +0000 (14:47 +0100)]
Sharing dropdown now opens below

Fixes an issue where the dropdown list was not visible on small screens
as it would appear above the field and be hidden behind the container
border.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoMerge pull request #25404 from nextcloud/dependabot/npm_and_yarn/vue-router-3.5.1
Roeland Jago Douma [Fri, 5 Feb 2021 13:03:51 +0000 (14:03 +0100)]
Merge pull request #25404 from nextcloud/dependabot/npm_and_yarn/vue-router-3.5.1

Bump vue-router from 3.4.9 to 3.5.1

3 years agorevert(comment) 25500/head
Samuel [Fri, 5 Feb 2021 12:27:37 +0000 (13:27 +0100)]
revert(comment)

Signed-off-by: Samuel <faust64@gmail.com>
3 years agorevert(exception): keep throwing an exception for now
Samuel [Fri, 5 Feb 2021 11:52:59 +0000 (12:52 +0100)]
revert(exception): keep throwing an exception for now

Signed-off-by: Samuel <faust64@gmail.com>
3 years agoMerge pull request #25472 from nextcloud/js/burn/dompurity
Christoph Wurst [Fri, 5 Feb 2021 11:33:26 +0000 (12:33 +0100)]
Merge pull request #25472 from nextcloud/js/burn/dompurity

Kill DOMPurify from main bundle

3 years agoTest the symfony adapter 25499/head
Christoph Wurst [Fri, 5 Feb 2021 11:04:55 +0000 (12:04 +0100)]
Test the symfony adapter

To prevent regression in the future.

And make sure we always return an object …

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agofix(translation): replace static error message
Samuel [Fri, 5 Feb 2021 11:06:35 +0000 (12:06 +0100)]
fix(translation): replace static error message

as suggested by @kesselb in nextcloud/server#25490

Signed-off-by: Samuel <faust64@gmail.com>
3 years agoBump vue-router from 3.4.9 to 3.5.1 25404/head
dependabot-preview[bot] [Fri, 5 Feb 2021 10:08:45 +0000 (10:08 +0000)]
Bump vue-router from 3.4.9 to 3.5.1

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.9 to 3.5.1.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.4.9...v3.5.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 agoMerge pull request #25487 from nextcloud/fix/generic-even-wrapper-log-once
Roeland Jago Douma [Fri, 5 Feb 2021 10:12:20 +0000 (11:12 +0100)]
Merge pull request #25487 from nextcloud/fix/generic-even-wrapper-log-once

Log deprecation notice of GenericEventWrapper just once

3 years agofix(debug): remove debug log in _formatRemoteShare, suggested by @maxbes
Samuel [Fri, 5 Feb 2021 09:45:44 +0000 (10:45 +0100)]
fix(debug): remove debug log in _formatRemoteShare, suggested by @maxbes

Signed-off-by: Samuel <faust64@gmail.com>
3 years agoLog deprecation notice of GenericEventWrapper just once 25487/head
Christoph Wurst [Fri, 5 Feb 2021 07:45:58 +0000 (08:45 +0100)]
Log deprecation notice of GenericEventWrapper just once

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

3 years agoMerge pull request #25441 from nextcloud/bugfix/24473/quickfix-tags-view-once
Vincent Petry [Thu, 4 Feb 2021 09:11:22 +0000 (10:11 +0100)]
Merge pull request #25441 from nextcloud/bugfix/24473/quickfix-tags-view-once

Fix duplicate tag info view registration

3 years agoMerge pull request #25443 from nextcloud/bugfix/25442/fix-settings-users-pagination...
Roeland Jago Douma [Thu, 4 Feb 2021 08:34:36 +0000 (09:34 +0100)]
Merge pull request #25443 from nextcloud/bugfix/25442/fix-settings-users-pagination-tolerance

Make user list pagination more tolerant

3 years agoMake user list pagination more tolerant 25443/head
Vincent Petry [Tue, 2 Feb 2021 17:02:03 +0000 (18:02 +0100)]
Make user list pagination more tolerant

In case the server returns more results than expected by the limit, it
is now still interpreted as there being more results to query.

This situation can happen when there are multiple user backends in
place.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 4 Feb 2021 02:20:03 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

3 years agoFix duplicate tag info view registration 25441/head
Vincent Petry [Tue, 2 Feb 2021 15:32:24 +0000 (16:32 +0100)]
Fix duplicate tag info view registration

Only register the tag info view once as it's stored in a singleton.
This fixes an issue where the tag info view did not get rendered after
swiching between different file views.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>