]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoMerge pull request #30606 from nextcloud/deps/drop_eslint-webpack-loader
Louis [Wed, 12 Jan 2022 14:55:56 +0000 (15:55 +0100)]
Merge pull request #30606 from nextcloud/deps/drop_eslint-webpack-loader

Drop eslint-loader

2 years agoMerge pull request #30572 from nextcloud/fix/lint_warnings
Louis [Wed, 12 Jan 2022 14:48:36 +0000 (15:48 +0100)]
Merge pull request #30572 from nextcloud/fix/lint_warnings

Fix lint warnings

2 years agoMerge pull request #30593 from nextcloud/bugfix/19048/fix-changedirectory-recommendations
Vincent Petry [Wed, 12 Jan 2022 13:41:50 +0000 (14:41 +0100)]
Merge pull request #30593 from nextcloud/bugfix/19048/fix-changedirectory-recommendations

Trigger "changeDirectory" event on URL change

2 years agoMerge pull request #30625 from nextcloud/enh/jsconfig-theme-perf
Joas Schilling [Wed, 12 Jan 2022 13:23:31 +0000 (14:23 +0100)]
Merge pull request #30625 from nextcloud/enh/jsconfig-theme-perf

Remove shortFooter/longFooter to avoid unnecessary navigation loading

2 years agoRemove shortFooter/longFooter to avoid unnecessary navigation loading 30625/head
Julius Härtl [Wed, 12 Jan 2022 11:16:39 +0000 (12:16 +0100)]
Remove shortFooter/longFooter to avoid unnecessary navigation loading

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoMerge pull request #30485 from nextcloud/fix/correctly_set_the_mtime_in_bulk_upload
Louis [Wed, 12 Jan 2022 10:57:23 +0000 (11:57 +0100)]
Merge pull request #30485 from nextcloud/fix/correctly_set_the_mtime_in_bulk_upload

Set the file's mtime from the headers in bulk upload

2 years agoDrop eslint-loader 30606/head
Louis Chemineau [Wed, 12 Jan 2022 10:34:58 +0000 (11:34 +0100)]
Drop eslint-loader

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30609 from nextcloud/fix/noid/request-url-cli-check
Vincent Petry [Wed, 12 Jan 2022 08:07:05 +0000 (09:07 +0100)]
Merge pull request #30609 from nextcloud/fix/noid/request-url-cli-check

Fix RequestURL check for cli commands

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 12 Jan 2022 02:26:58 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix RequestURL check for cli commands 30609/head
Carl Schwan [Tue, 11 Jan 2022 18:14:28 +0000 (19:14 +0100)]
Fix RequestURL check for cli commands

Fix https://github.com/nextcloud/files_automatedtagging/issues/526

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

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #30588 from nextcloud/bugfix/noid/fix-unset-scopes
Pytal [Tue, 11 Jan 2022 18:12:11 +0000 (10:12 -0800)]
Merge pull request #30588 from nextcloud/bugfix/noid/fix-unset-scopes

2 years agoTrigger "changeDirectory" even on URL change 30593/head
Vincent Petry [Tue, 11 Jan 2022 11:17:23 +0000 (12:17 +0100)]
Trigger "changeDirectory" even on URL change

When using the browser back button or clicking on sections on the left
sidebar (like favorites), the "changeDirectory" jQuery event did not get
called, so apps like recommendations would not notice the directory
change.

This fixes the issue by also setting changeUrl to true when the file
list's directory got changed as a result from a URL change.

Added optional changedThroughUrl argument to make sure the event
recipient knows if the change was done through a URL change and make it
possible prevent a loop in the onDirectoryChange handler that actually
changes the URL when the origin was already from a URL change.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoCompile frontend to update license files 30572/head
Louis Chemineau [Tue, 11 Jan 2022 16:26:29 +0000 (17:26 +0100)]
Compile frontend to update license files

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoReplace license information to SPDX expression
Louis Chemineau [Tue, 11 Jan 2022 16:18:11 +0000 (17:18 +0100)]
Replace license information to SPDX expression

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRemove legacy build files
Louis Chemineau [Tue, 11 Jan 2022 16:16:05 +0000 (17:16 +0100)]
Remove legacy build files

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoImport type from packages
Louis Chemineau [Mon, 10 Jan 2022 13:55:59 +0000 (14:55 +0100)]
Import type from packages

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoAdd generic type and description when its missing
Louis Chemineau [Mon, 10 Jan 2022 13:16:47 +0000 (14:16 +0100)]
Add generic type and description when its missing

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoTyping corrections
Louis Chemineau [Mon, 10 Jan 2022 13:06:28 +0000 (14:06 +0100)]
Typing corrections

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoSet the file's mtime from the headers in bulk upload 30485/head
Louis Chemineau [Tue, 11 Jan 2022 09:56:49 +0000 (10:56 +0100)]
Set the file's mtime from the headers in bulk upload

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30533 from nextcloud/fix/avoid-zero-division
MichaIng [Tue, 11 Jan 2022 12:39:02 +0000 (13:39 +0100)]
Merge pull request #30533 from nextcloud/fix/avoid-zero-division

Avoid zero division in setup checks

2 years agoMerge pull request #30291 from nextcloud/image-memory-limit
Joas Schilling [Tue, 11 Jan 2022 12:35:56 +0000 (13:35 +0100)]
Merge pull request #30291 from nextcloud/image-memory-limit

Prevent loading images that would require too much memory.

2 years agoMerge pull request #30569 from nextcloud/fix/userlang_firstlogin
blizzz [Tue, 11 Jan 2022 11:59:07 +0000 (12:59 +0100)]
Merge pull request #30569 from nextcloud/fix/userlang_firstlogin

Default to language from request in L10N\Factory->getUserLanguage()

2 years agoFix test 30588/head
Joas Schilling [Tue, 11 Jan 2022 11:54:41 +0000 (12:54 +0100)]
Fix test

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #30570 from nextcloud/rakekniven-branch3
Joas Schilling [Tue, 11 Jan 2022 10:56:56 +0000 (11:56 +0100)]
Merge pull request #30570 from nextcloud/rakekniven-branch3

 Removed obselete language files - Pt. II

2 years agoPrevent loading images that would require too much memory. 30291/head
Joachim Bauch [Thu, 16 Dec 2021 08:17:11 +0000 (09:17 +0100)]
Prevent loading images that would require too much memory.

For most image formats, the header specifies the width/height.
PHP allocates an image object from that size, even if the actual
image data is much smaller. This image object size is not limited
by the limit configured in PHP.

The memory limit can be configured through "config.php" setting
"preview_max_memory" and defaults to 128 MBytes which should be
enough for most images without filling up all memory.

Signed-off-by: Joachim Bauch <bauch@struktur.de>
2 years agoAvoid zero division in setup checks 30533/head
MichaIng [Fri, 7 Jan 2022 18:43:07 +0000 (19:43 +0100)]
Avoid zero division in setup checks

Fixes: https://github.com/nextcloud/server/issues/30532
Signed-off-by: MichaIng <micha@dietpi.com>
2 years agoMerge pull request #30582 from nextcloud/fix/streamline_clearing_static_state
Louis [Tue, 11 Jan 2022 10:22:48 +0000 (11:22 +0100)]
Merge pull request #30582 from nextcloud/fix/streamline_clearing_static_state

Streamline reseting of private static properties

2 years agoStreamline reseting of private static properties 30582/head
Louis Chemineau [Mon, 10 Jan 2022 16:34:48 +0000 (17:34 +0100)]
Streamline reseting of private static properties

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix undefined/unset scope in account properties
Joas Schilling [Tue, 11 Jan 2022 09:15:06 +0000 (10:15 +0100)]
Fix undefined/unset scope in account properties

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Jan 2022 02:27:07 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30571 from nextcloud/fix/missing-jquery
John Molakvoæ [Mon, 10 Jan 2022 19:03:21 +0000 (20:03 +0100)]
Merge pull request #30571 from nextcloud/fix/missing-jquery

2 years agoRevert "Streamline reseting of private static properties"
Louis Chemineau [Mon, 10 Jan 2022 17:42:07 +0000 (18:42 +0100)]
Revert "Streamline reseting of private static properties"

This reverts commit e50121d4c05afb8eca22bc105b160283ff4181c0.

2 years agoStreamline reseting of private static properties
Louis Chemineau [Mon, 10 Jan 2022 16:34:48 +0000 (17:34 +0100)]
Streamline reseting of private static properties

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #30499 from nextcloud/bugfix/29941/remove-shareinfo-query-from...
Vincent Petry [Mon, 10 Jan 2022 15:42:23 +0000 (16:42 +0100)]
Merge pull request #30499 from nextcloud/bugfix/29941/remove-shareinfo-query-from-scanner

Remove inefficient fed share scanner

2 years agoMerge pull request #30565 from nextcloud/bugfix/30564/fix-mkdir-fail-when-keys-folder...
Vincent Petry [Mon, 10 Jan 2022 15:42:02 +0000 (16:42 +0100)]
Merge pull request #30565 from nextcloud/bugfix/30564/fix-mkdir-fail-when-keys-folder-exists

Fix fail when keys/files folder already exists

2 years agoMerge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karma
Vincent Petry [Mon, 10 Jan 2022 15:41:11 +0000 (16:41 +0100)]
Merge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karma

Use npm ci when running JS tests

2 years agoFix JS tests after test lib updates 30567/head
Vincent Petry [Mon, 10 Jan 2022 14:08:03 +0000 (15:08 +0100)]
Fix JS tests after test lib updates

Prevent XHR during load by checking window.TESTING.
Adjust some expected values.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agofix: only use jquery once it is available 30571/head
Azul [Mon, 10 Jan 2022 13:54:29 +0000 (14:54 +0100)]
fix: only use jquery once it is available

publicpage.js is loaded very early and cannot rely on jquery being loaded already.

Move the use of `$` into the `DomContentLoaded` handler.

Signed-off-by: Azul <azul@riseup.net>
2 years agoUpdate node deps for JS tests
Vincent Petry [Mon, 10 Jan 2022 13:17:09 +0000 (14:17 +0100)]
Update node deps for JS tests

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago Removed obselete language files - Pt. II 30570/head
rakekniven [Mon, 10 Jan 2022 13:07:14 +0000 (14:07 +0100)]
 Removed obselete language files - Pt. II

For these files there are no associated languages setup at Transifex.

Fix for #30501

Related to nextcloud/docker-ci#341

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2 years agoDefault to language from request in L10N\Factory->getUserLanguage() 30569/head
Jonas Meurer [Mon, 10 Jan 2022 11:01:12 +0000 (12:01 +0100)]
Default to language from request in L10N\Factory->getUserLanguage()

Try to get the language from request before falling back to the instance
default.

This fixes the detected user language during first login of a new user
and ensures that the returned language is consistent during the login.

Also partially fixes a bug with Collectives folder being initialized
in different languages at first login, see
https://gitlab.com/collectivecloud/collectives/-/issues/238

Signed-off-by: Jonas Meurer <jonas@freesources.org>
2 years agoUse npm ci when running JS tests
Vincent Petry [Mon, 10 Jan 2022 11:00:16 +0000 (12:00 +0100)]
Use npm ci when running JS tests

This makes sure that the pinned versions are selected correctly.
Fixes the colors.js incident.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #30561 from nextcloud/rakekniven-branch2
John Molakvoæ [Mon, 10 Jan 2022 10:43:24 +0000 (11:43 +0100)]
Merge pull request #30561 from nextcloud/rakekniven-branch2

2 years agoRemove inefficient fed share scanner 30499/head
Vincent Petry [Wed, 5 Jan 2022 16:19:24 +0000 (17:19 +0100)]
Remove inefficient fed share scanner

Remove scanAll which relies on the "shareinfo" endpoint that returns the
full cache tree.
The latter can become big for big shares and result in timeouts.
Furthermode, the full tree would be retrieved again for each and every
detected change which can become expensive quickly.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFix fail when keys/files folder already exists 30565/head
Vincent Petry [Mon, 10 Jan 2022 10:15:22 +0000 (11:15 +0100)]
Fix fail when keys/files folder already exists

Fixes an issue with transfer ownership in move mode where the folder
"files_encryption/keys/files" already exists.

Instead of failing, its existence is checked before calling mkdir.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #30020 from nextcloud/feat/webpack-vendors-bundles
Carl Schwan [Mon, 10 Jan 2022 08:41:18 +0000 (09:41 +0100)]
Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles

Feat/webpack vendors bundles

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 10 Jan 2022 02:26:33 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoRemoved obselete language files 30561/head
rakekniven [Sun, 9 Jan 2022 21:01:52 +0000 (22:01 +0100)]
Removed obselete language files

Those files are remnants of old languages after renaming, mapping or deleting.

Fix for #30501

Related to https://github.com/nextcloud/docker-ci/issues/341

2 years agoMerge pull request #30468 from nextcloud/fix/handle-server-unavailable-scanner
Carl Schwan [Sun, 9 Jan 2022 17:37:29 +0000 (18:37 +0100)]
Merge pull request #30468 from nextcloud/fix/handle-server-unavailable-scanner

Handle LocalServerException when scanning external shares

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Jan 2022 02:26:25 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUse sync modifier with openMenu 30020/head
John Molakvoæ [Sat, 8 Jan 2022 09:48:36 +0000 (10:48 +0100)]
Use sync modifier with openMenu

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoBump p-queue
Louis Chemineau [Fri, 7 Jan 2022 10:09:46 +0000 (11:09 +0100)]
Bump p-queue

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDeprecate script function
Louis Chemineau [Fri, 7 Jan 2022 09:10:52 +0000 (10:10 +0100)]
Deprecate script function

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoReset $scriptDeps in tests
Louis Chemineau [Fri, 7 Jan 2022 09:04:42 +0000 (10:04 +0100)]
Reset $scriptDeps in tests

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDetect app's script higher up as some scripts were shadowed
Louis Chemineau [Thu, 6 Jan 2022 16:59:07 +0000 (17:59 +0100)]
Detect app's script higher up as some scripts were shadowed

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRevert build/package-lock.json change
Louis Chemineau [Thu, 6 Jan 2022 13:58:20 +0000 (14:58 +0100)]
Revert build/package-lock.json change

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRestore line in autotest-js
Louis Chemineau [Thu, 6 Jan 2022 13:43:26 +0000 (14:43 +0100)]
Restore line in autotest-js

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix undescore version
Louis Chemineau [Thu, 6 Jan 2022 13:15:24 +0000 (14:15 +0100)]
Fix undescore version

Reason: https://github.com/nextcloud/server/pull/27279
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoDon't import $ in every file that needs it
Louis Chemineau [Wed, 5 Jan 2022 18:42:20 +0000 (19:42 +0100)]
Don't import $ in every file that needs it

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix webpack version
Louis Chemineau [Tue, 4 Jan 2022 12:59:33 +0000 (13:59 +0100)]
Fix webpack version

Reason: https://github.com/webpack/webpack/pull/14628
Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoCompile bundle
Louis Chemineau [Fri, 3 Dec 2021 16:25:57 +0000 (17:25 +0100)]
Compile bundle

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoFix node test
John Molakvoæ (skjnldsv) [Fri, 3 Dec 2021 14:43:16 +0000 (15:43 +0100)]
Fix node test

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoFix dynamic loading
John Molakvoæ (skjnldsv) [Fri, 3 Dec 2021 14:12:18 +0000 (15:12 +0100)]
Fix dynamic loading

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMove backgroundjob script after main core scripts
John Molakvoæ (skjnldsv) [Fri, 3 Dec 2021 13:10:59 +0000 (14:10 +0100)]
Move backgroundjob script after main core scripts

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoAdapt test to new dist file layout
Louis Chemineau [Fri, 3 Dec 2021 13:03:58 +0000 (14:03 +0100)]
Adapt test to new dist file layout

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoEnsure mapfile consistency
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 21:39:00 +0000 (22:39 +0100)]
Ensure mapfile consistency

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoSplit common vendor chunk
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 17:57:11 +0000 (18:57 +0100)]
Split common vendor chunk

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoEslint fix
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 17:32:57 +0000 (18:32 +0100)]
Eslint fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoDelete outdated bundles
John Molakvoæ (skjnldsv) [Thu, 2 Dec 2021 17:32:28 +0000 (18:32 +0100)]
Delete outdated bundles

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoCopy core/webpack config into common config
Louis Chemineau [Thu, 2 Dec 2021 14:46:39 +0000 (15:46 +0100)]
Copy core/webpack config into common config

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMigrate to webpack v5
Louis Chemineau [Thu, 2 Dec 2021 13:50:49 +0000 (14:50 +0100)]
Migrate to webpack v5

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRestore some line in JSResourceLocator.php
Louis Chemineau [Wed, 1 Dec 2021 23:24:40 +0000 (00:24 +0100)]
Restore some line in JSResourceLocator.php

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoUse new div method in scss
Louis Chemineau [Wed, 1 Dec 2021 21:46:01 +0000 (22:46 +0100)]
Use new div method in scss

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMove bundles to /dist
John Molakvoæ (skjnldsv) [Wed, 1 Dec 2021 23:08:08 +0000 (00:08 +0100)]
Move bundles to /dist

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoUse rootModule when module is concatenated
Louis Chemineau [Wed, 1 Dec 2021 21:29:37 +0000 (22:29 +0100)]
Use rootModule when module is concatenated

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRemove iedavclient from entry list
Louis Chemineau [Wed, 1 Dec 2021 20:49:03 +0000 (21:49 +0100)]
Remove iedavclient from entry list

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoRemove old configs
John Molakvoæ (skjnldsv) [Fri, 6 Aug 2021 15:46:45 +0000 (17:46 +0200)]
Remove old configs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge all configs into one
John Molakvoæ (skjnldsv) [Fri, 6 Aug 2021 15:39:01 +0000 (17:39 +0200)]
Merge all configs into one

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2 years agoMerge pull request #30543 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint...
dependabot[bot] [Sat, 8 Jan 2022 07:24:14 +0000 (07:24 +0000)]
Merge pull request #30543 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.1.1

2 years agoMerge pull request #30542 from nextcloud/dependabot/npm_and_yarn/sass-1.47.0
dependabot[bot] [Sat, 8 Jan 2022 07:22:09 +0000 (07:22 +0000)]
Merge pull request #30542 from nextcloud/dependabot/npm_and_yarn/sass-1.47.0

2 years agoMerge pull request #30540 from nextcloud/dependabot/npm_and_yarn/camelcase-6.3.0
dependabot[bot] [Sat, 8 Jan 2022 07:17:48 +0000 (07:17 +0000)]
Merge pull request #30540 from nextcloud/dependabot/npm_and_yarn/camelcase-6.3.0

2 years agoBump @nextcloud/stylelint-config from 2.0.1 to 2.1.1 30543/head
dependabot[bot] [Sat, 8 Jan 2022 03:12:18 +0000 (03:12 +0000)]
Bump @nextcloud/stylelint-config from 2.0.1 to 2.1.1

Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.0.1...v2.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump sass from 1.45.2 to 1.47.0 30542/head
dependabot[bot] [Sat, 8 Jan 2022 03:11:54 +0000 (03:11 +0000)]
Bump sass from 1.45.2 to 1.47.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.45.2 to 1.47.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.45.2...1.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump camelcase from 6.2.1 to 6.3.0 30540/head
dependabot[bot] [Sat, 8 Jan 2022 03:11:07 +0000 (03:11 +0000)]
Bump camelcase from 6.2.1 to 6.3.0

Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/sindresorhus/camelcase/releases)
- [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.1...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Jan 2022 02:26:27 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concat
Joas Schilling [Fri, 7 Jan 2022 11:16:46 +0000 (12:16 +0100)]
Merge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concat

Accept multipe args on concat

2 years agoMerge pull request #30491 from nextcloud/fix/30374/email-verification
blizzz [Fri, 7 Jan 2022 10:46:12 +0000 (11:46 +0100)]
Merge pull request #30491 from nextcloud/fix/30374/email-verification

Fix email verification

2 years agoMerge pull request #30511 from nextcloud/updateCrl
blizzz [Fri, 7 Jan 2022 10:33:37 +0000 (11:33 +0100)]
Merge pull request #30511 from nextcloud/updateCrl

 update CRL after revocation of sharerenamer.crt

2 years agoMerge pull request #30284 from nextcloud/Valdnet-patch-1
Joas Schilling [Fri, 7 Jan 2022 09:20:05 +0000 (10:20 +0100)]
Merge pull request #30284 from nextcloud/Valdnet-patch-1

l10n: Separate words and add dots

2 years agoUnit tests 30378/head
Vitor Mattos [Wed, 5 Jan 2022 15:00:16 +0000 (12:00 -0300)]
Unit tests

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Jan 2022 02:28:02 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix email verification 30491/head
Christopher Ng [Wed, 5 Jan 2022 04:08:36 +0000 (04:08 +0000)]
Fix email verification

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years agoMerge pull request #30352 from nextcloud/fix/translit-php8/tests2
blizzz [Thu, 6 Jan 2022 22:58:01 +0000 (23:58 +0100)]
Merge pull request #30352 from nextcloud/fix/translit-php8/tests2

Remove iconv from further tests

2 years agoHandle LocalServerException when scanning external shares 30468/head
Carl Schwan [Mon, 3 Jan 2022 08:12:27 +0000 (09:12 +0100)]
Handle LocalServerException when scanning external shares

When remoteIsOwnCloud trows LocalServerException, the storage is
unavailable and instead of crashing the scanner, ignore the specific
storage.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoUpdate crl 30511/head
Vitor Mattos [Thu, 6 Jan 2022 15:18:06 +0000 (12:18 -0300)]
Update crl

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #30509 from nextcloud/weather-round-temperature
Julien Veyssier [Thu, 6 Jan 2022 15:07:05 +0000 (16:07 +0100)]
Merge pull request #30509 from nextcloud/weather-round-temperature

Integer temperatures in weather widget

2 years ago[weather widget] only display integer temperatures 30509/head
Julien Veyssier [Thu, 6 Jan 2022 13:10:18 +0000 (14:10 +0100)]
[weather widget] only display integer temperatures

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years agoAccept multipe args on concat
Vitor Mattos [Fri, 17 Dec 2021 20:21:35 +0000 (17:21 -0300)]
Accept multipe args on concat

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #29859 from nextcloud/fix/user_ldap-test-config
blizzz [Thu, 6 Jan 2022 10:44:35 +0000 (11:44 +0100)]
Merge pull request #29859 from nextcloud/fix/user_ldap-test-config

Improve ldap:test-config occ command

2 years agoMerge pull request #30496 from nextcloud/enh/23399/current-weather
Julien Veyssier [Thu, 6 Jan 2022 09:52:45 +0000 (10:52 +0100)]
Merge pull request #30496 from nextcloud/enh/23399/current-weather

Show current weather and forecast in the weather widget