Commit graph

887 commits

Author SHA1 Message Date
vapormusic
798a38613d Revert "Merge branch 'local' into develop"
This reverts commit 46ccfa1393, reversing
changes made to 8f9421258c.
2022-02-26 06:21:17 +07:00
vapormusic
46ccfa1393
Merge branch 'local' into develop 2022-02-26 13:19:58 +07:00
booploops
bd01fcfdef twopanel adjustements 2022-02-25 18:33:04 -08:00
booploops
e4030c10c0 added twopanel directive 2022-02-25 18:25:38 -08:00
cryptofyre
5bff2507ea
Merge pull request #514 from kyw504100/Patch6_2
Irregular update 25/02
2022-02-25 09:49:23 -06:00
kyw504100
916e5e4fd6
visual tweak 2022-02-25 23:33:34 +08:00
vapormusic
25188864bd save library-albums into prefs 2022-02-25 14:36:38 +07:00
yazninja
7f109c955a
Make song title have text-overflow-ellipsis 2022-02-25 12:41:29 +03:00
vapormusic
a2f82d65d7 add artist images back 2022-02-25 07:19:04 +07:00
vapormusic
76f640a088 first commit 2022-02-25 06:09:42 +07:00
booploops
6245f6e601 will now show multiple chips if there are multiple artists 2022-02-24 05:30:09 -08:00
booploops
ae9669c3f9 fix for library artists 2022-02-24 05:24:04 -08:00
booploops
9b05cde0d2 fix for context menu follow 2022-02-24 05:04:17 -08:00
booploops
80f78edbf3 some fixes 2022-02-24 04:58:32 -08:00
booploops
7a8cdf483b added storefront for chip, added followArtistById added followingArtist to root 2022-02-24 04:50:07 -08:00
booploops
97e37149ae added hover over text 2022-02-24 04:37:10 -08:00
booploops
1f36f8e691 added artist-chip element 2022-02-24 04:31:03 -08:00
booploops
23f3a6fbd6 adjustments for radio types 2022-02-24 01:12:13 -08:00
booploops
a5369e4ef9 added tv-episodes as unavailable 2022-02-24 01:07:48 -08:00
booploops
eb97c01536 added indicator for unavailable mediaitems 2022-02-24 01:06:23 -08:00
booploops
211497b32f made full_names neutral with lowercase 2022-02-24 00:21:33 -08:00
vapormusic
0875c4eaa8 Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-02-24 10:58:59 +07:00
vapormusic
dc50d732ad test gc 2022-02-24 10:58:55 +07:00
booploops
f636524dab fix for "Music" genre in different languages 2022-02-23 18:07:22 -08:00
vapormusic
025ccdaa1e hide 2022-02-23 23:53:25 +07:00
vapormusic
9cb80cde06 stopAudio 2022-02-23 22:34:41 +07:00
vapormusic
a3228fd108 oop 2022-02-23 22:19:32 +07:00
vapormusic
c893304b5d chromecast (very botchy) 2022-02-23 22:17:04 +07:00
booploops
9e52541ecf testing css things with a theme called sweetener 2022-02-23 03:01:17 -08:00
booploops
26974c8536 removed redundant shadow 2022-02-22 23:36:50 -08:00
booploops
982f179684 tweaks to page transitions 2022-02-22 20:04:55 -08:00
Maikiwi
1fb350bba9 Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-02-22 19:48:55 -08:00
booploops
6e49c46d46 added themes dropdown to explore page 2022-02-22 19:26:09 -08:00
booploops
2fa75f28c2 downloaded indicators for installed themes 2022-02-22 19:17:34 -08:00
booploops
76f397d272 display repo full_name if description is not provided 2022-02-22 19:05:15 -08:00
vapormusic
9c958d531c
Merge pull request #504 from inalone/filterAlbumNameFromDev
last.fm: initial implementation of filterAlbumName
2022-02-22 20:01:16 +07:00
vapormusic
637427309e
Update settings.ejs 2022-02-22 20:00:35 +07:00
inalone
68a28c0bab
last.fm: made removing attributes from album default behaviour 2022-02-22 11:03:18 +00:00
booploops
b305fdbdc3 move app template handling to backend 2022-02-21 20:51:03 -08:00
vapormusic
a5d02831bf
Merge pull request #505 from kyw504100/Patch6_1
Irregular update 21/02
2022-02-22 10:52:58 +07:00
kyw504100
aa9c25eb36
message in plug-in menu 2022-02-22 11:17:48 +08:00
vapormusic
fac23bb5f6 add artist/album navigation for queue items 2022-02-22 09:23:42 +07:00
vapormusic
abf6def954 privateEnabled 2022-02-22 08:33:23 +07:00
inalone
1f7f2e2174 last.fm: initial implementation of filterAlbumName 2022-02-22 01:25:31 +00:00
Maikiwi
baacf26a3b Condensing Warmth preset (Analog Warmth exists) 2022-02-21 16:05:01 -08:00
Kendall Garner
0135d73556
add fix for bulk artist requests, over develop 2022-02-21 13:43:29 -05:00
Tobias Speicher
8edfddc409
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() or substring() which work similarily but aren't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-20 15:09:12 +01:00
Maikiwi
656acaad0f big ocd 2022-02-19 19:42:15 -08:00
Core
25f1bcc0b6
cant believe it 2022-02-20 01:48:24 +00:00
kyw504100
9ef4d67b40
replace hardcoded strings 2022-02-20 04:42:06 +08:00