1423 Commits (ea07683a9f044005f8dec6bb6e97dcc8faaea595)

Author SHA1 Message Date
Martin McKeaveney 692c5a9b3e read all columns for schema rather than just the first 5 years ago
mike12345567 ed2672fca3 Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 5 years ago
mike12345567 64cfc02fa2 Adding fix in for views including internal views which shouldn't be added to view calculation. 5 years ago
mike12345567 267f1fd87d Switching user activity state to an options field rather than boolean (more extensible). 5 years ago
mike12345567 564b16e623 Fixing test case. 5 years ago
mike12345567 632bfec1e5 Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system. 5 years ago
Richard Grant c05f3736a4
lint fix 5 years ago
Richard Grant 1cc445de00
richard.grant/row-update-user-update-password-fix 5 years ago
Martin McKeaveney 86026a2c12 adding description blurbs to datasources 5 years ago
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
Martin McKeaveney 40e7fbd8ab response parsing 5 years ago
Martin McKeaveney 68f28bb912 more design updates 5 years ago
Martin McKeaveney d99e1a5a53 design updates, changing query verb names to HTTP verbs 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
Martin McKeaveney 6dfc4a4de5 ensure JSON parsed correctly 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
Martin McKeaveney 415257a8e0 tidy up 5 years ago
mike12345567 734d3fe496 Fixing issue with relationships. 5 years ago
Martin McKeaveney 3a1a375c35 REST integration complete 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 6019af93ee REST integration end to end 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