1432 Commits (2ac101630bbb2cf978d44e5461d29ec8dd3caa5c)

Author SHA1 Message Date
Michael Drury 2ac101630b Updating packages in builder and server, making build work in Windows. 5 years ago
mike12345567 90f9be36dd Using cross-env instead of pure environment variable specification to make it work on windows. 5 years ago
Andrew Kingston 35e88390d5 Update icon for row updated trigger 5 years ago
Andrew Kingston 9013c493aa Add new automation trigger for updating rows 5 years ago
Martin McKeaveney 8d500584b2 allow empty params 5 years ago
Martin McKeaveney 89c2ae0692 read all columns for schema rather than just the first 5 years ago
mike12345567 794d7cc021 Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 5 years ago
mike12345567 0345323a3d Adding fix in for views including internal views which shouldn't be added to view calculation. 5 years ago
mike12345567 d9aa1a4890 Switching user activity state to an options field rather than boolean (more extensible). 5 years ago
mike12345567 3dd927e15e Fixing test case. 5 years ago
mike12345567 c801203dc5 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 8ed6dbb312 lint fix 5 years ago
Richard Grant 2dac471b2f richard.grant/row-update-user-update-password-fix 5 years ago
Martin McKeaveney e08c917080 adding description blurbs to datasources 5 years ago
mike12345567 780b6e0956 Fixing some issues with enrichment, making sure display column can always be worked out. 5 years ago
mike12345567 fa6d3e5e63 Updating the self auth endpoint to use the row processor. 5 years ago
mike12345567 474796baea Fixing an issue found by Andrew K - relationship lookup needs to work on both sides of relationship. 5 years ago
Martin McKeaveney f53463ec0c response parsing 5 years ago
Martin McKeaveney a834f17a80 more design updates 5 years ago
Martin McKeaveney 6e121b6045 design updates, changing query verb names to HTTP verbs 5 years ago
mike12345567 f080fa6537 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 5fab1529ec work in progress, enriching in the display names. 5 years ago
mike12345567 a93eb180ce Starting with some work towards a deeper enrichment of rows. 5 years ago
mike12345567 9b59b47d9e 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 28e244fa16 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 1e39a873b2 Fixing issue with cypress test, fixing a 409 conflict that could occur in table saving - shouldn't happen now. 5 years ago
mike12345567 7b389180c7 Fixing an issue with complex relationships that are heavily intra-related. 5 years ago
mike12345567 b7b1b17148 Fixing test case. 5 years ago
mike12345567 1a9d16c8c7 Updating where utilities are held in builder and then making user table relationships autocolumn aware too. 5 years ago
mike12345567 113de64833 Some further UI work for auto-columns. 5 years ago
Martin McKeaveney 13c51f61d9 ensure JSON parsed correctly 5 years ago
mike12345567 23cac6a9ac Fixing issue with linked rows not handling uniqueness correctly when links between tables are using fieldnames for uniqueness. 5 years ago
Martin McKeaveney 5d5637571b tidy up 5 years ago
mike12345567 245cd0a791 Fixing issue with relationships. 5 years ago
Martin McKeaveney 55f98e82d8 REST integration complete 5 years ago
mike12345567 1a2b9bbef4 Removing unused stuff. 5 years ago
mike12345567 4b1855974c Work in progress, getting the server backend mostly ready for this work. 5 years ago
Martin McKeaveney 5787dd3f93 REST integration end to end 5 years ago
Martin McKeaveney 26377700bb v0.7.8 5 years ago
mike12345567 8bf10544c2 Fixing test case. 5 years ago
mike12345567 4f1a0ac645 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 1a8fe9b02c Some more fixes for RBAC as well as fixing the duplication of roles. 5 years ago
Martin McKeaveney 8d92692593 v0.7.7 5 years ago
mike12345567 a1b4572252 Fixing a minor issue with self hosting deployment/app creation. 5 years ago
mike12345567 a1075881a6 Linting. 5 years ago
mike12345567 9ea0456248 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 a2ce35b2f6 Fixing minor issue with switch to level -> roleID. 5 years ago
mike12345567 6c4c70e62b Some updates to RBAC backend, try to make switch to object support level -> roleID. 5 years ago
mike12345567 1abc4dd1f7 WIP - storing progress on RBAC changes. 5 years ago
Martin McKeaveney 37c00f24bd control RBAC from data section 5 years ago