1420 Commits (dec15229668f461e625cfc9f9ea2fd2c19b244d7)

Author SHA1 Message Date
Andrew Kingston fba15e6d70 Remove client CSS bundle from index.html template 6 years ago
mike12345567 3959a18406 Removing the static CSS bundling from the server as it is no longer required. 6 years ago
kevmodrome 2fcdf3483b adds colorpicker to card componeent 6 years ago
mike12345567 36432a490f 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 4ce920df01 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 4d5ac0ee9e 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 fb569a4425 fixing bugs found during testing 6 years ago
mike12345567 79cfc5ea01 Fixing an issue with power user not being usable. 6 years ago
mike12345567 9a63252666 Fixing automations to use recurseMustache from utilities. 6 years ago
Andrew Kingston 1c73786226 Update user editing to support new email field 6 years ago
Martin McKeaveney b7f628e250 lint 6 years ago
Martin McKeaveney c00af29fbc rename level to role in test 6 years ago
Martin McKeaveney cffa809316 fix tests 6 years ago
Martin McKeaveney ccb6b59588 code review 6 years ago
Martin McKeaveney a7789067d3 fix layout bugs, some tidy up 6 years ago
mike12345567 837778c250 Fixing test case and also making sure that external trigger does what its expected to. 6 years ago
mike12345567 ed292db82e Updating test so that it doesn't chain. 6 years ago
mike12345567 63f38ce99d Making chaining of automations through different row creation/deletions possible. 6 years ago
Martin McKeaveney 74f138ee9a lint 6 years ago
Martin McKeaveney a9d0c68a60 component store refactor - remove concept of currentPreviewItem and currentComponentInfo 6 years ago
mike12345567 3339f364b6 Updating role constraints and making sure roles can't be deleted if they are in use. 6 years ago
Martin McKeaveney 0439a101a3 replace appimage with native linux packages 6 years ago
Martin McKeaveney 6b5c1ffafa consolidate routing and component selection 6 years ago
Martin McKeaveney 3b049bc286 allow creation of custom layouts, moving layoutId prop to top level of screen 6 years ago
mike12345567 ffad7bb3d0 Some work towards replication of couch locally. 6 years ago
Andrew Kingston 75e4b4f8cd Change screen templates to be functions which can be enriched by the application 6 years ago
Andrew Kingston 0eb599ee16 Fix bug with getting screen list in app definition 6 years ago
Andrew Kingston cecf4e9bca Fix bug with checking user access 6 years ago
mike12345567 1c37299107 Fixing a caching bug found by cheeks. 6 years ago
mike12345567 bf82348f9f Hopefully a fix for the 4001 bug we have been experiencing. 6 years ago
Martin McKeaveney ad4e4e4679 update user id generation 6 years ago
Martin McKeaveney f05d696ef7 email as default user identifier 6 years ago
mike12345567 6f3c4ba0ea Hopefully a fix for the 4001 bug we have been experiencing. 6 years ago
mike12345567 ee37bca225 Quick fixes for self deployment. 6 years ago
Andrew Kingston a8a8b60a55 Fix variable name in returned message when deleting a role 6 years ago
mike12345567 a5d2e9a3b9 Some work to not contact lambda or use quotas when deploying locally. 6 years ago
Martin McKeaveney 277524b86e accommodate login layout 6 years ago
kevmodrome 5d686e22ff adds rollup-json to standard-components and adds RichText to Form component 6 years ago
mike12345567 623afd6459 Making public and basic roles accessible. 6 years ago
mike12345567 2a41f57382 Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
mike12345567 c0ccf67283 Quick fix and making sure CSS temp files in app directory don't get uploaded. 6 years ago
Martin McKeaveney c0c8c430ea serve app assets 6 years ago
mike12345567 19faffff83 Changing the role system to have permissions integrated rather than the permissions being per user. 6 years ago
Martin McKeaveney 9b25a61706 allow editing of screen layout from modal 6 years ago
mike12345567 4319c4bb3f Linting. 6 years ago
mike12345567 326551d2ed Linting. 6 years ago
mike12345567 05225f7787 Changing the naming of access levels to be roles. 6 years ago
mike12345567 3dde3e0581 Making sure deployment object is used everywhere to hide all underlying deployment properties. 6 years ago
mike12345567 103161c7a8 Expanding on deployment, attempting to hide all the quota stuff behind layers that we can more easily abstract, as well as hiding away any AWS specific features in the index of deployment. 6 years ago
mike12345567 ac6b2aa6c8 Initial work, layout out some work which will eventually become docker compose, just using bash scripts for now. 6 years ago