richdocuments/src
Skyler Grey 40d41e3fe9 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-12-04 14:27:51 +00:00
..
components fix(l10n): Fix missing translation of guest name dialog 2025-06-16 15:02:33 +00:00
helpers Show statusbar by default for all doc types 2025-06-13 19:03:59 +00:00
mixins feat: show newly exported or saved files in list without page reload 2025-11-19 11:13:46 +00:00
services fix: Fix eslint errors for typescript files 2024-06-14 10:49:15 +02:00
tests Add js test directory 2019-07-16 07:39:16 +02:00
types fix: Move auto setup of built-in code server to an async request done by the frontend 2024-06-14 10:49:14 +02:00
view Merge pull request #5140 from nextcloud/backport/5116/stable30 2025-11-19 20:40:13 +01:00
admin.js chore: Add SPDX header 2024-05-09 10:37:22 +02:00
document.js fix(mobile): pass format to SaveAs 2025-12-04 14:27:51 +00:00
file-actions.js fix: Limit open with Collabora action to pdf files 2024-11-18 10:13:18 +01:00
init-shared.js chore: Add SPDX header 2024-05-09 10:37:22 +02:00
init-viewer.js fix: register handler within init script 2025-09-02 17:15:25 +00:00
personal.js feat: document signing, add setting for the signing certificate & key, too (fixes #4123) 2024-10-22 13:36:27 +02:00
public.js fix(shares): guest users inherit edit_group 2025-06-05 16:43:10 -04:00
reference.js chore: Add SPDX header 2024-05-09 10:37:22 +02:00
viewer.js fix: update version check 2025-09-05 20:17:09 +02:00