1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

1556 commits

Author SHA1 Message Date
Cameron
ce2b2d70ab
Merge branch 'master' into migrate-to-ES6-48 2020-08-02 15:16:13 +01:00
Dmitry Lyzo
469ae9ae8b Remove ES6 import hack for 'loading' 2020-08-02 15:35:46 +03:00
Dmitry Lyzo
40b6403134 Add ES6 import hack for 'browser' 2020-08-02 15:25:20 +03:00
Cameron
9067047403
Update src/components/playback/playbackmanager.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-02 09:27:03 +01:00
Cameron
042cb4119b lint 2020-08-02 09:22:03 +01:00
Cameron
0e409e2717
Merge branch 'master' into migrate-to-ES6-48 2020-08-02 09:14:01 +01:00
Cameron
91cd1a75d7 Apply Suggestions 2020-08-02 09:00:26 +01:00
Cameron
7ffb7ab0fc fix lint and bug 2020-08-02 09:00:26 +01:00
Cameron
49c1b3e159 Addition of defaults 2020-08-02 09:00:25 +01:00
Cameron
a72c843b13 Migration of playbackmanager to ES6 module 2020-08-02 09:00:24 +01:00
dkanada
54eab501c9
Merge branch 'master' into titles 2020-08-02 16:57:13 +09:00
dkanada
5679067abf
Merge pull request #1679 from Camc314/migrate-to-ES6-47
Migration of loading and favoriteitems to ES6 modules
2020-08-02 16:53:29 +09:00
dkanada
b1aa18e7e7
Merge pull request #1686 from Larvitar/master
Fix issue with nowplaying page when item.Album or item.Artists are null.
2020-08-02 02:55:41 +09:00
dkanada
891f54563b change error message key 2020-08-02 01:23:57 +09:00
Cameron
0acf8534bb
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-31 21:39:31 +01:00
Cameron
70a8bd1f09 Merge branch 'migrate-to-ES6-47' of https://github.com/Camc314/jellyfin-web into migrate-to-ES6-47 2020-07-31 21:38:02 +01:00
Cameron
dd0e47a70e Apply suggestions 2020-07-31 21:35:01 +01:00
Cameron
ee14ae76db
Merge branch 'master' into migrate-to-ES6-47 2020-07-31 21:27:48 +01:00
dkanada
889b9a3d73 update a few more strings 2020-08-01 01:26:45 +09:00
dkanada
3774008343 standardize key prefixes for translations 2020-08-01 00:18:24 +09:00
dkanada
66f04066ee
Merge pull request #1710 from MrTimscampi/remove-image-hack
Remove image size hack
2020-07-31 22:33:48 +09:00
dkanada
1a9f39caaf
Merge pull request #1709 from jellyfin/unstable
Rename chromecast flavors
2020-07-31 22:18:44 +09:00
MrTimscampi
ae520390c6 Remove image size hack 2020-07-31 15:18:32 +02:00
dkanada
79a59d17c3 rename chromecast flavors 2020-07-31 22:16:20 +09:00
Cameron
5b91863b49
Merge branch 'master' into migrate-to-ES6-39 2020-07-31 13:57:49 +01:00
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Cameron
df162f3ca3
Merge branch 'master' into migrate-to-ES6-47 2020-07-31 09:52:21 +01:00
Cameron
e445341405
Update src/components/favoriteitems.js
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-07-31 09:47:58 +01:00
dkanada
b1e116885a
Merge pull request #1693 from Camc314/migrate-to-ES6-49
Migration of playqueuemanager to ES6 module
2020-07-31 17:15:36 +09:00
dkanada
4359d06a8f
Merge pull request #1692 from Camc314/migrate-to-ES6-50
Migration of refresh dialog to ES6 module
2020-07-31 17:15:17 +09:00
MrTimscampi
a395e6b3d3 Remove redundant variable assignments 2020-07-30 19:42:30 +02:00
Cameron
17923bb924 Migration of playqueuemanager to ES6 module 2020-07-30 10:15:25 +01:00
Cameron
f05fdfc0a4 Migration of refresh dialog to ES6 module 2020-07-30 08:38:09 +01:00
Mariusz Chryc
56aaed9f81 Fix string 2020-07-29 18:11:27 +02:00
Mariusz Chryc
260668f501 Fix lintint errors 2020-07-29 18:05:45 +02:00
Mariusz Chryc
fd55eb99ac Fix updateNowPlayingInfo when artist or album are empty 2020-07-29 17:49:07 +02:00
Bill Thornton
585667067b Fix fullscreen video in iOS Safari 2020-07-29 09:28:06 -04:00
Cameron
ddf65f31e0 fix lint 2020-07-29 10:09:05 +01:00
Cameron
f93c93f870 Migration of itemhelper to ES6 module 2020-07-29 10:05:16 +01:00
Cameron
b988dd04c5
Merge branch 'master' into migrate-to-ES6-47 2020-07-29 09:12:55 +01:00
Cameron
e3ca0a3d99 Migration of favoriteitems to ES6 module 2020-07-29 09:06:06 +01:00
Anthony Lavado
63bd2ef908
Merge pull request #1655 from Camc314/migrate-to-ES6-43
Migration of imageEditor and imageDownloader to ES6 modules
2020-07-28 16:38:45 -07:00
Cameron
675cad71d8 Migration of loading to ES6 module 2020-07-28 23:08:27 +01:00
Cameron
4a3f05a58f
Update src/components/imageDownloader/imageDownloader.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-28 21:08:32 +01:00
Cameron
6cb8f03005
Update src/components/imageeditor/imageeditor.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-28 17:51:59 +01:00
Cameron
5bd4b849d6
Update src/components/imageDownloader/imageDownloader.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-07-28 17:51:53 +01:00
Joshua M. Boniface
fc73a8a98a Bump master version to 10.7.0 for next release 2020-07-27 19:15:26 -04:00
nyanmisaka
7e5be8e05e add initial support for Edge chromium 2020-07-27 21:11:12 +08:00
Cameron
04199ae9f6 fix lint 2020-07-27 13:57:12 +01:00
Dmitry Lyzo
6b480f5138 Fix file download 2020-07-27 13:56:39 +03:00