Commit Graph

56 Commits

Author SHA1 Message Date
Fernando Fernández
3dc959f0d5 perf(build): optimize build size 2021-03-11 11:47:57 +01:00
Fernando Fernández
967967ba7d fix: typescript errors 2021-03-08 14:05:14 +01:00
Cameron Clark
0ff8c44a66 test(itemhelper): add tests for canMarkWatched function in itemHelper mixin 2021-03-02 13:19:11 +00:00
Cameron Clark
e0421aee26 feat(mark played): add ability to mark items as played or unplayed from card 2021-03-02 13:09:54 +00:00
Julien Machiels
bf35af5526
Merge pull request #816 from jellyfin/sane-html
feat(htmlhelper): unescape the input and strip all tags except br
2021-03-02 12:55:17 +01:00
MrTimscampi
2ddb650d88 feat(htmlhelper): unescape the input and strip all tags except br 2021-03-01 22:44:28 +01:00
MrTimscampi
7cf905df76 test: make component and mixin description more explicit 2021-02-27 12:19:49 +01:00
MrTimscampi
33ad6f7982 style(tests): enforce it inside describe blocks 2021-02-27 11:13:27 +01:00
MrTimscampi
72f134ecab test(htmlhelper): use proper message format 2021-02-27 11:13:27 +01:00
MrTimscampi
274db9b918 test(formshelper): use proper message format 2021-02-27 11:13:27 +01:00
MrTimscampi
3ad5aa5421 test(itemhelper): improve tests and use proper message format 2021-02-27 11:13:27 +01:00
Fernando Fernández
e82963f52c feat: handle fallbacks in blurhashimage 2021-02-12 14:27:47 +01:00
Fernando Fernández
6b190acec0 refactor: pass locale object to all datefns functions that support it 2021-02-11 13:10:02 +01:00
Thibault Nocchi
332f6931a0 fix(itemhelper): add possibility to override item type when using helper 2021-02-10 14:38:38 +01:00
Cameron Clark
cf170df275 refactor(navigation): refactor navigation to use a mixin to get links 2021-02-10 14:08:03 +01:00
MrTimscampi
da7f899617 refactor: rework details page and make responsive 2021-02-10 14:07:35 +01:00
Cameron Clark
a93afdd5d8 test(htmlhelper): adds tests for HTML helper 2021-02-04 20:10:23 +00:00
Cameron Clark
9ffd0abb19 test(itemhelper): add tests for itemHelper 2021-02-04 20:10:22 +00:00
Fernando Fernández
ac83730c2a refactor: address review comments 2021-01-26 16:47:51 +01:00
Fernando Fernández
3d297096cf feat: add queue management 2021-01-26 16:22:21 +01:00
MrTimscampi
0f2ff87679 feat(player-manager): add resume support 2021-01-26 11:17:27 +01:00
Cameron Clark
812f55e043 test(formshelper): add tests for forms helper 2021-01-14 16:35:18 +00:00
Cameron Clark
6b96082d2e test(timeutils): add missing tests 2021-01-14 16:35:03 +00:00
Fernando Fernández
508ae4c9e5 refactor: use ImageType enum properly and address review comments 2021-01-14 13:20:36 +01:00
Fernando Fernández
fd176037df refactor: imageHelper, blurhashImage, backdrop and backdrop store 2021-01-14 13:20:30 +01:00
Cameron Clark
0c3e99781c refactor(time utils): move getRuntime to function in timeutils 2020-12-31 12:04:56 +00:00
Cameron Clark
80729d557e style(lint): add JSDoc rule for requiring hyphen before params 2021-01-05 19:57:39 +00:00
MrTimscampi
d22ae0f85c feat(music-player): add music player 2021-01-02 14:04:27 +01:00
Julien Machiels
b798f283df
Merge pull request #447 from ThibaultNocchi/item_select_improvments
Improvments on item v-select
2020-12-28 16:08:50 +01:00
MrTimscampi
787fb4e217 feat(playback-manager): add playback manager 2020-12-25 19:45:17 +01:00
Thibault Nocchi
9f973232a7 refactor: refactored getItemizedSelect into its own mixin to reuse it later on 2020-12-25 11:03:43 +01:00
Fernando Fernández
96fb33167b fix(localization): fix datefns options 2020-12-21 11:30:51 +00:00
Maxr1998
eb084525d8
fix(imagehelper): increase quality for loaded images
Use window.devicePixelRatio to scale CSS dimensions to match hardware resolution
2020-12-18 22:07:15 +01:00
Fernando Fernández
7ba24955ad Merge branch 'master' into refactor-img-mixin 2020-12-17 13:26:33 +01:00
Fernando Fernández
3c2e85a365 refactor(imagehelper): fix jsdoc 2020-12-16 19:46:06 +01:00
Fernando Fernández
44426206ec refactor(imagehelper): address review comments 2020-12-15 11:14:08 +01:00
Fernando Fernández
dd06b0ee8d Merge 'master' into 'refactor-img-mixin' 2020-12-15 00:53:41 +01:00
Cameron
a8dcad694e
Merge branch 'master' into video-player-errors 2020-12-14 10:54:28 +00:00
Fernando Fernández
11029302b4 refactor(imageHelper): create shorthands for getImageUrlForElement 2020-12-14 00:47:36 +01:00
Fernando Fernández
b53661135b refactor(homeheader): get image url from imagehelper mixin 2020-12-14 00:12:45 +01:00
Fernando Fernández
aab7de9f1c refactor(imageHelper): refactor getImageUrlForElement 2020-12-14 00:02:15 +01:00
MrTimscampi
a34eed1cf7 fix: remove request progress from progress reports & other fixes 2020-12-13 08:51:09 +01:00
MrTimscampi
0b97de3413 refactor: fix imports for the API 2020-12-09 19:37:25 +01:00
MrTimscampi
0514f2e7a3 refactor(imagemixing): cleanup imageMixing and handle episodes properly 2020-12-06 12:39:33 +01:00
MrTimscampi
42428a8bfd feat(play): properly handle unrecoverable video player errors 2020-12-06 10:16:06 +01:00
cameron clark
110a7bb3a7 fix(htmlhelper): remove console warn 2020-12-02 08:54:44 +01:00
MrTimscampi
ca68763dff feat(artists): add HTML support for overview
This adds an htmlHelper to sanizite HTML around the client, and uses raw HTML to render the overview
when available (some providers like Last.fm carry HTML tags in their overviews)
2020-11-28 02:33:03 +01:00
MrTimscampi
ec011945ff feat(details): redesign item details 2020-10-22 19:31:43 +02:00
Cameron
bac67c1245 test(timeutils): adds testing for timeUtils mixin 2020-10-03 18:01:47 +01:00
MrTimscampi
b4fb4a9ec3 refactor(card): use mixin to get image URL 2020-09-20 12:59:23 +02:00