зеркало из https://github.com/nextcloud/forms.git
2.0.0-beta2
This commit is contained in:
Родитель
78a0f7fb60
Коммит
ee86658c4e
268
CHANGELOG.md
268
CHANGELOG.md
|
@ -1,7 +1,51 @@
|
|||
# Changelog
|
||||
|
||||
## [v2.0.0-beta1](https://github.com/nextcloud/forms/tree/v2.0.0-beta1) (2020-04-29)
|
||||
## v2.0.0-beta2 - 2020-05-06
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta1...v2.0.0-beta2)
|
||||
|
||||
### Enhancements
|
||||
- Mandatory option on questions
|
||||
[\#347](https://github.com/nextcloud/forms/pull/347) ([jotoeri](https://github.com/jotoeri))
|
||||
- Fix users & groups sharing
|
||||
[\#346](https://github.com/nextcloud/forms/pull/346) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- New Result View
|
||||
[\#341](https://github.com/nextcloud/forms/pull/341) ([jotoeri](https://github.com/jotoeri))
|
||||
- Fix multiple choice icon to make obvious it’s radio buttons
|
||||
[\#329](https://github.com/nextcloud/forms/pull/329) ([jancborchardt](https://github.com/jancborchardt))
|
||||
- Comply to new Actions primary/title standard
|
||||
[\#313](https://github.com/nextcloud/forms/pull/313) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Bump copyrights & add php cs & fixed linting
|
||||
[\#311](https://github.com/nextcloud/forms/pull/311) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Cleanup old src code
|
||||
[\#310](https://github.com/nextcloud/forms/pull/310) ([skjnldsv](https://github.com/skjnldsv))
|
||||
|
||||
### Fixed
|
||||
- Revert topbar changes
|
||||
[\#351](https://github.com/nextcloud/forms/pull/351) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Fix Submission Access
|
||||
[\#345](https://github.com/nextcloud/forms/pull/345) ([jotoeri](https://github.com/jotoeri))
|
||||
- Prevent leaking personnal infos on forms
|
||||
[\#343](https://github.com/nextcloud/forms/pull/343) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- l10n: Changed casing of words
|
||||
[\#339](https://github.com/nextcloud/forms/pull/339) ([rakekniven](https://github.com/rakekniven))
|
||||
- Provide DBs max string lengths as InitialState
|
||||
[\#338](https://github.com/nextcloud/forms/pull/338) ([jotoeri](https://github.com/jotoeri))
|
||||
- Move "Add a question" button to bottom
|
||||
[\#328](https://github.com/nextcloud/forms/pull/328) ([jotoeri](https://github.com/jotoeri))
|
||||
- Prevent letter debounce erasing when creating new answers
|
||||
[\#327](https://github.com/nextcloud/forms/pull/327) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Fix expiration display
|
||||
[\#326](https://github.com/nextcloud/forms/pull/326) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Design fixes for submission view
|
||||
[\#325](https://github.com/nextcloud/forms/pull/325) ([jancborchardt](https://github.com/jancborchardt))
|
||||
- l10n: Fixed typo
|
||||
[\#320](https://github.com/nextcloud/forms/pull/320) ([rakekniven](https://github.com/rakekniven))
|
||||
- Add title on public page
|
||||
[\#315](https://github.com/nextcloud/forms/pull/315) ([skjnldsv](https://github.com/skjnldsv))
|
||||
- Fix question icons broken in dark theme
|
||||
[\#312](https://github.com/nextcloud/forms/pull/312) ([skjnldsv](https://github.com/skjnldsv))
|
||||
|
||||
## v2.0.0-beta1 - 2020-04-29
|
||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v1.1.1...v2.0.0-beta1)
|
||||
|
||||
### Implemented enhancements:
|
||||
|
@ -14,225 +58,3 @@
|
|||
|
||||
### Fixed bugs:
|
||||
- Lots of bug fixed. The list is too complex
|
||||
|
||||
|
||||
## [1.1.1] - 2020-03-09
|
||||
### Changed
|
||||
- New and updated translations
|
||||
- Updated javascript dependencies
|
||||
- Github actions
|
||||
- Better CI flow
|
||||
- Moved to @nextcloud packages
|
||||
|
||||
### Fixed
|
||||
- Perform proper CSRF checks on some endpoints
|
||||
- Database issues resolved
|
||||
|
||||
|
||||
## [0.10.2] - 2019-03-13
|
||||
|
||||
- #532 - cannot share form (only share option)
|
||||
|
||||
## [0.10.1] - 2019-03-02
|
||||
|
||||
### Fixed
|
||||
|
||||
- #528 - pull down on three-dot menu hidden for first participant
|
||||
|
||||
## [0.10.0] - 2019-02-24
|
||||
|
||||
### Added
|
||||
|
||||
- main list page
|
||||
- rewrite as a vue app
|
||||
- improved UI
|
||||
- ability to clone any form and shift date options (#323, #245)
|
||||
- design updates to vote page
|
||||
- some more UI enhancements
|
||||
- Maybe option for a form is configurable
|
||||
|
||||
### Fixed
|
||||
|
||||
- #82 - "user_" / "group_" prefix
|
||||
- #206 - User name is prefixed with user_, + incorrect translation
|
||||
- #461 - Forms with expire date could not be created/edited
|
||||
- #478 - Send comment bug
|
||||
- #479 - Not possible to vote for none of the options
|
||||
- #498 - "Create Form" button disabled after failed validation
|
||||
- #507 - Fix query params in eventmapper
|
||||
- #511 - No difference between hidden and open form
|
||||
|
||||
## [0.9.5] - 2018-12-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- #457 - update to 0.9.4 failed for postgres database
|
||||
- #454 - Update to 0.9.3 failed for postgresql database
|
||||
|
||||
## [0.9.4] - 2018-12-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- #453 - Forms upgrade leads to NotNullConstraintViolationException
|
||||
- #454 - Update to 0.9.3 failed for postgresql database
|
||||
- #455 - Fix color variable name in list.scss
|
||||
|
||||
## [0.9.3] - 2018-12-18
|
||||
|
||||
### Fixed
|
||||
- Fix minor problem with migration
|
||||
|
||||
## [0.9.1] - 2018-12-11
|
||||
|
||||
### Added
|
||||
- create/edit page
|
||||
- rewrite as a vue app
|
||||
- improved UI
|
||||
- introduced new NC date time picker from vue-nextcloud
|
||||
- introduced multiselect from vue-nextcloud
|
||||
- added option to allow "maybe" vote
|
||||
|
||||
- vote page
|
||||
- made forms table scrollable
|
||||
- show new vote options after voting
|
||||
- open sidebar by default on wide screens
|
||||
- Users in the admin group should be able to edit forms (#386)
|
||||
|
||||
### Changed
|
||||
- Compatibility to NC 14 and 15
|
||||
- Introduced vue
|
||||
- Changing database theme
|
||||
- Forms is a Nextcloud only app now. If you wish to proceed developing the ownCloud version, make a fork from the `stable-0.8` branch.
|
||||
|
||||
### Fixed
|
||||
- 'Edit form' did not work from form's details view (#294)
|
||||
- Bug which makes voting impossible after edit
|
||||
- Write escapes option texts to db (#341)
|
||||
- display user's display name instead of user name (#402)
|
||||
- support for asynchronus operations (#371)
|
||||
- ... a lot more minor bugs
|
||||
|
||||
See https://github.com/nextcloud/forms/milestone/9?closed=1 for all changes and additions.
|
||||
|
||||
## [0.8.3] - 2018-08-30
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- Display own participation in forms in list view
|
||||
|
||||
## [0.8.2] - 2018-08-25
|
||||
|
||||
### Added
|
||||
- Compatibility to NC 14 #360
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
- 'Edit form' did not work from form's details view #294
|
||||
- Reload of public forms with ownCloud 10 #344 #340 #283 #96
|
||||
|
||||
## [0.8.1] - 2018-01-19
|
||||
|
||||
### Added
|
||||
- Unit tests
|
||||
- App favicon
|
||||
- More languages
|
||||
|
||||
### Changed
|
||||
- New vote page design (responsive)
|
||||
- New comment design
|
||||
- A lot of clean up
|
||||
- removing header elements for public forms
|
||||
|
||||
### Fixed
|
||||
- Linebreak bug
|
||||
- Time picker bug (update to version 2.5.14, https://github.com/xdan/datetimepicker)
|
||||
- Server error, if form does not exist
|
||||
- Several CSS fixes for NC 11 and oC 10
|
||||
|
||||
## [0.8.0] - 2017-10-13
|
||||
|
||||
### Changed
|
||||
- Big UI overhaul
|
||||
- Removed oC branding from email strings
|
||||
- Removed unnecessary files
|
||||
- A lot of code rework
|
||||
|
||||
### Fixed
|
||||
- Fix date display in IE and Safari (NaN)
|
||||
- Translations
|
||||
|
||||
## [0.7.3] - 2017-07-16
|
||||
|
||||
### Added
|
||||
- French translations
|
||||
- Nextcloud 12 compatibility
|
||||
|
||||
### Changed
|
||||
- Removed some deprecated methods
|
||||
- Hide usernames in extended anonymous forms
|
||||
|
||||
## [0.7.2] - 2016-10-27
|
||||
|
||||
### Added
|
||||
- Search for users / groups in "Select..." access type (similar to sharing dialog) (thanks @scroom)
|
||||
- Bump OC version to 9.1
|
||||
- Anonymous comments / forms
|
||||
- Allow comments for unregistered / not logged in users
|
||||
|
||||
### Fixed
|
||||
- Correctly store text votes (thanks @jaeger-sb @joergmschulz)
|
||||
- Preselection on edit form page
|
||||
- Current selected access type is now clickable
|
||||
- Remove unused share manager
|
||||
|
||||
## [0.7.1] - 2016-06-05
|
||||
|
||||
### Added
|
||||
- New UI (thanks @mcorteel)
|
||||
- Search for users / groups (thanks @bodo1987)
|
||||
|
||||
### Fixed
|
||||
- Several bug fixes
|
||||
- Use correct timezone for date forms
|
||||
- Link to form
|
||||
- Only display users / groups the user is member of (except admin) (thanks @bodo1987)
|
||||
|
||||
## [0.7.0] - 2016-03-18
|
||||
|
||||
### Added
|
||||
- Show user avatars
|
||||
- Toggle all switch
|
||||
- Show login screen before error
|
||||
|
||||
### Fixed
|
||||
- Not set expire would lead to 2.1.1970 as expire date
|
||||
- Invalid characters in url hash
|
||||
- Empty description in edit
|
||||
- Many text form fixes
|
||||
- Notification checkbox fixes
|
||||
- Blank page fixes on empty votes
|
||||
|
||||
## [0.6.9.1] - 2016-02-21
|
||||
|
||||
### Fixed
|
||||
- Replaced placeholder images
|
||||
- Minor fixes, including external votes
|
||||
|
||||
## [0.6.9] - 2016-02-20
|
||||
|
||||
### Added
|
||||
- Edit forms
|
||||
|
||||
### Changed
|
||||
- New minimal version set to 8.1
|
||||
|
||||
### Fixed
|
||||
- Replaced deprecated methods
|
||||
- Switched from raw php to controller
|
||||
- Fixed several bugs
|
||||
- Edit form access
|
||||
- Vote page layout
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<name>Forms</name>
|
||||
<summary>A forms app, similar to Google Forms.</summary>
|
||||
<description>A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public).</description>
|
||||
<version>2.0.0-beta1</version>
|
||||
<version>2.0.0-beta2</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Affan Hussain</author>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"version": "2.0.0-beta1",
|
||||
"version": "2.0.0-beta2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "forms",
|
||||
"description": "Forms app for nextcloud",
|
||||
"version": "2.0.0-beta1",
|
||||
"version": "2.0.0-beta2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nextcloud/forms.git"
|
||||
|
|
Загрузка…
Ссылка в новой задаче