Roberto Tonino
2204471b8b
[webui] feat: track, album, playlist template variables; fix: deemix icon on slim sidebar; Added support for pasting multiple tracks directly from Spotify
2021-01-31 22:36:22 +01:00
Roberto Tonino
80f9b6e4b8
[webui] build: v1.6.0
2021-01-31 19:29:46 +01:00
RemixDev
606ab152f9
[webui] Relative paths changes built
2021-01-31 17:23:45 +01:00
RemixDev
b7beecfcba
Merge branch 'main' into 'main'
...
Added cors and host header
See merge request RemixDev/deemix-pyweb!4
2021-01-31 19:22:46 +03:00
Johnny Silverhand
768256678a
Added cors and host header
2021-01-31 11:03:52 -05:00
RemixDev
4308163b3f
[webui] Fixed family account switch in settings
2021-01-23 13:19:11 +01:00
RemixDev
c361546f08
Merge branch 'fix-installer-websockets' into 'main'
...
Use eventlet in compiled packages
See merge request RemixDev/deemix-pyweb!3
2021-01-13 21:30:47 +03:00
kermit
12ee6b330e
Use eventlet in compiled packages too
2021-01-13 18:25:08 +00:00
RemixDev
58f075e41c
Merge branch 'fix-new-releases' into 'main'
...
Fix new releases for some obscure channels
See merge request RemixDev/deemix-pyweb!2
2021-01-08 19:51:09 +03:00
kermit
6ca647da33
Fix new releases for some obscure channels
...
For example, Christian new release only has the items included in the
main page, it doesn't include 'target' to link to more.
Also add a general try/except so that an error on one channel doesn't
kill the entire request.
2021-01-07 16:38:35 +00:00
RemixDev
885d3fb04e
Updated README.md
2020-12-31 15:51:08 +01:00
RemixDev
34b93de62c
Added general exception catch when tring to connect to deezer
2020-12-30 15:21:33 +01:00
RemixDev
1e9e28ec2c
[webui] Updated about page
2020-12-25 12:04:40 +01:00
RemixDev
0fadf201d0
Updated server-requirements.txt
2020-12-17 18:20:39 +01:00
RemixDev
4607a95a76
[webui] fixed spotify conversion feedback and quality modal on searchbar
2020-12-16 18:21:27 +01:00
RemixDev
521e7b02fd
[webui] Fixed context menu in artist tab download
2020-12-14 14:26:37 +01:00
RemixDev
f401b3b25c
[webui] Updated libraries and socket.io
2020-12-14 12:27:06 +01:00
RemixDev
b16bb3da71
Merge branch 'lidarr-api' into 'main'
...
Re-enable albumSearch and newReleases
See merge request RemixDev/deemix-pyweb!1
2020-12-02 18:53:41 +03:00
kermit
8921bf41ac
Re-enable albumSearch and newReleases
2020-12-02 11:27:23 +00:00
Roberto Tonino
5e049d219a
[webui] build: v1.5.2; fix: spotify favorites playlist not showing in Favorites page until the refresh button is clicked ( closes #21 ); refactor: favorites logic; updated: French translation
2020-11-28 22:12:03 +01:00
Roberto Tonino
da281ce6ec
[webui] build: v1.5.1; feat: added basic confirmation prompt when resetting settings to default ( closes #16 ); feat: added toast when resetting settings to default
2020-11-28 19:08:56 +01:00
Roberto Tonino
cdd856bdfc
[webui] build: v1.5.0; feat: keeping last tab opened in search tab
2020-11-28 18:39:16 +01:00
RemixDev
63ade17a9e
Version bump in server-requirements.txt
2020-11-23 18:50:28 +01:00
Roberto Tonino
fbaf18720d
[webui] build: v1.4.0; feat: added tracks preview to all tab in Search page; style: track covers are now as abig as tracks tab ones in Search page
2020-11-20 18:19:08 +01:00
Roberto Tonino
4dd25299bf
[webui] build: v1.3.6; feat: label to distinguish release type in All tab in Artist page; fix: tracks quantity not showing in artist page
2020-11-20 17:32:01 +01:00
RemixDev
89ab1e0f96
Fixed home tab having only 10 items instead of 30
2020-11-20 17:12:41 +01:00
RemixDev
2a277db76a
Removed 25 items limit in getUserFavorites in app.py
2020-11-20 09:14:58 +01:00
RemixDev
8479805074
Removed 25 items limit in favorites
2020-11-19 23:13:52 +01:00
RemixDev
cf8a95ec9b
Updated macOS Icon
2020-11-19 23:13:15 +01:00
RemixDev
5699fb2a41
Updated app to work with deemix 2.0.1
2020-11-19 22:09:26 +01:00
Roberto Tonino
4c4d22a6c5
[webui] build: v1.3.5; style: changed tabs in Artist page; style: added new release style; refactor: extracted new release check logic; style: added BaseTabs and BaseTab functional components for unified tab displaying; workflow: added .js files check when purging in prod; feat: added data-cm-link attribute to set a link specific for the context menu; refactor: removed pointless chageTab function in Artist page; style: uniformed Artist page table columns; chore: removed package.lock.json; refactor: Artist page with composition API
2020-11-19 20:57:25 +01:00
RemixDev
d3683d9e67
Updated .gitignore
2020-11-19 20:43:52 +01:00
RemixDev
a25298580e
Changed context menu from ViewSource to Back and Forward
2020-11-17 08:48:19 +01:00
Roberto Tonino
0aa00944fd
[webui] build: v1.3.4; fix: sidebar dimension changing when opening download bar; updated korean language; New French translation to match English version (November 11, 2020);
2020-11-13 22:39:10 +01:00
RemixDev
69553e1b36
[webui] updated language files
2020-11-12 14:32:42 +01:00
Roberto Tonino
a91ffa5c3b
[webui] fix: production bundle now should minify correctly (bundle is slightly bigger)
2020-11-11 09:32:37 +01:00
RemixDev
8456e78e6b
[webui] workaround: deploy dev bundle as built bundle breaks the app
2020-11-11 00:20:00 +01:00
Roberto Tonino
f1254a6489
[webui] build:v1.3.3; workflow: added vue-composition-api; feat: moved app status to about page, this closes #6 ; chore: removed style scripts from package.json; feat: isolated downloads and slim sidebar logic to store
2020-11-10 22:56:54 +01:00
Roberto Tonino
e79682d72e
[webui] build: v1.3.2; New French translation to match English version (November 9, 2020), style: replaced html and body stylings with Tailwind classes; worflow: removed rollup plugin esbuild and re-added rollup-plugin-terser for minification; Added support for link.tospotify.com urls; style: removed some global styles; chore: removed useless type="text/javascript" from socket.io script tag; moved Settings page styles into its component; fix: play button color on PreviewControls component
2020-11-10 19:50:47 +01:00
RemixDev
99891cd9b3
[webui] Added support for link.tospotify.com urls
2020-11-10 13:58:08 +01:00
Roberto Tonino
c9125001f6
[webui] build: v1.3.1; feat: added webUI version in About page; style: added accordions in settings
2020-11-08 23:36:29 +01:00
RemixDev
03d7f983d6
Updated README.md
2020-11-08 12:17:55 +01:00
RemixDev
cdf2a99dd9
Updated links in README.md
2020-11-08 12:15:32 +01:00
Roberto Tonino
7fe5be8538
[webui] build: v1.3.0
2020-11-07 17:34:59 +01:00
RemixDev
0e438512af
[webui] Added wiki pages inside the app
2020-11-07 15:12:18 +01:00
Roberto Tonino
152a455b73
[webui] fix: links
2020-11-07 13:33:48 +01:00
RemixDev
a54b8a786e
Updated .gitmodules
2020-11-07 13:07:19 +01:00
RemixDev
eb8d418d4e
Updated submodule links
2020-11-07 12:28:36 +01:00
RemixDev
8230867f26
Updated all links
2020-11-06 11:23:29 +01:00
RemixDev
b4cf8dd1fe
[webui] Updated to latest commit
2020-11-02 23:37:02 +01:00