aboutsummaryrefslogtreecommitdiffstats
path: root/dist/files-main.js
Commit message (Collapse)AuthorAgeFilesLines
...
* build(assets): compile jsArthur Schiwon2024-07-301-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(files_sharing): always show file request creation optionskjnldsv2024-07-301-2/+2
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-07-301-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1dependabot[bot]2024-07-301-2/+2
| | | | | | | | | | | | | | | | Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* build(deps): bump query-string from 9.0.0 to 9.1.0dependabot[bot]2024-07-271-2/+2
| | | | | | | | | | | | | | | | Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: query-string 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>
* build(deps): bump @nextcloud/upload from 1.4.1 to 1.4.2dependabot[bot]2024-07-271-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md) - [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: "@nextcloud/upload" 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>
* chore(assets): Recompile assetsnextcloud-command2024-07-261-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-261-2/+2
| | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/45409 This includes two fixes: 1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming 2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2024-07-251-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-07-251-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-07-251-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-07-251-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-07-241-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsLouis Chemineau2024-07-241-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Reduce preview size in grid view modeLouis Chemineau2024-07-241-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-2/+2
| | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* chore: Compile assetsFerdinand Thiessen2024-07-151-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-121-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: compile assetsChristopher Ng2024-07-111-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Add rounded corners back in grid viewLouis Chemineau2024-07-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Recompile assetsFerdinand Thiessen2024-07-111-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-07-091-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-07-081-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-07-071-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(deps): bump @nextcloud/l10n from 2.2.0 to 3.1.0dependabot[bot]2024-07-061-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 2.2.0 to 3.1.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.2.0...v3.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(files): Refresh grid view layoutLouis Chemineau2024-07-041-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(deps): Bump @nextcloud/vue to v8.14.0Hamza Mahjoubi2024-07-041-2/+2
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* fix(files): Disable buttons in copy/move dialog for non writable foldersLouis Chemineau2024-07-021-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(deps): Update `@nextcloud/dialogs` to 5.3.2 to fix picking current directoryLouis Chemineau2024-07-021-2/+2
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Compile assetsFerdinand Thiessen2024-06-271-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-06-261-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-06-251-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2024-06-241-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-06-241-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps-dev): bump @nextcloud/eslint-config from 8.3.0 to 8.4.1dependabot[bot]2024-06-241-2/+2
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.3.0 to 8.4.1. - [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0...v8.4.1) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development 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>
* chore: Compile assetsFerdinand Thiessen2024-06-231-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-06-201-2/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Compile assetsFerdinand Thiessen2024-06-201-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-191-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(assets): Recompile assetsnextcloud-command2024-06-191-2/+2
| | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(assets): Recompile assetsnextcloud-command2024-06-161-3/+2
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Ignore right click for default actionLouis Chemineau2024-06-131-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(assets): Recompile assetsnextcloud-command2024-06-121-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): also trigger new tab on file name middle clickJohn Molakvoæ (skjnldsv)2024-06-121-3/+3
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: compile assetsskjnldsv2024-06-121-3/+3
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Compile assetsFerdinand Thiessen2024-06-111-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-06-081-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-06-081-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Correctly type virtual files list ref typeFerdinand Thiessen2024-06-071-3/+3
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(assets): Recompile assetsnextcloud-command2024-06-071-3/+3
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>