143 Commits

Author SHA1 Message Date
Thomas Amland
ca815df1bb table style improvements 2020-08-22 18:58:48 +02:00
Thomas Amland
2356f5dce9 show album in track list by default 2020-08-22 18:39:00 +02:00
Thomas Amland
23fb0187d0 remove unused dependencies 2020-08-22 12:15:42 +02:00
Thomas Amland
68d2cebeb1 add album view to genre page 2020-08-22 11:30:59 +02:00
Thomas Amland
534f3cf7e1 update dependencies 2020-08-22 11:29:24 +02:00
Thomas Amland
2bcafbffaa link to album views from home page 2020-08-22 11:06:29 +02:00
Thomas Amland
9c93ec6e56 change text separator 2020-08-22 11:06:29 +02:00
Thomas Amland
c6cfbdf131 implement album sort 2020-08-22 11:06:29 +02:00
tamland
81102a9fa5
Merge pull request #6 from tamland/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-08-21 18:48:57 +02:00
tamland
c293216924
Merge pull request #7 from tamland/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-08-21 18:48:43 +02:00
Thomas Amland
3f24e9e34a fix overflow issues 2020-08-20 18:49:35 +02:00
Thomas Amland
0dccb04bd5 add close button to sidebar 2020-08-19 18:39:11 +02:00
Thomas Amland
d08118bfad improve sidebar style 2020-08-19 18:10:57 +02:00
Thomas Amland
e7519ef2ef update dependencies 2020-08-18 18:08:20 +02:00
Thomas Amland
bed9761fc1 fix missing album genre after refactor 2020-08-16 11:52:42 +02:00
Thomas Amland
b1acf3d711 remove focus border from btn-link 2020-08-16 11:27:06 +02:00
Thomas Amland
137225f7a3 remove dead code 2020-08-16 11:27:06 +02:00
Thomas Amland
0ca10eb316 rework fallback image handling 2020-08-16 11:27:03 +02:00
Thomas Amland
0aee1b3918 sort albums chronologically on artist page. fixes #10 2020-08-15 09:47:07 +02:00
Thomas Amland
a6fab92165 add star album 2020-08-15 09:35:51 +02:00
Thomas Amland
4e0f49792c add play button to album page 2020-08-15 09:32:59 +02:00
Thomas Amland
8fb1f8db78 normalize responses and add types 2020-08-14 20:09:22 +02:00
Thomas Amland
b8db546f64 show starred artists and albums 2020-08-12 17:52:50 +02:00
dependabot[bot]
97b7a26cbf
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 16:57:09 +00:00
dependabot[bot]
27954d85fc
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 16:57:08 +00:00
Thomas Amland
e12c1f8d33 lint: always warn on console/debugger 2020-08-11 18:54:23 +02:00
Thomas Amland
24ed0d9ea9 move recently added to top 2020-08-11 18:50:48 +02:00
Thomas Amland
e64a6c8495 fix player padding 2020-08-11 18:36:38 +02:00
Thomas Amland
2c4639f83e fix double uri encoding
handled by router
2020-08-11 18:32:55 +02:00
Thomas Amland
363320b2d6 log errors to console 2020-08-11 18:32:55 +02:00
Thomas Amland
d18f4f592e handle empty library better. fixes #4 2020-08-11 18:32:55 +02:00
Thomas Amland
8e0cc715ab add eslint 2020-08-11 18:32:51 +02:00
Thomas Amland
9f842bcffe fix missing closing tag 2020-08-08 15:04:43 +02:00
Thomas Amland
7c751ef28a add install instructions 2020-08-08 12:39:47 +02:00
Thomas Amland
1cd9b31a18 ci: build and publish docker image 2020-08-08 12:36:07 +02:00
Thomas Amland
c5b714ab5e add dockerfile 2020-08-08 12:35:25 +02:00
Thomas Amland
d5e9dc719d add version info 2020-08-08 12:35:23 +02:00
Thomas Amland
b03377c121 add CSP 2020-08-07 11:10:27 +02:00
Thomas Amland
7402a413db set origin as client name 2020-08-07 10:46:06 +02:00
Thomas Amland
0d0014e559 copy track list when setting queue 2020-08-07 10:41:10 +02:00
Thomas Amland
d89bbfe5f7 add 'add to queue' 2020-08-07 10:21:11 +02:00
Thomas Amland
b949db6efd add play next 2020-08-06 18:44:36 +02:00
Thomas Amland
ccad88da64 fix screenshot link 2020-08-05 11:58:12 +02:00
Thomas Amland
ce81f76137 update screenshots 2020-08-05 11:56:29 +02:00
Thomas Amland
2311947e8b media session: set artwork size 2020-08-05 11:36:23 +02:00
Thomas Amland
153acb759b show error message from api 2020-08-05 11:32:07 +02:00
Thomas Amland
74bee52d4b catch vuex action errors 2020-08-05 11:30:49 +02:00
Thomas Amland
e7f4c9af19 sort playlists by changed date 2020-08-05 11:21:50 +02:00
Thomas Amland
9540ba4247 fix duplicate key error in track list
same track id can be listed multiple times
2020-08-05 11:20:36 +02:00
Thomas Amland
1e2ba624a7 hide similar artists section when empty 2020-08-05 11:20:20 +02:00