]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoUpdate psalm baseline 29373/head
nextcloud-command [Fri, 22 Oct 2021 04:11:24 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 22 Oct 2021 02:21:58 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29345 from nextcloud/fix/profile-preview-card
Pytal [Thu, 21 Oct 2021 22:18:07 +0000 (15:18 -0700)]
Merge pull request #29345 from nextcloud/fix/profile-preview-card

2 years agoRemove unused click handler 29345/head
Christopher Ng [Wed, 20 Oct 2021 00:34:28 +0000 (00:34 +0000)]
Remove unused click handler
- Handle long lines unbroken by white space
- Cleanup

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29362 from nextcloud/fix/groupfolder-copy-acl
Carl Schwan [Thu, 21 Oct 2021 16:12:34 +0000 (18:12 +0200)]
Merge pull request #29362 from nextcloud/fix/groupfolder-copy-acl

Fix security issues when copying groupfolder with advanced ACL

2 years agoMerge pull request #29343 from nextcloud/dependachristoph/composer/symfony-4.4.30...
Christoph Wurst [Thu, 21 Oct 2021 15:45:15 +0000 (17:45 +0200)]
Merge pull request #29343 from nextcloud/dependachristoph/composer/symfony-4.4.30-and-friends

Bump Symfony family and friends to v4.4.30

2 years agoMerge pull request #29332 from nextcloud/sendPasswordByMail
John Molakvoæ [Thu, 21 Oct 2021 15:41:18 +0000 (17:41 +0200)]
Merge pull request #29332 from nextcloud/sendPasswordByMail

2 years agoFix security issues when copying groupfolder with advanced ACL 29362/head
Carl Schwan [Thu, 21 Oct 2021 14:57:07 +0000 (16:57 +0200)]
Fix security issues when copying groupfolder with advanced ACL

Using advanced ACL, it is possible that an user has access to a
directory but not to a subdirectory, so the copying use
Common::copyFromStorage instead of Local::copyFromStorage.

Fix https://github.com/nextcloud/groupfolders/issues/1692

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #23171 from nextcloud/enh/preview/move_to_bootstrap
John Molakvoæ [Thu, 21 Oct 2021 15:07:14 +0000 (17:07 +0200)]
Merge pull request #23171 from nextcloud/enh/preview/move_to_bootstrap

2 years agoMerge pull request #29355 from nextcloud/fix/carl/loging-button-arrow
Louis [Thu, 21 Oct 2021 13:14:24 +0000 (15:14 +0200)]
Merge pull request #29355 from nextcloud/fix/carl/loging-button-arrow

Fix login button alignment

2 years agoMerge pull request #29256 from nextcloud/fix/noid/harmonize-appstoreenabled-check
Julien Veyssier [Thu, 21 Oct 2021 10:42:14 +0000 (12:42 +0200)]
Merge pull request #29256 from nextcloud/fix/noid/harmonize-appstoreenabled-check

Fix appstoreenabled check

2 years agoFix login button alignment 29355/head
Carl Schwan [Thu, 21 Oct 2021 10:00:58 +0000 (12:00 +0200)]
Fix login button alignment

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #29346 from nextcloud/fix/biography-resize
Louis [Thu, 21 Oct 2021 08:57:49 +0000 (10:57 +0200)]
Merge pull request #29346 from nextcloud/fix/biography-resize

Allow resize of Biography/About box

2 years agoMerge pull request #29351 from nextcloud/automated/noid/psalm-baseline-update
Louis [Thu, 21 Oct 2021 08:53:49 +0000 (10:53 +0200)]
Merge pull request #29351 from nextcloud/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

2 years agoMove preview provider registration to bootstrap 23171/head
Roeland Jago Douma [Sun, 4 Oct 2020 12:41:08 +0000 (14:41 +0200)]
Move preview provider registration to bootstrap

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoBump Symfony family and friends to v4.4.30 29343/head
Christoph Wurst [Wed, 20 Oct 2021 16:02:33 +0000 (18:02 +0200)]
Bump Symfony family and friends to v4.4.30

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoFix unit tests 29256/head
Joas Schilling [Thu, 21 Oct 2021 07:27:12 +0000 (09:27 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdjust test 29332/head
tobiasKaminsky [Thu, 21 Oct 2021 04:52:31 +0000 (06:52 +0200)]
Adjust test

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2 years agoUpdate psalm baseline 29351/head
nextcloud-command [Thu, 21 Oct 2021 04:11:44 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 Oct 2021 02:24:14 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29342 from nextcloud/fix/noid/upgrade-22.2-to-23
blizzz [Wed, 20 Oct 2021 17:28:00 +0000 (19:28 +0200)]
Merge pull request #29342 from nextcloud/fix/noid/upgrade-22.2-to-23

allow upgrading from 22.2.x

2 years agoAllow textarea resize 29346/head
Christopher Ng [Wed, 20 Oct 2021 16:56:17 +0000 (16:56 +0000)]
Allow textarea resize

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #27196 from nextcloud/fix/ApiControllerTest-testShowHiddenFiles
John Molakvoæ [Wed, 20 Oct 2021 16:48:04 +0000 (18:48 +0200)]
Merge pull request #27196 from nextcloud/fix/ApiControllerTest-testShowHiddenFiles

2 years agoMerge pull request #29330 from nextcloud/fix/missing-profile-config-defaults
blizzz [Wed, 20 Oct 2021 16:26:25 +0000 (18:26 +0200)]
Merge pull request #29330 from nextcloud/fix/missing-profile-config-defaults

Populate missing profile config defaults

2 years agoallow upgrading from 22.2.x 29342/head
Arthur Schiwon [Wed, 20 Oct 2021 16:01:43 +0000 (18:01 +0200)]
allow upgrading from 22.2.x

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #29334 from nextcloud/fix/dav-availability-settings-duplicate...
John Molakvoæ [Wed, 20 Oct 2021 15:38:23 +0000 (17:38 +0200)]
Merge pull request #29334 from nextcloud/fix/dav-availability-settings-duplicate-slots

2 years agoMerge pull request #28314 from nextcloud/sharing-ibootstrap
Christoph Wurst [Wed, 20 Oct 2021 15:32:10 +0000 (17:32 +0200)]
Merge pull request #28314 from nextcloud/sharing-ibootstrap

move files_sharing to IBootStrap

2 years agoMerge pull request #29320 from nextcloud/bugfix/28261/fix-basic-auth-for-oauth-token...
Christoph Wurst [Wed, 20 Oct 2021 15:31:43 +0000 (17:31 +0200)]
Merge pull request #29320 from nextcloud/bugfix/28261/fix-basic-auth-for-oauth-token-endpoint

Fix basic auth for OAuth token endpoint

2 years agoMerge pull request #29269 from nextcloud/feature/28751/provide-contactsmenu-as-ocs...
Joas Schilling [Wed, 20 Oct 2021 14:25:07 +0000 (16:25 +0200)]
Merge pull request #29269 from nextcloud/feature/28751/provide-contactsmenu-as-ocs-simple

Add an OCS endpoint for the hovercard contact actions

2 years agoMerge pull request #29313 from nextcloud/fix/status-menu-update
Carl Schwan [Wed, 20 Oct 2021 14:00:38 +0000 (16:00 +0200)]
Merge pull request #29313 from nextcloud/fix/status-menu-update

Fix status menu item not listening to status change events

2 years agoChange origin field to appId 29269/head
Joas Schilling [Wed, 20 Oct 2021 12:43:45 +0000 (14:43 +0200)]
Change origin field to appId

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #29260 from nextcloud/fix/user_status_enumeration2
Joas Schilling [Wed, 20 Oct 2021 10:27:55 +0000 (12:27 +0200)]
Merge pull request #29260 from nextcloud/fix/user_status_enumeration2

Respect user enumeration settings in user status lists

2 years agoMerge pull request #29255 from nextcloud/updateAppstoreCrl
blizzz [Wed, 20 Oct 2021 10:22:33 +0000 (12:22 +0200)]
Merge pull request #29255 from nextcloud/updateAppstoreCrl

update CRL after revocation of twofactor_rcdevsopenotp.crt

2 years agoPrevent duplicate CalDAV availability slots for recurring slots 29334/head
Christoph Wurst [Wed, 20 Oct 2021 10:15:56 +0000 (12:15 +0200)]
Prevent duplicate CalDAV availability slots for recurring slots

If there is the same time slot for more than one day, then we wrote two
recurring AVAILABILITY components before. With this patch equal blocks
are combined into one recurring component. This makes the generated
rules more compact and easier to work with.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoDo not remove current user on findOne
John Molakvoæ [Wed, 20 Oct 2021 08:47:23 +0000 (10:47 +0200)]
Do not remove current user on findOne

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAdd appName to contactsmenu action API
John Molakvoæ [Mon, 18 Oct 2021 16:19:37 +0000 (18:19 +0200)]
Add appName to contactsmenu action API

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAdd integration tests for user_status API 29260/head
Jonas Meurer [Tue, 19 Oct 2021 08:56:07 +0000 (10:56 +0200)]
Add integration tests for user_status API

Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoRespect user enumeration settings in user status lists
Jonas Meurer [Thu, 8 Jul 2021 16:26:27 +0000 (18:26 +0200)]
Respect user enumeration settings in user status lists

So far, the functions to find user statuses listed didn't respect user
enumeration settings (`shareapi_allow_share_dialog_user_enumeration`
and `shareapi_restrict_user_enumeration_to_group` core app settings).

Fix this privacy issue by returning an empty list in case
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.

In the long run, we might want to return users from common groups if
`shareapi_restrict_user_enumeration_to_group` is set. It's complicated
to implement this in a way that scales, though. See the discussion at
https://github.com/nextcloud/server/pull/27879#pullrequestreview-753655308
for details.

Also, don't register the user_status dashboard widget at all if
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.

Fixes: #27122
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoAdd an OCS endpoint for the hovercard contact actions
Joas Schilling [Fri, 15 Oct 2021 06:49:41 +0000 (08:49 +0200)]
Add an OCS endpoint for the hovercard contact actions

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix status menu item not listening to status change events 29313/head
Carl Schwan [Tue, 19 Oct 2021 08:57:30 +0000 (10:57 +0200)]
Fix status menu item not listening to status change events

This makes it so that the status menu item listens to user_status:status.updated
events even when they are triggered outside of the user status modal.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #29331 from nextcloud/automated/noid/psalm-baseline-update
Louis [Wed, 20 Oct 2021 07:41:36 +0000 (09:41 +0200)]
Merge pull request #29331 from nextcloud/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

2 years agoExpose send_password_by_mail via capabilities
tobiasKaminsky [Wed, 20 Oct 2021 04:18:03 +0000 (06:18 +0200)]
Expose send_password_by_mail via capabilities

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2 years agoUpdate psalm baseline 29331/head
nextcloud-command [Wed, 20 Oct 2021 04:11:07 +0000 (04:11 +0000)]
Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Oct 2021 02:23:10 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoPopulate defaults into exising profile config 29330/head
Christopher Ng [Wed, 20 Oct 2021 00:27:37 +0000 (00:27 +0000)]
Populate defaults into exising profile config

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoCleanup
Christopher Ng [Wed, 20 Oct 2021 00:17:22 +0000 (00:17 +0000)]
Cleanup

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #28541 from nextcloud/path-prefix-index2
Robin Appelman [Tue, 19 Oct 2021 14:41:23 +0000 (14:41 +0000)]
Merge pull request #28541 from nextcloud/path-prefix-index2

add a prefix index to filecache.path, attempt 2

2 years agoFix basic auth for OAuth token endpoint 29320/head
Joas Schilling [Tue, 19 Oct 2021 11:03:23 +0000 (13:03 +0200)]
Fix basic auth for OAuth token endpoint

Don't try to login when a client is trying to get a OAuth token.
OAuth needs to support basic auth too, so the login is not valid
inside Nextcloud and the Login exception would ruin it.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agofix federated sharing 28314/head
Robin Appelman [Fri, 13 Aug 2021 15:02:27 +0000 (17:02 +0200)]
fix federated sharing

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoupdate tests
Robin Appelman [Thu, 12 Aug 2021 11:31:29 +0000 (13:31 +0200)]
update tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agouse the correct navigation manager for the shares
Robin Appelman [Wed, 11 Aug 2021 15:24:37 +0000 (17:24 +0200)]
use the correct navigation manager for the shares

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agocall setupSharingMenus again
Robin Appelman [Mon, 9 Aug 2021 14:06:23 +0000 (16:06 +0200)]
call setupSharingMenus again

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agomove files_sharing to IBootStrap
Robin Appelman [Wed, 4 Aug 2021 16:59:47 +0000 (18:59 +0200)]
move files_sharing to IBootStrap

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoMerge pull request #29202 from nextcloud/release/23.0.0beta1 v23.0.0beta1
John Molakvoæ [Tue, 19 Oct 2021 08:46:00 +0000 (10:46 +0200)]
Merge pull request #29202 from nextcloud/release/23.0.0beta1

2 years agoMerge branch 'master' into release/23.0.0beta1 29202/head
John Molakvoæ [Tue, 19 Oct 2021 08:42:11 +0000 (10:42 +0200)]
Merge branch 'master' into release/23.0.0beta1

2 years agoMerge pull request #29295 from nextcloud/fix/button-clip
Julius Härtl [Tue, 19 Oct 2021 08:20:56 +0000 (10:20 +0200)]
Merge pull request #29295 from nextcloud/fix/button-clip

2 years agoMerge pull request #29310 from nextcloud/fix/dav-availability-settings-trailing-commas
Christoph Wurst [Tue, 19 Oct 2021 08:14:08 +0000 (10:14 +0200)]
Merge pull request #29310 from nextcloud/fix/dav-availability-settings-trailing-commas

Add missing trailing commas in DAV availability settings

2 years agoAdd missing trailing commas in DAV availability settings 29310/head
Christoph Wurst [Tue, 19 Oct 2021 07:44:19 +0000 (09:44 +0200)]
Add missing trailing commas in DAV availability settings

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #29308 from nextcloud/bugfix/noid/fix-missing-app-version-increment
Christoph Wurst [Tue, 19 Oct 2021 07:36:41 +0000 (09:36 +0200)]
Merge pull request #29308 from nextcloud/bugfix/noid/fix-missing-app-version-increment

Fix missing app version increment to trigger migrations

2 years agoFix missing app version increment to trigger migrations 29308/head
Joas Schilling [Tue, 19 Oct 2021 06:40:53 +0000 (08:40 +0200)]
Fix missing app version increment to trigger migrations

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #28751 from nextcloud/feat/28139/profile-page
Pytal [Tue, 19 Oct 2021 06:03:58 +0000 (23:03 -0700)]
Merge pull request #28751 from nextcloud/feat/28139/profile-page

2 years agoProfile frontend 28751/head
Christopher Ng [Thu, 14 Oct 2021 08:28:54 +0000 (08:28 +0000)]
Profile frontend

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoProfile backend
Christopher Ng [Thu, 14 Oct 2021 08:19:40 +0000 (08:19 +0000)]
Profile backend

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAdd new account properties
Christopher Ng [Thu, 14 Oct 2021 08:05:17 +0000 (08:05 +0000)]
Add new account properties
- New properties
  - Organisation
  - Role
  - Headline
  - Biography
  - Profile Enabled property
- Fix errors with building default account properties
- Fix L10N factory method `getLanguage` not public error
- Update tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Oct 2021 02:22:47 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #27466 from nextcloud/feature/dav-scheduling-availability-settings
Christoph Wurst [Mon, 18 Oct 2021 20:56:49 +0000 (22:56 +0200)]
Merge pull request #27466 from nextcloud/feature/dav-scheduling-availability-settings

Add scheduling availability settings

2 years agoMerge pull request #28403 from nextcloud/work/status
Carl Schwan [Mon, 18 Oct 2021 19:52:28 +0000 (21:52 +0200)]
Merge pull request #28403 from nextcloud/work/status

Add an API to set and rollback the user status

2 years agoMerge pull request #29259 from nextcloud/bugfix/29257/fix-app-upgrade
Joas Schilling [Mon, 18 Oct 2021 19:20:05 +0000 (21:20 +0200)]
Merge pull request #29259 from nextcloud/bugfix/29257/fix-app-upgrade

Fix app upgrade

2 years agoAdd an API to set and rollback the user status 28403/head
Carl Schwan [Wed, 11 Aug 2021 08:36:24 +0000 (10:36 +0200)]
Add an API to set and rollback the user status

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoAdd scheduling availability settings 27466/head
Christoph Wurst [Thu, 10 Jun 2021 18:15:13 +0000 (20:15 +0200)]
Add scheduling availability settings

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoFix cliping issues in alternative logging buttons 29295/head
Carl Schwan [Mon, 18 Oct 2021 10:57:40 +0000 (12:57 +0200)]
Fix cliping issues in alternative logging buttons

The issues was caused because the button with its margins was bigger
than the parent. Instead of setting the margin of the button, add
padding to the parent. This is more reliable.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agofix appstoreenabled check in Fetcher so it's coherent with AppSettingsController
Julien Veyssier [Fri, 15 Oct 2021 09:04:38 +0000 (11:04 +0200)]
fix appstoreenabled check in Fetcher so it's coherent with AppSettingsController

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoMerge pull request #29285 from nextcloud/fix/php-7.3-deprecation
Christoph Wurst [Mon, 18 Oct 2021 08:00:21 +0000 (10:00 +0200)]
Merge pull request #29285 from nextcloud/fix/php-7.3-deprecation

Deprecate PHP7.3 for Nextcloud 23

2 years agoMerge pull request #28768 from nextcloud/check-file-exists
John Molakvoæ [Mon, 18 Oct 2021 07:54:22 +0000 (09:54 +0200)]
Merge pull request #28768 from nextcloud/check-file-exists

2 years agoDeprecate PHP7.3 for Nextcloud 23 29285/head
Christoph Wurst [Mon, 18 Oct 2021 07:15:54 +0000 (09:15 +0200)]
Deprecate PHP7.3 for Nextcloud 23

* 7.3 reaches EOL shortly after the release of 23.0.0
* Nextcloud 24 will require PHP7.4

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoAdd profile templates
Christopher Ng [Thu, 14 Oct 2021 07:48:16 +0000 (07:48 +0000)]
Add profile templates

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifference
Vincent Petry [Mon, 18 Oct 2021 06:34:44 +0000 (08:34 +0200)]
Merge pull request #29243 from nextcloud/bugfix/noid/ipropagator-sizedifference

Add already used optional sizeDifference parameter to IPropagator

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Oct 2021 02:24:45 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #29279 from nextcloud/Valdnet-patch-1
Daniel [Sun, 17 Oct 2021 20:03:29 +0000 (22:03 +0200)]
Merge pull request #29279 from nextcloud/Valdnet-patch-1

l10n: Spelling unification

3 years agoMerge pull request #29273 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.3
dependabot[bot] [Sun, 17 Oct 2021 15:02:51 +0000 (15:02 +0000)]
Merge pull request #29273 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.3

3 years agoBump core-js from 3.18.2 to 3.18.3 29273/head
dependabot[bot] [Sat, 16 Oct 2021 01:03:48 +0000 (01:03 +0000)]
Bump core-js from 3.18.2 to 3.18.3

Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.3.
- [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/compare/v3.18.2...v3.18.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agol10n: Spelling unification 29279/head
Valdnet [Sun, 17 Oct 2021 12:16:05 +0000 (14:16 +0200)]
l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Oct 2021 02:22:00 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update
Daniel [Sat, 16 Oct 2021 10:19:50 +0000 (12:19 +0200)]
Merge pull request #29274 from nextcloud/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoMerge pull request #28991 from nextcloud/feature/bulk_upload
Julius Härtl [Sat, 16 Oct 2021 09:33:38 +0000 (11:33 +0200)]
Merge pull request #28991 from nextcloud/feature/bulk_upload

3 years agoClean BulkUpload plugin 28991/head
Louis Chemineau [Fri, 15 Oct 2021 09:57:39 +0000 (11:57 +0200)]
Clean BulkUpload plugin

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoUpdate psalm baseline 29274/head
nextcloud-command [Sat, 16 Oct 2021 04:11:07 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years agoMerge pull request #29272 from nextcloud/dependabot/npm_and_yarn/sass-1.43.2
dependabot[bot] [Sat, 16 Oct 2021 02:41:12 +0000 (02:41 +0000)]
Merge pull request #29272 from nextcloud/dependabot/npm_and_yarn/sass-1.43.2

3 years agoMerge pull request #29271 from nextcloud/dependabot/npm_and_yarn/testing-library...
dependabot[bot] [Sat, 16 Oct 2021 02:30:10 +0000 (02:30 +0000)]
Merge pull request #29271 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.4.1

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Oct 2021 02:23:22 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoBump sass from 1.42.1 to 1.43.2 29272/head
dependabot[bot] [Sat, 16 Oct 2021 01:02:28 +0000 (01:02 +0000)]
Bump sass from 1.42.1 to 1.43.2

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

---
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 agoBump @testing-library/user-event from 13.2.1 to 13.4.1 29271/head
dependabot[bot] [Sat, 16 Oct 2021 01:01:45 +0000 (01:01 +0000)]
Bump @testing-library/user-event from 13.2.1 to 13.4.1

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 13.4.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v13.2.1...v13.4.1)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #29240 from nextcloud/work/admin-delegation-implementation
Carl Schwan [Fri, 15 Oct 2021 18:59:43 +0000 (20:59 +0200)]
Merge pull request #29240 from nextcloud/work/admin-delegation-implementation

Add support for Delegation Settings for more apps

3 years agoMerge pull request #29210 from nextcloud/work/status-navbar-vue
Carl Schwan [Fri, 15 Oct 2021 18:59:08 +0000 (20:59 +0200)]
Merge pull request #29210 from nextcloud/work/status-navbar-vue

Add current status in navbar

3 years agoAdd current status in navbar 29210/head
Carl Schwan [Wed, 13 Oct 2021 10:13:17 +0000 (12:13 +0200)]
Add current status in navbar

This ports the code to vue and if the user_status app is disabled this
goes back to the previous behavior.

The Avatar vue components detects changes of the status automatically.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoAdd support for Delegation Settings for more apps 29240/head
Carl Schwan [Thu, 14 Oct 2021 13:07:14 +0000 (15:07 +0200)]
Add support for Delegation Settings for more apps

* This adds support for the sharing, groupware, theming and user_ldap
  app
* This adds some code who disapeared during a rebase in the initial
  delegation PR (provisioning_api)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years agoMerge pull request #29090 from nextcloud/bug/noid/disable-versions-expire-background-job
Vincent Petry [Fri, 15 Oct 2021 14:16:57 +0000 (16:16 +0200)]
Merge pull request #29090 from nextcloud/bug/noid/disable-versions-expire-background-job

Add configuration flag to disable the background job for files_versions

3 years agoMerge pull request #29125 from nextcloud/bug/noid/disable-trash-expire-background-job
Daniel [Fri, 15 Oct 2021 13:49:13 +0000 (15:49 +0200)]
Merge pull request #29125 from nextcloud/bug/noid/disable-trash-expire-background-job

Add configuration flag to disable the background job for files_trashbin

3 years agoMerge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-folder-versions
Robin Appelman [Fri, 15 Oct 2021 13:30:51 +0000 (13:30 +0000)]
Merge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-folder-versions

Revert "Delete S3 versions in rmdir"