mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-03 12:35:23 +02:00
Transport controller and file model (#42)
* Transport controller and file model * Use randomBytes intead of pseudoRandomBytes * Cover all lines with tests * Update code style * Update code style * View for image block * Fix serving static files * Mkdir -p for uploads dirs * Add default secret param * Add image Tool * Update src/utils/objects.js Co-Authored-By: talyguryn <vitalik7tv@yandex.ru> * Use vars for image tool colors * Revert var * Remove --color-gray-border var * Update src/controllers/transport.js Co-Authored-By: talyguryn <vitalik7tv@yandex.ru> * Add mp4 support for Image Tool
This commit is contained in:
parent
82a81ce96a
commit
404fb4642e
34 changed files with 1135 additions and 41 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -56,6 +56,7 @@ typings/
|
|||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.codexdocsrc
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
|
@ -71,4 +72,7 @@ typings/
|
|||
.cache/
|
||||
.eslintcache
|
||||
.DS_Store
|
||||
.codexdocsrc
|
||||
|
||||
# Uploads
|
||||
/public/uploads
|
||||
/public/uploads_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue