12 Commits

Author SHA1 Message Date
3f836d0fa6 added some comments on the server side 2024-03-18 10:19:39 +01:00
Marco
3859c80214 code refactoring, added file download (#118) 2023-12-27 15:08:51 +01:00
3ba8c455df fix archive files list 2023-12-03 13:33:03 +01:00
Marco
a52225323c Update archive.go 2023-11-02 11:19:07 +01:00
00b3fccbdc optimizations, added captions 2023-11-02 10:05:34 +01:00
b512e996ad config package refactor 2023-10-24 16:07:38 +02:00
Marco
ba23485b33 97 custom arguments broken (#99)
* golang debug

* handle template in playlist download

* code refactoring, dropped goccy go json
2023-10-22 15:54:08 +02:00
d64303ccfa removed fmt.Println 2023-10-20 18:26:10 +02:00
6688bc3977 fix encoding url in archive 2023-10-20 18:25:33 +02:00
600475f603 removed buffer polyfill, rewrite with js web standards 2023-10-19 12:12:26 +02:00
764c1f4729 code refactoring, fix jwt 2023-09-25 11:12:18 +02:00
Marco
8327d1e94c Download REST API endpoints (#72)
* backend and frontend hotfixes, see message

Improved rendering on the frontend by cutting unecessary useStates.
Backend side, downloads now auto resume even on application kill.

* download rest api endpoints, general code refactor

* download request json mappings
2023-07-31 08:30:09 +02:00