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

218 commits

Author SHA1 Message Date
Vasily
9d0d44328c
Merge pull request #1092 from MrTimscampi/screenfull
Use screenfull to handle fullscreen switching
2020-04-16 13:49:52 +03:00
MrTimscampi
5459ef2a78 Use screenfull to handle fullscreen switching 2020-04-15 13:15:39 +02:00
MrTimscampi
9cba01963f Fix code smell in mediasession 2020-04-15 10:21:58 +02:00
MrTimscampi
af7c87b9f6 Migrate MediaSession to ES6 2020-04-15 10:14:57 +02:00
Dmitry Lyzo
1519ee48d7
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-04-15 09:57:19 +03:00
MrTimscampi
9bcb270942 More MediaSession cleanup 2020-04-15 08:14:08 +02:00
MrTimscampi
3dd141915e Use full image for MediaSession 2020-04-15 07:54:33 +02:00
Dmitry Lyzo
d5ae0275cf Move delayed volume update to playbackManager 2020-04-13 12:50:12 +03:00
dkanada
a9c9957160
Merge pull request #1039 from MrTimscampi/sonarqube-fixes-1
Sonarqube bug fixin' - Part 1: Phantom Bugs
2020-04-11 21:34:49 +09:00
Julien Machiels
acbe7730b8
Merge branch 'master' into polyfill-lint 2020-04-10 06:28:59 +02:00
MrTimscampi
36eb5564c1 Fix all Critical bugs from Sonarqube 2020-04-06 22:03:09 +02:00
MrTimscampi
cb1b8aa3a9 Fix semicolons and throw error in ESLint if missing 2020-04-05 13:48:10 +02:00
MrTimscampi
0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
ferferga
e5ce7af11d Translate experimentalwarnings.js 2020-04-04 13:25:35 +02:00
ferferga
a461f16332 Merge remote-tracking branch 'upstream/master' into patch-10 2020-04-04 12:56:08 +02:00
Dmitry Lyzo
8eb2968027 Clear player data after stop 2020-03-08 00:37:15 +03:00
Dmitry Lyzo
dcaa87e4cb Fix brightness indicator 2020-03-07 17:23:31 +03:00
artiume
8651d4bd00
Update playback warning 2020-03-01 20:59:42 -05:00
dkanada
f888dcd744
Merge pull request #843 from grafixeyehero/webos-icon-fix
Webos icon fix
2020-02-26 18:02:56 +09:00
dkanada
b3da19a596
Merge pull request #816 from MrTimscampi/quiet
Make the console quieter by default
2020-02-25 22:45:26 +09:00
dkanada
a9be94a803 uncomment all log statements 2020-02-23 17:23:20 +09:00
grafixeyehero
de28101f66 Fix 2 speakers icons next to volume slider #841 2020-02-23 02:32:44 +03:00
h1nk
598402d953
Add missing final newlines
Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
MrTimscampi
e12e6731b2 Make the console quieter by default 2020-02-16 04:22:50 +01:00
MrTimscampi
229785b908 Fix more icons on WebOS 2020-02-16 01:53:29 +01:00
MrTimscampi
a98b961b94 Fix icons on WebOS
WebOS 4 apparently has a ligature bug that prevents icons with an underscore from working as intended.
This replaces them with either the corresponding CSS class or unicode escape code, depending on context.
Refactoring is needed in order to be able to use CSS classes everywhere, so in the interest of time, this does the best available currently.

Fixes #678
2020-02-16 01:33:34 +01:00
dkanada
e3de93dae6
Merge pull request #738 from ferferga/media-controls
Switched OS media controls
2020-01-30 01:26:05 +09:00
MrTimscampi
cdefae3dee Merge remote-tracking branch 'upstream/master' into material-icons 2020-01-29 08:45:20 +01:00
ferferga
02c820de5b Remove unnecessary check 2020-01-29 08:38:56 +01:00
dkanada
aef4fede3c merge branch master into autoplay 2020-01-27 23:08:17 +09:00
ferferga
6bea97ef0f Fixed logic and reduced overhead 2020-01-26 14:40:32 +01:00
ferferga
8f8ebc485d Switched media controls to follow other players style 2020-01-26 00:08:17 +01:00
MrTimscampi
0b11883451 Move material icons to external package 2020-01-25 18:58:35 +01:00
MrTimscampi
ea28429cdf Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
2a074d10f1 Fix no-missing-end-of-source-newline (CSS) 2020-01-25 11:35:33 +01:00
MrTimscampi
04a4ca9a57 Fix color-hex-case (CSS) 2020-01-25 11:34:12 +01:00
dkanada
6728f5b718 remove useless autoplay script and add folder for settings 2020-01-24 02:57:29 +09:00
Anthony Lavado
21066f06f0 Add initial AirPlay support (#659) 2020-01-10 19:31:02 +03:00
grafixeyehero
080b3365d6 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into replace-unicode
# Conflicts:
#	src/components/guide/guide.js
#	src/components/mediainfo/mediainfo.js
#	src/components/multiselect/multiselect.js
#	src/components/playback/brightnessosd.js
#	src/components/recordingcreator/recordingbutton.js
#	src/components/userdatabuttons/emby-ratingbutton.js
#	src/controllers/favorites.js
2019-11-24 17:45:48 +03:00
dkanada
3739741786 Add some linting rules for the CI (#587)
* enable one-var rule

* enable indent rule

* enable no-multiple-empty-lines rule

* enable no-empty rule

* enable no-trailing-spaces rule

* enable no-extra-semi rule

* add eslint rules to fix block spacing

* enable max-statements-per-line rule

* enable brace-style rule

* fix some spacing issues and add future rules

* add code suggestions
2019-11-22 18:29:38 +03:00
grafixeyehero
1da8876811 Replace all Unicode icon with there value 2019-11-20 00:24:54 +03:00
redSpoutnik
7aa5d28510 Test correct function in getPlayerSubtitleOffset 2019-10-08 21:45:57 +02:00
dkanada
0286cc60d5
Merge pull request #458 from dkanada/site
Refactor several files and methods
2019-09-25 23:52:49 +09:00
Daniel Hartung
fdbdaa1982 Not all players support xxxSubtitleOffset 2019-09-11 20:57:12 +02:00
dkanada
27f39e39c4 fix help label for music library creation 2019-09-11 04:18:20 -07:00
dkanada
abd0b0130f fix repeated automatic attempts to cast to a device 2019-06-19 05:02:21 -07:00
Anthony Lavado
da16b3eaf0
Merge pull request #325 from dkanada/string
Add some missing strings and remove gradients from themes
2019-05-23 20:06:00 -04:00
Bond-009
3245e5c0d8
Merge pull request #328 from jellyfin/release-10.3.z
Backmerge for Release 10.3.3
2019-05-18 12:55:59 +02:00
Joshua M. Boniface
b0f7a9b67c
Merge pull request #323 from bugfixin/fix-android-seek
Resolve some android seeking issues
2019-05-17 09:01:42 -04:00
dkanada
3c8361d87c add missing string and reorder playback menu 2019-05-16 14:33:57 -07:00