1
0
Fork 0
mirror of synced 2024-07-12 09:45:48 +12:00
budibase/packages/backend-core/src
2024-04-10 17:36:57 +01:00
..
accounts Prevent SSO users from setting / resetting a password (#9672) 2023-02-21 08:23:53 +00:00
auth Reenable no-case-declarations. 2024-03-19 15:58:25 +00:00
blacklist Provides the option for blacklisting IPs. 2023-03-08 16:30:26 +00:00
cache Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
configs eslint import/no-duplicates 2023-11-20 21:48:49 +01:00
constants Merging in most recent changes, recent SQL aliasing changes caused some big differences. 2024-03-20 12:42:07 +00:00
context Run auto fix. 2024-03-19 09:46:10 +00:00
db Adding support for SQS prepared statement API. 2024-04-10 17:36:57 +01:00
docIds More typing fixes. 2024-02-28 12:19:08 +00:00
docUpdates Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
errors offline license sdk module 2023-07-10 12:48:52 +01:00
events Merge branch 'master' into feature/onboarding 2024-03-25 12:51:57 +01:00
features eslint import/newline-after-import 2023-11-20 21:52:29 +01:00
logging Reenable no-inner-declarations. 2024-03-19 11:29:19 +00:00
middleware Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
migrations Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
objectStore Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
platform Adds POST /api/global/users/sso endpoint 2024-03-28 11:46:58 +01:00
plugin Correct bugs with Datasource+ plugins 2023-09-26 21:26:40 -04:00
queue Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
redis Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
security Fix the bug, I think. 2024-03-05 17:35:04 +00:00
tenancy Run auto fix. 2024-03-19 09:46:10 +00:00
timers Lint 2024-02-09 16:47:58 +01:00
users Fixing issue with BB_ADMIN environment variables for user creation introduced by user password becoming optional. Adding a test case as well to cover this to avoid it breaking in future. 2024-04-05 12:14:51 +01:00
utils Remove all uses of test.com in the code, replace them with example.com and create a lint rule to prevent this in future. 2024-02-08 16:32:14 +00:00
environment.ts Flags 2024-03-01 13:09:42 +01:00
helpers.ts Remove type information from JSDoc in .ts files, it's redundant. 2023-10-17 16:46:32 +01:00
index.ts Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library. 2024-03-28 17:57:37 +00:00
installation.ts Fixing an issue when invalid version is supplied (not semver) shouldn't crash server. 2024-02-16 15:41:36 +00:00