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

29 commits

Author SHA1 Message Date
imchasingshadows
2e66ce13e6
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2021-09-16 16:13:29 +02:00
Kay Simons
104e72fc4f fix: use isWeb0s in isTv method 2021-09-04 13:10:43 +02:00
Kay Simons
6e52a53e3d fix: netcast conditional 2021-07-03 17:36:17 +02:00
Kay Simons
e888ae1bf3 fix: useragent detection for new web0s browser 2021-07-03 17:13:37 +02:00
Bill Thornton
be9f964c18 Remove useless escape characters 2021-03-23 11:28:20 -04:00
Patrick Georgi
ce9538498e browser.js: Avoid misdetecting Chrome OS as OS X
Matching for lower-case "os x" not only finds "Mac OS X" but also
"CrOS x86_64". Mismatching Chrome OS as Apple device leads to
playback issues due to differences in supported client formats.
2021-03-01 14:19:04 +00:00
Dmitry Lyzo
9e74f15c12 Fix browser detection: Safari vs Tizen 2021-01-05 20:20:45 +03:00
Bill Thornton
04cac0c407 Fix iPad detection 2020-08-31 15:19:06 -04:00
dkanada
6159eca8f8 prevent the use of confusing globals 2020-08-25 10:12:35 +09:00
Cameron
da5eb9ccc4 Migration of browser to ES6 module 2020-07-29 10:04:55 +01:00
nyanmisaka
7e5be8e05e add initial support for Edge chromium 2020-07-27 21:11:12 +08:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
MrTimscampi
a09a9e9a3a Remove some more things 2020-07-26 12:32:36 +02:00
MrTimscampi
a179291f4f Fix linting 2020-07-26 12:30:53 +02:00
MrTimscampi
dfbb7dfc16 Remove dead code 2020-07-26 12:30:50 +02:00
MrTimscampi
d2bd631cbe Fix more sonarqube bugs 2020-05-14 23:25:22 +02:00
Dmitry Lyzo
7952511691 Remove flex support checking - should be supported anyway 2020-05-08 15:45:55 +03:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Vasily
fbaed0310a Fix webos detection 2020-04-27 18:49:11 +03:00
Dmitry Lyzo
0910e6cf4e Fix reference to undefined variable 2020-04-17 22:53:12 +03:00
MrTimscampi
0c2cdfe741 Add polyfills to fix errors and ignore conditional lines 2020-04-04 21:29:53 +02:00
MrTimscampi
20481f72b3 Fix maxTouchPoints 2020-04-03 21:32:19 +02:00
MrTimscampi
511b151d71 Remove deprecated touch detection 2020-04-02 20:25:42 +02:00
Dmitry Lyzo
d6ab058661 Add Tizen version check 2020-03-22 20:25:51 +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
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
Dmitry Lyzo
11b6e83d69 Apply suggestions from code review 2019-11-14 16:29:33 +03:00
Dmitry Lyzo
cdfa115ec0 Fix iOS platform detection #572 2019-11-13 22:00:27 +03:00
dkanada
a260e33182 sort through the define statements 2019-10-03 02:33:21 +09:00
Renamed from src/components/browser.js (Browse further)