360 Commits (fc01bdaac9ffebf99382d9237f8a3fcec0cb275f)

Author SHA1 Message Date
Andrew Kingston 21a9840b8b Add header to flag whether a request originates from the client 6 years ago
Andrew Kingston 9c30ab2df3 Fetch app definition and routes from the server 6 years ago
Martin McKeaveney 09bd7da1db add optional chain back in 6 years ago
Andrew Kingston 3dcd9d32e2 Fix fetching of relationship data in lists 6 years ago
Martin McKeaveney a00bf70d29 further store tidy up, derive selected page 6 years ago
Andrew Kingston e9fc20696b Fix data binding after file rename 6 years ago
Andrew Kingston 261ae68907 Add data binding enrichment 6 years ago
Martin McKeaveney 26cfb54a0f nested routing UI up and running, refactor drag and drop functionality by decoupling store from components 6 years ago
Andrew Kingston cdb8ff3563 Update all components to be renderable and styleable 6 years ago
Andrew Kingston 1a8d781c8c Refactor entire SDK into client lib and enable svelte context sharing between client and components 6 years ago
mike12345567 e793c46097 Updates for screen refactor - finishing off getting everything over to the class based system. 6 years ago
Andrew Kingston 65610fde3c Remove log statements 6 years ago
Andrew Kingston e11656fa24 Add lots of new work on client library rewrite 6 years ago
Andrew Kingston 3a981ac256 Add initial new routing and svelte client app generation 6 years ago
Andrew Kingston bf5aa49e4d Fix client errors 6 years ago
Andrew Kingston 299dcbab3d Add majority of API interactions to SDK 6 years ago
Andrew Kingston 921cae0cbc Tidy up standard components 6 years ago
Andrew Kingston 499ad2e35d Add initial work on component SDK 6 years ago
mike12345567 2467043f35 Improving consistency of how appId is retrieved and making sure it is valid when being used. 6 years ago
mike12345567 f2e1f1f4e9 The API that the components library would use was not always consistent with the API client library would use and this would sometimes break things. 6 years ago
mike12345567 5f0912e6ff Linting. 6 years ago
mike12345567 ce12325b8c Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 6 years ago
Andrew Kingston 7aa8d7870d Fix crash when saving rows 6 years ago
Michael Drury 016e09eb81 Fixing issue with appId being checked when undefined. 6 years ago
Michael Drury 684df38561 Fixing issue that was breaking linting. 6 years ago
Michael Drury 4f28bd9430 Updating server test cases with the header for appId. 6 years ago
Michael Drury 19bcecf9f3 Linting and fixing client test case, have to mock getAppId as the location will never be set during testing. 6 years ago
Michael Drury ac73b5c4aa Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId. 6 years ago
mike12345567 a1fd261af6 Some more re-work, more testing needed to auth stuff. 6 years ago
Michael Shanks a9d9e14e22 auth - standard-components not loading, windows 6 years ago
Michael Shanks 1a8c2907ca fixes home route matching everything 6 years ago
Andrew Kingston 19bfa87859 Fix link 6 years ago
Michael Shanks ab23d02f4b client - sanitize urls, so we can match routes with nasty chars 6 years ago
Andrew Kingston 0c61fe60a2 Fix crashing whenever hitting an API error from client app 6 years ago
Andrew Kingston 92a6bd1a6d Fix popstate client routing events 6 years ago
Andrew Kingston 536e1f2ab3 Add new Delete Row action which can be used in client apps 6 years ago
Martin McKeaveney 5565bd2124 replacing pathname 6 years ago
Martin McKeaveney f163027ca8 more auth bugfixes 6 years ago
Michael Shanks 9ee36ef2c0 app screen routing - routes are no case insensitive 6 years ago
Andrew Kingston db8e0b03c4 Add support for client app ID routing when serving on a LAN ip address 6 years ago
Andrew Kingston 339bb8b76c Fix images and lots of other string escaping not working 6 years ago
mike12345567 5d49d529e3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 fdaa69ee7f Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks 2e76e1f0f4 Save Record Action 6 years ago
Michael Shanks dd31e19400 fix: Navigate To & Other Actions broken 6 years ago
Michael Shanks cacd735961 fix: override client context store on create 6 years ago
Michael Shanks 7fe7c9b286 fix: re-exposing store in component api, as form depends on it 6 years ago
Michael Shanks 0735eaa523 stop coercing values on the server - do on client instead 6 years ago
Michael Shanks d951edad61 some comments 6 years ago
Michael Shanks d3225cb51f events hooked up and working 6 years ago