Commit graph

8514 commits

Author SHA1 Message Date
Côme Chilliet
dc9ffcfdbf
Merge pull request #5216 from nextcloud/come-nc-patch-1
fix: Fix command in app_settings.md
2025-12-09 10:40:49 +01:00
Skyler Grey
cf1d4ed743
Merge pull request #5208 from Minion3665/private/minion/push-rqvmksmlmlym
fix(mobile): pass format to SaveAs
2025-12-02 12:49:10 +00:00
Côme Chilliet
d59bca8372
fix: Fix command in app_settings.md
To turn it off, it should be false, right?

Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2025-12-01 14:36:05 +01:00
Skyler Grey
9ab3d5bf9e
fix(mobile): pass format to SaveAs
With direct access, used in the mobile app, `args.format` was typoed as
`args.Format`, leading to format always being undefined. This meant that
the save as popup would use the extension of the current file rather
than the extension you were trying to save as. You could workaround by
editing this manually, but it was annoying and not working as intended.

The browser version wasn't broken, as it uses a different code path to
save documents (see src/mixins/saveAs.js)

Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
2025-11-28 10:53:06 +00:00
Julius Knorr
fcbf00a8d6
Merge pull request #5202 from nextcloud/fix/5199
fix: Properly handle authenticated links being an array
2025-11-27 09:57:58 +01:00
Nextcloud bot
d3bcc030aa
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-27 01:35:23 +00:00
Julius Knorr
9cadb38cbf
fix: Properly handle authenticated links being an array
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2025-11-26 14:48:52 +01:00
Julius Knorr
132d8e0c25
Merge pull request #5072 from lpranam/zotero_settings
zotero: remove zotero API key textbox
2025-11-26 11:47:57 +01:00
Arthur Schiwon
84f003d810
Merge pull request #5171 from nextcloud/fix/5170/hide-download-button-on-secure-view
fix(SecureView): hide disfunctional *download* files action
2025-11-25 20:48:12 +01:00
Nextcloud bot
0e15579143
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-25 01:34:37 +00:00
Arthur Schiwon
b62b572818
fix(SecureView): hide disfunctional *download* files action
This is achieved by setting a specific DAV attribute. At the moment there
is one handler in dav-apps FilesPlugin and it could overwrite the value
with "false". We make sure not to downgrade here and prevent downgrade
from dav (possible race condition).

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-11-24 22:04:49 +01:00
Nextcloud bot
f9fc8efe46
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-23 01:37:09 +00:00
dependabot[bot]
94ae4d07db
Merge pull request #5195 from nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-7.0.2 2025-11-22 03:44:09 +00:00
dependabot[bot]
fe5d85af28
chore(deps-dev): Bump @nextcloud/webpack-vue-config from 7.0.1 to 7.0.2
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-22 02:02:37 +00:00
Nextcloud bot
91b6659028
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-20 01:35:58 +00:00
Elizabeth Danzberger
bd709674bd
Merge pull request #5186 from nextcloud/fix/moved-to-root
fix: document created in wrong location on public share
2025-11-19 17:47:24 -05:00
Elizabeth Danzberger
c41ba04656
fix(test): more specificity
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
2025-11-19 17:36:25 -05:00
Elizabeth Danzberger
f568809649
fix: adjust boolean logic
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
2025-11-19 17:17:43 -05:00
Elizabeth Danzberger
2006bc3064
feat(test): add test coverage
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
2025-11-19 15:39:35 -05:00
Elizabeth Danzberger
71cde2dad9
fix: allow new file menu on public shares
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
2025-11-19 13:46:32 -05:00
Elizabeth Danzberger
8f923018d4
chore: remove new file entry workaround
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
2025-11-19 13:46:31 -05:00
Julius Knorr
5284e3e704
Merge pull request #5059 from nextcloud/refresh-filelist-after-export
Refresh files list after exporting a file in a different format
2025-11-19 12:04:40 +01:00
silver
7700b4bd4a
refactor by querying specific file
Signed-off-by: silver <s.szmajduch@posteo.de>
2025-11-19 11:20:18 +01:00
silver
cfbdee7b8c
feat: show newly exported or saved files in list without page reload
Signed-off-by: silver <s.szmajduch@posteo.de>
2025-11-19 11:20:17 +01:00
dependabot[bot]
ab7d125aa6
Merge pull request #5177 from nextcloud/dependabot/npm_and_yarn/js-yaml-4.1.1 2025-11-18 21:58:29 +00:00
dependabot[bot]
386b6457f0
chore(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 21:50:43 +00:00
Nextcloud bot
5b55e0dd34
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-18 01:34:11 +00:00
Julius Knorr
aec8c5502d
Merge pull request #5137 from Minion3665/private/minion/push-rmmvnkvqyynr
fix(android): match iframe size to visual viewport
2025-11-17 11:34:23 +01:00
dependabot[bot]
abb2a34875
Merge pull request #5174 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-2.3.0 2025-11-15 05:13:32 +00:00
dependabot[bot]
398fc3aabe
chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.3.0
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 03:45:36 +00:00
dependabot[bot]
42ec370304
Merge pull request #5176 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.3 2025-11-15 03:15:35 +00:00
dependabot[bot]
0e443d80c3
Merge pull request #5175 from nextcloud/dependabot/npm_and_yarn/nextcloud/babel-config-1.3.0 2025-11-15 03:10:05 +00:00
dependabot[bot]
6c10ea135b
Merge pull request #5173 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-3.1.0 2025-11-15 02:43:21 +00:00
dependabot[bot]
afb4b453a8
chore(deps): Bump @nextcloud/event-bus from 3.3.2 to 3.3.3
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-event-bus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 02:04:58 +00:00
dependabot[bot]
fe42a1f7ab
chore(deps-dev): Bump @nextcloud/babel-config from 1.2.0 to 1.3.0
Bumps [@nextcloud/babel-config](https://github.com/nextcloud-libraries/babel-config) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/nextcloud-libraries/babel-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/babel-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/babel-config/compare/v1.2.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 02:04:41 +00:00
dependabot[bot]
06749eb13a
chore(deps): Bump @nextcloud/router from 3.0.1 to 3.1.0
Bumps [@nextcloud/router](https://github.com/nextcloud-libraries/nextcloud-router) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/router"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 02:03:42 +00:00
Nextcloud bot
a5fa82445a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-15 01:31:59 +00:00
Nextcloud bot
8d491e90c9
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-14 01:31:26 +00:00
github-actions[bot]
661f2da3e4
Merge pull request #5167 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2025-11-13 12:52:33 +00:00
nextcloud-command
618f8733f5 chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2025-11-13 12:40:40 +00:00
Nextcloud bot
26c00e36c7
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-11 01:31:23 +00:00
dependabot[bot]
0fbdb2e38d
Merge pull request #5146 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-3.4.1 2025-11-10 21:53:01 +00:00
dependabot[bot]
1e03bf4abe
chore(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.4.0 to 3.4.1.
- [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/v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 16:44:47 -05:00
Elizabeth Danzberger
853d46dc96
Merge pull request #5152 from nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-7.0.1
chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 7.0.1
2025-11-10 16:35:47 -05:00
github-actions[bot]
9f26e60931
Merge pull request #5161 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2025-11-10 20:40:34 +00:00
nextcloud-command
419df422bb
chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2025-11-10 15:32:03 -05:00
dependabot[bot]
48be04967a
chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 7.0.1
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.2.0 to 7.0.1.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.2.0...v7.0.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 20:22:34 +00:00
Elizabeth Danzberger
91c55113f4
Merge pull request #5163 from nextcloud/automated/noid/main-fix-npm-audit
[main] Fix npm audit
2025-11-10 15:17:08 -05:00
nextcloud-command
6c86037adc fix(deps): Fix npm audit
Signed-off-by: GitHub <noreply@github.com>
2025-11-09 03:30:57 +00:00
dependabot[bot]
fd918aa945
Merge pull request #5151 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-3.1.2 2025-11-08 05:45:14 +00:00