All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- [UI] node prune location (#184)
- [API] creation of new logic elements
- [API] node prune location (#184)
- Fixed typo #185
- node prune location (#184)
- use monorepo (#221)
- update to node 20 (#228)
- fix missing python error in api (#199)
- [API] fix change user role (ohmyform/api#49)
- [API] update sqlite to 5.1.6
- [API] delete visitors on form delete (#181)
- [API] add mutation to delete submissions as form admin (#186)
- [UI] add interface to delete submissions as form admin (#186)
- [UI] update translations: hi, ja, pt_BR, uk
- make nginx listen on ipv4 and ipv6 (#232)
- [UI] default form now has an end page
- [UI] sorting of fields in excel export
- [API] missing encode / decode for form fields within submissions (https://github.com/ohmyform/ui/commit/30ff2c96bca20c1641d9cbb96c34cce934e1afea#r68602651)
- [API] form field resolvers were missing
- [API] node-gyp update to enable build on osx 12.3
- [API] creating of new fields
- [API] notifications / hooks / pages and buttons encode and decode their ids
- [API] add start and end page to form create call
- minimal configuration example for caddy server (#167)
- [API] form hooks should only be queryable for form admins
- [UI] field sort in excel submission export (#163)
- [API] error sending notification when field is not defined (#161)
- docker restart policy (#164)
- [UI] map field type
- [UI] update translations (ohmyform/ui#70)
- [UI] show warning icon in form list if not public
- [UI] default form layout is now "card"
- [UI] creating of new fields combined in new field types
- [UI] locale scripts were missing dependency
- [UI] edit user shows now email in title
- [UI] focus is now passed also do slide layout fields
- [UI] empty fields are no longer submitted
- [UI] stuttery form because of logic rerenders
- [API] allow one field nested data to be submitted
- [API] only update user fields in update mutation if they changed
- [API] form delete
- [API] field submission without value field
- [API] start using hashids to prevent insights into form ids (https://hashids.org/javascript/)
- [UI] ability to change user passwords
- [UI] add default page background
- [UI] add environment list in doc
- [UI] show error message on homepage in case there is a problem with api connection
- [UI] new slider field type
- [UI] new card layout for forms
- [UI] field logic
- [UI] add environment config
- [UI] anonymous form submissions (fixes #108)
- [UI] checkbox field type (fixed #138)
- [UI] combined notificationts to become more versatile
- [UI] use exported hooks for graphql
- [UI] disable swipe gesture
- [UI] upgrade to nextjs 12
- [UI] change default value from value to defaultValue
- [UI] handle options and values as json correctly
- [UI] exclude empty submissions per default (#153)
- [UI] links at the bottom for new users
- [UI] fixes for hide contrib setting
- [UI] fix problem with node-prune on production build
- [UI] translation for prev / continue during form submission
- [UI] reload form list after adding new one (#139)
- [UI] android screen size fix (#114)
- [UI] sending finish mutation (ohmyform/ui#67)
- [UI] fix dev documentation (ohmyform/ui#65)
- [UI] remove next/image as it does not work with static exports (#154)
- [UI] switch back to form.prefixName (#150)
- [UI] upgrade all packages to latest versions
- [UI] upgrad all packages
- [API] logic backend components
- [API] forms now have multiple notification
- [API] layout for forms
- [API] mariadb / mysql support (fixes #143)
- [API] user confirmation tokens
- [API] email verification
- [API] idx for fields and logic to have stable order
- [API] ability to load submission by id if token is present
- [API] anonymous form submissions (fixes #108)
- [API] ability to filter for partial / completed or empty submissions
- [API] migration tests for all commits
- [API] switched from mongoose to typeorm, with support right now for postgres and sqlite
- [API] colors object removed the "colors" postfix
- [API] if unsupported database engine is used error is thrown during startup
- [API] improved eslint checks
- [API] validate submission field data and store it json encoded
- [API] forms are no longer finished on 100% but instead on finish mutation
- [API] field default value renamed from value to defaultValue
- [API] env list in doc
- [API] version env variable for yarn
- [API] path argument error (#149)
- [API] webhook and form submission (ohmyform/api#37)
- [API] sqlite migration fixes to allow changes to tables
- [API] upgraded all packages
- switched to supervisord based combined container
- upgrade to node 16
- heroku deployments
- fix problem with node-prune on production build
- variable names in examples (#134)
- error if /run/nginx already exists (#148)
- fix combine images
- [UI] Submission export
- [UI] Lokalize reference
- [UI] updated french translations by @Vercety87
- [UI] upgrade to node 14 (#99)
- [UI] missing dependency to @apollo/client
- [UI] footer rendering during authentication check
- [UI] authentication check for profile page
- [API] more languages
- [API] upgrade to node 14 (#99)
- improved german translation (ohmyform/ui#28)
- colors for landing page buttons
- menu selection type
- upgraded dependencies
- slug for fields to be able to set value by url parameter
- form submission hokks
- default index.html for api without bundled ui
- slug for form fields can now be saved
- submission webhooks with ability to customize json payload
{ form: ID submission: ID created: DateTime lastModified: DateTime fields: [ { field: ID slug: String value: any } ] }
- minify containers to reduce layer size
- bug in settings resolver with nullable fields
- bug if user was deleted and form still exists
- do not show login note if it is not set
- typo in dropdown options #96
- query parms are not parsed ohmyform/ui#27 #100
- errors because of missing user reference (#102)
- container now runs as non root user
DEFAULT_ROLE
->admin
|superuser
|user
- withuser
being the default, making it possible that new users can create their own forms after creatingLOGIN_NOTE
-> markdown for Login Page, to show info text on login pageHIDE_CONTRIB
-> ability to hide contribution banner- mobile improvements for lists and home page
- markdown support for page paragraphs and field description
- hideable omf badge
- login notes
- username in admin toolbar
- github stars in multiple places
- verified spanish translations ohmyform/ui#23
- di on setting resolver, prevented signup settings to be visible in ui
- return admin of form also for admins
- yes / no field fixed on admin and user view
- prev property error on div
- rating field default on admin
- number field defaults
- translations for field validation
- number validation
- side menu only shows accessible entries
- Fetch Server Settings to determine if signup is available
SPA
env variable to have static page with loading spinner before redirectde
,fr
,es
,it
,cn
base folders for translations- finish translating
de
anden
- add
yarn translation:sort
to order translations (to ensure the same order when we add / change translations) - add
yarn translation:missing <lang>
to print a list of missing translations for the given language (this takesen
as a baseline) - travis for tests
- eslint with prettier
SIGNUP_DISABLED=true
to prevent users from signing upexport
uses now spa mode for initial loading screen- OMF#93 dropdown options are not saved
- redirect attempts on static export
- startup error with invalid create admin config
- nginx example
- load balanced example
- minimal example
- docker-compose mongo data dir to persist data