1823 Commits (c66be3cebb3bd32523d8aa461063ffef51e08095)

Author SHA1 Message Date
Martin McKeaveney f1cd6d01e9 tidy up 5 years ago
mike12345567 277ceb3ad1 Updating role system to never think about the dev app. 5 years ago
Andrew Kingston 1e8c485ad3 Use POST requests with JSON bodies for searching instead of GETs with query string params 5 years ago
Martin McKeaveney 0f2bcf581d revert functionality working 5 years ago
mike12345567 a61edd8124 Formatting. 5 years ago
mike12345567 c947199558 Adding administration roles API. 5 years ago
Andrew Kingston 5d89f8915e Add missing tableId setting to search params 5 years ago
mike12345567 6c06fd2a16 Formatting and linting. 5 years ago
mike12345567 cea82f9335 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 b402254b2c Lint 5 years ago
Andrew Kingston f6babcbe8d Refactor server side search to use objects for params to tidy things up 5 years ago
mike12345567 74e6fdddb0 Fixing two issues which were blocking previews, one the user was no longer being updated as an admin (when first building/creating an app) and two, role was not being carried across from global user properly. 5 years ago
Martin McKeaveney 48006408f1 publish button 5 years ago
Martin McKeaveney 95c80f2b4a set up live replication between prod and dev instances 5 years ago
Andrew Kingston e4ce428ef1 Remove debug logging 5 years ago
Andrew Kingston 1a729aca91 Remove sorting by auto ID when output processing rows 5 years ago
mike12345567 fa0544054b Fixing an issue with portal calls causing the app to be re-locked. 5 years ago
mike12345567 6056b8bb61 Fixing issues with redis keys, however still not removing lock. 5 years ago
mike12345567 b5d23b19ff Fixing forgotten id access. 5 years ago
mike12345567 9f09c76cce Fixing userId storage to redis and making sure lockedBy property never stored. 5 years ago
Martin McKeaveney 4a4c96f76d merge, UI for managing your own app locks 5 years ago
Andrew Kingston 8d46cc60fe Add jsdoc to search utils 5 years ago
Andrew Kingston 960a2925ca Fix bug with determing whether another page exists when performing paginated searches 5 years ago
Andrew Kingston e09440f077 Allow multipage searches and implement optional pagination to data providers 5 years ago
mike12345567 5df453d2a3 Updating locks to store the whole global user as well as implementing the locks on dev apps fetch. 5 years ago
Martin McKeaveney c3e7548255 dev mode E2E 5 years ago
mike12345567 3ad1e9a5b2 Formatting. 5 years ago
mike12345567 3f75ebf853 Adding dev endpoint to clear lock. 5 years ago
mike12345567 2021c59dd9 Putting together redis lock system. 5 years ago
Keviin Åberg Kultalahti 04e0f7632f update lock file 5 years ago
mike12345567 e4aaf69792 Updating search endpoint to have egress processing. 5 years ago
mike12345567 75f9335a44 Fixing an issue found with queries, if an optional property isn't set then problems could arise before. 5 years ago
Andrew Kingston 4db2ee1843 Allow data provider filtering using dates and date ranges, and allow filtering using a value or binding for any type 5 years ago
mike12345567 2f5ecf6e5f Removing more useless deployment code. 5 years ago
mike12345567 4827ee1484 Formatting. 5 years ago
mike12345567 2ec6b15e56 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 8e1f18e456 Changing INTERNAL_KEY to INTERNAL_API_KEY. 5 years ago
mike12345567 92cc0bc7cd 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 7736869148 Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 5 years ago
Andrew Kingston 1a2e17ff17 Add support for numerical sorting 5 years ago
mike12345567 6db30045ad Some cleanup. 5 years ago
mike12345567 77b4b206f7 Other minor fixes after doing some initial setup testing. 5 years ago
mike12345567 d517ca1ac9 Fixing issue with object store functions not being mockable in the server. 5 years ago
mike12345567 ac89e5c713 Formatting. 5 years ago
mike12345567 4e3bc326b4 Updating with a tested and functional API for uploading files for configs. 5 years ago
mike12345567 1d435013b8 Fixing issues with bullboard and integrating the express app with our koa app (if prefix matches). 5 years ago
Andrew Kingston 830069970a Bump svelte and routify deps, fix builder _reset usage and some tidy ups 5 years ago
dependabot[bot] e46964b763 Bump lodash from 4.17.13 to 4.17.21 5 years ago
Michael Drury 5006ca90c4 Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 5 years ago
Andrew Kingston 5a642071d6 Configure vite with a base URL so proxy works 5 years ago