v0.6.0 - Harden Security 🔒
What's Changed
Detailed Changes
- Added new file operation_validator.py that contains the classes UploadValidator and UserCreationValidator
- On file upload request, system now checks that user has uploaded less than the daily limit of bytes and that the user is whitelisted
- Added start_time and end_time as optional parameters when using the DatabaseClient to query for all files
Full Changelog: v0.5.0...v0.6.0