826 Commits (fcbb27b628fb19bb91ed4ab80c19119906ca4f30)

Author SHA1 Message Date
mike12345567 cc34838f45 Updating deployment service, checking in builder the builder settings info stored in DB before deploying. 6 years ago
mike12345567 c65ed9ad46 Linting. 6 years ago
mike12345567 21978007cf Adding feature to allow configured the builder to point at a self hosted system instead of production (for deployment). 6 years ago
mike12345567 f5a9c68c69 WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use. 6 years ago
mike12345567 2546346f36 Adding the ability to change default logo URL for new apps in self hosting. 6 years ago
Martin McKeaveney 8e10a4ac7d MS SQL Server integration 6 years ago
mike12345567 7b21acd8bd Updating API key controller in self-host mode to return self host API key. 6 years ago
mike12345567 1cbe3771ab Adding in self hosted API key. 6 years ago
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
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
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 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