1143 Commits (d62f0752da8aeeac18ad7e4e9e993ea9d2ec9f36)

Author SHA1 Message Date
kevmodrome d62f0752da
fixes encoding issue of file to work with non-english chars 6 years ago
Martin McKeaveney 79c9df6ea2 v0.4.2 6 years ago
Martin McKeaveney 498d627337
Update package.json 6 years ago
Martin McKeaveney a0e6ffd3e0 v0.4.1 6 years ago
Martin McKeaveney 5a760a360c
Update package.json 6 years ago
Martin McKeaveney 0c93c17292 v0.4.0 6 years ago
Andrew Kingston 0d1ab8ce56 Remove client CSS bundle from index.html template 6 years ago
mike12345567 c3abc9fed4 Removing the static CSS bundling from the server as it is no longer required. 6 years ago
kevmodrome a300120b96
adds colorpicker to card componeent 6 years ago
mike12345567 40d855df10 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 2928a379b0 Updating builder/server in a few ways, to allow creating users with extra columns attached, allowing password to be updated in the builder and making sure that all row endpoints correctly pass through the user controller so that we can still have customised functionality for users (such as making sure password is never returned). 6 years ago
Martin McKeaveney f355a16ca4 fixing bugs found during testing 6 years ago
mike12345567 57029e737b Fixing an issue with power user not being usable. 6 years ago
mike12345567 130f69caf5 Fixing automations to use recurseMustache from utilities. 6 years ago
Andrew Kingston d0f2d4c2cd Update user editing to support new email field 6 years ago
Martin McKeaveney 71fa39ef7e lint 6 years ago
Martin McKeaveney 1c40c3dbdd rename level to role in test 6 years ago
Martin McKeaveney 2123c06df5 fix tests 6 years ago
Martin McKeaveney 0e837899a4 code review 6 years ago
Martin McKeaveney 6e664b3795 fix layout bugs, some tidy up 6 years ago
mike12345567 8a57f61607 Fixing test case and also making sure that external trigger does what its expected to. 6 years ago
mike12345567 bc9a8ef0e3 Updating test so that it doesn't chain. 6 years ago
mike12345567 5c084599ec Making chaining of automations through different row creation/deletions possible. 6 years ago
Martin McKeaveney b4fad77aae lint 6 years ago
Martin McKeaveney 81fe27f8f3 component store refactor - remove concept of currentPreviewItem and currentComponentInfo 6 years ago
mike12345567 c56bdd0751 Updating role constraints and making sure roles can't be deleted if they are in use. 6 years ago
Martin McKeaveney 79d482bfb1 replace appimage with native linux packages 6 years ago
Martin McKeaveney 274708b4e0 consolidate routing and component selection 6 years ago
Martin McKeaveney 84434741d1 allow creation of custom layouts, moving layoutId prop to top level of screen 6 years ago
Andrew Kingston 2aa9208479 Change screen templates to be functions which can be enriched by the application 6 years ago
Andrew Kingston 175be609b9 Fix bug with getting screen list in app definition 6 years ago
Andrew Kingston 883b3761d5 Fix bug with checking user access 6 years ago
mike12345567 f0d447abcd Fixing a caching bug found by cheeks. 6 years ago
Martin McKeaveney 87af1f916f update user id generation 6 years ago
Martin McKeaveney d6b00d5ebe email as default user identifier 6 years ago
mike12345567 4d57955844 Hopefully a fix for the 4001 bug we have been experiencing. 6 years ago
Andrew Kingston 8feea17521 Fix variable name in returned message when deleting a role 6 years ago
Martin McKeaveney af24967c88 accommodate login layout 6 years ago
kevmodrome 0725b3bd6d
adds rollup-json to standard-components and adds RichText to Form component 6 years ago
mike12345567 5d9175b981 Making public and basic roles accessible. 6 years ago
mike12345567 b65a554ede Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
mike12345567 eb5e1ea6d4 Quick fix and making sure CSS temp files in app directory don't get uploaded. 6 years ago
Martin McKeaveney c7a4503dd2 serve app assets 6 years ago
mike12345567 65302e1dd9 Changing the role system to have permissions integrated rather than the permissions being per user. 6 years ago
Martin McKeaveney 4466923c84 allow editing of screen layout from modal 6 years ago
mike12345567 c7ba0a9cce Linting. 6 years ago
mike12345567 abe3bdabad Linting. 6 years ago
mike12345567 05d5feb9fd Changing the naming of access levels to be roles. 6 years ago
mike12345567 fdd719aadb Quick update to allow deleting layouts if they are not currently in use. 6 years ago
Andrew Kingston ce18e253ba Remove deprecated props, fix warnings, remove old code 6 years ago