51 Commits (c19cc4f3c9aaa4b9df7d8a3d43a0d59dc403f078)

Author SHA1 Message Date
Keviin Åberg Kultalahti 4575285d5f fixes to transitions and adds default fade to screens 6 years ago
mike12345567 0c8026c5ce First version, still playing around with styling. 6 years ago
Martin McKeaveney fbbeb19724 adding many to many constant 6 years ago
Martin McKeaveney 2d75bc750b relationship type constant 6 years ago
Martin McKeaveney a17a1fb07b SSL config for mysql, remove rickroll 6 years ago
mike12345567 d9aa1a4890 Switching user activity state to an options field rather than boolean (more extensible). 6 years ago
mike12345567 c801203dc5 Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system. 6 years ago
mike12345567 4b1855974c Work in progress, getting the server backend mostly ready for this work. 6 years ago
mike12345567 ca20cbeeca First lot of work to update the auto fields into schema. 6 years ago
mike12345567 98b23c999d Update to add readable prop to every 'read' query to follow a consistent pattern as well as adding a get endpoint for a single query. 6 years ago
mike12345567 164c5594e3 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
Andrew Kingston 9b035df33e WIP component management and definition refactor 6 years ago
Andrew Kingston fb3a3d504e Fix new layouts having bad styling 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
mike12345567 79cfc5ea01 Fixing an issue with power user not being usable. 6 years ago
Martin McKeaveney a7789067d3 fix layout bugs, some tidy up 6 years ago
Martin McKeaveney 74f138ee9a lint 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
Andrew Kingston 75e4b4f8cd Change screen templates to be functions which can be enriched by the application 6 years ago
Martin McKeaveney f05d696ef7 email as default user identifier 6 years ago
Martin McKeaveney 277524b86e accommodate login layout 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 9b25a61706 allow editing of screen layout from modal 6 years ago
mike12345567 05225f7787 Changing the naming of access levels to be roles. 6 years ago
mike12345567 0fea7893ea Quick update to allow deleting layouts if they are not currently in use. 6 years ago
Andrew Kingston a54dd9509f Remove deprecated props, fix warnings, remove old code 6 years ago
Andrew Kingston 07229858c8 Add fade screen transition and fix navigation component casing 6 years ago
mike12345567 8a013c33c3 Major re-work, client library stills needs some work but it appears layouts and screens are no longer inter-dependent. 6 years ago
Martin McKeaveney c225d54e99 extract constant 6 years ago
mike12345567 e26baa6faf Creating CSS generation capabilities in the server. 6 years ago
mike12345567 71ca88207d Removing all reference to 'pages' in server source code, now to look at builder. 6 years ago
mike12345567 8ae24a4b30 Storing some work in commit, currently broken, further work needed - application needs cleaned up. 6 years ago
Michael Drury a423664f4c Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate. 6 years ago
Martin McKeaveney eeb6df894e feature parity with current pages, screens and store setup. Starting main bb store refactor 6 years ago
Michael Drury 7f3410204a Updates to pages so that they are written to DB and retrieved correctly. 6 years ago
Martin McKeaveney ea3162f329 screens in DB 6 years ago
Martin McKeaveney cb5c09d439 simplify user authentication, remove anon user, fix login cookie issues 6 years ago