358 Commits (d7aae526573c1ec60bcb2a29e8ca33dbd72ba1df)

Author SHA1 Message Date
mike12345567 4653471412 Updating UI to use the updated at. 5 years ago
mike12345567 f56250824c Adding a debounced updated at timestamp to applications. 5 years ago
Martin McKeaveney 79d5fbeaea fix lint 5 years ago
Martin McKeaveney f152dc5ff5 lint 5 years ago
mike12345567 53d5480aad Fixing automation test case. 5 years ago
mike12345567 0db486d4e8 Formatting. 5 years ago
mike12345567 ed63d1d8f2 Updating user test cases. 5 years ago
mike12345567 8c68f1c134 Fixing issues with the user table within the apps. 5 years ago
mike12345567 6d6eee2a93 Adding the ability to get all apps, with the status attached. 5 years ago
mike12345567 48b7a31c2a Adding the ability to create options based on CSV, this will use the import data to create options. 5 years ago
mike12345567 dd4a963c3e Updating role system to never think about the dev app. 5 years ago
Martin McKeaveney 0ed0550e73 revert functionality working 5 years ago
mike12345567 ac0f620b38 Formatting. 5 years ago
mike12345567 c45fdefb48 Adding administration roles API. 5 years ago
mike12345567 2d0122f7d6 A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 5 years ago
Andrew Kingston 26014f4e5c Remove sorting by auto ID when output processing rows 5 years ago
mike12345567 86000b1714 Fixing issues with redis keys, however still not removing lock. 5 years ago
mike12345567 c87319c267 Fixing forgotten id access. 5 years ago
mike12345567 28a7282a8b Fixing userId storage to redis and making sure lockedBy property never stored. 5 years ago
mike12345567 799b3fc138 Updating locks to store the whole global user as well as implementing the locks on dev apps fetch. 5 years ago
mike12345567 2fa7ee5bcb Formatting. 5 years ago
mike12345567 f6fbeb4858 Putting together redis lock system. 5 years ago
mike12345567 c9d903a92f General cleanup, doing away with the concept of hosting in the builder and the generally confusing difference between cloud, self hosting and running locally - server is simply always a server now. 5 years ago
mike12345567 2ea05c44b4 Changing INTERNAL_KEY to INTERNAL_API_KEY. 5 years ago
mike12345567 8faa9554ed Updating to support SMTP email automation action, as well as some general work around from and subject which previously we'ren't fully implemented. 5 years ago
mike12345567 7d78d7b15a Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 5 years ago
mike12345567 6fa96981ae Other minor fixes after doing some initial setup testing. 5 years ago
mike12345567 595698b7c9 Fixing issue with object store functions not being mockable in the server. 5 years ago
Michael Drury cf762f8dcd Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 4ed611fb73 Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 5 years ago
mike12345567 7612b5ed16 Swapping over everything to use the new user ID and updating everything after some end to end testing. 6 years ago
mike12345567 ade007482c Updating the server to remove use of the email in the user ID. 6 years ago
Martin McKeaveney 07d108aafa default user 6 years ago
mike12345567 cfbd75b36d Some changes to initial login form, improvements based on testing and attempts to fix cypress test failures. 6 years ago
mike12345567 3697a270ec Linting. 6 years ago
mike12345567 8e729f92e1 Some more server-side fixes, updating it so that builders have permissions to do anything for now (means that a builder user doesn't have to be present in app database to work. 6 years ago
mike12345567 8b20fcb573 Getting most of the test auth working, adding in global builder configuration. 6 years ago
mike12345567 d0bdd113e1 Removing the lookup of _id in usage quota when in dev/self host for performance reasons as part of usage quota, re-writing some bits of fetch self for cleaner implementation, fixing some issues with updating/saving users from within app. 6 years ago
Martin McKeaveney 06f3b1fbad ensuring public users can log in after being assigned a roleId 6 years ago
Martin McKeaveney b728fc1a3c currentapp being set correctly for user 6 years ago
Martin McKeaveney 654a53fc0a Authentication working on builder homepage, integration with currentapp middleware 6 years ago
mike12345567 2aa26a2302 Some work towards implementing the current app cookie, removing some old dead code and re-working some of the different middlewares involved. 6 years ago
mike12345567 698c983056 Updating fetch self to get the global user as well as local metadata. 6 years ago
Martin McKeaveney 22a3f1691f in progress - currentapp token 6 years ago
mike12345567 dccd559b56 Updating some test cases to work with new system. 6 years ago
mike12345567 164ef9a22e Global users now working through the server, all requests proxied. 6 years ago
mike12345567 b419430f04 Updating to make sure a relative URL is always used for attachments. 6 years ago
mike12345567 75e0d82c8d Making attachments always a relative path on the way out. 6 years ago