80 Commits (d0eb8c38c5ffc13bc69d83cd602697d223ce2ac8)

Author SHA1 Message Date
Keviin Åberg Kultalahti f88368260d some more typo fixes 6 years ago
Keviin Åberg Kultalahti 1798511811 fix typos and linting issues 6 years ago
Keviin Åberg Kultalahti 21902aff14 fixes spelling error 6 years ago
Keviin Åberg Kultalahti 20e6279ee1 adds catch-all notification to some requests that aren't caught in the API 6 years ago
Keviin Åberg Kultalahti 737c9fe52f adds notifications to running queries 6 years ago
Keviin Åberg Kultalahti 0832fc5e86 changes notification handling from catch-all to specific messages per action 6 years ago
Keviin Åberg Kultalahti 1f13fb3bd2 adds success notification messages to row API 6 years ago
Keviin Åberg Kultalahti 57dcaefa8b update catch all error message 6 years ago
Keviin Åberg Kultalahti 37c2b51095 failing API calls now display errors using the toast 6 years ago
Martin McKeaveney b42c50ba9d fix dynamic params 6 years ago
Martin McKeaveney 49477d3ac9 styling, async data fetching 6 years ago
Martin McKeaveney 5aa7edda64 use dynamic input in query 6 years ago
mike12345567 e14e5c85f2 Fixing removal of full path function (adding back original functionality). 6 years ago
Andrew Kingston c6532303ce Remove hostname check when creating API endpoint URLs now that they are proxied 6 years ago
Martin McKeaveney d710874ef1 binding data context in component 6 years ago
Michael Shanks b2daff6285 Trigger Automation from frontend actions 6 years ago
Martin McKeaveney 98a7085bbc Allow dynamic query execution from front end components 6 years ago
Andrew Kingston 97dfc14007 Bundle app ID inside apps, rather than trying to find it dynamically 6 years ago
Martin McKeaveney 37ef32a173 switching between queries 6 years ago
mike12345567 49f56ebd53 Version working with reverse proxy, need to just change settings menu in builder now to use this properly. 6 years ago
Martin McKeaveney 0be3c722b8 allow execution of external connector queries from button clicks 6 years ago
Martin McKeaveney d6b00d5ebe email as default user identifier 6 years ago
Andrew Kingston 907c0fcfda Add button actions, simplify contexts and tidy up 6 years ago
Andrew Kingston ad5fc0e780 Simplify data contexts 6 years ago
Andrew Kingston 32a143cf41 Add support for full depth data binding 6 years ago
Michael Drury 7f3f11c68b Fixing issues thrown up by PR. 6 years ago
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 a18a861177 Refactor entire SDK into client lib and enable svelte context sharing between client and components 6 years ago
Andrew Kingston f8732b3038 Add initial work on component SDK 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 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 42b16069a6 Fixing issue that was breaking linting. 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
Andrew Kingston 5253534a05 Fix link 6 years ago
Andrew Kingston 711fab2269 Fix crashing whenever hitting an API error from client app 6 years ago
Andrew Kingston 5f7103f508 Add new Delete Row action which can be used in client apps 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 f975237417 stop coercing values on the server - do on client instead 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 82afa707f2 merge from master 6 years ago
Michael Shanks 9e6f6c5292 bindings... allowing unescaped urls, but not html tags 6 years ago
Michael Shanks 753fb27eb8 client lib - new binding 6 years ago
Michael Shanks bf1da9e94e removal of appRoot - appId comes in cookie 6 years ago