Commit Graph

9 Commits

Author SHA1 Message Date
Devoalda e534fa4e13
Docker integration (#4)
* fix(Docker Integration):

Cleaned unused files
Updated Trash Collector
Updated Docker Compose
Updated Start Script

* feature(microservice rpc docker):

* feature(microservice rpc docker):

* fix(Added API Environment):

Added environment variable for docker compose
2023-10-30 00:22:11 +00:00
Devoalda 52fe75d916 fix(Encryption): Removed encryption
Removed encryption to support various uncompressed filetypes (PDF,etc.)
Added mime type reader & saved in cache
2023-10-29 22:44:13 +08:00
Devoalda 04cc4fd4a5 feature(Trsh Collection):
Added Trash Collection Util
Cleaned up API Views
2023-10-28 13:50:29 +08:00
Devoalda 8bd5984a94 feature(File Storage): Local File Storage
Added:
- Ability to do direct download
- Local File Storage (Save in django media root)
2023-10-26 13:39:36 +08:00
Devoalda a9aa2baf35 Added Docker Files 2023-10-23 16:21:30 +08:00
Devoalda a6faf8720d feature(Frontend multiple file upload fix):
Fixed multi file upload for frontend
Allowed missing ttl in backend
2023-10-23 15:44:50 +08:00
Devoalda f818ac3d52 feature(File TTL):
Added File TTL Option, with example
Removed Databases config in settings
2023-10-23 15:12:17 +08:00
Devoalda 53181c750a feature(Cache Storage):
CRUD using Redis and Django API
2023-10-23 12:12:25 +08:00
Devoalda e4777fc696 Initial commit 2023-10-23 11:11:14 +08:00