]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoUse mimetype instead of type when defaulting in remote shares
Vincent Petry [Mon, 19 Jul 2021 21:14:06 +0000 (23:14 +0200)]
Use mimetype instead of type when defaulting in remote shares

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix external share manager with multiple user groups
Vincent Petry [Tue, 13 Jul 2021 15:51:52 +0000 (17:51 +0200)]
Fix external share manager with multiple user groups

Use query builder with proper matching for finding the group names.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix remote group share API interactions
Vincent Petry [Mon, 5 Jul 2021 14:07:02 +0000 (16:07 +0200)]
Fix remote group share API interactions

Accepting and declining can now be done repeatedly on both the parent
group share and sub-share with the same effects.

Added unit tests to cover these cases, and also when the same operation
is repeated.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoDisable default actions in pending file list
Vincent Petry [Mon, 5 Jul 2021 10:13:53 +0000 (12:13 +0200)]
Disable default actions in pending file list

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoPending remote group share fixes
Vincent Petry [Fri, 2 Jul 2021 16:16:34 +0000 (18:16 +0200)]
Pending remote group share fixes

Only remove reject share for remote group shares
Also fix share indicator to appear for remote group shares as well.
Fix pending remote share icon to be the one of a share.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix re-accepting or re-rejecting remote group shares
Vincent Petry [Fri, 2 Jul 2021 15:46:16 +0000 (17:46 +0200)]
Fix re-accepting or re-rejecting remote group shares

When accepting a group share, a sub-share entry is created which also
has a different id.

When accepting or rejecting the sub-share, simply update the "accepted"
flag instead of trying to re-insert the entry.

Adjust getShare to also properly validate group share membership
when called on a sub-share id.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAdd logging to external shares manager
Vincent Petry [Fri, 2 Jul 2021 15:45:03 +0000 (17:45 +0200)]
Add logging to external shares manager

Instead of just returning false, also log the exception to make
debugging database issues easier.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoRemove "Reject share" for pending remote shares
Vincent Petry [Fri, 2 Jul 2021 15:42:55 +0000 (17:42 +0200)]
Remove "Reject share" for pending remote shares

In the list of pending shares, the option for rejecting the share has
been removed.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix received federated group shares
Vincent Petry [Fri, 2 Jul 2021 07:58:54 +0000 (09:58 +0200)]
Fix received federated group shares

Fix pending shares endpoint to consider user-specific sub-entries
for group shares whenever a share was accepted or declined.

Added unit test for adding remote group shares.

Fixed "removeUserShares" to not send a remote request as we never send
remote requests for group shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoExtend pending shares list to include remote shares
Vincent Petry [Thu, 1 Jul 2021 15:26:00 +0000 (17:26 +0200)]
Extend pending shares list to include remote shares

And adjust the accept/decline actions to use the right endpoint for
remote shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoAdd files via upload
John Molakvoæ [Tue, 27 Jul 2021 10:00:36 +0000 (12:00 +0200)]
Add files via upload

3 years agoUpdate dependabot-approve-merge.yml
John Molakvoæ [Tue, 27 Jul 2021 06:16:41 +0000 (08:16 +0200)]
Update dependabot-approve-merge.yml

3 years agoMerge pull request #28173 from nextcloud/fix/variable_override_in_file_view
Julius Härtl [Mon, 26 Jul 2021 19:11:10 +0000 (21:11 +0200)]
Merge pull request #28173 from nextcloud/fix/variable_override_in_file_view

Fix variable override in file view

3 years agoMerge pull request #28127 from nextcloud/dependabot/various
John Molakvoæ [Mon, 26 Jul 2021 18:05:04 +0000 (20:05 +0200)]
Merge pull request #28127 from nextcloud/dependabot/various

3 years agoBump p-queue 28127/head
John Molakvoæ (skjnldsv) [Fri, 23 Jul 2021 11:56:38 +0000 (13:56 +0200)]
Bump p-queue

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump vue and fix babel warning
John Molakvoæ (skjnldsv) [Fri, 23 Jul 2021 11:43:46 +0000 (13:43 +0200)]
Bump vue and fix babel warning

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump dependencies
John Molakvoæ (skjnldsv) [Fri, 23 Jul 2021 11:40:33 +0000 (13:40 +0200)]
Bump dependencies

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoAdd command-compile
John Molakvoæ [Mon, 26 Jul 2021 16:44:29 +0000 (18:44 +0200)]
Add command-compile

3 years agoFix variabable override in file view 28173/head
Louis Chemineau [Mon, 26 Jul 2021 13:47:37 +0000 (15:47 +0200)]
Fix variabable override in file view

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #28166 from nextcloud/enh/usermanagement/add-group-icon
szaimen [Mon, 26 Jul 2021 13:31:55 +0000 (15:31 +0200)]
Merge pull request #28166 from nextcloud/enh/usermanagement/add-group-icon

User management - Add icon to user groups

3 years agoMerge pull request #28164 from nextcloud/fix/file-multiselect-actions-sort
Julien Veyssier [Mon, 26 Jul 2021 13:08:09 +0000 (15:08 +0200)]
Merge pull request #28164 from nextcloud/fix/file-multiselect-actions-sort

Fix sort function of files multiple selection actions

3 years agofix sort sort function of files multiple selection actions 28164/head
Julien Veyssier [Mon, 26 Jul 2021 09:07:35 +0000 (11:07 +0200)]
fix sort sort function of files multiple selection actions

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years agoUser management - Add icon to user groups 28166/head
szaimen [Mon, 26 Jul 2021 11:09:44 +0000 (13:09 +0200)]
User management - Add icon to user groups

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #28075 from nextcloud/enh/noid/admin_audit-report-full-path
Julius Härtl [Mon, 26 Jul 2021 10:35:48 +0000 (12:35 +0200)]
Merge pull request #28075 from nextcloud/enh/noid/admin_audit-report-full-path

Admin Audit - Sharing: createShare - report the full path

3 years agoMerge pull request #28151 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Sun, 25 Jul 2021 18:34:55 +0000 (20:34 +0200)]
Merge pull request #28151 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoUpdate psalm baseline 28151/head
Nextcloud-PR-Bot [Sun, 25 Jul 2021 04:10:46 +0000 (04:10 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years agoMerge pull request #27281 from nextcloud/dependabot/npm_and_yarn/nextcloud/router...
John Molakvoæ [Sat, 24 Jul 2021 11:11:53 +0000 (13:11 +0200)]
Merge pull request #27281 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-2.0.0

3 years agoMerge pull request #28132 from nextcloud/work/carl/fix-tests
John Molakvoæ [Sat, 24 Jul 2021 07:37:52 +0000 (09:37 +0200)]
Merge pull request #28132 from nextcloud/work/carl/fix-tests

Fix tests in files_versions

3 years agoMerge pull request #28146 from nextcloud/dependabot/npm_and_yarn/sass-1.36.0
dependabot[bot] [Sat, 24 Jul 2021 04:01:42 +0000 (04:01 +0000)]
Merge pull request #28146 from nextcloud/dependabot/npm_and_yarn/sass-1.36.0

3 years agoMerge pull request #28144 from nextcloud/dependabot/npm_and_yarn/testing-library...
dependabot[bot] [Sat, 24 Jul 2021 03:40:03 +0000 (03:40 +0000)]
Merge pull request #28144 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.2.0

3 years agoBump sass from 1.35.2 to 1.36.0 28146/head
dependabot[bot] [Sat, 24 Jul 2021 02:13:40 +0000 (02:13 +0000)]
Bump sass from 1.35.2 to 1.36.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.35.2 to 1.36.0.
- [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.35.2...1.36.0)

---
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.1.9 to 13.2.0 28144/head
dependabot[bot] [Sat, 24 Jul 2021 01:03:18 +0000 (01:03 +0000)]
Bump @testing-library/user-event from 13.1.9 to 13.2.0

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 13.2.0.
- [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.1.9...v13.2.0)

---
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 agoRebuild 27281/head
Christopher Ng [Fri, 23 Jul 2021 23:10:29 +0000 (23:10 +0000)]
Rebuild

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoMerge pull request #28133 from nextcloud/feat/tag_multiple_files_at_once
John Molakvoæ [Fri, 23 Jul 2021 16:25:12 +0000 (18:25 +0200)]
Merge pull request #28133 from nextcloud/feat/tag_multiple_files_at_once

3 years agoFix tests in files_versions 28132/head
Carl Schwan [Fri, 23 Jul 2021 12:32:54 +0000 (14:32 +0200)]
Fix tests in files_versions

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years agoadd an option to the multiple files selected actions to add and remove tags from... 28133/head
Roland Scheidel [Tue, 3 Dec 2019 08:45:33 +0000 (09:45 +0100)]
add an option to the multiple files selected actions to add and remove tags from multiple files at once

Signed-off-by: Roland Scheidel <kontakt@scheidel.at>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBump @nextcloud/router from 1.2.0 to 2.0.0
dependabot[bot] [Thu, 15 Jul 2021 12:46:14 +0000 (12:46 +0000)]
Bump @nextcloud/router from 1.2.0 to 2.0.0

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #28129 from nextcloud/bugfix/noid/redis-allow-defaults
John Molakvoæ [Fri, 23 Jul 2021 12:25:59 +0000 (14:25 +0200)]
Merge pull request #28129 from nextcloud/bugfix/noid/redis-allow-defaults

Allow empty Redis config

3 years agoMerge pull request #27968 from nextcloud/work/carl/file_versions-less-deprecation
Carl Schwan [Fri, 23 Jul 2021 08:50:48 +0000 (10:50 +0200)]
Merge pull request #27968 from nextcloud/work/carl/file_versions-less-deprecation

Remove allmost all deprecation from the files_version app

3 years agoRemove allmost all deprecation from the files_version app 27968/head
Carl Schwan [Wed, 14 Jul 2021 12:48:23 +0000 (14:48 +0200)]
Remove allmost all deprecation from the files_version app

The remaining deprecations are related to Utils::hooks and I will take a
look at how EventDispatcher works before working on them.

Aside from the deprecations, this patch also does a few minor
improvements around type hinting.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years agoAllow empty Redis config 28129/head
Vincent Petry [Fri, 23 Jul 2021 07:53:06 +0000 (09:53 +0200)]
Allow empty Redis config

When Redis config is empty, use defaults.
However when a Redis cluster config is specified, the "seeds" attribute
is mandatory.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoMerge pull request #28084 from nextcloud/bugfix/noid/dav-user-id
John Molakvoæ [Fri, 23 Jul 2021 06:31:41 +0000 (08:31 +0200)]
Merge pull request #28084 from nextcloud/bugfix/noid/dav-user-id

Make sure that the dav propfind plugins always use the proper user id

3 years agoMerge pull request #28122 from nextcloud/tests/nodb-memoryinfo
Pytal [Thu, 22 Jul 2021 16:38:56 +0000 (09:38 -0700)]
Merge pull request #28122 from nextcloud/tests/nodb-memoryinfo

Let memory limit set in tests fit the used amount

3 years agoLet memory limit set in tests fit the used amount 28122/head
Julius Härtl [Thu, 22 Jul 2021 15:05:29 +0000 (17:05 +0200)]
Let memory limit set in tests fit the used amount

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdmin Audit - Sharing: createShare - report the full path 28075/head
szaimen [Tue, 20 Jul 2021 22:32:11 +0000 (00:32 +0200)]
Admin Audit - Sharing: createShare - report the full path

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #28115 from nextcloud/feat/npm7
Louis [Thu, 22 Jul 2021 14:07:43 +0000 (16:07 +0200)]
Merge pull request #28115 from nextcloud/feat/npm7

Migrate to npm 7

3 years agoFix Login & Users settings page 28115/head
John Molakvoæ (skjnldsv) [Thu, 22 Jul 2021 12:25:01 +0000 (14:25 +0200)]
Fix Login & Users settings page

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoAdd proper node testing
John Molakvoæ (skjnldsv) [Thu, 22 Jul 2021 11:27:15 +0000 (13:27 +0200)]
Add proper node testing

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoFix eslint and update bundles
John Molakvoæ (skjnldsv) [Thu, 22 Jul 2021 11:21:25 +0000 (13:21 +0200)]
Fix eslint and update bundles

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoMigrate to npm 7
John Molakvoæ (skjnldsv) [Thu, 22 Jul 2021 11:06:17 +0000 (13:06 +0200)]
Migrate to npm 7

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoMerge pull request #27888 from nextcloud/fix/redis-auth
John Molakvoæ [Thu, 22 Jul 2021 10:47:26 +0000 (12:47 +0200)]
Merge pull request #27888 from nextcloud/fix/redis-auth

3 years agoMerge pull request #28101 from nextcloud/fix/22748/fix-file-exists-dialog-dark-theme
szaimen [Thu, 22 Jul 2021 10:37:17 +0000 (12:37 +0200)]
Merge pull request #28101 from nextcloud/fix/22748/fix-file-exists-dialog-dark-theme

Fix dark theme in file exists dialog

3 years agoMake sure that the dav propfind plugins always use the proper user id 28084/head
Julius Härtl [Wed, 21 Jul 2021 12:23:49 +0000 (14:23 +0200)]
Make sure that the dav propfind plugins always use the proper user id

For old android versions it could happen that the requests are performed
with a login name instead of the actual user id, so before this change
the property methods used the wrong value for fetching their information

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #28104 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
kesselb [Thu, 22 Jul 2021 09:09:54 +0000 (11:09 +0200)]
Merge pull request #28104 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoProperly support RedisCluster 27888/head
John Molakvoæ (skjnldsv) [Wed, 21 Jul 2021 10:18:42 +0000 (12:18 +0200)]
Properly support RedisCluster

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoUpdate psalm baseline 28104/head
Nextcloud-PR-Bot [Thu, 22 Jul 2021 04:11:55 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years agoFix dark theme in file exists dialog 28101/head
szaimen [Wed, 21 Jul 2021 21:57:00 +0000 (23:57 +0200)]
Fix dark theme in file exists dialog

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #28092 from nextcloud/debt/noid/add-quota-plugin
Lukas Reschke [Wed, 21 Jul 2021 19:50:03 +0000 (21:50 +0200)]
Merge pull request #28092 from nextcloud/debt/noid/add-quota-plugin

QuotaPlugin expect 1 parameter

3 years agoMerge pull request #27674 from fstorz/hide-download-button-for-public-preview-of...
szaimen [Wed, 21 Jul 2021 15:55:26 +0000 (17:55 +0200)]
Merge pull request #27674 from fstorz/hide-download-button-for-public-preview-of-audio-files

hide download button for public preview of audio files

3 years agoQuotaPlugin expect 1 parameter 28092/head
Daniel Kesselberg [Wed, 21 Jul 2021 15:06:03 +0000 (17:06 +0200)]
QuotaPlugin expect 1 parameter

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #28082 from nextcloud/improve-exception-serializer
Lukas Reschke [Wed, 21 Jul 2021 14:19:21 +0000 (16:19 +0200)]
Merge pull request #28082 from nextcloud/improve-exception-serializer

Sanitize more functions from the encryption app

3 years agoMerge pull request #28078 from nextcloud/refine-middleware
kesselb [Wed, 21 Jul 2021 13:23:01 +0000 (15:23 +0200)]
Merge pull request #28078 from nextcloud/refine-middleware

Improve provider check

3 years agoSanitize more functions from the encryption app 28082/head
Lukas Reschke [Wed, 21 Jul 2021 09:18:35 +0000 (11:18 +0200)]
Sanitize more functions from the encryption app

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #28077 from nextcloud/heicPerformance
Julius Härtl [Wed, 21 Jul 2021 08:27:19 +0000 (10:27 +0200)]
Merge pull request #28077 from nextcloud/heicPerformance

3 years agoImprove provider check 28078/head
Lukas Reschke [Wed, 21 Jul 2021 07:58:17 +0000 (09:58 +0200)]
Improve provider check

Check if there is a provider missing.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoDisable HEIC image preview provider for performance concerns 28077/head
tobiasKaminsky [Wed, 21 Jul 2021 07:14:20 +0000 (09:14 +0200)]
Disable HEIC image preview provider for performance concerns

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
3 years agoMerge pull request #28015 from nextcloud/enh/noid/fix-overlapping
Pytal [Tue, 20 Jul 2021 20:31:37 +0000 (13:31 -0700)]
Merge pull request #28015 from nextcloud/enh/noid/fix-overlapping

fix overlapping of elements in certain views

3 years agoMerge pull request #28057 from nextcloud/feat/email-ux
Pytal [Tue, 20 Jul 2021 19:21:52 +0000 (12:21 -0700)]
Merge pull request #28057 from nextcloud/feat/email-ux

Improve Emails UX

3 years agoMove integration-php7.3 to latest
John Molakvoæ (skjnldsv) [Tue, 20 Jul 2021 09:09:42 +0000 (11:09 +0200)]
Move integration-php7.3 to latest

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoSupport redis user password auth and tls encryption
John Molakvoæ (skjnldsv) [Fri, 9 Jul 2021 08:41:43 +0000 (10:41 +0200)]
Support redis user password auth and tls encryption

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoBuild 28057/head
Christopher Ng [Tue, 20 Jul 2021 14:58:25 +0000 (14:58 +0000)]
Build

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoImprove UX
Christopher Ng [Tue, 20 Jul 2021 01:44:03 +0000 (01:44 +0000)]
Improve UX

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoMerge pull request #27950 from CarlSchwan/work/carl/login-button-theming
Carl Schwan [Tue, 20 Jul 2021 08:53:41 +0000 (10:53 +0200)]
Merge pull request #27950 from CarlSchwan/work/carl/login-button-theming

Fix missing theming for login button

3 years agoFix missing theming for login button 27950/head
Carl Schwan [Tue, 13 Jul 2021 15:57:29 +0000 (17:57 +0200)]
Fix missing theming for login button

Close #27495

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years agoMerge pull request #28051 from nextcloud/bug/noid/dont-log-redis-password
John Molakvoæ [Mon, 19 Jul 2021 20:34:27 +0000 (22:34 +0200)]
Merge pull request #28051 from nextcloud/bug/noid/dont-log-redis-password

Mask password for Redis and RedisCluster on connection failure

3 years agoMask password for Redis and RedisCluster on connection failure 28051/head
Daniel Kesselberg [Mon, 19 Jul 2021 17:52:15 +0000 (19:52 +0200)]
Mask password for Redis and RedisCluster on connection failure

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoRemove trailing whitespace from comment 27674/head
Florian Storz [Mon, 19 Jul 2021 16:51:56 +0000 (18:51 +0200)]
Remove trailing whitespace from comment

Signed-off-by: Florian Storz <florian.storz@devlix.de>
3 years agoAdd comment linking to PR
Florian Storz [Mon, 19 Jul 2021 14:48:37 +0000 (16:48 +0200)]
Add comment linking to PR

PR contains discussion about the implementation with pros and cons

Signed-off-by: Florian Storz <florian.storz@devlix.de>
3 years agohide download button for public preview of audio files
Florian Storz [Fri, 25 Jun 2021 14:09:47 +0000 (16:09 +0200)]
hide download button for public preview of audio files

When the option to hide downloads was selected at public link creation, the download button can be hidden by the audio html attribute controlsList="nodownload"

Signed-off-by: Florian Storz <florian.storz@devlix.de>
3 years agoMerge pull request #28046 from nextcloud/enh/noid/titleTooltip
szaimen [Mon, 19 Jul 2021 10:16:25 +0000 (12:16 +0200)]
Merge pull request #28046 from nextcloud/enh/noid/titleTooltip

Add titleTooltip to sidebar

3 years agoAdd titleTooltip to sidebar 28046/head
szaimen [Mon, 19 Jul 2021 08:51:53 +0000 (10:51 +0200)]
Add titleTooltip to sidebar

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #27994 from nextcloud/enh/noid/fix-footer-padding
szaimen [Mon, 19 Jul 2021 08:43:13 +0000 (10:43 +0200)]
Merge pull request #27994 from nextcloud/enh/noid/fix-footer-padding

Increase footer height for longer menus

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Jul 2021 02:25:17 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #27509 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.6
dependabot[bot] [Sun, 18 Jul 2021 10:25:00 +0000 (10:25 +0000)]
Merge pull request #27509 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.6

3 years agoBump @babel/core from 7.14.3 to 7.14.6 27509/head
dependabot[bot] [Sat, 17 Jul 2021 22:49:45 +0000 (22:49 +0000)]
Bump @babel/core from 7.14.3 to 7.14.6

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

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

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 [Sun, 18 Jul 2021 02:25:31 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28026 from nextcloud/dependabot/npm_and_yarn/nextcloud/event...
MichaIng [Sat, 17 Jul 2021 22:42:57 +0000 (00:42 +0200)]
Merge pull request #28026 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.0.0

Bump @nextcloud/event-bus from 1.3.0 to 2.0.0

3 years agoBump @nextcloud/event-bus from 1.3.0 to 2.0.0 28026/head
dependabot[bot] [Sat, 17 Jul 2021 21:27:25 +0000 (21:27 +0000)]
Bump @nextcloud/event-bus from 1.3.0 to 2.0.0

Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #28034 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.0
dependabot[bot] [Sat, 17 Jul 2021 19:16:13 +0000 (19:16 +0000)]
Merge pull request #28034 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.0

3 years agoBump dompurify from 2.2.8 to 2.3.0 28034/head
dependabot[bot] [Sat, 17 Jul 2021 18:08:05 +0000 (18:08 +0000)]
Bump dompurify from 2.2.8 to 2.3.0

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.8...2.3.0)

---
updated-dependencies:
- dependency-name: dompurify
  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 agoMerge pull request #28022 from nextcloud/dependabot/npm_and_yarn/autosize-5.0.1
MichaIng [Sat, 17 Jul 2021 17:39:16 +0000 (19:39 +0200)]
Merge pull request #28022 from nextcloud/dependabot/npm_and_yarn/autosize-5.0.1

Bump autosize from 4.0.2 to 5.0.1

3 years agoBump autosize from 4.0.2 to 5.0.1 28022/head
dependabot[bot] [Sat, 17 Jul 2021 14:33:11 +0000 (14:33 +0000)]
Bump autosize from 4.0.2 to 5.0.1

Bumps [autosize](https://github.com/jackmoore/autosize) from 4.0.2 to 5.0.1.
- [Release notes](https://github.com/jackmoore/autosize/releases)
- [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md)
- [Commits](https://github.com/jackmoore/autosize/compare/4.0.2...5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #28031 from nextcloud/dependabot/npm_and_yarn/testing-library...
dependabot[bot] [Sat, 17 Jul 2021 15:08:54 +0000 (15:08 +0000)]
Merge pull request #28031 from nextcloud/dependabot/npm_and_yarn/testing-library/vue-5.8.1

3 years agoBump @testing-library/vue from 5.6.2 to 5.8.1 28031/head
dependabot[bot] [Sat, 17 Jul 2021 14:21:20 +0000 (14:21 +0000)]
Bump @testing-library/vue from 5.6.2 to 5.8.1

Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.6.2 to 5.8.1.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.6.2...v5.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #28021 from nextcloud/dependabot/npm_and_yarn/nextcloud/files...
MichaIng [Sat, 17 Jul 2021 14:19:02 +0000 (16:19 +0200)]
Merge pull request #28021 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-2.0.0

Bump @nextcloud/files from 1.1.0 to 2.0.0

3 years agoBump @nextcloud/files from 1.1.0 to 2.0.0 28021/head
dependabot[bot] [Sat, 17 Jul 2021 12:06:12 +0000 (12:06 +0000)]
Bump @nextcloud/files from 1.1.0 to 2.0.0

Bumps @nextcloud/files from 1.1.0 to 2.0.0.

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMerge pull request #28029 from nextcloud/dependabot/npm_and_yarn/sass-1.35.2
dependabot[bot] [Sat, 17 Jul 2021 13:01:58 +0000 (13:01 +0000)]
Merge pull request #28029 from nextcloud/dependabot/npm_and_yarn/sass-1.35.2

3 years agoBump sass from 1.35.1 to 1.35.2 28029/head
dependabot[bot] [Sat, 17 Jul 2021 12:07:00 +0000 (12:07 +0000)]
Bump sass from 1.35.1 to 1.35.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.35.1 to 1.35.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.35.1...1.35.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #28024 from nextcloud/dependabot/npm_and_yarn/css-loader-5.2.7
MichaIng [Sat, 17 Jul 2021 12:03:51 +0000 (14:03 +0200)]
Merge pull request #28024 from nextcloud/dependabot/npm_and_yarn/css-loader-5.2.7

Bump css-loader from 5.2.6 to 5.2.7

3 years agoBump css-loader from 5.2.6 to 5.2.7 28024/head
dependabot[bot] [Sat, 17 Jul 2021 02:12:26 +0000 (02:12 +0000)]
Bump css-loader from 5.2.6 to 5.2.7

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.6 to 5.2.7.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.6...v5.2.7)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>