]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
18 months agofix(autoloader): Rebuild 37674/head
Joas Schilling [Wed, 19 Apr 2023 11:45:44 +0000 (13:45 +0200)]
fix(autoloader): Rebuild

Signed-off-by: Joas Schilling <coding@schilljs.com>
18 months agoFix(docs): Fix parameter type in doc block
Joas Schilling [Wed, 19 Apr 2023 10:42:23 +0000 (12:42 +0200)]
Fix(docs): Fix parameter type in doc block

Signed-off-by: Joas Schilling <coding@schilljs.com>
18 months agoContext params: Make userId nullable
Marcel Klehr [Wed, 19 Apr 2023 10:39:39 +0000 (12:39 +0200)]
Context params: Make userId nullable

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoSpeechToTextManager#scheduleFileTranscription: Take context params and expose them...
Marcel Klehr [Wed, 19 Apr 2023 10:35:13 +0000 (12:35 +0200)]
SpeechToTextManager#scheduleFileTranscription: Take context params and expose them on the Transcription*Events

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoTranscriptionJob: Add owner argument to simplify filesystem setup
Marcel Klehr [Wed, 19 Apr 2023 09:26:04 +0000 (11:26 +0200)]
TranscriptionJob: Add owner argument to simplify filesystem setup

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoTranscriptionJob: Ensure filesystem is setup before trying to retrieve file
Marcel Klehr [Tue, 18 Apr 2023 14:23:45 +0000 (16:23 +0200)]
TranscriptionJob: Ensure filesystem is setup before trying to retrieve file

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoRun cs:fix
Marcel Klehr [Tue, 18 Apr 2023 13:47:45 +0000 (15:47 +0200)]
Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoUpdate lib/private/SpeechToText/SpeechToTextManager.php
Marcel Klehr [Tue, 18 Apr 2023 13:24:14 +0000 (15:24 +0200)]
Update lib/private/SpeechToText/SpeechToTextManager.php

Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoFix missing import
Joas Schilling [Tue, 18 Apr 2023 08:01:00 +0000 (10:01 +0200)]
Fix missing import

Signed-off-by: Joas Schilling <coding@schilljs.com>
18 months agoSpeechToTextManager#transcribeFile: Try next provider if one fails
Marcel Klehr [Mon, 17 Apr 2023 14:58:14 +0000 (16:58 +0200)]
SpeechToTextManager#transcribeFile: Try next provider if one fails

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoUpdate lib/public/SpeechToText/ISpeechToTextManager.php
Marcel Klehr [Mon, 17 Apr 2023 14:43:43 +0000 (16:43 +0200)]
Update lib/public/SpeechToText/ISpeechToTextManager.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoUpdate lib/public/SpeechToText/ISpeechToTextManager.php
Marcel Klehr [Mon, 17 Apr 2023 14:43:28 +0000 (16:43 +0200)]
Update lib/public/SpeechToText/ISpeechToTextManager.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoUpdate lib/public/SpeechToText/ISpeechToTextManager.php
Marcel Klehr [Mon, 17 Apr 2023 14:43:19 +0000 (16:43 +0200)]
Update lib/public/SpeechToText/ISpeechToTextManager.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoUpdate lib/private/SpeechToText/SpeechToTextManager.php
Marcel Klehr [Mon, 17 Apr 2023 13:49:50 +0000 (15:49 +0200)]
Update lib/private/SpeechToText/SpeechToTextManager.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoSpeechToTextManager: Deduplicate transcription jobs
Marcel Klehr [Mon, 17 Apr 2023 12:49:20 +0000 (14:49 +0200)]
SpeechToTextManager: Deduplicate transcription jobs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoTranscription*Event: Add doc block
Marcel Klehr [Mon, 17 Apr 2023 12:47:21 +0000 (14:47 +0200)]
Transcription*Event: Add doc block

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoAbstractTranscriptionEvent: Add File param
Marcel Klehr [Mon, 17 Apr 2023 12:45:18 +0000 (14:45 +0200)]
AbstractTranscriptionEvent: Add File param

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoUpdate lib/private/SpeechToText/SpeechToTextManager.php
Marcel Klehr [Thu, 13 Apr 2023 13:17:17 +0000 (15:17 +0200)]
Update lib/private/SpeechToText/SpeechToTextManager.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoAdd missing strict_types + author + copyright
Marcel Klehr [Thu, 13 Apr 2023 10:15:18 +0000 (12:15 +0200)]
Add missing strict_types + author + copyright

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoSplit TranscriptionFinishedEvent into Successful and Failed events
Marcel Klehr [Thu, 13 Apr 2023 10:12:07 +0000 (12:12 +0200)]
Split TranscriptionFinishedEvent into Successful and Failed events

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoISpeechToTextManager: Take File as input, drop $context
Marcel Klehr [Thu, 13 Apr 2023 09:57:23 +0000 (11:57 +0200)]
ISpeechToTextManager: Take File as input, drop $context

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path
Marcel Klehr [Wed, 12 Apr 2023 14:52:11 +0000 (16:52 +0200)]
ISpeechToTextProvider#transcribeFile: Pass \OCP\Files\File instead of path

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agochore(coding style): Run cs:fix
Marcel Klehr [Tue, 11 Apr 2023 13:21:08 +0000 (15:21 +0200)]
chore(coding style): Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agochore(coding style): Run cs:fix
Marcel Klehr [Tue, 11 Apr 2023 13:04:30 +0000 (15:04 +0200)]
chore(coding style): Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agofeat(SpeechToText): Add autoload changes
Marcel Klehr [Tue, 11 Apr 2023 13:01:11 +0000 (15:01 +0200)]
feat(SpeechToText): Add autoload changes

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agofeat(SpeechToText): Add SpeechToText provider API
Marcel Klehr [Tue, 11 Apr 2023 12:59:57 +0000 (14:59 +0200)]
feat(SpeechToText): Add SpeechToText provider API

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
18 months agoMerge pull request #37633 from nextcloud/fix/trashbin
John Molakvoæ [Tue, 11 Apr 2023 10:28:36 +0000 (12:28 +0200)]
Merge pull request #37633 from nextcloud/fix/trashbin

Trashbin followup fixes

18 months agofix(files): use displayName in breadcrumbs if available 37633/head
John Molakvoæ [Fri, 7 Apr 2023 12:39:16 +0000 (14:39 +0200)]
fix(files): use displayName in breadcrumbs if available

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): fix private variables and share loading marker between header and row
John Molakvoæ [Fri, 7 Apr 2023 07:30:13 +0000 (09:30 +0200)]
fix(files): fix private variables and share loading marker between header and row

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files_trashbin): set real filename on trashbin download
John Molakvoæ [Fri, 7 Apr 2023 07:18:15 +0000 (09:18 +0200)]
fix(files_trashbin): set real filename on trashbin download

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): update @nextcloud/files and fix event store update
John Molakvoæ [Fri, 7 Apr 2023 06:42:56 +0000 (08:42 +0200)]
fix(files): update @nextcloud/files and fix event store update

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agoMerge pull request #37646 from nextcloud/feat/trashbin-cleanup
John Molakvoæ [Tue, 11 Apr 2023 08:49:55 +0000 (10:49 +0200)]
Merge pull request #37646 from nextcloud/feat/trashbin-cleanup

chore(files_trashbin): cleanup old legacy files

18 months agoMerge pull request #37647 from nextcloud/bugfix/noid/filepicker
Julius Härtl [Tue, 11 Apr 2023 08:00:37 +0000 (10:00 +0200)]
Merge pull request #37647 from nextcloud/bugfix/noid/filepicker

18 months agoMerge pull request #37625 from nextcloud/bugfix/noid/transfer-file-new-user
Julius Härtl [Tue, 11 Apr 2023 05:57:17 +0000 (07:57 +0200)]
Merge pull request #37625 from nextcloud/bugfix/noid/transfer-file-new-user

fix: Always create user directory when transfering files to new users

18 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 11 Apr 2023 02:28:24 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agoMerge pull request #37521 from nextcloud/update-improve-devcontainer
Simon L [Mon, 10 Apr 2023 12:03:38 +0000 (14:03 +0200)]
Merge pull request #37521 from nextcloud/update-improve-devcontainer

Update improve devcontainer

18 months agoMerge pull request #37653 from nextcloud/dependabot/npm_and_yarn/marked-4.3.0
John Molakvoæ [Mon, 10 Apr 2023 08:15:41 +0000 (10:15 +0200)]
Merge pull request #37653 from nextcloud/dependabot/npm_and_yarn/marked-4.3.0

chore(deps): Bump marked from 4.0.14 to 4.3.0

18 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 10 Apr 2023 02:30:53 +0000 (02:30 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agochore(deps): Bump marked from 4.0.14 to 4.3.0 37653/head
dependabot[bot] [Sun, 9 Apr 2023 10:01:07 +0000 (10:01 +0000)]
chore(deps): Bump marked from 4.0.14 to 4.3.0

Bumps [marked](https://github.com/markedjs/marked) from 4.0.14 to 4.3.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.14...v4.3.0)

---
updated-dependencies:
- dependency-name: marked
  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>
18 months agoMerge pull request #37528 from nextcloud/dependabot/npm_and_yarn/moment-timezone...
John Molakvoæ [Sun, 9 Apr 2023 09:59:10 +0000 (11:59 +0200)]
Merge pull request #37528 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.43

bump moment-timezone from 0.5.38 to 0.5.43

18 months agobump moment-timezone from 0.5.38 to 0.5.43 37528/head
dependabot[bot] [Sun, 9 Apr 2023 09:39:14 +0000 (09:39 +0000)]
bump moment-timezone from 0.5.38 to 0.5.43

---
updated-dependencies:
- dependency-name: moment-timezone
  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>
18 months agoMerge pull request #37650 from nextcloud/dependabot/npm_and_yarn/karma-6.4.1
John Molakvoæ [Sun, 9 Apr 2023 09:30:20 +0000 (11:30 +0200)]
Merge pull request #37650 from nextcloud/dependabot/npm_and_yarn/karma-6.4.1

chore(deps-dev): Bump karma from 6.4.0 to 6.4.1

18 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 9 Apr 2023 02:27:38 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agochore(deps-dev): Bump karma from 6.4.0 to 6.4.1 37650/head
dependabot[bot] [Sat, 8 Apr 2023 12:26:06 +0000 (12:26 +0000)]
chore(deps-dev): Bump karma from 6.4.0 to 6.4.1

Bumps [karma](https://github.com/karma-runner/karma) from 6.4.0 to 6.4.1.
- [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.4.0...v6.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
18 months agoMerge pull request #37651 from nextcloud/dependabot/npm_and_yarn/jest-environment...
John Molakvoæ [Sat, 8 Apr 2023 12:24:55 +0000 (14:24 +0200)]
Merge pull request #37651 from nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.5.0

chore(deps-dev): Bump jest-environment-jsdom from 29.2.1 to 29.5.0

18 months agoMerge pull request #37623 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js...
John Molakvoæ [Sat, 8 Apr 2023 12:24:31 +0000 (14:24 +0200)]
Merge pull request #37623 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.10.26

chore(deps): Bump libphonenumber-js from 1.10.13 to 1.10.26

18 months agoMerge pull request #37529 from nextcloud/dependabot/composer/build/integration/phpuni...
MichaIng [Sat, 8 Apr 2023 10:54:13 +0000 (12:54 +0200)]
Merge pull request #37529 from nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.6

chore(deps-dev): Bump phpunit/phpunit from 9.6.4 to 9.6.6 in /build/integration

18 months agoMerge pull request #37530 from nextcloud/dependabot/composer/build/integration/symfon...
dependabot[bot] [Sat, 8 Apr 2023 10:05:55 +0000 (10:05 +0000)]
Merge pull request #37530 from nextcloud/dependabot/composer/build/integration/symfony/event-dispatcher-5.4.22

18 months agochore(deps): Bump libphonenumber-js from 1.10.13 to 1.10.26 37623/head
dependabot[bot] [Sat, 8 Apr 2023 09:49:00 +0000 (09:49 +0000)]
chore(deps): Bump libphonenumber-js from 1.10.13 to 1.10.26

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.13 to 1.10.26.
- [Release notes](https://gitlab.com/catamphetamine/libphonenumber-js/tags)
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.13...v1.10.26)

---
updated-dependencies:
- dependency-name: libphonenumber-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>
18 months agochore(deps-dev): Bump jest-environment-jsdom from 29.2.1 to 29.5.0 37651/head
dependabot[bot] [Sat, 8 Apr 2023 08:36:35 +0000 (08:36 +0000)]
chore(deps-dev): Bump jest-environment-jsdom from 29.2.1 to 29.5.0

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.2.1 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
18 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 8 Apr 2023 02:27:47 +0000 (02:27 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agofix: Fix filepicker breadcrumbs 37647/head
Julius Härtl [Fri, 7 Apr 2023 14:02:19 +0000 (16:02 +0200)]
fix: Fix filepicker breadcrumbs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
18 months agochore(files_trashbin): cleanup old legacy files 37646/head
John Molakvoæ [Fri, 7 Apr 2023 13:23:41 +0000 (15:23 +0200)]
chore(files_trashbin): cleanup old legacy files

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agoMerge pull request #37511 from nextcloud/feature/type-mappers
Kate [Fri, 7 Apr 2023 08:40:10 +0000 (10:40 +0200)]
Merge pull request #37511 from nextcloud/feature/type-mappers

Add type hints for mappers

18 months agoAdd type hints for mappers 37511/head
jld3103 [Fri, 31 Mar 2023 07:28:22 +0000 (09:28 +0200)]
Add type hints for mappers

Signed-off-by: jld3103 <jld3103yt@gmail.com>
18 months agoMerge pull request #37539 from nextcloud/automated/noid/master-update-psalm-baseline
John Molakvoæ [Fri, 7 Apr 2023 06:13:49 +0000 (08:13 +0200)]
Merge pull request #37539 from nextcloud/automated/noid/master-update-psalm-baseline

18 months agoUpdate psalm baseline 37539/head
nextcloud-command [Fri, 7 Apr 2023 04:10:58 +0000 (04:10 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
18 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 7 Apr 2023 02:28:31 +0000 (02:28 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 months agofix: Always create user directory when transfering files to new users 37625/head
Julius Härtl [Thu, 6 Apr 2023 18:51:56 +0000 (20:51 +0200)]
fix: Always create user directory when transfering files to new users

Signed-off-by: Julius Härtl <jus@bitgrid.net>
18 months agoMerge pull request #37398 from nextcloud/dependabot/npm_and_yarn/jsdoc-4.0.2
dependabot[bot] [Thu, 6 Apr 2023 17:44:31 +0000 (17:44 +0000)]
Merge pull request #37398 from nextcloud/dependabot/npm_and_yarn/jsdoc-4.0.2

18 months agoMerge pull request #34607 from nextcloud/encryption-size-not-found
Vincent Petry [Thu, 6 Apr 2023 16:04:44 +0000 (18:04 +0200)]
Merge pull request #34607 from nextcloud/encryption-size-not-found

fix encryption wrapper filesize for non existing files

18 months agoMerge pull request #37584 from Jerome-Herbinet/patch-17
Julius Härtl [Thu, 6 Apr 2023 15:25:10 +0000 (17:25 +0200)]
Merge pull request #37584 from Jerome-Herbinet/patch-17

Fix icon size in contact search popup (way too big)

18 months agochore(deps-dev): Bump jsdoc from 4.0.0 to 4.0.2 37398/head
dependabot[bot] [Thu, 6 Apr 2023 15:09:13 +0000 (15:09 +0000)]
chore(deps-dev): Bump jsdoc from 4.0.0 to 4.0.2

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.2/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.0...4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
18 months agoMerge pull request #36534 from nextcloud/feat/files2vue-trashbin
John Molakvoæ [Thu, 6 Apr 2023 15:04:58 +0000 (17:04 +0200)]
Merge pull request #36534 from nextcloud/feat/files2vue-trashbin

[F2V] migrate  files_trashbin to vue

18 months agoMove launch.json to .devcontainer and copy on start 37521/head
Robin Windey [Thu, 6 Apr 2023 14:56:54 +0000 (14:56 +0000)]
Move launch.json to .devcontainer and copy on start

18 months agofix(tests): acceptance 36534/head
John Molakvoæ [Thu, 6 Apr 2023 10:07:33 +0000 (12:07 +0200)]
fix(tests): acceptance

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): better wording and catch single action run
John Molakvoæ [Wed, 5 Apr 2023 15:34:47 +0000 (17:34 +0200)]
fix(files): better wording and catch single action run

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix:(files-checker): add cypress.d.ts and custom.d.ts
John Molakvoæ [Wed, 5 Apr 2023 07:12:08 +0000 (09:12 +0200)]
fix:(files-checker): add cypress.d.ts and custom.d.ts

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(cypress): component testing with pinia
John Molakvoæ [Wed, 5 Apr 2023 06:41:56 +0000 (08:41 +0200)]
fix(cypress): component testing with pinia

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(tests): update jsunit tests after dep and files update
John Molakvoæ [Tue, 4 Apr 2023 16:42:29 +0000 (18:42 +0200)]
fix(tests): update jsunit tests after dep and files update

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agochore(eslint): clean and fix
John Molakvoæ [Tue, 4 Apr 2023 16:19:17 +0000 (18:19 +0200)]
chore(eslint): clean and fix

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agochore(npm): build assets
John Molakvoæ [Tue, 4 Apr 2023 09:43:21 +0000 (11:43 +0200)]
chore(npm): build assets

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): add FileAction service
John Molakvoæ [Tue, 4 Apr 2023 09:42:41 +0000 (11:42 +0200)]
feat(files): add FileAction service

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix: improved preview handling
John Molakvoæ [Tue, 4 Apr 2023 06:10:43 +0000 (08:10 +0200)]
fix: improved preview handling

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(deps): update webdav 5 usage
John Molakvoæ [Fri, 31 Mar 2023 12:56:11 +0000 (14:56 +0200)]
fix(deps): update webdav 5 usage

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): move userconfig to dedicated store and fix crop previews
John Molakvoæ [Fri, 31 Mar 2023 10:46:46 +0000 (12:46 +0200)]
feat(files): move userconfig to dedicated store and fix crop previews

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agochore(deps): update lockfile
John Molakvoæ [Tue, 28 Mar 2023 15:26:36 +0000 (17:26 +0200)]
chore(deps): update lockfile

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): batch actions
John Molakvoæ [Tue, 28 Mar 2023 11:47:52 +0000 (13:47 +0200)]
feat(files): batch actions

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): use inline NcActions
John Molakvoæ [Tue, 28 Mar 2023 10:28:49 +0000 (12:28 +0200)]
fix(files): use inline NcActions

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): breadcrumbs accessibility title
John Molakvoæ [Tue, 28 Mar 2023 10:28:07 +0000 (12:28 +0200)]
fix(files): breadcrumbs accessibility title

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): accessibility tab into recycled invisible files rows
John Molakvoæ [Sat, 25 Mar 2023 13:33:14 +0000 (14:33 +0100)]
fix(files): accessibility tab into recycled invisible files rows

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): inline action styling
John Molakvoæ [Sat, 25 Mar 2023 13:00:44 +0000 (14:00 +0100)]
fix(files): inline action styling

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agoperf(files): less verbose
John Molakvoæ [Sat, 25 Mar 2023 11:01:02 +0000 (12:01 +0100)]
perf(files): less verbose

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): propagate restore and delete events
John Molakvoæ [Sat, 25 Mar 2023 10:51:11 +0000 (11:51 +0100)]
feat(files): propagate restore and delete events

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): selection and render performance
John Molakvoæ [Fri, 24 Mar 2023 16:38:08 +0000 (17:38 +0100)]
fix(files): selection and render performance

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(accessibility): add files table caption and summary
John Molakvoæ [Fri, 24 Mar 2023 16:17:29 +0000 (17:17 +0100)]
feat(accessibility): add files table caption and summary

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files): fix custom render components reactivity
John Molakvoæ [Fri, 24 Mar 2023 15:27:47 +0000 (16:27 +0100)]
fix(files): fix custom render components reactivity

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): implement sorting per view
John Molakvoæ [Fri, 24 Mar 2023 08:41:40 +0000 (09:41 +0100)]
feat(files): implement sorting per view

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): actions api
John Molakvoæ [Thu, 23 Mar 2023 07:37:37 +0000 (08:37 +0100)]
feat(files): actions api

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agochore(deps): cleanup unused deps and audit
John Molakvoæ [Wed, 22 Mar 2023 11:26:35 +0000 (12:26 +0100)]
chore(deps): cleanup unused deps and audit

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): custom columns
John Molakvoæ [Wed, 22 Mar 2023 10:45:59 +0000 (11:45 +0100)]
feat(files): custom columns

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): sorting
John Molakvoæ [Tue, 21 Mar 2023 08:53:31 +0000 (09:53 +0100)]
feat(files): sorting

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agoperf(files): fetch previews faster and cache properly
John Molakvoæ [Fri, 17 Mar 2023 15:58:24 +0000 (16:58 +0100)]
perf(files): fetch previews faster and cache properly

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofix(files_trashbin): previews crop support
John Molakvoæ [Sun, 5 Feb 2023 10:22:50 +0000 (11:22 +0100)]
fix(files_trashbin): previews crop support

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agoperf(files): update files store by chunks
John Molakvoæ [Sat, 4 Feb 2023 20:23:30 +0000 (21:23 +0100)]
perf(files): update files store by chunks

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files): switch to pinia
John Molakvoæ [Sat, 4 Feb 2023 20:13:06 +0000 (21:13 +0100)]
feat(files): switch to pinia

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agofeat(files_trashbin): migrate to vue
John Molakvoæ [Fri, 13 Jan 2023 16:32:57 +0000 (17:32 +0100)]
feat(files_trashbin): migrate to vue

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
18 months agoMerge pull request #37583 from nextcloud/fix/37174-place-heading-inside_of_the_main_c...
Julia Kirschenheuter [Thu, 6 Apr 2023 12:39:49 +0000 (14:39 +0200)]
Merge pull request #37583 from nextcloud/fix/37174-place-heading-inside_of_the_main_content

Move heading to the main content

18 months agoMerge pull request #37335 from nextcloud/fix/36909-Decorative_icons_were_not_marked_a...
Julia Kirschenheuter [Thu, 6 Apr 2023 12:37:36 +0000 (14:37 +0200)]
Merge pull request #37335 from nextcloud/fix/36909-Decorative_icons_were_not_marked_as_such_with_aria-hidden=true

Add `aria-hidden='true'` to decorative icons inside of modal dialogs

18 months agoAdd `aria-hidden='true'` to decorative icons inside of modal dialogs 37335/head
julia.kirschenheuter [Thu, 6 Apr 2023 09:10:42 +0000 (11:10 +0200)]
Add `aria-hidden='true'` to decorative icons inside of modal dialogs

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>