1360 Commits (03044d36fe951ab32a20adee13ffd82a6ea07b5b)

Author SHA1 Message Date
Martin McKeaveney 8d92692593 v0.7.7 6 years ago
mike12345567 a1b4572252 Fixing a minor issue with self hosting deployment/app creation. 6 years ago
Michael Shanks 73d34434ff Updated copyright line in license files 6 years ago
Martin McKeaveney 24c2dd2cdb code review 6 years ago
Martin McKeaveney 4766d21340 clean up index on table deletion 6 years ago
Martin McKeaveney 9c7a373fb0 primary and secondary index fields 6 years ago
mike12345567 182d720051 Fixing a minor issue with self hosting deployment/app creation. 6 years ago
mike12345567 821de55363 Adding basic permissions test which proves a public user can read from a table, but cannot write. 6 years ago
mike12345567 9fb4c14835 Some more fixes after testing permissions a bit further. 6 years ago
Andrew Kingston da0fce0e8d Fix server query tests 6 years ago
Andrew Kingston 10a9b8034a Fix relationships not being saved for new rows 6 years ago
mike12345567 3712de65ee Make sure both directions exist. 6 years ago
mike12345567 04035a24e9 Quick fix to make sure all relationships link to a valid, existing doc. 6 years ago
mike12345567 ec5f9788c5 Fixing minor bug with permission add. 6 years ago
mike12345567 cc02397b01 Fixing issues with builtin roles living in the database as well as in code (easier to change in the future this way) - discovered by basic test case. 6 years ago
Martin McKeaveney 05353c7666 backwards pagination 6 years ago
Martin McKeaveney 36f3bbf6dd user search 6 years ago
Martin McKeaveney 7ef56de1be indexable fields 6 years ago
mike12345567 c0aaaf0046 Some more work and start of a test case towards resource permissions. 6 years ago
mike12345567 7a65a59c78 Making use of the resourceId in the middleware package. 6 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 6 years ago
mike12345567 a55d836c33 Adding in resource IDs everywhere they should be accessible. 6 years ago
Martin McKeaveney d3e44268ed v0.7.6 6 years ago
Martin McKeaveney 67371ab25f v0.7.5 6 years ago
Martin McKeaveney 2a78d1f419 test 6 years ago
mike12345567 39a16b93f8 Further work, need to have a larger think about the API of this. 6 years ago
mike12345567 98b23c999d Update to add readable prop to every 'read' query to follow a consistent pattern as well as adding a get endpoint for a single query. 6 years ago
mike12345567 5f582dd1dc Initial work towards rbac. 6 years ago
mike12345567 768ea706e6 Quick fix for self hosting error in logs. 6 years ago
mike12345567 5ba9f1a65e Fixing some issues found with users and row updates, specifically relationships and numbers. 6 years ago
Martin McKeaveney dd1419f2eb v0.7.4 6 years ago
Martin McKeaveney 8d8cdcd732 app export with space in name 6 years ago
Martin McKeaveney 28e2ce28ba v0.7.3 6 years ago
Martin McKeaveney 63b8db6584 pin deps 6 years ago
Martin McKeaveney b1b02934ed custom columns 6 years ago
mike12345567 45b65c6a11 Updating so that strings get coerced into arrays for relationships. 6 years ago
Martin McKeaveney 02a2c60797 v0.7.2 6 years ago
Martin McKeaveney 1f6a755cb6 fixing JSON and CSV import/export 6 years ago
mike12345567 8656ef3465 Adding a check to the link utils which should make sure the correct link doc is always picked. 6 years ago
Martin McKeaveney efe1cca74b change backup to be appname 6 years ago
Martin McKeaveney e283dc0bb1 v0.7.1 6 years ago
Martin McKeaveney befb94aaa9 fixes for mySQL and MSSQL non default ports 6 years ago
Martin McKeaveney 7a386ac1b5 v0.7.0 6 years ago
mike12345567 ec21fcbc4d Some quick fixes to allow custom verbs. 6 years ago
mike12345567 febf06d3f6 Adding a nicer error for when user input JSON is invalid. 6 years ago
mike12345567 6a41875556 Some fixes for integrations, making Dynamo work correctly and allow local usage as well as using the API to try and make responses that are objects work better. 6 years ago
mike12345567 ca66433aa2 fixing cypress test. 6 years ago
mike12345567 4d30e6a45a Fixing test failure due to not deleting the ID attached to table in couchTest Utils. 6 years ago
mike12345567 fc179ed78b Linting. 6 years ago
mike12345567 c9690f730c Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired. 6 years ago