179 Commits (2cb4cb2ce936985a7de482b39bdf8f255b31bbf1)

Author SHA1 Message Date
Andrew Kingston 2cb4cb2ce9 Add header to flag whether a request originates from the client 6 years ago
Andrew Kingston 674b89df5d Fetch app definition and routes from the server 6 years ago
Andrew Kingston c1c7c8ede4 Fix fetching of relationship data in lists 6 years ago
Andrew Kingston 9ce7817233 Fix data binding after file rename 6 years ago
Andrew Kingston 0ff8a9a67b Add data binding enrichment 6 years ago
Andrew Kingston 1bd2fac9b2 Update all components to be renderable and styleable 6 years ago
Andrew Kingston a18a861177 Refactor entire SDK into client lib and enable svelte context sharing between client and components 6 years ago
mike12345567 d63054a426 Updates for screen refactor - finishing off getting everything over to the class based system. 6 years ago
Andrew Kingston 1ab29e05b1 Remove log statements 6 years ago
Andrew Kingston 94458b3907 Add lots of new work on client library rewrite 6 years ago
Andrew Kingston cbeea17db0 Add initial new routing and svelte client app generation 6 years ago
Andrew Kingston 0f12f19619 Fix client errors 6 years ago
Andrew Kingston aa70eab935 Add majority of API interactions to SDK 6 years ago
Andrew Kingston e24a89af56 Tidy up standard components 6 years ago
Andrew Kingston f8732b3038 Add initial work on component SDK 6 years ago
mike12345567 3d6f50ee5d Improving consistency of how appId is retrieved and making sure it is valid when being used. 6 years ago
mike12345567 7600710125 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 eca97f6f57 Linting. 6 years ago
mike12345567 472305d214 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 e1b3982bab Fix crash when saving rows 6 years ago
Michael Drury b3fbffdfdc Fixing issue with appId being checked when undefined. 6 years ago
Michael Drury 42b16069a6 Fixing issue that was breaking linting. 6 years ago
Michael Drury 0cc837b220 Updating server test cases with the header for appId. 6 years ago
Michael Drury 957706fc91 Linting and fixing client test case, have to mock getAppId as the location will never be set during testing. 6 years ago
Michael Drury a35b6a57f9 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 0c81516662 Some more re-work, more testing needed to auth stuff. 6 years ago
Michael Shanks 158240bc3b auth - standard-components not loading, windows 6 years ago
Michael Shanks 492c45f169 fixes home route matching everything 6 years ago
Andrew Kingston 5253534a05 Fix link 6 years ago
Michael Shanks acd17a6668 client - sanitize urls, so we can match routes with nasty chars 6 years ago
Andrew Kingston 711fab2269 Fix crashing whenever hitting an API error from client app 6 years ago
Andrew Kingston c627c1d7d7 Fix popstate client routing events 6 years ago
Andrew Kingston 5f7103f508 Add new Delete Row action which can be used in client apps 6 years ago
Martin McKeaveney 1238f85890 replacing pathname 6 years ago
Martin McKeaveney 8a936e0927 more auth bugfixes 6 years ago
Michael Shanks 3914d63dee app screen routing - routes are no case insensitive 6 years ago
Andrew Kingston 59b12af15c Add support for client app ID routing when serving on a LAN ip address 6 years ago
Andrew Kingston 47a772a200 Fix images and lots of other string escaping not working 6 years ago
mike12345567 d90c1e3dd3 Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing. 6 years ago
mike12345567 bb3370e742 Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet. 6 years ago
Michael Shanks 58b5502f77 Save Record Action 6 years ago
Michael Shanks b8f759a15e fix: Navigate To & Other Actions broken 6 years ago
Michael Shanks 03fe8983c6 fix: override client context store on create 6 years ago
Michael Shanks 1a012515f9 fix: re-exposing store in component api, as form depends on it 6 years ago
Michael Shanks f975237417 stop coercing values on the server - do on client instead 6 years ago
Michael Shanks ed23f23c89 some comments 6 years ago
Michael Shanks 14aa33705f events hooked up and working 6 years ago
Andrew Kingston 45791b68c9 Remove client workflow execution 6 years ago
Michael Shanks 72492da29e event panel rework backup 6 years ago
Michael Shanks 82e99c3fd7 some styling changes from code review 6 years ago