644 Commits (3bb2ec2ef759d6a4faec8d4c4dd80e384ee3b24e)

Author SHA1 Message Date
Rory Powell 320c1e7009 Add isDev() to backend-core/env 4 years ago
mike12345567 6ffeaab597 Fixing an issue with JSONparse helper always being considered invalid due to a lack of input. 4 years ago
mike12345567 d666ad3126 Fix for automation issue, doInAppContext for automation thread wasn't async, was immediately closing the database, rather than waiting for the operations to complete. 4 years ago
mike12345567 107c9e2dfc Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 4 years ago
dependabot[bot] 40d2146b7c
Bump ejs from 3.1.6 to 3.1.7 in /packages/server 4 years ago
Rory Powell f7b568d37f Add workflow_dispatch to ci, release-develop and release 4 years ago
mike12345567 4a02f7f9aa Fix for issue being able to delete apps. 4 years ago
Rory Powell 51ca618558 Decrement pro version to pass release 4 years ago
mike12345567 95bcb1ca9c Fixing issue with db init as part of the jest require. 4 years ago
mike12345567 8e5c4dea77 Fixing context issues in sync apps/rows test cases. 4 years ago
Rory Powell 0f29b0cb03 Test fixes 4 years ago
Rory Powell 0f04715062 Fix: google sso 4 years ago
Rory Powell b7cbd2a56a Fix developer count migration when only single developer 4 years ago
Martin McKeaveney b05d1d9708 merge 4 years ago
Rory Powell 1edf879db7 fix versions 4 years ago
Rory Powell df5f9c1fef Pro build fixes 4 years ago
Martin McKeaveney 690ba4f81f use ioredis mock for in memory redis tests 4 years ago
Rory Powell e62858be8b Add explicit pro dependency to worker and server 4 years ago
mike12345567 7792a07899 Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 4 years ago
Vinoth Kirubakaran 5803fcc6b1 feat: made changes to worker and server packages to use global-agent to setup proxy from env variables 4 years ago
dependabot[bot] 42c5611946
Bump urijs from 1.19.8 to 1.19.11 in /packages/server 4 years ago
Peter Clement a06fcd571b add max iterations env variable 4 years ago
Martin McKeaveney 6d8254d5f0 redis integration complete 4 years ago
dependabot[bot] f318379d7f
Bump minimist from 1.2.5 to 1.2.6 in /packages/server 4 years ago
Rory Powell 7f79b30b58 clean and bootstrap 4 years ago
Rory Powell 70c54e983d Add typescript linting at the top level 4 years ago
Rory Powell 98a12be546 Revert lock files 4 years ago
Andrew Kingston 8e361afcda Allow deep-getting of pagination params from REST responses 4 years ago
Rory Powell cb6103a321 Fix cross tenant apps with session 4 years ago
mike12345567 9597bcc742 Adding a fix for #4996 - checks if WSL is in use when configuring nginx. 4 years ago
Rory Powell 180e37b9f1 Tests complete + backwards compatibility for deployment 5 years ago
Rory Powell 0e884ab23c Revert lock file 5 years ago
Rory Powell ce965de59d Fix base path in server url for openapi3 import 5 years ago
Andrew Kingston ade49799a7 Revert locks to develop 5 years ago
mike12345567 ffad3a4bb6 Updating yarn locks. 5 years ago
Martin McKeaveney d7637a9c11 update yarn lock 5 years ago
Rory Powell ccf2fe3d01 Self Host <-> Licensing integration 5 years ago
mike12345567 2123fca557 Fixing various other ms-sql types. 5 years ago
Rory Powell 3b9303a1fb Enforce licensed developer count + error types/codes framework 5 years ago
Rory Powell 515ade6bd3 Add shared licensing cache 5 years ago
mike12345567 54137ec9fb Removing koa rate limit types, was requiring types for every store, types didn't work correctly. 5 years ago
Michael Drury 94041ced55 Changing how SQL vars are generated so that when new SQL implementations are added they must implement a generation mechanism. 5 years ago
mike12345567 a8a8498a9c Updating rate limiter to make use of Redis. 5 years ago
mike12345567 b1167fd444 Adding public API rate limiting, with env variable option, defaults to 120 requests per minute. 5 years ago
dependabot[bot] d565c220d4
Bump url-parse from 1.5.3 to 1.5.10 in /packages/server 5 years ago
dependabot[bot] b4bb35e84f
Bump urijs from 1.19.7 to 1.19.8 in /packages/server 5 years ago
dependabot[bot] 8af7ead8a5
Bump prismjs from 1.25.0 to 1.27.0 in /packages/server 5 years ago
mike12345567 d8b5cae569 Adding new generation technique, converting openAPI spec to typescript definitions, which are then applied in mapping output middlewares to make sure that the structures of the response are fully respected. 5 years ago
mike12345567 6415abb3d4 Changing the API key modal to have a copy input which allows copying the API key easily. 5 years ago
mike12345567 390e3e627f Updating validators, make sure everything that is optional is really optional. 5 years ago