budibase/packages/server/src/utilities
Rory Powell 786039055e File authentication using presigned URLs (#8883)
* file auth wip

* Private plugin bucket wip

* Add etag to logo request, fix circular dependency

* Resolve cyclic dependency

* Ensure browser doesn't cache custom component

* Global file fixes

* File fixes / remove permaUrl

* Add ctx local storage

* Enable presigned url to work from any host

* Test fix

* Self hosting w/ S3 + other fixes

* Fix for serving dev app in multi tenant

* Fix backup restore and import attachment url processing, never store attachment urls

* Test fixes

* Unit tests WIP

* Replace file path with base64 encoded private key

* Multi tenancy tests for files

* Environment files fixes

* Post-merge build and test fixes

* Add debug conditional to all jest logging and revert/fix prod minio proxy_pass

* Re-add default '/' minio route :(

* Rename iconFile -> iconFileName

* Add cloudfront vars to k8s templates

* Remove public bucket policy

* Remove duplicated test
2022-12-15 11:35:22 +00:00
..
appDirectoryTemplate
fileSystem File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
routing More Typescript conversion, as part of backend-core importing improvements. 2022-11-22 12:41:36 +00:00
rowProcessor File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
tests File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
usageQuota Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
budibaseDir.ts More Typescript conversion, as part of backend-core importing improvements. 2022-11-22 12:41:36 +00:00
centralPath.ts Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
csvParser.ts Fixes based on server build so far. 2022-11-26 15:10:41 +00:00
global.ts Converting further DB layers to TS - fixing mocks. 2022-11-15 18:33:24 +00:00
index.ts File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
redis.ts Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions. 2022-11-22 19:49:59 +00:00
scriptRunner.ts Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
security.ts Typescript conversion of the table controllers. 2022-11-22 13:56:01 +00:00
statusCodes.ts Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
users.ts Typescript conversion of the table controllers. 2022-11-22 13:56:01 +00:00
workerRequests.ts Fix for #7732 - as well as some tests for it, make sure that it is working as expected. 2022-12-06 17:20:26 +00:00