600475f603
removed buffer polyfill, rewrite with js web standards
2023-10-19 12:12:26 +02:00
da4aaeac84
code refactoring, fixed playlist downloads sorting
2023-10-19 11:29:56 +02:00
NickHoo
2d75030cbc
fix: Echo customArgs ( #96 )
2023-10-12 22:05:39 +02:00
Apix
38bc66cd03
i18n: french ( #95 )
...
Updated french translation
2023-10-07 15:41:36 +02:00
3efbb9d464
code refactoring
2023-09-27 13:09:13 +02:00
fa4ba8a211
fix session file path, code refactoring
2023-09-27 13:08:42 +02:00
deluxghost
75ec95041d
i18n: chinese ( #92 )
2023-09-27 13:04:35 +02:00
1b4c8c751b
gha refactor
2023-09-26 10:37:21 +02:00
Marco
4710db25ee
82 session file location ( #91 )
...
* change session file location
* makefile refactor
* gha refactor
2023-09-26 10:25:14 +02:00
Marco
8337aae438
Update docker-publish.yml
v3.0.1
2023-09-25 21:32:20 +02:00
2d104f4539
fix github action
2023-09-25 16:06:19 +02:00
42618b61c9
github action refactor
2023-09-25 15:37:18 +02:00
764c1f4729
code refactoring, fix jwt
2023-09-25 11:12:18 +02:00
9bb5d7bb0d
code refactoring, dependencies update
2023-09-25 09:09:12 +02:00
557cf7fbd8
code refactoring
2023-09-25 08:59:58 +02:00
Marco
2040385621
change app title in the ui ( #90 )
2023-09-25 08:53:44 +02:00
Marco
665a08ddc4
Update docker-publish.yml
2023-09-23 15:29:20 +02:00
Marco
268d4cd990
Update docker-publish.yml
2023-09-23 14:49:31 +02:00
Marco
a9b9973c7f
Update docker-publish.yml
2023-09-23 14:47:29 +02:00
Marco
0c304fc3c4
Update docker-publish.yml
2023-09-23 14:45:09 +02:00
Marco
24602b3e50
Update docker-publish.yml
2023-09-23 14:41:14 +02:00
Marco
8e720a15bd
Update docker-publish.yml
2023-09-23 14:40:51 +02:00
Marco
9d9a7fa981
Update docker-publish.yml
2023-09-23 13:32:36 +02:00
Marco
d57c440afe
change apptitle from settings ( #88 )
2023-09-23 13:25:02 +02:00
Marco
8bbc8aa35e
user and password as authentication requirements ( #87 )
...
* user and password as authentication requirements
* updated README.md
2023-09-23 11:41:01 +02:00
Marco
19062c9f41
Update docker-publish.yml
2023-09-23 09:46:11 +02:00
Michael M. Chang
5c8c534df4
use docker username if differs ( #84 )
2023-09-14 14:35:57 +02:00
Michael M. Chang
a3234955a3
streamline dockerfile and GHA docker publishing ( #83 )
2023-09-11 17:54:55 +02:00
Le.NoX
13f104646a
Update i18n.yaml ( #81 )
...
add ( French)
2023-09-05 22:29:44 +02:00
Marco
c50c1f627e
78 404 when the application put under nginx subdirectory with proxy pass ( #79 )
...
* use http.FileServer insetead of custom middleware
* fixed behavior under reverse proxy
* enabled reverse proxy subfolder as "domain value"
* domain validation
* code refactoring
* code refactoring
* updated translation
2023-08-21 12:24:50 +02:00
a005f159c6
added roboto font
2023-08-03 12:08:22 +02:00
0607bb4495
code refacoring
2023-08-02 18:52:48 +02:00
Marco
be4641aaf0
use swc vite plugin for dev server ( #74 )
2023-08-02 18:04:55 +02:00
232cd8e442
remove actions
2023-08-02 18:02:19 +02:00
1442eb8e9d
dev container github action
2023-08-02 14:54:41 +02:00
8c57a7bb28
github actions rewrite
2023-08-02 14:47:38 +02:00
Marco
e2dd54add2
Expose config to docker volume ( #73 )
...
* expose config to docker volume
* fix dockerfile
2023-08-02 11:54:27 +02:00
db5097c889
hotfix formats
2023-08-01 14:43:52 +02:00
Marco
50a04075a3
Update README.md
2023-08-01 12:06:53 +02:00
4bc5e5e1c7
detect system theme, toast performance opt.
2023-08-01 11:52:50 +02:00
13dd9526e2
Removed unused import
v3.0.0
2023-07-31 19:14:50 +02:00
055f71f4f1
custom error boundary
2023-07-31 19:14:50 +02:00
c0a424410e
code refactoring
2023-07-31 19:14:50 +02:00
b5731759b0
migrated from redux to recoil
2023-07-31 19:14:50 +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
Marco
68c829c40e
10 playlist download ( #71 )
...
* leveraging message queue for playlist entries DL
* playlist support implemented
It's a little bit slow but solid enough :D
2023-07-28 11:44:38 +02:00
d4f656fd87
code refactoring
2023-07-26 16:21:10 +02:00
Alexandro
a4d586a3a0
Added Polish language ( #68 )
...
* Update i18n.yaml
Added Russian language
* Update settingsSlice.ts
* Update i18n.yaml
* Update Settings.tsx
* Update i18n.yaml, Added Polish language
* Update settingsSlice.ts, added Polish language
* Update Settings.tsx, added Polish language
2023-07-26 15:55:03 +02:00
e1510d28d2
dropped fiber for std http + gorilla websocket
...
Session serialization will use gob encoding instead of json.
Binary size will likely be reduced.
General backend code refactoring.
2023-07-26 11:48:54 +02:00
82b22db7ae
code refactor
2023-07-26 09:51:00 +02:00