347 Commits (fab9f8f1c80eef3c4f0bddd2943769a79d711fc3)

Author SHA1 Message Date
mike12345567 bbe085f734 Some changes for authentication and getting rid of allScreens component of store as it was causing confusion and breakages. 6 years ago
Martin McKeaveney 3ba8f19e7f more filtering updates 6 years ago
Martin McKeaveney 11927d2340 adding sum and count functionality, preventing user from doing bad filters 6 years ago
Martin McKeaveney 3abf7daa73 frontend bug fixes, remove bindable prop, add not equals filter 6 years ago
Andrew Kingston 313b26982e Rename usages of primary display column to just display column 6 years ago
Michael Drury 94ceff1bbd Fixing an issue where linked record column deletion was not correctly removing relationships. 6 years ago
Andrew Kingston a7118a542d Ignore column renaming if the rename has the same name 6 years ago
Martin McKeaveney 1601a9b2a2 lint 6 years ago
Martin McKeaveney db72b29eaf update row_save event 6 years ago
Martin McKeaveney e95af51cde simplify user authentication, remove anon user, fix login cookie issues 6 years ago
mike12345567 686d85f07e Adding 501 not implemented errors to screen API which did not have a controller previously. 6 years ago
mike12345567 3fd5e7e578 Removing deprecated function - exists. 6 years ago
mike12345567 407d7606e9 Destroying instance DBs for an app before it is deleted. 6 years ago
Martin McKeaveney 34bfef5661 bulk deletes on grid 6 years ago
kevmodrome f386dba290
add back missing param to validate call on record post route 6 years ago
mike12345567 4e000a8904 Updating formatting. 6 years ago
kevmodrome 1e1662d265
lint fixes 6 years ago
mike12345567 47b97225a8 Improving consistency of model saving, making sure that any validation which could fail happens before any updates are carried out. 6 years ago
mike12345567 9bf568ecb1 Fixes for deleting records when a table is deleted. 6 years ago
Martin McKeaveney 7f7594895b adding auth object to context rather than separate booleans 6 years ago
Michael Shanks 72774e7fe9 code review changes 6 years ago
Martin McKeaveney 3f81757faa deployment API usage complete 6 years ago
mike12345567 73e0e37c66 Fixing some bugs with JWT creation not getting an API key. 6 years ago
mike12345567 4147e8872b Updating tests and re-formatting. 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 6f890dbe85 :app to _app : bugfix 6 years ago
Martin McKeaveney f75f0f5f28 updated quota fixes 6 years ago
Michael Shanks e083d60597 merge from master 6 years ago
Martin McKeaveney c885382225 code review 6 years ago
mike12345567 ba758905cc Removing sanisation, instead just using it as a central path system. 6 years ago
mike12345567 334b4b1696 Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters. 6 years ago
Michael Shanks 9f3bc07729 bugfix - appId not recognised in static.js controller 6 years ago
Martin McKeaveney c9f791f250 remove log 6 years ago
Martin McKeaveney 8880e7574b tidy up 6 years ago
Michael Shanks eaa8d91392 merge from master - including fixes 6 years ago
Martin McKeaveney 3f4fa0674d update deployment quota after deploy 6 years ago
kevmodrome 579166082d
fix delete functionality 6 years ago
mike12345567 93281e2adc Using array de-structuring as per review. 6 years ago
Martin McKeaveney 212a24348a hitting deployment success endpoint 6 years ago
Andrew Kingston 36cb7eaee6 Fix crashing on creating a record with fields of type link or options due to coercing values 6 years ago
Martin McKeaveney a482d0a23e check that deployment is possible using lambda API 6 years ago
mike12345567 f2b7d85b6e Fixing up middleware to handle uploads, views, records, automation runs and users. 6 years ago
mike12345567 a6e409a062 Quick change after diffing and looking through everything. 6 years ago
mike12345567 691ea16998 Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system. 6 years ago
Michael Shanks bbff4db649 a few changes from code review 6 years ago
mike12345567 fc2e2a8804 First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys. 6 years ago
Michael Shanks f3c941a023 broken tests 6 years ago
Martin McKeaveney c9cfa2c5f9 cleaner parsing 6 years ago
mike12345567 f3c4144072 Minor update to remove send grid from the API component of the builder and make them part of the automation itself. 6 years ago