]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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>
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 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

12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 18 Oct 2023 00:52:29 +0000 (00:52 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agochore(deps): Bump @mdi/svg from 7.2.96 to 7.3.67 40912/head
dependabot[bot] [Sat, 14 Oct 2023 03:10:10 +0000 (03:10 +0000)]
chore(deps): Bump @mdi/svg from 7.2.96 to 7.3.67

Bumps [@mdi/svg](https://github.com/Templarian/MaterialDesign-SVG) from 7.2.96 to 7.3.67.
- [Commits](https://github.com/Templarian/MaterialDesign-SVG/compare/v7.2.96...v7.3.67)

---
updated-dependencies:
- dependency-name: "@mdi/svg"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoUpdate lib/private/L10N/Factory.php 40808/head
c39cfbb3 [Sat, 14 Oct 2023 16:33:42 +0000 (00:33 +0800)]
Update lib/private/L10N/Factory.php

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: c39cfbb3 <145777845+c39cfbb3@users.noreply.github.com>
12 months agoL10N/Factory: Support "Accept-Language: zh-Hans-CN" and alike
c39cfbb3 [Sat, 7 Oct 2023 03:44:46 +0000 (11:44 +0800)]
L10N/Factory: Support "Accept-Language: zh-Hans-CN" and alike

Signed-off-by: c39cfbb3 <145777845+c39cfbb3@users.noreply.github.com>
12 months agoMerge pull request #40950 from nextcloud/fix/add-aria-pressed-to-buttons
Ferdinand Thiessen [Wed, 18 Oct 2023 00:16:41 +0000 (02:16 +0200)]
Merge pull request #40950 from nextcloud/fix/add-aria-pressed-to-buttons

fix(theming): Add `aria-pressed` attribute to active background

12 months agofix(theming): Add `aria-pressed` attribute to active background 40950/head
Ferdinand Thiessen [Tue, 17 Oct 2023 13:10:31 +0000 (15:10 +0200)]
fix(theming): Add `aria-pressed` attribute to active background

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 months agoMerge pull request #40905 from nextcloud/fix/36965-apadt-margin-for-files_list_header
Pytal [Tue, 17 Oct 2023 22:02:52 +0000 (15:02 -0700)]
Merge pull request #40905 from nextcloud/fix/36965-apadt-margin-for-files_list_header

12 months agoReduce left margin of files list header 40905/head
julia.kirschenheuter [Fri, 13 Oct 2023 14:06:31 +0000 (16:06 +0200)]
Reduce left margin of files list header

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
12 months agoMerge pull request #40951 from nextcloud/fix/xhr-request-regression
Julius Härtl [Tue, 17 Oct 2023 18:56:19 +0000 (20:56 +0200)]
Merge pull request #40951 from nextcloud/fix/xhr-request-regression

12 months agoMerge pull request #40932 from nextcloud/enh/36965/fix-account-settings
Simon L [Tue, 17 Oct 2023 17:05:20 +0000 (19:05 +0200)]
Merge pull request #40932 from nextcloud/enh/36965/fix-account-settings

fix profile visibility settings being too wide

12 months agoMerge pull request #40872 from nextcloud/fix/36965-fix-status-message_dialog
Julia Kirschenheuter [Tue, 17 Oct 2023 16:09:38 +0000 (18:09 +0200)]
Merge pull request #40872 from nextcloud/fix/36965-fix-status-message_dialog

Change width for input field

12 months agoaddress review 40932/head
Simon L [Tue, 17 Oct 2023 15:29:06 +0000 (17:29 +0200)]
address review

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoMerge pull request #40948 from nextcloud/fix/new-folder
John Molakvoæ [Tue, 17 Oct 2023 15:42:46 +0000 (17:42 +0200)]
Merge pull request #40948 from nextcloud/fix/new-folder

12 months agofix(xhr-request): Make sure to also allow strings as url 40951/head
Ferdinand Thiessen [Tue, 17 Oct 2023 14:14:53 +0000 (16:14 +0200)]
fix(xhr-request): Make sure to also allow strings as url

Our utility to add `X-Requested-With` headers on API calls intercepts
calls to `window.fetch`, so we must ensure we allow all parameters that the default
browser provided `window.fetch` allows.
In this case make sure to allow all stringify-able objects.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agofix(files): fix new folder encoding 40948/head
John Molakvoæ [Tue, 17 Oct 2023 12:58:07 +0000 (14:58 +0200)]
fix(files): fix new folder encoding

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoChange `flex-direction` for input field 40872/head
julia.kirschenheuter [Wed, 11 Oct 2023 14:22:26 +0000 (16:22 +0200)]
Change `flex-direction` for input field

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
12 months agofix profile visibility settings being too wide
Simon L [Mon, 16 Oct 2023 10:03:17 +0000 (12:03 +0200)]
fix profile visibility settings being too wide

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoMerge pull request #40643 from nextcloud/fix/37082-set_visible_label_for_input_in_modal
Julia Kirschenheuter [Tue, 17 Oct 2023 14:55:25 +0000 (16:55 +0200)]
Merge pull request #40643 from nextcloud/fix/37082-set_visible_label_for_input_in_modal

Set visible label for input field

12 months agoMerge pull request #40907 from nextcloud/enh/36965/fix-personal-settings
Simon L [Tue, 17 Oct 2023 13:23:26 +0000 (15:23 +0200)]
Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settings

fix several personal settings problems

12 months agoReplace password dialog with dialog from library 40643/head
julia.kirschenheuter [Wed, 4 Oct 2023 14:31:28 +0000 (16:31 +0200)]
Replace password dialog with dialog from library

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
12 months agoMerge pull request #40917 from nextcloud/feat/gridview
John Molakvoæ [Tue, 17 Oct 2023 11:55:51 +0000 (13:55 +0200)]
Merge pull request #40917 from nextcloud/feat/gridview

12 months agofix several personal settings problems 40907/head
Simon L [Fri, 13 Oct 2023 15:27:37 +0000 (17:27 +0200)]
fix several personal settings problems

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agofix(files): hide grid view button on narrow screen 40917/head
John Molakvoæ [Tue, 17 Oct 2023 10:00:46 +0000 (12:00 +0200)]
fix(files): hide grid view button on narrow screen

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoperf(files): optimize virtual scroller computation
John Molakvoæ [Sun, 15 Oct 2023 13:37:12 +0000 (15:37 +0200)]
perf(files): optimize virtual scroller computation

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agochore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2 40941/head
dependabot[bot] [Tue, 17 Oct 2023 09:20:28 +0000 (09:20 +0000)]
chore(deps): Bump @babel/traverse from 7.22.8 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [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.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agofeat(files): add grid toggle button
John Molakvoæ [Sat, 14 Oct 2023 14:08:53 +0000 (16:08 +0200)]
feat(files): add grid toggle button

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoperf(files): reuse keys for virtual scrolling
John Molakvoæ [Sat, 14 Oct 2023 13:52:07 +0000 (15:52 +0200)]
perf(files): reuse keys for virtual scrolling

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agofeat(files): grid view
John Molakvoæ [Fri, 13 Oct 2023 14:49:54 +0000 (16:49 +0200)]
feat(files): grid view

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agofix(files): split FileEntry Name
John Molakvoæ [Fri, 13 Oct 2023 09:30:34 +0000 (11:30 +0200)]
fix(files): split FileEntry Name

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agofix(files): split FileEntry Actions
John Molakvoæ [Thu, 12 Oct 2023 13:15:20 +0000 (15:15 +0200)]
fix(files): split FileEntry Actions

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agofix(files): split FileEntry Checkbox and fix range selection
John Molakvoæ [Thu, 12 Oct 2023 08:05:02 +0000 (10:05 +0200)]
fix(files): split FileEntry Checkbox and fix range selection

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agochore(files): split FileEntry Preview
John Molakvoæ [Thu, 12 Oct 2023 07:44:53 +0000 (09:44 +0200)]
chore(files): split FileEntry Preview

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoMerge pull request #40854 from nextcloud/fix/template-picker
John Molakvoæ [Tue, 17 Oct 2023 09:17:56 +0000 (11:17 +0200)]
Merge pull request #40854 from nextcloud/fix/template-picker

12 months agofeat(files): migrate template picker 40854/head
John Molakvoæ [Fri, 29 Sep 2023 09:10:51 +0000 (11:10 +0200)]
feat(files): migrate template picker

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoMerge pull request #40902 from nextcloud/fix/36965-fix-nc-select-on-users-table
Julia Kirschenheuter [Tue, 17 Oct 2023 08:56:57 +0000 (10:56 +0200)]
Merge pull request #40902 from nextcloud/fix/36965-fix-nc-select-on-users-table

Append to body all selects inside of user table

12 months agoAppend to body all selects inside of user table 40902/head
julia.kirschenheuter [Fri, 13 Oct 2023 09:57:03 +0000 (11:57 +0200)]
Append to body all selects inside of user table

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 17 Oct 2023 00:27:38 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agoMerge pull request #40168 from nextcloud/enh/a11y/user-menu
Pytal [Mon, 16 Oct 2023 18:45:49 +0000 (11:45 -0700)]
Merge pull request #40168 from nextcloud/enh/a11y/user-menu

12 months agochore: compile assets 40168/head
Christopher Ng [Mon, 16 Oct 2023 16:59:29 +0000 (09:59 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agofix(acceptance): Locate settings menu
Christopher Ng [Fri, 13 Oct 2023 18:26:48 +0000 (11:26 -0700)]
fix(acceptance): Locate settings menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(a11y): Add label to app menu nav
Christopher Ng [Thu, 12 Oct 2023 00:09:30 +0000 (17:09 -0700)]
enh(a11y): Add label to app menu nav

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(a11y): Add avatar description
Christopher Ng [Thu, 12 Oct 2023 00:09:30 +0000 (17:09 -0700)]
enh(a11y): Add avatar description

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(a11y): Add accessible user menu semantics
Christopher Ng [Thu, 12 Oct 2023 00:09:30 +0000 (17:09 -0700)]
enh(a11y): Add accessible user menu semantics

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoMerge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue
Christoph Wurst [Mon, 16 Oct 2023 16:12:39 +0000 (18:12 +0200)]
Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue

refactor: Contacts menu to Vue

12 months agoMerge pull request #40934 from nextcloud/techdebt/noid/codeowner
Joas Schilling [Mon, 16 Oct 2023 15:29:31 +0000 (17:29 +0200)]
Merge pull request #40934 from nextcloud/techdebt/noid/codeowner

chore: Add the talk team as codeowners for things Talk heavily relies on

12 months agochore: Add the talk team as codeowners for things Talk heavily relies on 40934/head
Joas Schilling [Mon, 16 Oct 2023 14:50:42 +0000 (16:50 +0200)]
chore: Add the talk team as codeowners for things Talk heavily relies on

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agorefactor: Contacts menu to Vue 40749/head
Christoph Wurst [Mon, 2 Oct 2023 17:48:30 +0000 (19:48 +0200)]
refactor: Contacts menu to Vue

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>