4067 Commits (a3e959daa82b3bce00f04ef6d913e42edb4f3cd8)

Author SHA1 Message Date
Andrew Kingston a3e959daa8 Add position option to background image 6 years ago
Andrew Kingston e7f4b9c241 Center background image component 6 years ago
Andrew Kingston d27dff0261 Make user data source refreshable in client apps 6 years ago
Andrew Kingston a67a8fb957 Add log out button action 6 years ago
Andrew Kingston 5ea2ad9010 Fix permissions when fetching enriched rows 6 years ago
Andrew Kingston 0988f27f15 Add external setting for links 6 years ago
Andrew Kingston 624ad79c95 Add background image component 6 years ago
Andrew Kingston dd0fee3dc3 Pull enriched user when logging in to client app so that relationships are available as bindings 6 years ago
Andrew Kingston ac46cbdb14 Add button action for login 6 years ago
Andrew Kingston 1b5ac74150 Fix crash when schema doesnt exist for a datasource 6 years ago
Martin McKeaveney a0456e86bd v0.8.3 6 years ago
mike12345567 78286ae514 Minor update to fix an issue when updating a row that it would throw an error with 1->to->many relationships on existing relationships for that row, as well as cleaning up how relationshipType is put onto the linked table. 6 years ago
Martin McKeaveney 779deddc5a v0.8.2 6 years ago
Martin McKeaveney c73c77448c bugfixes 6 years ago
Martin McKeaveney bf7bc51566 fix user creation relationships bug 6 years ago
mike12345567 51ed23d0a7 Updating link controller to manage existing column comparison a bit better. 6 years ago
Martin McKeaveney e72057499a v0.8.1 6 years ago
Martin McKeaveney 595dc55f39 fixing 1:N UI order 6 years ago
Martin McKeaveney e75355cfa3 Update Dockerfile 6 years ago
Martin McKeaveney b4996ccb4d v0.8.0 6 years ago
Martin McKeaveney fbbeb19724 adding many to many constant 6 years ago
Martin McKeaveney 2d75bc750b relationship type constant 6 years ago
mike12345567 429811ec8b Wrapping throws in new errors. 6 years ago
mike12345567 a311002632 Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other). 6 years ago
Martin McKeaveney 89350c91d1 refactor 6 years ago
Martin McKeaveney bcaed4f4e4 Server side data integrity for 1:N 6 years ago
Andrew Kingston 8d496a49b4 Update backend linked row selector to support new relationship object 6 years ago
Andrew Kingston c3a74c5006 Update picker to use null as default placeholder value 6 years ago
mike12345567 641fd42686 Fixing coercion of null to empty string for options fields. 6 years ago
mike12345567 468ee7ac0c Fixing an issue with option fields not being unselectable. 6 years ago
Andrew Kingston bd5bac4ef2 Add support for new relationship objects in client app bindings 6 years ago
Andrew Kingston aab74cce1a Add support for new relationship objects in client apps 6 years ago
Andrew Kingston bf384697d3 Add support for new relationship object in backend table 6 years ago
Martin McKeaveney 19fb11e69d 1-n-data-integrity 6 years ago
mike12345567 91878ed2ce Having the server send out _id and primaryDisplay in an object for relationships, also accepting objects and coercing them on way in. 6 years ago
Andrew Kingston 8e0aaf0daa Remove front end validation on password when editing users 6 years ago
Martin McKeaveney ed6a77a55d mysql key length 6 years ago
Martin McKeaveney 4223078a68 fix undefined 1:N dropdown selection 6 years ago
mike12345567 73636d8f78 Copying the table on way in so that after function call the input table can be copied to output table to decide whether to save. 6 years ago
Martin McKeaveney 73b6995a57 prevent null being appended to binding box 6 years ago
mike12345567 a69cc49501 Updating group by functionality, so that relationships aren't an option. 6 years ago
mike12345567 d16015587f Fixing an issue where the table that a view was attached to was not being retrieved correctly, inhibiting the ability to enrich with relationships. 6 years ago
Martin McKeaveney a17a1fb07b SSL config for mysql, remove rickroll 6 years ago
mike12345567 9cd7c24a6a Formatting. 6 years ago
mike12345567 aed2e2c49a Fixing some CSS bugs in the automation bindings popover. 6 years ago
mike12345567 fdda55837f Formatting. 6 years ago
mike12345567 8f9ea1cd8a Minor change, making sure each link is definitely unique by combining each of its three unique properties into a uniqueness hash, was missing one of the components. 6 years ago
Martin McKeaveney 24945b860d show all query types in form component 6 years ago
Michael Drury 2ac101630b Updating packages in builder and server, making build work in Windows. 6 years ago
mike12345567 90f9be36dd Using cross-env instead of pure environment variable specification to make it work on windows. 6 years ago