Skip to content

Commit 442f398

Browse files
Rikdekkerclaude
andcommitted
Release v1.1.1 - External storage support & security update
- Add external storage support (SMB, SFTP, S3, local mounts) for public share links - Update fast-xml-parser 5.5.7 → 5.7.1 (security fix) - Modernize strpos() to str_starts_with() in FormService Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 958a608 commit 442f398

17 files changed

Lines changed: 88 additions & 45 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to FormVox will be documented in this file.
44

5+
## [1.1.1] - 2026-04-23
6+
7+
### Added
8+
- **External storage support** — Forms stored on external storage mounts (SMB, SFTP, S3, local mounts) can now be loaded via public share links ([#55](https://github.com/nextcloud/formvox/pull/55))
9+
10+
### Security
11+
- Updated `fast-xml-parser` from 5.5.7 to 5.7.1 (fixes malicious CDATA/comment sanitization and stack overflow on long tag expressions)
12+
513
## [1.1.0] - 2026-04-20
614

715
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Expense declarations
3636
* Data collection with privacy requirements
3737
]]></description>
38-
<version>1.1.0</version>
38+
<version>1.1.1</version>
3939
<licence>agpl</licence>
4040
<author mail="info@voxcloud.nl">Sam Ditmeijer</author>
4141
<author mail="info@voxcloud.nl">Rik Dekker</author>

js/formvox-admin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/formvox-admin.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
8080
*/
8181

82-
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
82+
/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */
8383

8484
/**
8585
* @vue/reactivity v3.5.26

js/formvox-editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/formvox-editor.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
8080
*/
8181

82-
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
82+
/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */
8383

8484
/**
8585
* @vue/reactivity v3.5.26

js/formvox-files.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/formvox-files.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
* MIT Licensed
1717
*/
1818

19-
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
19+
/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */
2020

2121
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */

js/formvox-main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/formvox-main.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
8080
*/
8181

82-
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
82+
/*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */
8383

8484
/**
8585
* @vue/reactivity v3.5.26

0 commit comments

Comments
 (0)