1400 Commits (c6b54e4f1836e669d760e4d54feffdeb158935cd)

Author SHA1 Message Date
mike12345567 887d883f3d Fixing some issues with enrichment, making sure display column can always be worked out. 5 years ago
mike12345567 a6d82f8c95 Updating the self auth endpoint to use the row processor. 5 years ago
mike12345567 619f68fc3b Fixing an issue found by Andrew K - relationship lookup needs to work on both sides of relationship. 5 years ago
mike12345567 24a07bae41 Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 5 years ago
mike12345567 f572bc836e work in progress, enriching in the display names. 5 years ago
mike12345567 cecc8e4306 Starting with some work towards a deeper enrichment of rows. 5 years ago
mike12345567 1f92d09d7f Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package). 5 years ago
mike12345567 d9cee39cdd Fixing an edge case, create table with auto ID, create some rows, then update a column and try to create another row, ID generation would have reset, this makes sure internal changes to the table are kept. 5 years ago
mike12345567 e2646c4688 Fixing issue with cypress test, fixing a 409 conflict that could occur in table saving - shouldn't happen now. 5 years ago
mike12345567 fa9fd02072 Fixing an issue with complex relationships that are heavily intra-related. 5 years ago
mike12345567 1c66a6f2e2 Fixing test case. 5 years ago
mike12345567 8b0f99b0b1 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 5 years ago
mike12345567 02a68beee1 Some further UI work for auto-columns. 5 years ago
mike12345567 87f0a2cd67 Fixing issue with linked rows not handling uniqueness correctly when links between tables are using fieldnames for uniqueness. 5 years ago
mike12345567 734d3fe496 Fixing issue with relationships. 5 years ago
mike12345567 89d33ea98a Removing unused stuff. 5 years ago
mike12345567 10aa830d05 Work in progress, getting the server backend mostly ready for this work. 5 years ago
Martin McKeaveney d58ac80cc9 v0.7.8 5 years ago
mike12345567 e7135e0058 Fixing test case. 5 years ago
mike12345567 f57db6afad Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 5 years ago
mike12345567 fcc683cf99 Some more fixes for RBAC as well as fixing the duplication of roles. 5 years ago
Martin McKeaveney 9ce9d10c29 v0.7.7 5 years ago
mike12345567 43dd070c09 Fixing a minor issue with self hosting deployment/app creation. 5 years ago
mike12345567 0e95370b79 Linting. 5 years ago
mike12345567 3fd557bf08 Flipping RBAC implementation to use levels -> role for resource perms API and resource -> level -> role for full fetch (please note full fetch will only work for resources that have a custom permission in the system somewhere, everything else simply defaults to standard. 5 years ago
mike12345567 60b7d68c2e Fixing minor issue with switch to level -> roleID. 5 years ago
mike12345567 091b4ee95d Some updates to RBAC backend, try to make switch to object support level -> roleID. 5 years ago
mike12345567 fdb825d444 WIP - storing progress on RBAC changes. 5 years ago
Martin McKeaveney 63e0e187a6 control RBAC from data section 5 years ago
mike12345567 7a2405c756 First lot of work to update the auto fields into schema. 5 years ago
mike12345567 f4a503d015 WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc. 5 years ago
Michael Shanks 4c9c84ce3e Updated copyright line in license files 5 years ago
Martin McKeaveney 933969ce55 code review 5 years ago
Martin McKeaveney fb4b371d27 clean up index on table deletion 5 years ago
Martin McKeaveney e599854b14 primary and secondary index fields 5 years ago
mike12345567 123846dab0 Fixing a minor issue with self hosting deployment/app creation. 5 years ago
mike12345567 31d7a7a378 Adding basic permissions test which proves a public user can read from a table, but cannot write. 5 years ago
mike12345567 fee073fcfe Some more fixes after testing permissions a bit further. 5 years ago
Andrew Kingston 4c53e4bcec Fix server query tests 5 years ago
Andrew Kingston 9b21eb78b6 Fix relationships not being saved for new rows 5 years ago
mike12345567 a1de336db9 Make sure both directions exist. 5 years ago
mike12345567 383c2a6c0a Quick fix to make sure all relationships link to a valid, existing doc. 5 years ago
mike12345567 2103378e5c Fixing minor bug with permission add. 5 years ago
mike12345567 c8ef404560 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. 5 years ago
Martin McKeaveney 41bc7dbaf7 backwards pagination 5 years ago
Martin McKeaveney fde5ef02ac user search 5 years ago
Martin McKeaveney d2bd2209eb indexable fields 5 years ago
mike12345567 d9ca4f0eed Some more work and start of a test case towards resource permissions. 5 years ago
mike12345567 7d8cdafc60 Making use of the resourceId in the middleware package. 5 years ago
Martin McKeaveney 7f24c80bf0 search UI complete, server side cursor based pagination 5 years ago