]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoAdd warning to the user 31354/head
Carl Schwan [Fri, 25 Feb 2022 13:28:15 +0000 (14:28 +0100)]
Add warning to the user

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: MichaIng <micha@dietpi.com>
Co-authored-by: zroebg <carlos@reendex.com>
2 years agoFix caching of the user avatar
Carl Schwan [Fri, 25 Feb 2022 13:24:07 +0000 (14:24 +0100)]
Fix caching of the user avatar

Now on firefox/safari it is only refetched once a day. On Chrom{e,ium}
we keep the previous behavior of maybe refetching it more often.

This also notify the user about this behavior when they upload an avatar
picture.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1
dependabot[bot] [Sat, 19 Feb 2022 04:20:16 +0000 (04:20 +0000)]
Merge pull request #31270 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.1

2 years agoMerge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8
dependabot[bot] [Sat, 19 Feb 2022 03:42:36 +0000 (03:42 +0000)]
Merge pull request #31269 from nextcloud/dependabot/npm_and_yarn/sass-1.49.8

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Feb 2022 02:27:04 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump webpack from 5.69.0 to 5.69.1 31270/head
dependabot[bot] [Sat, 19 Feb 2022 02:04:19 +0000 (02:04 +0000)]
Bump webpack from 5.69.0 to 5.69.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.0 to 5.69.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.69.0...v5.69.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump sass from 1.49.7 to 1.49.8 31269/head
dependabot[bot] [Sat, 19 Feb 2022 02:03:46 +0000 (02:03 +0000)]
Bump sass from 1.49.7 to 1.49.8

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.7 to 1.49.8.
- [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.49.7...1.49.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #20766 from nextcloud/bug/fix-reminders-with-empty-calendar-data
Christoph Wurst [Fri, 18 Feb 2022 14:52:33 +0000 (15:52 +0100)]
Merge pull request #20766 from nextcloud/bug/fix-reminders-with-empty-calendar-data

Consider only reminders with calendar data

2 years agoMerge pull request #31143 from nextcloud/fix/dont-redirect-file-index
Vincent Petry [Fri, 18 Feb 2022 11:31:24 +0000 (12:31 +0100)]
Merge pull request #31143 from nextcloud/fix/dont-redirect-file-index

Don't redirect when loading files index page

2 years agoMerge pull request #31169 from nextcloud/enh/noid/hide-download-button-for-images
Simon L [Fri, 18 Feb 2022 10:58:42 +0000 (11:58 +0100)]
Merge pull request #31169 from nextcloud/enh/noid/hide-download-button-for-images

hide download button for images

2 years agoMerge pull request #30367 from nextcloud/fix/minor-api-doc-fix
Julius Härtl [Fri, 18 Feb 2022 09:44:50 +0000 (10:44 +0100)]
Merge pull request #30367 from nextcloud/fix/minor-api-doc-fix

Fix some issues with the API documentation

2 years agoMerge pull request #31116 from nextcloud/fix/admin-jquery-loading
Vincent Petry [Fri, 18 Feb 2022 08:32:32 +0000 (09:32 +0100)]
Merge pull request #31116 from nextcloud/fix/admin-jquery-loading

Cleanup admin settings js files

2 years agoFix external app 31116/head
Carl Schwan [Thu, 17 Feb 2022 13:13:15 +0000 (14:13 +0100)]
Fix external app

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoCleanup admin settings js files
Carl Schwan [Thu, 10 Feb 2022 22:56:05 +0000 (23:56 +0100)]
Cleanup admin settings js files

* Move admin.js to webpack, so that this use the bundled jquery files
  instead of the deprecated window.$ Also fixing formatting

* Remove log.js that seems to be from a time where logreader was bundled
  with server and I couldn't find an usage of it anymore

* Fix recent regression in rebuild navigation function (now not depending on
  jquery anymore and bundled by webpack).

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #30938 from nextcloud/fix/user_ldap-fix-check-ldap-new-user
Vincent Petry [Thu, 17 Feb 2022 16:20:21 +0000 (17:20 +0100)]
Merge pull request #30938 from nextcloud/fix/user_ldap-fix-check-ldap-new-user

Fix ldap:check-user method for newly created LDAP users

2 years agoDon't redirect when loading files index page 31143/head
Carl Schwan [Fri, 11 Feb 2022 21:26:25 +0000 (22:26 +0100)]
Don't redirect when loading files index page

Currently we are redirecting from ?dir=/&fileid=2 to ?dir=/. This is an
issue because we then need to load two pages with full file system setup
and authentification instead of one and the assets won't start loading
until the second page is delivered to the user.

Additionally when loading ?dir=/, we then change the url back to
?dir=/&fileid=2 (without reload) so that the next time we load the page
again we do the same thing again.

Depending on the speed of the server and internet connection we can save
100ms to 400ms, improving the user experience.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #31141 from nextcloud/fix/better-cache-policy
Carl Schwan [Thu, 17 Feb 2022 15:58:35 +0000 (16:58 +0100)]
Merge pull request #31141 from nextcloud/fix/better-cache-policy

Improve caching policy use immutable when loading versionned assets

2 years agoMerge pull request #31238 from nextcloud/fix/dashboard_theming
Louis [Thu, 17 Feb 2022 12:19:02 +0000 (13:19 +0100)]
Merge pull request #31238 from nextcloud/fix/dashboard_theming

Load scripts of theming app before the dashboard

2 years agoMerge pull request #31230 from nextcloud/dependabot/npm_and_yarn/core-js-3.21.1
Louis [Thu, 17 Feb 2022 12:18:17 +0000 (13:18 +0100)]
Merge pull request #31230 from nextcloud/dependabot/npm_and_yarn/core-js-3.21.1

Bump core-js from 3.21.0 to 3.21.1

2 years agoBump core-js from 3.21.0 to 3.21.1 31230/head
dependabot[bot] [Thu, 17 Feb 2022 11:18:36 +0000 (11:18 +0000)]
Bump core-js from 3.21.0 to 3.21.1

Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.0 to 3.21.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/compare/v3.21.0...v3.21.1)

---
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>
2 years agoMerge pull request #31205 from nextcloud/enhancement/transactional-db-trait
Christoph Wurst [Thu, 17 Feb 2022 11:48:55 +0000 (12:48 +0100)]
Merge pull request #31205 from nextcloud/enhancement/transactional-db-trait

Add Transactional trait for atomic DB operations

2 years agoMerge pull request #31213 from nextcloud/fix/target-unset
Carl Schwan [Thu, 17 Feb 2022 11:44:39 +0000 (12:44 +0100)]
Merge pull request #31213 from nextcloud/fix/target-unset

Fix target attribute does not exists

2 years agoMerge pull request #31227 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.6
dependabot[bot] [Thu, 17 Feb 2022 11:07:17 +0000 (11:07 +0000)]
Merge pull request #31227 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.6

2 years agoLoad scripts of theming app before the dashboard 31238/head
Louis Chemineau [Thu, 17 Feb 2022 10:57:34 +0000 (11:57 +0100)]
Load scripts of theming app before the dashboard

This allows dashboard to access OCA.Theming

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix some issues with the API documentation 30367/head
Carl Schwan [Tue, 21 Dec 2021 14:33:37 +0000 (15:33 +0100)]
Fix some issues with the API documentation

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoBump dompurify from 2.3.5 to 2.3.6 31227/head
dependabot[bot] [Thu, 17 Feb 2022 09:38:44 +0000 (09:38 +0000)]
Bump dompurify from 2.3.5 to 2.3.6

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

---
updated-dependencies:
- dependency-name: dompurify
  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>
2 years agoMerge pull request #29796 from nextcloud/refactor/calendar-availability-component
Christoph Wurst [Thu, 17 Feb 2022 09:37:11 +0000 (10:37 +0100)]
Merge pull request #29796 from nextcloud/refactor/calendar-availability-component

Replace CalDAV availability component with component lib

2 years agoMerge pull request #31225 from nextcloud/dependabot/composer/bamarni/composer-bin...
dependabot[bot] [Thu, 17 Feb 2022 09:09:32 +0000 (09:09 +0000)]
Merge pull request #31225 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.4.2

2 years agoMake it explicit that a DN can be used for ldap:check-user 30938/head
Côme Chilliet [Mon, 7 Feb 2022 09:32:18 +0000 (10:32 +0100)]
Make it explicit that a DN can be used for ldap:check-user

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoImprove typing in apps/user_ldap/lib/Command/CheckUser.php
Côme Chilliet [Mon, 7 Feb 2022 09:06:19 +0000 (10:06 +0100)]
Improve typing in apps/user_ldap/lib/Command/CheckUser.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.php
Côme Chilliet [Mon, 7 Feb 2022 08:47:40 +0000 (09:47 +0100)]
Remove parenthesis around return in apps/user_ldap/lib/Command/CheckUser.php

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd Transactional trait for atomic DB operations 31205/head
Christoph Wurst [Wed, 16 Feb 2022 09:54:18 +0000 (10:54 +0100)]
Add Transactional trait for atomic DB operations

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoFix ldap:check-user method for newly created LDAP users
Côme Chilliet [Mon, 31 Jan 2022 13:44:59 +0000 (14:44 +0100)]
Fix ldap:check-user method for newly created LDAP users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoReplace CalDAV availability component with component lib 29796/head
Christoph Wurst [Fri, 19 Nov 2021 15:45:30 +0000 (16:45 +0100)]
Replace CalDAV availability component with component lib

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Feb 2022 02:27:48 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31228 from nextcloud/dependabot/npm_and_yarn/sass-loader-12.6.0
dependabot[bot] [Thu, 17 Feb 2022 00:04:46 +0000 (00:04 +0000)]
Merge pull request #31228 from nextcloud/dependabot/npm_and_yarn/sass-loader-12.6.0

2 years agoBump sass-loader from 12.4.0 to 12.6.0 31228/head
dependabot[bot] [Wed, 16 Feb 2022 23:10:21 +0000 (23:10 +0000)]
Bump sass-loader from 12.4.0 to 12.6.0

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.4.0 to 12.6.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.4.0...v12.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31231 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.2
dependabot[bot] [Wed, 16 Feb 2022 23:08:44 +0000 (23:08 +0000)]
Merge pull request #31231 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.2

2 years agoMerge pull request #31229 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.0
dependabot[bot] [Wed, 16 Feb 2022 22:56:29 +0000 (22:56 +0000)]
Merge pull request #31229 from nextcloud/dependabot/npm_and_yarn/webpack-5.69.0

2 years agoBump puppeteer from 13.3.1 to 13.3.2 31231/head
dependabot[bot] [Wed, 16 Feb 2022 21:46:12 +0000 (21:46 +0000)]
Bump puppeteer from 13.3.1 to 13.3.2

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.3.1 to 13.3.2.
- [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/v13.3.1...v13.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump webpack from 5.68.0 to 5.69.0 31229/head
dependabot[bot] [Wed, 16 Feb 2022 21:45:14 +0000 (21:45 +0000)]
Bump webpack from 5.68.0 to 5.69.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.69.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump bamarni/composer-bin-plugin from 1.4.1 to 1.4.2 31225/head
dependabot[bot] [Wed, 16 Feb 2022 21:39:59 +0000 (21:39 +0000)]
Bump bamarni/composer-bin-plugin from 1.4.1 to 1.4.2

Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases)
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.4.1...1.4.2)

---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31216 from nextcloud/td/noid/update-dependabot
blizzz [Wed, 16 Feb 2022 21:34:27 +0000 (22:34 +0100)]
Merge pull request #31216 from nextcloud/td/noid/update-dependabot

only security updates for 21

2 years agoonly security updates for 21 31216/head
Arthur Schiwon [Wed, 16 Feb 2022 14:52:54 +0000 (15:52 +0100)]
only security updates for 21

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #30862 from nextcloud/feat/crud_share_permission
Louis [Wed, 16 Feb 2022 14:31:09 +0000 (15:31 +0100)]
Merge pull request #30862 from nextcloud/feat/crud_share_permission

Support CRUD share permissions

2 years agoFix target attribute does not exists 31213/head
Carl Schwan [Wed, 16 Feb 2022 13:35:51 +0000 (14:35 +0100)]
Fix target attribute does not exists

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agohide download button for images 31169/head
szaimen [Mon, 14 Feb 2022 13:04:40 +0000 (14:04 +0100)]
hide download button for images

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoImprove caching policy 31141/head
Carl Schwan [Fri, 11 Feb 2022 21:14:04 +0000 (22:14 +0100)]
Improve caching policy

* Cache css with version in url. This makes most js and css requests to
  be cached by the browser

* Force caching previews, the etag is in the url so that if the propfind
  gives a new etag, we will refresh it otherwise it's no use to try to
  fetch the new etag and do tons of DB queries

Tested with firefox and 'debug' => false (important so that the js/css
urls are generated with ?v= parameter)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Feb 2022 02:27:42 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31180 from nextcloud/feature/ChrisCano66/Add_Target_Blank_To_Link...
Joas Schilling [Tue, 15 Feb 2022 18:58:25 +0000 (19:58 +0100)]
Merge pull request #31180 from nextcloud/feature/ChrisCano66/Add_Target_Blank_To_Links_Menu

Target_Blank option to open External links

2 years agoSupport CRUD share permissions 30862/head
Louis Chemineau [Wed, 2 Feb 2022 15:10:52 +0000 (16:10 +0100)]
Support CRUD share permissions

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltip
Louis [Tue, 15 Feb 2022 10:47:06 +0000 (11:47 +0100)]
Merge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltip

fix a broken tooltip

2 years agoTarget_Blank option to open External links 31180/head
christophe canovas [Wed, 30 Jun 2021 10:34:35 +0000 (12:34 +0200)]
Target_Blank option to open External links

Signed-off-by: christophe canovas <christophecanovas66@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoClean reminders for calendar when deleting a subscription 20766/head
Thomas Citharel [Fri, 17 Dec 2021 14:49:21 +0000 (15:49 +0100)]
Clean reminders for calendar when deleting a subscription

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoConsider only reminders with calendar data
Thomas Citharel [Fri, 1 May 2020 09:37:50 +0000 (11:37 +0200)]
Consider only reminders with calendar data

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #31178 from nextcloud/fix-dav-namespace-typo
Vincent Petry [Tue, 15 Feb 2022 08:50:43 +0000 (09:50 +0100)]
Merge pull request #31178 from nextcloud/fix-dav-namespace-typo

Fix typo in DAV namespace registration

2 years agoMerge pull request #31174 from nextcloud/fix/script_loading_ldap
Côme Chilliet [Tue, 15 Feb 2022 08:10:08 +0000 (09:10 +0100)]
Merge pull request #31174 from nextcloud/fix/script_loading_ldap

Fix script loading in ldap's settings

2 years agoMerge pull request #31176 from nextcloud/remove-obsolete-dav-defaultUsernamePath
Julius Härtl [Tue, 15 Feb 2022 07:27:43 +0000 (08:27 +0100)]
Merge pull request #31176 from nextcloud/remove-obsolete-dav-defaultUsernamePath

Remove setting defaultUsernamePath dynamically

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Feb 2022 02:45:26 +0000 (02:45 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix typo in DAV namespace registration 31178/head
Thomas Citharel [Mon, 14 Feb 2022 19:57:30 +0000 (20:57 +0100)]
Fix typo in DAV namespace registration

See https://github.com/nextcloud/3rdparty/blob/b0afba6d6508a1c85332cf8c61e90ad91b289ebc/sabre/dav/lib/DAV/Xml/Service.php#L43

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoRemove setting defaultUsernamePath dynamically 31176/head
Thomas Citharel [Mon, 14 Feb 2022 18:40:31 +0000 (19:40 +0100)]
Remove setting defaultUsernamePath dynamically

Since Sabre 3.0.6 this is no longer possible.

@see https://github.com/sabre-io/dav/pull/582

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoFix script loading in ldap's settings 31174/head
Louis Chemineau [Mon, 14 Feb 2022 15:56:55 +0000 (16:56 +0100)]
Fix script loading in ldap's settings

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #31167 from nextcloud/dependabot/npm_and_yarn/css-loader-6.6.0
Louis [Mon, 14 Feb 2022 14:49:02 +0000 (15:49 +0100)]
Merge pull request #31167 from nextcloud/dependabot/npm_and_yarn/css-loader-6.6.0

Bump css-loader from 5.2.7 to 6.6.0

2 years agotry to fix broken tooltip 31170/head
szaimen [Mon, 14 Feb 2022 14:14:28 +0000 (15:14 +0100)]
try to fix broken tooltip

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoUse asset-loader instead of url-loader 31167/head
Louis Chemineau [Mon, 14 Feb 2022 13:05:15 +0000 (14:05 +0100)]
Use asset-loader instead of url-loader

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoBump css-loader from 5.2.7 to 6.6.0
dependabot[bot] [Mon, 14 Feb 2022 12:27:01 +0000 (12:27 +0000)]
Bump css-loader from 5.2.7 to 6.6.0

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.6.0.
- [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.7...v6.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31151 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.0.0
Louis [Mon, 14 Feb 2022 13:43:30 +0000 (14:43 +0100)]
Merge pull request #31151 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.0.0

Bump @nextcloud/vue from 4.3.0 to 5.0.0

2 years agoBump @nextcloud/vue from 4.3.0 to 5.0.0 31151/head
Louis Chemineau [Mon, 14 Feb 2022 12:26:00 +0000 (13:26 +0100)]
Bump @nextcloud/vue from 4.3.0 to 5.0.0

- Removed `moji-mart-vue-fast` from babel parsed file when loading vue files
- Updated material design icon to v5.0.0, superseding https://github.com/nextcloud/server/pull/30086
- Manually compiled

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.3.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30901 from nextcloud/feat/30398/migration-registration
Côme Chilliet [Mon, 14 Feb 2022 11:40:00 +0000 (12:40 +0100)]
Merge pull request #30901 from nextcloud/feat/30398/migration-registration

Migration registraton

2 years agoMerge pull request #31146 from nextcloud/dependabot/npm_and_yarn/karma-coverage-2.2.0
Louis [Mon, 14 Feb 2022 11:21:57 +0000 (12:21 +0100)]
Merge pull request #31146 from nextcloud/dependabot/npm_and_yarn/karma-coverage-2.2.0

Bump karma-coverage from 2.1.1 to 2.2.0

2 years agoMerge pull request #31147 from nextcloud/dependabot/npm_and_yarn/karma-6.3.16
Louis [Mon, 14 Feb 2022 11:21:24 +0000 (12:21 +0100)]
Merge pull request #31147 from nextcloud/dependabot/npm_and_yarn/karma-6.3.16

Bump karma from 6.3.15 to 6.3.16

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Feb 2022 02:28:25 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30810 from nextcloud/dependabot/composer/build/integration/sabre...
dependabot[bot] [Mon, 14 Feb 2022 01:53:56 +0000 (01:53 +0000)]
Merge pull request #30810 from nextcloud/dependabot/composer/build/integration/sabre/dav-4.3.1

2 years agoUpdate sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integration 30810/head
dependabot[bot] [Mon, 14 Feb 2022 01:19:44 +0000 (01:19 +0000)]
Update sabre/dav requirement from 4.3.0 to 4.3.1 in /build/integration

Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version.
- [Release notes](https://github.com/sabre-io/dav/releases)
- [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sabre-io/dav/compare/4.3.0...4.3.1)

---
updated-dependencies:
- dependency-name: sabre/dav
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31149 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1...
dependabot[bot] [Mon, 14 Feb 2022 00:44:39 +0000 (00:44 +0000)]
Merge pull request #31149 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.1

2 years agoBump jquery-ui-dist from 1.13.0 to 1.13.1 31149/head
dependabot[bot] [Sun, 13 Feb 2022 23:28:45 +0000 (23:28 +0000)]
Bump jquery-ui-dist from 1.13.0 to 1.13.1

Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.0...1.13.1)

---
updated-dependencies:
- dependency-name: jquery-ui-dist
  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>
2 years agoMerge pull request #31153 from nextcloud/automated/noid/psalm-baseline-update-1644643332
MichaIng [Sun, 13 Feb 2022 03:27:40 +0000 (04:27 +0100)]
Merge pull request #31153 from nextcloud/automated/noid/psalm-baseline-update-1644643332

[Automated] Update psalm-baseline.xml

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Feb 2022 02:26:57 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31117 from nextcloud/automated/noid/psalm-baseline-update-1644552670
Carl Schwan [Sat, 12 Feb 2022 06:56:17 +0000 (07:56 +0100)]
Merge pull request #31117 from nextcloud/automated/noid/psalm-baseline-update-1644552670

[Automated] Update psalm-baseline.xml

2 years agoMerge pull request #31152 from nextcloud/dependabot/npm_and_yarn/follow-redirects...
dependabot[bot] [Sat, 12 Feb 2022 05:59:06 +0000 (05:59 +0000)]
Merge pull request #31152 from nextcloud/dependabot/npm_and_yarn/follow-redirects-1.14.8

2 years agoUpdate psalm baseline 31153/head
nextcloud-command [Sat, 12 Feb 2022 05:22:12 +0000 (05:22 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 years agoBump karma from 6.3.15 to 6.3.16 31147/head
dependabot[bot] [Sat, 12 Feb 2022 04:26:42 +0000 (04:26 +0000)]
Bump karma from 6.3.15 to 6.3.16

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.15 to 6.3.16.
- [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/v6.3.15...v6.3.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump follow-redirects from 1.14.7 to 1.14.8 31152/head
dependabot[bot] [Sat, 12 Feb 2022 04:26:11 +0000 (04:26 +0000)]
Bump follow-redirects from 1.14.7 to 1.14.8

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge pull request #31145 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.1
dependabot[bot] [Sat, 12 Feb 2022 04:25:07 +0000 (04:25 +0000)]
Merge pull request #31145 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.3.1

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Feb 2022 02:28:00 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump karma-coverage from 2.1.1 to 2.2.0 31146/head
dependabot[bot] [Sat, 12 Feb 2022 02:04:21 +0000 (02:04 +0000)]
Bump karma-coverage from 2.1.1 to 2.2.0

Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/karma-runner/karma-coverage/releases)
- [Changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-coverage/compare/v2.1.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump puppeteer from 13.2.0 to 13.3.1 31145/head
dependabot[bot] [Sat, 12 Feb 2022 02:03:15 +0000 (02:03 +0000)]
Bump puppeteer from 13.2.0 to 13.3.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.2.0 to 13.3.1.
- [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/v13.2.0...v13.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoAdd test 30901/head
Christopher Ng [Fri, 11 Feb 2022 23:33:55 +0000 (23:33 +0000)]
Add test

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoExtend export destination interface
Christopher Ng [Tue, 8 Feb 2022 19:02:06 +0000 (19:02 +0000)]
Extend export destination interface

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoAllow registration of migrators
Christopher Ng [Fri, 4 Feb 2022 20:49:11 +0000 (20:49 +0000)]
Allow registration of migrators

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #31134 from nextcloud/regression/30020/add-missing-scripts
Joas Schilling [Fri, 11 Feb 2022 22:16:32 +0000 (23:16 +0100)]
Merge pull request #31134 from nextcloud/regression/30020/add-missing-scripts

Regression/30020/add missing scripts

2 years agoMerge pull request #30959 from nextcloud/redis-pconnect
Vincent Petry [Fri, 11 Feb 2022 15:18:37 +0000 (16:18 +0100)]
Merge pull request #30959 from nextcloud/redis-pconnect

use persistent connections when connecting to redis

2 years agoRecompile 31134/head
Joas Schilling [Fri, 11 Feb 2022 15:17:09 +0000 (16:17 +0100)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd missing personal availability script
Joas Schilling [Fri, 11 Feb 2022 15:14:18 +0000 (16:14 +0100)]
Add missing personal availability script

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #31132 from nextcloud/fix/missing-two-factor-backup-codes-bundle
Joas Schilling [Fri, 11 Feb 2022 15:10:05 +0000 (16:10 +0100)]
Merge pull request #31132 from nextcloud/fix/missing-two-factor-backup-codes-bundle

Fix missign twofactor_backupcodes bundle

2 years agoFix missign twofactor_backupcodes bundle 31132/head
Christoph Wurst [Fri, 11 Feb 2022 12:53:31 +0000 (13:53 +0100)]
Fix missign twofactor_backupcodes bundle

They are backup codes. Not backups codes.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 years agoMerge pull request #31011 from nextcloud/dronupdt
Joas Schilling [Fri, 11 Feb 2022 11:15:37 +0000 (12:15 +0100)]
Merge pull request #31011 from nextcloud/dronupdt

Remove MariaDB 10.1 and PGsql 9.6 (both EOL) from drone

2 years agoMerge pull request #31090 from nextcloud/fix/31069/fix-overlapping-buttons-apps-manag...
Simon L [Fri, 11 Feb 2022 10:16:34 +0000 (11:16 +0100)]
Merge pull request #31090 from nextcloud/fix/31069/fix-overlapping-buttons-apps-management

fix overlapping buttons in apps-management

2 years agoUpdate psalm baseline 31117/head
nextcloud-command [Fri, 11 Feb 2022 04:11:10 +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, 11 Feb 2022 02:26:46 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>