]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 months agoAllow passing null to PublicKeyToken::setScope, fixes tests 41017/head
Côme Chilliet [Mon, 23 Oct 2023 13:52:07 +0000 (15:52 +0200)]
Allow passing null to PublicKeyToken::setScope, fixes tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoImprove docblock annotations for tokens and their exceptions
Côme Chilliet [Mon, 23 Oct 2023 13:20:04 +0000 (15:20 +0200)]
Improve docblock annotations for tokens and their exceptions

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoUse more precise typing for setScope method parameter
Côme Chilliet [Mon, 23 Oct 2023 13:19:38 +0000 (15:19 +0200)]
Use more precise typing for setScope method parameter

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoUpdate autoloaders
Côme Chilliet [Mon, 23 Oct 2023 09:47:48 +0000 (11:47 +0200)]
Update autoloaders

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoMake sure that OC interfaces returns OC interfaces for backward compatibility
Côme Chilliet [Mon, 23 Oct 2023 08:57:26 +0000 (10:57 +0200)]
Make sure that OC interfaces returns OC interfaces for backward compatibility

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoMove Exceptions used in OCP to OCP
Côme Chilliet [Mon, 23 Oct 2023 08:18:20 +0000 (10:18 +0200)]
Move Exceptions used in OCP to OCP

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoAdapt baseline to filename change
Côme Chilliet [Mon, 23 Oct 2023 08:17:34 +0000 (10:17 +0200)]
Adapt baseline to filename change

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoAlign PublicKeyToken with interface changes
Côme Chilliet [Mon, 23 Oct 2023 07:41:32 +0000 (09:41 +0200)]
Align PublicKeyToken with interface changes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoMove IToken and IProvider::getToken to OCP
Côme Chilliet [Fri, 20 Oct 2023 15:51:33 +0000 (17:51 +0200)]
Move IToken and IProvider::getToken to OCP

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoMerge pull request #41008 from nextcloud/fix/36965-fix-trusted-server-input
Ferdinand Thiessen [Fri, 20 Oct 2023 14:19:24 +0000 (16:19 +0200)]
Merge pull request #41008 from nextcloud/fix/36965-fix-trusted-server-input

Fix trusted server input field

11 months agoMerge pull request #40994 from nextcloud/fix/37092/user-menu-validation
Ferdinand Thiessen [Fri, 20 Oct 2023 14:17:30 +0000 (16:17 +0200)]
Merge pull request #40994 from nextcloud/fix/37092/user-menu-validation

fix(user_menu): pass only actual prop to user menu entries

11 months agoFix trusted server input field 41008/head
julia.kirschenheuter [Fri, 20 Oct 2023 09:17:29 +0000 (11:17 +0200)]
Fix trusted server input field

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
11 months agoMerge pull request #40999 from nextcloud/files-list-will-change
John Molakvoæ [Fri, 20 Oct 2023 09:56:10 +0000 (11:56 +0200)]
Merge pull request #40999 from nextcloud/files-list-will-change

11 months agofix(files): virtual list will-change value 40999/head
Varun Patil [Thu, 19 Oct 2023 19:53:28 +0000 (12:53 -0700)]
fix(files): virtual list will-change value

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
11 months agoMerge pull request #41000 from nextcloud/fix/local-cypress-tests
John Molakvoæ [Fri, 20 Oct 2023 08:44:04 +0000 (10:44 +0200)]
Merge pull request #41000 from nextcloud/fix/local-cypress-tests

11 months agoMerge pull request #40979 from nextcloud/fix/36965-fix-global-search
Ferdinand Thiessen [Fri, 20 Oct 2023 00:49:49 +0000 (02:49 +0200)]
Merge pull request #40979 from nextcloud/fix/36965-fix-global-search

Fix placement of actions within unified search

11 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 20 Oct 2023 00:27:12 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 months agoMerge pull request #40978 from nextcloud/fix/37092/replace-non-standard-autocorrect...
Ferdinand Thiessen [Thu, 19 Oct 2023 23:54:53 +0000 (01:54 +0200)]
Merge pull request #40978 from nextcloud/fix/37092/replace-non-standard-autocorrect-with-spellcheck

HTML Validation: replace non standard `autocorrect` with `spellcheck`

11 months agoMerge pull request #40844 from nextcloud/feat/frontend-apporder-default-apps
Ferdinand Thiessen [Thu, 19 Oct 2023 22:54:39 +0000 (00:54 +0200)]
Merge pull request #40844 from nextcloud/feat/frontend-apporder-default-apps

feat: Allow to configure the app menu order in the frontend

11 months agofix: replace non-standard autocorrect with spellcheck attribute 40978/head
Grigorii K. Shartsev [Thu, 19 Oct 2023 10:04:20 +0000 (12:04 +0200)]
fix: replace non-standard autocorrect with spellcheck attribute

`autocorrect` was actual for Safari long time ago when Safari didn't fully supported HTML 5 spellcheck.

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
11 months agochore: Compile assets 40844/head
Ferdinand Thiessen [Mon, 9 Oct 2023 22:27:57 +0000 (00:27 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agofeat(theming): Allow to configure default apps and app order in frontend settings
Ferdinand Thiessen [Mon, 25 Sep 2023 12:21:23 +0000 (14:21 +0200)]
feat(theming): Allow to configure default apps and app order in frontend settings

* Also add API for setting the value using ajax.
* Add cypress tests for app order and defaul apps

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agofeat(NavigationManager): Always sort the default app first
Ferdinand Thiessen [Tue, 10 Oct 2023 12:24:34 +0000 (14:24 +0200)]
feat(NavigationManager): Always sort the default app first

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agofeat(IAppManager): Allow to set the (user) default apps and get all global default...
Ferdinand Thiessen [Mon, 25 Sep 2023 12:08:34 +0000 (14:08 +0200)]
feat(IAppManager): Allow to set the (user) default apps and get all global default apps

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agofix(cypress): Also sync `3rdparty` directory for local cypress tests 41000/head
Ferdinand Thiessen [Thu, 19 Oct 2023 20:03:39 +0000 (22:03 +0200)]
fix(cypress): Also sync `3rdparty` directory for local cypress tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agoMerge pull request #40961 from nextcloud/fix/cypress-tests
Ferdinand Thiessen [Thu, 19 Oct 2023 20:02:28 +0000 (22:02 +0200)]
Merge pull request #40961 from nextcloud/fix/cypress-tests

fix(cypress): Replace flaky password-confirmation hack

11 months agoMerge pull request #40992 from nextcloud/fix/37092/weather-status-html-validation
Ferdinand Thiessen [Thu, 19 Oct 2023 19:58:19 +0000 (21:58 +0200)]
Merge pull request #40992 from nextcloud/fix/37092/weather-status-html-validation

fix(weather_status): remove `li` wrapper

11 months agochore(assets): Re-compile assets 40994/head
Grigorii K. Shartsev [Thu, 19 Oct 2023 16:59:38 +0000 (18:59 +0200)]
chore(assets): Re-compile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
11 months agoFix placement of actions within unified search 40979/head
julia.kirschenheuter [Thu, 19 Oct 2023 12:48:55 +0000 (14:48 +0200)]
Fix placement of actions within unified search

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
11 months agofix(core): do not assign all navigation entry properties as html attributes
Grigorii K. Shartsev [Wed, 18 Oct 2023 09:40:41 +0000 (11:40 +0200)]
fix(core): do not assign all navigation entry properties as html attributes

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
11 months agoMerge pull request #40924 from AIlkiv/shortcut-ctrl-f-for-different-keyboard-layouts
Ferdinand Thiessen [Thu, 19 Oct 2023 16:15:49 +0000 (18:15 +0200)]
Merge pull request #40924 from AIlkiv/shortcut-ctrl-f-for-different-keyboard-layouts

Shortcut Ctrl+F for different keyboard layouts

11 months agoMerge pull request #40963 from nextcloud/fix/36965-fix-width-of-sharing-entry
Julia Kirschenheuter [Thu, 19 Oct 2023 15:08:28 +0000 (17:08 +0200)]
Merge pull request #40963 from nextcloud/fix/36965-fix-width-of-sharing-entry

Reduce width of sharing entry

11 months agochore(assets): Re-compile assets 40992/head
Grigorii K. Shartsev [Thu, 19 Oct 2023 15:06:42 +0000 (17:06 +0200)]
chore(assets): Re-compile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
11 months agoMerge pull request #40977 from nextcloud/Rello-patch-version
Joas Schilling [Thu, 19 Oct 2023 14:41:58 +0000 (16:41 +0200)]
Merge pull request #40977 from nextcloud/Rello-patch-version

Update version.php to owncloud 10.13

11 months agofix(cypress): Test using `data-test-id` attributes rather than private classes 40961/head
Ferdinand Thiessen [Thu, 19 Oct 2023 14:15:48 +0000 (16:15 +0200)]
fix(cypress): Test using `data-test-id` attributes rather than private classes

Makes the test more resilant to inner component changes of the `@nextcloud/vue` library.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agofix(cypress): Replace flaky password-confirmation hack with conditional testing for...
Ferdinand Thiessen [Wed, 18 Oct 2023 13:02:32 +0000 (15:02 +0200)]
fix(cypress): Replace flaky password-confirmation hack with conditional testing for the password modal

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
11 months agoMerge pull request #32550 from nextcloud/feat/api-cleanup-check
Côme Chilliet [Thu, 19 Oct 2023 13:41:23 +0000 (15:41 +0200)]
Merge pull request #32550 from nextcloud/feat/api-cleanup-check

Add api to register setup checks

11 months agoReduce width of sharing entry 40963/head
julia.kirschenheuter [Wed, 18 Oct 2023 14:47:29 +0000 (16:47 +0200)]
Reduce width of sharing entry

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
11 months agoFix jsunit tests for SetupChecks 32550/head
Côme Chilliet [Thu, 19 Oct 2023 12:46:46 +0000 (14:46 +0200)]
Fix jsunit tests for SetupChecks

Tests could be simplified to test generic setup check directly with fake
 data instead of trying to mimic real steps results but for now this
 will do.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
11 months agoUpdate version.php to owncloud 10.13 40977/head
Rello [Thu, 19 Oct 2023 12:37:05 +0000 (14:37 +0200)]
Update version.php to owncloud 10.13

ownCloud's current version is 10.13
migration was tested with a customer;
documentation was adjusted
https://github.com/nextcloud/documentation/pull/11225

Signed-off-by: Rello <Rello@users.noreply.github.com>
11 months agoMerge pull request #35728 from nextcloud/fix/cypress
John Molakvoæ [Thu, 19 Oct 2023 12:23:39 +0000 (14:23 +0200)]
Merge pull request #35728 from nextcloud/fix/cypress

12 months agoFix background removal not applying to user default theming 35728/head
John Molakvoæ [Sun, 11 Dec 2022 15:10:02 +0000 (16:10 +0100)]
Fix background removal not applying to user default theming

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agochore: Compile assets 40924/head
Ferdinand Thiessen [Thu, 19 Oct 2023 10:00:43 +0000 (12:00 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months agoFix background removal check
John Molakvoæ [Sun, 11 Dec 2022 14:37:29 +0000 (15:37 +0100)]
Fix background removal check

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoAdd additional no-background and custom colour test
John Molakvoæ [Sun, 11 Dec 2022 11:29:46 +0000 (12:29 +0100)]
Add additional no-background and custom colour test

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoShortcut Ctrl+F for different keyboard layouts
Andrii Ilkiv [Sun, 15 Oct 2023 08:54:08 +0000 (11:54 +0300)]
Shortcut Ctrl+F for different keyboard layouts

Signed-off-by: Andrii Ilkiv <a.ilkiv.ye@gmail.com>
12 months agoSmall code style fix in SetupCheckManager
Côme Chilliet [Thu, 19 Oct 2023 09:43:39 +0000 (11:43 +0200)]
Small code style fix in SetupCheckManager

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoChange SetupResult API to named constructors
Côme Chilliet [Mon, 16 Oct 2023 15:23:47 +0000 (17:23 +0200)]
Change SetupResult API to named constructors

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoRemove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.php
Côme Chilliet [Mon, 16 Oct 2023 14:37:07 +0000 (16:37 +0200)]
Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.php

Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
12 months agoMove NeedsSystemAddressBookSync to dav application where it’s registered
Côme Chilliet [Mon, 16 Oct 2023 07:47:51 +0000 (09:47 +0200)]
Move NeedsSystemAddressBookSync to dav application where it’s registered

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoAdd debug logging when running setup checks to help with debugging slow results
Côme Chilliet [Mon, 16 Oct 2023 07:41:51 +0000 (09:41 +0200)]
Add debug logging when running setup checks to help with debugging slow results

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoRemove UI draft
Côme Chilliet [Thu, 12 Oct 2023 10:04:46 +0000 (12:04 +0200)]
Remove UI draft

For now we will keep the existing UI and only change the API behind it

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix tests for setup checks
Côme Chilliet [Mon, 9 Oct 2023 16:03:25 +0000 (18:03 +0200)]
Fix tests for setup checks

Had to remove tests for migrated checks, we should add tests for each
 SetupCheck class later on.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoAdd OCP interface for SetupCheckManager
Côme Chilliet [Mon, 9 Oct 2023 15:49:03 +0000 (17:49 +0200)]
Add OCP interface for SetupCheckManager

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoMigrate InternetConnectivity check to new API
Côme Chilliet [Mon, 9 Oct 2023 15:32:04 +0000 (17:32 +0200)]
Migrate InternetConnectivity check to new API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoAdd missing licences and copyright in SetupCheck
Côme Chilliet [Mon, 9 Oct 2023 15:30:08 +0000 (17:30 +0200)]
Add missing licences and copyright in SetupCheck

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoMerge setupchecks from new API into old UI
Côme Chilliet [Mon, 9 Oct 2023 15:08:59 +0000 (17:08 +0200)]
Merge setupchecks from new API into old UI

This will allow migrating checks to the new API without touching the UI
 for now.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix description for SetupChecks/NeedsSystemAddressBookSync
Côme Chilliet [Mon, 9 Oct 2023 09:34:05 +0000 (11:34 +0200)]
Fix description for SetupChecks/NeedsSystemAddressBookSync

Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
12 months agoMigrate ReadOnlyConfig and DefaultPhoneRegionSet to new API
Côme Chilliet [Mon, 2 Oct 2023 13:41:51 +0000 (15:41 +0200)]
Migrate ReadOnlyConfig and DefaultPhoneRegionSet to new API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoMigrate NeedsSystemAddressBookSync to new ISetupCheck API
Côme Chilliet [Mon, 2 Oct 2023 11:59:09 +0000 (13:59 +0200)]
Migrate NeedsSystemAddressBookSync to new ISetupCheck API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix PHPDoc in OCP for new SetupResult class
Côme Chilliet [Mon, 2 Oct 2023 11:53:44 +0000 (13:53 +0200)]
Fix PHPDoc in OCP for new SetupResult class

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoMove existing setup checks to new API
Côme Chilliet [Mon, 2 Oct 2023 09:21:45 +0000 (11:21 +0200)]
Move existing setup checks to new API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix lint problems in vue files
Côme Chilliet [Thu, 28 Sep 2023 14:21:57 +0000 (16:21 +0200)]
Fix lint problems in vue files

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoSmall cleanups in SetupCheck classes
Côme Chilliet [Thu, 28 Sep 2023 14:15:00 +0000 (16:15 +0200)]
Small cleanups in SetupCheck classes

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix docblock and types for new public API
Côme Chilliet [Thu, 28 Sep 2023 14:04:28 +0000 (16:04 +0200)]
Fix docblock and types for new public API

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix UI and add PhpOutdated check
Côme Chilliet [Thu, 28 Sep 2023 10:13:44 +0000 (12:13 +0200)]
Fix UI and add PhpOutdated check

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix SetupChecks/LdapInvalidUuids.php
Côme Chilliet [Thu, 28 Sep 2023 09:36:35 +0000 (11:36 +0200)]
Fix SetupChecks/LdapInvalidUuids.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoProgress
Carl Schwan [Mon, 30 May 2022 07:59:52 +0000 (09:59 +0200)]
Progress

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
12 months agoAdd api to register setup checks
Carl Schwan [Mon, 23 May 2022 07:25:47 +0000 (09:25 +0200)]
Add api to register setup checks

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
12 months agoMerge pull request #40969 from nextcloud/ishare-type
John Molakvoæ [Thu, 19 Oct 2023 07:29:26 +0000 (09:29 +0200)]
Merge pull request #40969 from nextcloud/ishare-type

12 months agoMerge pull request #40958 from nextcloud/pulsejet/files-list-perf
John Molakvoæ [Thu, 19 Oct 2023 07:27:43 +0000 (09:27 +0200)]
Merge pull request #40958 from nextcloud/pulsejet/files-list-perf

12 months agofix(files): drop visible and adjust drag-to-scroll feature 40958/head
John Molakvoæ [Wed, 18 Oct 2023 09:08:25 +0000 (11:08 +0200)]
fix(files): drop visible and adjust drag-to-scroll feature

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoFix return type of IShare::getExpirationDate 40969/head
Varun Patil [Thu, 19 Oct 2023 06:21:17 +0000 (23:21 -0700)]
Fix return type of IShare::getExpirationDate

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
12 months agoperf(files): performance optimizations
Varun Patil [Wed, 18 Oct 2023 02:03:48 +0000 (19:03 -0700)]
perf(files): performance optimizations

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 19 Oct 2023 00:28:10 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agoMerge pull request #40965 from nextcloud/bugfix/noid/fix-type-and-docs-on-interface
Joas Schilling [Wed, 18 Oct 2023 16:48:40 +0000 (18:48 +0200)]
Merge pull request #40965 from nextcloud/bugfix/noid/fix-type-and-docs-on-interface

fix(federation): Fix type and docs on ICloudFederationNotification in…

12 months agofix(federation): Fix type and docs on ICloudFederationNotification interface 40965/head
Joas Schilling [Wed, 18 Oct 2023 15:16:22 +0000 (17:16 +0200)]
fix(federation): Fix type and docs on ICloudFederationNotification interface

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoMerge pull request #40923 from nextcloud/automated/noid/master-fix-npm-audit
Ferdinand Thiessen [Wed, 18 Oct 2023 13:08:59 +0000 (15:08 +0200)]
Merge pull request #40923 from nextcloud/automated/noid/master-fix-npm-audit

[master] Fix npm audit

12 months agoMerge pull request #40913 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.0
Ferdinand Thiessen [Wed, 18 Oct 2023 12:37:57 +0000 (14:37 +0200)]
Merge pull request #40913 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.0

chore(deps-dev): Bump dockerode from 3.3.5 to 4.0.0

12 months agofix: Improve dockerNode logging 40913/head
Ferdinand Thiessen [Wed, 18 Oct 2023 12:37:11 +0000 (14:37 +0200)]
fix: Improve dockerNode logging

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months agochore(deps-dev): Bump dockerode from 3.3.5 to 4.0.0
dependabot[bot] [Sat, 14 Oct 2023 03:10:32 +0000 (03:10 +0000)]
chore(deps-dev): Bump dockerode from 3.3.5 to 4.0.0

Bumps [dockerode](https://github.com/apocas/dockerode) from 3.3.5 to 4.0.0.
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v3.3.5...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoMerge pull request #40914 from nextcloud/dependabot/npm_and_yarn/dompurify-3.0.6
Ferdinand Thiessen [Wed, 18 Oct 2023 11:44:52 +0000 (13:44 +0200)]
Merge pull request #40914 from nextcloud/dependabot/npm_and_yarn/dompurify-3.0.6

chore(deps): Bump dompurify from 3.0.5 to 3.0.6

12 months agochore(deps): Bump dompurify from 3.0.5 to 3.0.6 40914/head
dependabot[bot] [Sat, 14 Oct 2023 03:10:57 +0000 (03:10 +0000)]
chore(deps): Bump dompurify from 3.0.5 to 3.0.6

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.5...3.0.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>
12 months agochore(deps): fix npm audit 40923/head
nextcloud-command [Sun, 15 Oct 2023 03:05:41 +0000 (03:05 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
12 months agofix(weather_status): remove unnecessaries LI wrapper and inline mode
Grigorii K. Shartsev [Wed, 18 Oct 2023 10:20:28 +0000 (12:20 +0200)]
fix(weather_status): remove unnecessaries LI wrapper and inline mode

Weather Status is only used as a Dashboard Status and only in so-called inline mode.
- Remove LI wrapper (actual only for User Menu Entry)
- Remove `inline` prop, consider component as always inline

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months agofix(weather_status): nextcloud/vue v8 migration - menu-title -> menu-name
Grigorii K. Shartsev [Wed, 18 Oct 2023 10:10:16 +0000 (12:10 +0200)]
fix(weather_status): nextcloud/vue v8 migration - menu-title -> menu-name

Invalid prop name is inherited as an HTML attribute

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months agoMerge pull request #40959 from nextcloud/bugfix/noid/fix-types-in-querybuilder
Joas Schilling [Wed, 18 Oct 2023 09:41:29 +0000 (11:41 +0200)]
Merge pull request #40959 from nextcloud/bugfix/noid/fix-types-in-querybuilder

fix(dbal): Fix types in query builder methods for parameters

12 months agoMerge pull request #40478 from nextcloud/node-from-entry
John Molakvoæ [Wed, 18 Oct 2023 08:44:21 +0000 (10:44 +0200)]
Merge pull request #40478 from nextcloud/node-from-entry

12 months agoMerge pull request #40873 from nextcloud/fix/36965-fix-search-contacts
Julia Kirschenheuter [Wed, 18 Oct 2023 08:05:01 +0000 (10:05 +0200)]
Merge pull request #40873 from nextcloud/fix/36965-fix-search-contacts

Fix width of input on contacts menu

12 months agoFix width of input on contacts menu 40873/head
julia.kirschenheuter [Tue, 17 Oct 2023 16:35:45 +0000 (18:35 +0200)]
Fix width of input on contacts menu

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
12 months agoMerge pull request #40956 from nextcloud/deps/nextcloud/dialogs-5.0.0-beta.6
John Molakvoæ [Wed, 18 Oct 2023 07:25:58 +0000 (09:25 +0200)]
Merge pull request #40956 from nextcloud/deps/nextcloud/dialogs-5.0.0-beta.6

12 months agochore: compile assets 40956/head
Christopher Ng [Tue, 17 Oct 2023 18:27:47 +0000 (11:27 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agochore: Remove unnecessary dialogs css imports
Christopher Ng [Tue, 17 Oct 2023 18:27:47 +0000 (11:27 -0700)]
chore: Remove unnecessary dialogs css imports

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agochore(deps): Bump @nextcloud/dialogs to v5-beta.6
Christopher Ng [Tue, 17 Oct 2023 18:27:47 +0000 (11:27 -0700)]
chore(deps): Bump @nextcloud/dialogs to v5-beta.6

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoMerge pull request #40926 from nextcloud/config-sample-theme-names-fix
John Molakvoæ [Wed, 18 Oct 2023 06:46:08 +0000 (08:46 +0200)]
Merge pull request #40926 from nextcloud/config-sample-theme-names-fix

12 months agofix(dbal): Fix types in query builder methods for parameters 40959/head
Joas Schilling [Wed, 18 Oct 2023 05:09:08 +0000 (07:09 +0200)]
fix(dbal): Fix types in query builder methods for parameters

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoMerge pull request #40808 from c39cfbb3/patch-3
Ferdinand Thiessen [Wed, 18 Oct 2023 01:43:26 +0000 (03:43 +0200)]
Merge pull request #40808 from c39cfbb3/patch-3

fix(L10N): Support "Accept-Language: zh-Hans-CN" and alike

12 months agoMerge pull request #40912 from nextcloud/dependabot/npm_and_yarn/mdi/svg-7.3.67
Ferdinand Thiessen [Wed, 18 Oct 2023 01:36:29 +0000 (03:36 +0200)]
Merge pull request #40912 from nextcloud/dependabot/npm_and_yarn/mdi/svg-7.3.67

chore(deps): Bump @mdi/svg from 7.2.96 to 7.3.67

12 months agoMerge pull request #40941 from nextcloud/dependabot/npm_and_yarn/babel/traverse-7...
Ferdinand Thiessen [Wed, 18 Oct 2023 01:32:14 +0000 (03:32 +0200)]
Merge pull request #40941 from nextcloud/dependabot/npm_and_yarn/babel/traverse-7.23.2

chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2

12 months agoMerge pull request #39852 from nextcloud/pragmaHeader
Ferdinand Thiessen [Wed, 18 Oct 2023 01:30:21 +0000 (03:30 +0200)]
Merge pull request #39852 from nextcloud/pragmaHeader

Stop sending deprecated Pragma header