зеркало из https://github.com/nextcloud/forms.git
53 KiB
53 KiB
Changelog
v4.3.0 - 2024-10-04
Enhancements
- feat: Allow to reorder options for "multiple" question type in backend by @Chartman123 in #2333
- Add support for file question by @Koc in #2040
- feat: Allow listening to form submissions via events and webhooks by @marcelklehr in #2265
- enh: make show to all users an admin setting by @Chartman123 in #2306
- fix: add
target="_blank"
to links in description by @Chartman123 in #2280 - feat: add warning about removing legacy links by @Chartman123 in #2277
- Add QR-Code for Share Links by @Himmelxd in #2162
- feat: add multiple options with one paste by @hamza221 in #1407
Fixed
- fix(export): remove new lines from form title in the exported filename by @tcitworld in #2343
- fix: update values in QuestionMultiple component correctly when
isUnique === true
by @Chartman123 in #2323 - Do not submit fields that not exists anymore by @Koc in #2312
- Fix: Show complete title in TransferOwnership dialog by @Chartman123 in #2292
- fix(submit):
access
is unset for public forms so check for existance first by @susnux in #2291 - Bug. Question type File. When multiple types are selected, only one is used. by @AIlkiv in #2241
- fix: Improve styles of layout for QuestionFile #2253 by @Koc in #2259
- fix: Adjust app to be compatible with Nextcloud 30 by @susnux in #2278
- fix: Fix form view without permissions by @Koc in #2268
- fix: Add support for adding new entries with IME input by @Chartman123 in #2232
- fix: Fix merging of options for cancelable request by @Koc in #2260
- fix: Correctly label forms lists in the app navigation by @susnux in #2208
Merged
- chore: add API v3 by @Chartman123 in #2222
- Data source for the Analytics App by @Rello in #2195
- Optimization method FormsService::canSubmit by @AIlkiv in #2225
- Replace app icon with Material Symbols version by @AndyScherzinger in #2233
- Drop NC27 support for dependabot by @Chartman123 in #2223
- fix(i18n): Fixed grammar by @rakekniven in #2224
- feat: Switch to PlayWright for E2E and component tests by @susnux in #2077
- chore: Use prettier for stylistic rules by @Chartman123 in #2143
v4.2.4 - 2024-05-24
Fixed
- fix(a11y): Add missing page headings by @susnux in #2151
- fix(a11y): Add missing label for
nav
element by @susnux in #2148 - fix: Adjust code for
@nextcloud/vue
8.12 providing native app sidebar toggle by @susnux in #2170 - fix: add icon to title of required questions in edit mode by @Chartman123 in #2099
- fix(i18n): Aligned grammar by @rakekniven in #2095
- fix: Parse momentFormat and storageFormat by @Chartman123 in #2093
v4.2.3 - 2024-04-16
Merged
- Fix fetching shared forms and return array values in ApiController.php by @Chartman123 in #2076
- Fix toggle between Summary and Responses Submission overview by @Koc in #2073
v4.2.2 - 2024-04-15
Fixed
- fix(DB): Correctly fetch shared forms by @susnux in #2069
- fix(Form): If
permitAllUsers
is not set then no public access is granted by @susnux in #2070
v4.2.1 - 2024-04-15
Fixed
- fix: remove setup() and move code to data() in Results.vue by @Chartman123 in #2065
- fix: Move non-reactive props and composables to
setup
by @susnux in #2068 - Set lastUpdated on link/unlink file by @Chartman123 in #2066
- fix:
legacyLink
access handling by @Chartman123 in #2060 - fix: don't filter expired forms in navigation by @Chartman123 in #2062
v4.2.0 - 2024-04-14
Enhancements
- Get only forms shared with user from database #2029 (Chartman123)
- Allow embedding forms within other websites #1353 (susnux)
- feat: Add forms
state
to close and archive forms #1925 (susnux)
Fixed
- fix: remove positive lookbehind for finding unescaped slashes #2033 (Chartman123)
- fix: Do not show trailing button for technical name input #2021 (susnux)
- Show expired shared forms to users with results permission #2013 (Chartman123)
- fix(TopBar): provide optional button text via new slot syntax #2015 (ShGKme)
Merged
- chore: Add Nextcloud 29 support #2003 (susnux)
- Rename Circles to Teams in UI/logging #2000 (Chartman123)
- Reuse top bar component for responses view toggle #1576 (susnux)
- Update dependencies and translations
v4.1.1 - 2024-02-18
Fixed
- fix: Update moment format for date parsing #1969 (Chartman123)
- fix: Load styles also for settings section #1963 (susnux)
v4.1.0 - 2024-02-02
Enhancements
- enh: Use NcDialog for confirmation when deleting all submissions #1910 (Chartman123)
- enh: Use NcDialog to confirm leaving #1880 (Chartman123)
- Added possibility to link spreadsheet for automatic submission export in multiple formats #1758 (Koc)
- enh: Better text contrast for form description (closes #1878) #1881 (mschmidm)
- enh: Replace confirm dialog for deletion with NcDialog #1663 (Chartman123)
- Question duplication #1423 (KaasKop97)
Fixed
- Fix sharing form #1907 (avinash-0007)
- fix empty content public page view #1904 (Chartman123)
- stop filtering result while sharing #1895 (avinash-0007)
- fix: Prevent race condition on unique-submission forms #1841 (susnux)
Merged
- Update API version to v2.4 #1932 (Chartman123)
- refactoring: move code to separate function storeAnswersForQuestion #1866 (tpokorra)
- chore: replace isMobile mixin with useIsMobile composable #1863 (Chartman123)
v4.0.0 - 2023-12-12
Enhancements
- transfer ownership of a form #1416 (hamza221)
- Add Forms to header title on public link view #1828 (Chartman123)
- Allow to set
results_delete
permission on the frontend #1805 (susnux) - use PUT/PATCH for updating and move to API v2.2 #1809 (Chartman123)
- Show confirmation dialog before submitting an empty form #1803 (susnux)
- Move away from deprecated icon classes and allow to search user by email #1802 (susnux)
Fixed
- Remove deprecated setModal #1826 (hamza221)
- fix(QuestionMultiple): Fix setting the
allowOtherAnswer
option #1800 (susnux) - Fix missing column in DataStructure.md #1791 (Chartman123)
- fix: add canMoveUp/Down props to QuestionMixin #1806 ([Chartman123](https://github.com/Chartman123
Merged
- Migrate from webpack to vite for building the frontend #1827 (susnux)))
- Make components compatible to nextcloud-vue 8 #1696 (Chartman123)
- Min server 28 #1796 (Chartman123)
v3.4.0 - 2023-11-27
Breaking
- Move to min-version 26 and drop PHP 7.4 #1727 (Chartman123)
Enhancements
- Add subtypes for short input, like email, phone or custom regex #1491 (susnux)
- Remember input in LocalStorage #1382 (hamza221)
- Make form editable with keyboard #1750 (Chartman123)
- Allow reordering questions using the keyboard #1532 (susnux)
- feat: Implement custom submission message #1659 (susnux)
- feat(ActivityManager): Send notification about new submissions to circle memebers #1746 (susnux)
- Implement warning when leaving an unsubmitted form #1310 (Chartman123)
- Feature: Allow to share forms with Circles #1467 (susnux)
- Notify users on new submissions for shared forms #1496 (susnux)
- Optimization of FormMapper::findById calls #1707 (AIlkiv)
- feat: Add 'Other' option for radio/checkbox questions. #1694 (AIlkiv)
- Reduce white space between questions #1658 (Chartman123)
- Add technical identifiers for questions #1553 (susnux)
- Support RTL languages - migrate css from physical to logical positioning #1654 (susnux)
Fixed
- fix: Enhance extraSettings handling and fix XML output #1705 (Chartman123)
- fix: Warning about missing label for other answer #1731 (Chartman123)
- fix(docs): Add changes of API 2.1 to the API docs #1745 (susnux)
- fix(Submit): Make
answers
reactive and fix invalid mutation of computed property #1786 (susnux) - fix: Fix import of debounce #1784 (susnux)
- Fix inverted sorting in frontend for shared forms #1759 (Chartman123)
- fix: Handle questions props as props and not as attrs #1763 (susnux)
- fix: Make sure "other" answers are correctly handled #1764 (susnux)
- fix: Sanitize file name when writing a CSV file #1660 (susnux)
- fix: no styling applied to h1-headings in markdown (closes #1668) #1743 (mschmidm)
- fix(tests): Update phpunit workflow to fix OCI tests #1729 (susnux)
- fix(lint): add missing trailing commas #1770 (Chartman123)
- fix: Incorrect type for empty extraSettings in frontend #1730 (Chartman123)
Merged
- Move parameter typing for extraSettings #1769 (Chartman123)
- Update README.md #1739 (Chartman123)
- Increase font size to default 15px #1738 (marcoambrosini)
- Replace outdated screenshots in Readme.md #1736 (Chartman123)
- chore: replace deprecated qb->execute() with executeStatement() #1706 (Chartman123)
- Added test for insertSubmission in ApiController #1704 (AIlkiv)
- Add pr feedback action #1703 (Fenn-CS)
- phpunit: use custom db images to fix rate limiting #1685 (Chartman123)
- Add healtcheck options to PHPUnit for OCI #1678 (Chartman123)
3.3.1 - 2023-06-23
Fixed
Merged
- Drop 'Nextcloud' from connected responses string #1635 (Chartman123)
- Updated translations
- Updated dependencies
3.3.0 - 2023-05-22
Enhancements
Fixed
- fix(markdown): Add margin for all new paragraphs #1568 (susnux)
- Place actions popover so it does not overflow the page #1554 (susnux)
- fix: Replace
NcRichContenteditable
withtextarea
#1574 (susnux)
Merged
- Prepare for NC27 #1625 (Chartman123)
- Replace deprecated code and fix issues found by static code analysis #1577 (susnux)
3.2.0 - 2023-03-06
Enhancements
- Make timestamp in csv export ISO 8601 compliant #1531 (Chartman123)
- Add lastUpdated property to Form #1479 (Chartman123)
Fixed
- Fix paragraph rendering #1542 (jotoeri)
- Move API to v2.1 #1539 (Chartman123)
- Make skip to content buttons work #1530 (susnux)
Merged
- Replace deprecated NcMultiselect with recommended NcSelect #1471 (susnux)
- Added test for
cloneForm
inApiController
#1488 (susnux) - Add information about API to appinfo #1529 (susnux)
3.1.0 - 2023-02-20
Enhancements
- Allow formatting question and form descriptions using markdown #1394 (susnux)
- Add Nextcloud 26 support #1489 (susnux)
- Add test for method
newForm
ofApiController
#1480 (susnux) - Drop
v-clipboard
in favor of native browser API #1478 (susnux) - Allow sharees to see results | Implement
PERMISSION_RESULTS
#1461 (susnux) - feat: Add slot for additional actions to the question component #1470 (susnux)
Fixed
- Fix Create edit mode #1498 (jotoeri)
- Fix public view #1492 (jotoeri)
- Fix some small
SubmissionService
issues #1490 (susnux) - Add missing computed property to edit view #1473 (Chartman123)
Merged
- Add shareHash parameter #1476 (Chartman123)
3.0.4 - 2023-01-31
Enhancements
- Show relative expiration date inside form #1432 (Chartman123)
Fixed
- Fix insert #1465 (jotoeri)
- Fix cors on ShareApi #1463 (jotoeri)
- Fix public insert #1456 (jotoeri)
- Import form question extra settings #1440 (Copephobia)
Merged
- Show info message only if available #1441 (susnux)
- Update phpunit.yml to work with current Server master #1460 (Chartman123)
- Enable PHPUnit integration tests and fix them #1449 (Chartman123)
- Scope SCSS in Create.vue and adjust Results.vue #1447 (Chartman123)
- Fix Typo #1450 (jotoeri)
3.0.3 - 2022-12-30
Fixed
3.0.2 - 2022-12-23
Fixed
- Fix question header title for extra long text #1393 (susnux)
- make forms OCS API CORS compatible #1139 (everlanes)
- Init all answers from props #1383 (susnux)
- More usable and accessible navigation between View/Edit/Results #1381 (jancborchardt)
3.0.1 - 2022-10-25
Fixed
- Fix
setExtraSettings
to accept same type asgetExtraSettings
#1391 (susnux) - Use user's timezone for timestamps in CSV export #1389 (Chartman123)
Merged
- Fix CI runs for postgres #1388 (Chartman123)
3.0.0 - 2022-10-13
Breaking ⚠️
- Moving completely from API v1 to v2. With this, we fundamentally change the way how the forms sharing works, now much more flexible and closer to how it is done in server.
- Also inverting SubmitOnce to SubmitMultiple with ApiV2
- The question Type
datetime
has been replaced bydate
andtime
question types. Existing questions remain usable, but nodatetime
questions can be created anymore.
Enhancements
- Use NcCheckboxRadioSwitch for QuestionMultiple #1322 (Chartman123)
- Make dropdown searchable #1342 (Chartman123)
- Add UI to preview and fill out own forms #1320 (susnux)
- Make CHANGELOG.md parseable by the appstore #1306 (Chartman123)
- More Icons! #1305 (jotoeri)
- Move Question Icons to Material Design #1304 (jotoeri)
- Update Forms Icon and create Component #1303 (jotoeri)
- Feature: Allow shuffling of answer options | Sort options #1271 (susnux)
- User migration #1243 (jotoeri)
- Add UID to export #1204 (jotoeri)
- Restrict Form Creation & Sharing Settings #1199 (jotoeri)
- Add Question Description #1172 (jotoeri)
- Rework Navigation #1168 (Chartman123)
- New Sharing #1087 (jotoeri)
- Make date/time answers consistent #1001 (Chartman123)
Fixed
- Remove isDropdown condition #1368 (Chartman123)
- Fix public View #1365 (jotoeri)
- Adjust look of long text questions #1364 (Chartman123)
- Fix datepicker height #1363 (jotoeri)
- Fix upgrading #1361 (jotoeri)
- Remove css variables #1360 (jotoeri)
- Fix Actions Container #1359 (jotoeri)
- Use
--gradient-primary-background
for summary #1356 (Chartman123) - Fix alignment of "Add question" button #1351 (Chartman123)
- Adjust design based on Design Review #1344 (Chartman123)
- Fixing several small things #1335 (jotoeri)
- Fix migration 20220414 not working on SQLite #1334 (susnux)
- Fix Add Question a11y #1269 (jotoeri)
- Fix sharing icons #1242 (jotoeri)
- Fix titles #1239 (jotoeri)
Merged
- Fix lint warning #1371 (Chartman123)
- Fix aria warning #1370 (jotoeri)
- Fix question movement #1362 (jotoeri)
- Adjust testing matrix for Nextcloud 25 on master #1354 (nickvergessen)
- Remove unneeded css #1352 (Chartman123)
- minversion 25 #1348 (Chartman123)
- Adjust styling for NC25 & Update
@nextcloud/vue
#1338 (susnux) - Empty Content to Vue #1321 (jotoeri)
- Move to NcEmptyContent and even more icons #1308 (jotoeri)
- Use NC/vue beta 3 #1298 (jotoeri)
- Update Marcos Email #1285 (jotoeri)
- Use MutliSelect for dropdown questions #1283 (Chartman123)
- Move to button component & first material icons #1281 (jotoeri)
- Move to Psr\Log\LoggerInterface #1275 (Chartman123)
- Use
@nextcloud/logger
for frontend logging #1274 (susnux) - Set border color to maxcontrast #1270 (Chartman123)
- Invert submitOnce #1252 (jotoeri)
- Remove old code #1240 (jotoeri)
- Removed trailing dot #1228 (rakekniven)
- Rename Radio buttons #1215 (jotoeri)
- Remove old forms tables #1156 (jotoeri)
- Simple API Test, bump php dependencies #1148 (jotoeri)
- API v2 #1126 (jotoeri)
2.5.1 - 2022-05-26
Fixed
- Fix upgrading #1212 (nickvergessen)
2.5.0 - 2022-04-08
Enhancements
Fixed
- Rollback Capabilities #1162 (jotoeri)
- Update master php testing versions #1161 (nickvergessen)
- Update master php testing versions #1157 (nickvergessen)
- Fix tests #1151 (jotoeri)
- Minversion 22 #1150 (jotoeri)
- Move to NC-Internal Db-Types #1149 (jotoeri)
- Replace deprecated String.prototype.substr() #1141 (CommanderRoot)
- Improve Question Text #1127 (jotoeri)
- Fix Linting Warnings #1082 (jotoeri)
- Update version on master #1071 (nickvergessen)
- Update master target versions #1070 (nickvergessen)
2.4.0 - 2021-11-10
Enhancements
2.3.0 - 2021-07-28
Deprecated ⚠️
- Question property
mandatory
is deprecated and replaced byisRequired
. The old property will be removed in API version 2. #882 (chartman123)
Enhancements
- Add server-side validation of submissions #895 (Chartman123)
- Delete a deleted Users Forms #856 (jotoeri)
Fixed
- Fix Activity Link #976 (jotoeri)
- Allow non-admins to export to files #923 (skjnldsv)
- Fix result view for long text answers #913 (Chartman123)
- Fix boolean columns nullable #881 (jotoeri)
Merged
- Minversion 20 #1021 (jotoeri)
- Fix phpunit typo #1020 (jotoeri)
- Update version on master #994 (nickvergessen)
- Update master target versions #993 (nickvergessen)
- Bump node and npm version in package.json #989 (nickvergessen)
- Test FormsService #921 (jotoeri)
- Some more tests #893 (jotoeri)
- Refactor Mandatory #882 (Chartman123)
2.2.4 - 2021-03-30
Fixed
Merged
2.2.3 - 2021-03-25
Fixed
2.2.2 - 2021-03-15
Fixed
2.2.1 - 2021-03-10
Fixed
2.2.0 - 2021-03-09
Enhancements
- Create Activities #789 (jotoeri)
- Export csv to cloud #780 (jotoeri)
- Show shared forms on navigation #763 (jotoeri)
- Clone Forms #756 (jotoeri)
- Include API Docs #748 (jotoeri)
Fixed
- Disable iPhone Auto-Zoom #816 (jotoeri)
- Clarify translations #815 (jotoeri)
- Fix anonymous text #804 (jotoeri)
- Fix header-height for NC19 #802 (jotoeri)
- Manually set Types #801 (jotoeri)
- Fix Sharing if deleted users are in list #796 (jotoeri)
- Show all winners bold #793 (jotoeri)
- Properly Scroll for required question #792 (jotoeri)
- Fix toast svg #791 (jotoeri)
- Properly delete Answers #765 (jotoeri)
- Harden update restrictions #750 (jotoeri)
- Make new option return similar to new question and form #749 (jotoeri)
- Add csv export and prevents CSV formula injection #746 (skjnldsv)
- Add indexes #744 (skjnldsv)
Merged
- Use new RichObject #820 (jotoeri)
- Introduce php-constants, use for predefined answerTypes #795 (jotoeri)
- Include TopBar Share-button #781 (jotoeri)
- Remove stale code #757 (jotoeri)
2.1.0 - 2021-01-04
Merged
- Add Date & Datetime Component #672 (jotoeri)
- Bump eslint to 7 and associated dependencies #661 (skjnldsv)
- Inform user if the form is anonymous #635 (Nienzu)
Fixed
- Fix datetime mandatory #696 (jotoeri)
- Fix Popover-Reference #695 (jotoeri)
- Fix time-formatting #671 (jotoeri)
2.0.4 - 2020-09-01
Merged
2.0.3 - 2020-08-20
Merged
- Translations update
- Dependencies update
2.0.2 - 2020-07-30
Fixed
2.0.1 - 2020-07-29
Fixed
2.0.0 - 2020-07-28
Fixed
2.0.0-rc.1 - 2020-07-24
Enhancements
- Add screenshot of response visualization, adjust readme #513 (jancborchardt)
- Move to webpack vue global config & clean routes #508 (skjnldsv)
- Include version on feature-request template #478 (jotoeri)
- Change 'Mandatory' to simpler 'Required' #464 (jancborchardt)
- Dropdown question type, ref #340 #461 (jancborchardt)
- Add summary response visualization, fix #314 #460 (jancborchardt)
- Add '
responses
' to export file name #450 (jancborchardt) - Enh/invalid warning #415 (jotoeri)
- Show MultipleInput icons in Edit-Mode #409 (jotoeri)
- Put AppNavigationItems into proper Container #406 (jotoeri)
- Question-specific placeholders #389 (jotoeri)
Fixed
- Fix questions & submissions assignment #485 (skjnldsv)
- Revert "Allow navigation through edit via Tab-Key" #484 (skjnldsv)
- Fix submitting form with expiration-date. #469 (jotoeri)
- Invert submitOnce on UI #452 (jotoeri)
- Allow navigation through edit via Tab-Key #427 (jotoeri)
- Fix public template header #420 (jotoeri)
- Fix some small MultipleInput issues #394 (jotoeri)
2.0.0-beta.4 - 2020-06-09
Fixed
- Keep focus when copy Share-Link #428 (jotoeri)
- Avoid Submit on Enter #413 (jotoeri)
- Delete empty options from Db #388 (jotoeri)
2.0.0-beta.3 - 2020-06-04
Enhancements
- Sort Navigation newest forms first #402 (jotoeri)
- Focus title after form load #369 (jancborchardt)
Fixed
- Use icon-add in primary-text color #429 (jotoeri)
- Fix linebreak in description #424 (jotoeri)
- Fix Screenshot directory #421 (jotoeri)
- Fix variable-typo #418 (jotoeri)
- Fix expiration editable #414 (jotoeri)
- Adjust cut descenders on formtitle #410 (jotoeri)
- Prevent question menu icon and menu itself overlapping top right actions #404 (jancborchardt)
- Fix remove empty questions on submit #397 (jotoeri)
- Fix saving options on fast proceed #396 (jotoeri)
- Use cancelable request #393 (jotoeri)
- Fix key-exists error #392 (jotoeri)
- Fix newQuestions console error mandatory null #387 (jotoeri)
- Use proper exit code for composer lint #384 (MorrisJobke)
- Close navigation on mobile on new form #380 (jotoeri)
- Fix Navigation active on results #379 (jotoeri)
- Fix redirects #377 (jotoeri)
- Fix Results initalState missing #376 (jotoeri)
- Correct fix window title #375 (jotoeri)
- Set max-version to 20 for new development version of Nextcloud #370 (jancborchardt)
- Update window title #368 (jotoeri)
- Do not prefill form or question title for less confusion #367 (jancborchardt)
- Fix overlapping text of long answers #366 (jancborchardt)
- Include more sharing links #363 (jotoeri)
- Fix export-button #362 (jotoeri)
- Fix Error-Messages #360 (jotoeri)
2.0.0-beta2 - 2020-05-06
Enhancements
- Mandatory option on questions #347 (jotoeri)
- Fix users & groups sharing #346 (skjnldsv)
- New Result View #341 (jotoeri)
- Fix multiple choice icon to make obvious it’s radio buttons #329 (jancborchardt)
- Comply to new Actions primary/title standard #313 (skjnldsv)
- Bump copyrights & add php cs & fixed linting #311 (skjnldsv)
- Cleanup old src code #310 (skjnldsv)
Fixed
- Revert topbar changes #351 (skjnldsv)
- Fix Submission Access #345 (jotoeri)
- Prevent leaking personnal infos on forms #343 (skjnldsv)
- l10n: Changed casing of words #339 (rakekniven)
- Provide DBs max string lengths as InitialState #338 (jotoeri)
- Move "Add a question" button to bottom #328 (jotoeri)
- Prevent letter debounce erasing when creating new answers #327 (skjnldsv)
- Fix expiration display #326 (skjnldsv)
- Design fixes for submission view #325 (jancborchardt)
- l10n: Fixed typo #320 (rakekniven)
- Add title on public page #315 (skjnldsv)
- Fix question icons broken in dark theme #312 (skjnldsv)
2.0.0-beta1 - 2020-04-29
Implemented enhancements:
- New creation UI with direct preview
- New voting UI
- Editing existing forms is now possible
- Removed dropdown question
- Added navigation
- Removed breadcrumbs
Fixed bugs:
- Lots of bug fixed. The list is too complex