budibase/packages/backend-core/src
melohagan 7dcdce2480
Gro 738 refactor code that returns the account holder from user ()
* WIP

* WIP

* Remove tests

* Remove TenantInfo

* Remove unused export

* Remove TenantInfo type

* Remove unused export

* Remove unused routes

* Add getAccountHolder front-end endpoint

* Add endpoint to no tenancy list

* Get account holder via appId

* lint

* Update pro ref

* Use account email instead of budibaseUserId ()

* Update account-portal ref

* Update account portal ref

* Correct import order

* Simplify boolean

* type fix

* Rename endpoint to accountholder

* Update account-portal ref

* Refactor

* Refactor to not use appId

* Update type

* appId not needed

* Unused import
2024-10-28 14:46:42 +00:00
..
accounts
auth
blacklist
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 () 2024-06-24 14:31:27 +01:00
context Adding some tests around the openAPI public APIs to make sure the security works the way we expect, do not redirect API requests. 2024-10-24 16:54:08 +01:00
db Updating to use enum for feature flags across the board. 2024-10-18 17:07:35 +01:00
docIds Working on plumbing 'source' all the way through our code. 2024-09-24 12:30:45 +01:00
docUpdates
errors
events Gro 738 refactor code that returns the account holder from user () 2024-10-28 14:46:42 +00:00
features Adding BUDIBASE_AI feature flag. 2024-10-21 12:56:59 +01:00
logging
middleware Adding some tests around the openAPI public APIs to make sure the security works the way we expect, do not redirect API requests. 2024-10-24 16:54:08 +01:00
migrations
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 () 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 Destroy test case. 2024-10-17 17:47:55 +01:00
sql Fix all tests. 2024-10-24 12:28:23 +01:00
tenancy Gro 738 refactor code that returns the account holder from user () 2024-10-28 14:46:42 +00:00
timers
users Gro 738 refactor code that returns the account holder from user () 2024-10-28 14:46:42 +00:00
utils
environment.ts Add local prerelease to version locally 2024-10-22 17:32:32 +02:00
helpers.ts
index.ts Rely on withEnv and setEnv functions in respective environment.ts files. 2024-08-09 10:30:27 +01:00
installation.ts