immich/server
Alex a45d6fdf57
Fix server crash on bad file operation and other optimizations (#291)
* Fixed issue with generating thumbnail for video with 0 length cause undefined file and crash the server
* Added all file error handling operation
* Temporarily disabled WebSocket on the web because receiving a new upload event doesn't put the new file in the correct place. 
* Cosmetic fixed on the info panel
2022-07-01 12:00:12 -05:00
..
apps Fix server crash on bad file operation and other optimizations (#291) 2022-07-01 12:00:12 -05:00
libs/database Update server dependencies and fixed Typeorm API changes in new version (#276) 2022-06-29 13:39:58 -05:00
.dockerignore Implemented Video Upload and Player (#2) 2022-02-06 00:07:56 -06:00
.eslintrc.js Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
.gitignore Added successfully built docker-compose and cockerFile 2022-02-03 14:42:27 -06:00
.prettierrc Add web interface with admin functionality (#167) 2022-05-21 02:23:55 -05:00
Dockerfile WIP refactor container and queuing system (#206) 2022-06-11 16:12:06 -05:00
entrypoint.sh WIP refactor container and queuing system (#206) 2022-06-11 16:12:06 -05:00
nest-cli.json WIP refactor container and queuing system (#206) 2022-06-11 16:12:06 -05:00
package-lock.json Update server dependencies and fixed Typeorm API changes in new version (#276) 2022-06-29 13:39:58 -05:00
package.json Update server dependencies and fixed Typeorm API changes in new version (#276) 2022-06-29 13:39:58 -05:00
README.md Update readme 2022-02-07 23:55:30 -06:00
start-microservices.sh WIP refactor container and queuing system (#206) 2022-06-11 16:12:06 -05:00
start-server.sh WIP refactor container and queuing system (#206) 2022-06-11 16:12:06 -05:00
tsconfig.build.json Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
tsconfig.json Set TypeScript to strict mode and fix issues related to server types (#261) 2022-06-25 12:53:06 -05:00

Immich Server- NestJs