105 Commits (dde7cf9fc4b1ca9fb1f6698bc6f910341c74612e)

Author SHA1 Message Date
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
mike12345567 557bd2df9f Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 5 years ago
Peter Clement 17438372d0 Add ability for user to select 'List' data type for a column 5 years ago
mike12345567 10730d8053 Implementing UI to support the backend put in place. 5 years ago
Andrew Kingston 938ae65132 Use app name as default layout title 5 years ago
Andrew Kingston 2693878a72 Remove a lot of hacks around screenslots and allow naming them 5 years ago
Martin McKeaveney c1abbc1493 definitions and tidy up 5 years ago
Andrew Kingston 6f0bbce083 Add gap to default screen in new apps 5 years ago
Andrew Kingston 2333754862 Update autoscreens and default layouts to use new component props 5 years ago
mike12345567 5389878801 Moving definitions to central location and adding a few more definitions. 5 years ago
mike12345567 aea08af49c Formatting. 5 years ago
mike12345567 ffc54c3720 First attempt and re-writing a portion of the server in typescript. 5 years ago
Andrew Kingston d7cc6836a9 Fix instance name on layouts 5 years ago
Andrew Kingston 9c453596ab Fix empty layout being created with top navigation 5 years ago
Andrew Kingston bcbced72c2 Fix styles of default server generated layouts 5 years ago
Andrew Kingston 0867c98c43 Make navigation respect width setting 5 years ago
Andrew Kingston 39ec42d135 Add content width setting to layouts 5 years ago
Andrew Kingston c77f8e45fd Update server generated layouts and improve layout styles 5 years ago
mike12345567 4950db460c Formatting. 5 years ago
Keviin Åberg Kultalahti d541e60243 wip layout compoent 5 years ago
Andrew Kingston 18a175e87a Update layouts to use new container props and be more responsive 5 years ago
mike12345567 c00f1ea0bc Adding schema validation and API endpoint to data sources for query. 5 years ago
Andrew Kingston 6c960dd9e2 Replace font-weight 500 with 600 as source sans pro does not have a 500 weight, and update autoscreens and templates to use source sans pro 5 years ago
Andrew Kingston 3f9bdd9589 Remove dependency on server repo to provide logo URL to navigation component 5 years ago
Martin McKeaveney 0fce78d19d removing electron config 5 years ago
Martin McKeaveney 617a3035d2 amend s3 path URL 5 years ago
Andrew Kingston 2f29573df5 Replace logo in navigation template with new space logo 5 years ago
mike12345567 d301ea48a9 Removing all login/logout functionality from apps. 5 years ago
Andrew Kingston 550ea1a70d Add missing properties to first name and last name user schema 5 years ago
Martin McKeaveney c3dc5bae76 cron automation trigger end to end 5 years ago
mmckeaveney 025616d7cc groundwork for cron automation trigger 5 years ago
mike12345567 cea82f9335 A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 5 years ago
Michael Drury 5006ca90c4 Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 a14c80bf6c Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 5 years ago
mike12345567 76ceb6a951 Some re-work of the auth package, making it a bit easier to use/less likely to make a mistake. 6 years ago
mike12345567 eaa89c824e Updating the server to remove use of the email in the user ID. 6 years ago
mike12345567 8cde219db9 First pass of global user configuration through existing user API with role mappings. 6 years ago
mike12345567 95efc26839 Some refactoring of utilities and constants, as well as documenting work carried out here. 6 years ago
mike12345567 c91f21f8e2 Fixing an issue with attachments. 6 years ago
mike12345567 fca242b9ee Updating API keys and changing over system to allow use of builder endpoints when running in cloud. 6 years ago
mike12345567 c49637db47 Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 6 years ago
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