.. |
accounts
|
…
|
|
auth
|
fix all cases of lint rule
|
2024-04-10 17:39:12 +01:00 |
blacklist
|
Provides the option for blacklisting IPs.
|
2023-03-08 16:30:26 +00:00 |
cache
|
Quick temporary fix for issue - previously the invalid state was never reset, which can cause apps to go missing completely, updating this so it will fix it self after a short while.
|
2024-09-24 15:30:39 +01:00 |
configs
|
lint
|
2024-09-19 10:21:49 +01:00 |
constants
|
Adds _id and _rev back to internal datasource filter options (#13977)
|
2024-06-24 14:31:27 +01:00 |
context
|
Disallowing access to the backend-core barrel file as it can cause problems, it should only ever be imported externally via @budibase/backend-core.
|
2024-08-15 15:48:39 +01:00 |
db
|
All docs no error fix.
|
2024-09-24 15:51:41 +01:00 |
docIds
|
Fix return types
|
2024-08-30 10:30:27 +02: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
|
Export publishEvent (#14560)
|
2024-09-11 14:02:42 +00:00 |
features
|
Increase PostHog flag polling interval to 3 minutes.
|
2024-09-25 14:46:16 +01:00 |
logging
|
Reenable no-inner-declarations.
|
2024-03-19 11:29:19 +00:00 |
middleware
|
Allow an account holder to login to account-portal if the tenant has been deleted. (#14547)
|
2024-09-12 08:38:11 +00:00 |
migrations
|
fix all cases of lint rule
|
2024-04-10 17:39:12 +01:00 |
objectStore
|
Chore: Allow using an AWS_SESSION_TOKEN for object storage with AWS S3
|
2024-06-10 11:48:54 +01:00 |
platform
|
Fix/verify sso bug (#14253)
|
2024-07-29 13:25:46 +01:00 |
plugin
|
Remove node-fetch mock from backend-core and replace with nock.
|
2024-08-07 15:26:04 +01:00 |
queue
|
Fixing issue with in memory queue.
|
2024-06-10 23:34:08 +01:00 |
redis
|
Disallowing access to the backend-core barrel file as it can cause problems, it should only ever be imported externally via @budibase/backend-core.
|
2024-08-15 15:48:39 +01:00 |
security
|
Don't use display names as role names, and restore usual names for built in roles
|
2024-09-13 14:14:36 +01:00 |
sql
|
Fix for SQL server.
|
2024-09-24 13:44:26 +01:00 |
tenancy
|
The UI should indicate who the account holder is (#14470)
|
2024-08-30 16:29:38 +00:00 |
timers
|
Lint
|
2024-02-09 16:47:58 +01:00 |
users
|
Fix/verify sso bug (#14253)
|
2024-07-29 13:25:46 +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
|
Make flag name more accurate.
|
2024-09-19 10:15:18 +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
|
Rely on withEnv and setEnv functions in respective environment.ts files.
|
2024-08-09 10:30:27 +01: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 |