1864 Commits (0ff7bc672ae5ea159a8156ec129ff92c8a85b88e)

Author SHA1 Message Date
mike12345567 0ff7bc672a Adding redis to exclusion from coverage (can't currently test). 5 years ago
mike12345567 6ccec1632a Adding a debounced updated at timestamp to applications. 5 years ago
mike12345567 7886600d75 Linting. 5 years ago
Martin McKeaveney e83f600b9e removing skip_setup as it was preventing init 5 years ago
mike12345567 4d6e4475d3 Fixing some issues found when testing. 5 years ago
mike12345567 835e097d6e Fixing test cases. 5 years ago
Martin McKeaveney 7103df0013 v0.9.1 5 years ago
Martin McKeaveney fd9f4a3027 v0.9.0 5 years ago
Martin McKeaveney 3a422be071 simplify docker build before push 5 years ago
Martin McKeaveney e28a5e98ab fix lint 5 years ago
mike12345567 d301ea48a9 Removing all login/logout functionality from apps. 5 years ago
Martin McKeaveney e9a43925f7 lint 5 years ago
mike12345567 58f40da036 Fixing an issue with checkAuth function not checking response status before attempting to get JSON. 5 years ago
mike12345567 3437f620d6 Fixing automation test case. 5 years ago
mike12345567 7d3169e5e1 Formatting. 5 years ago
mike12345567 4e9097862d Updating user test cases. 5 years ago
mike12345567 c6f7f115b5 Fixing issues with the user table within the apps. 5 years ago
mike12345567 0bbd45b413 Adding the ability to get all apps, with the status attached. 5 years ago
mike12345567 91ed6679c4 Adding a get self endpoint in the global users. 5 years ago
mike12345567 f08b894e55 Adding admin only endpoint, removing the ability to create/delete global users from the app server and adding a global self user update. 5 years ago
mike12345567 31f16090ee Fixing test cases. 5 years ago
Andrew Kingston 550ea1a70d Add missing properties to first name and last name user schema 5 years ago
Martin McKeaveney 72e18cd8d3 remove outputs from cron 5 years ago
Martin McKeaveney 8ceba79a12 activations 5 years ago
Martin McKeaveney a781239632 Adding cron presets to automations 5 years ago
mike12345567 d40fb215f9 Adding the ability to create options based on CSV, this will use the import data to create options. 5 years ago
Martin McKeaveney c3dc5bae76 cron automation trigger end to end 5 years ago
mmckeaveney 025616d7cc groundwork for cron automation trigger 5 years ago
Keviin Åberg Kultalahti 9f5e891b72 lint:fix 5 years ago
Martin McKeaveney ee9a097979 lint ✨ 5 years ago
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