Commit Graph

65 Commits

Author SHA1 Message Date
Dmitry Lyzo 4929bfd350 Fix HTML escaping
Regression: 59adbc348a
2022-03-19 10:51:52 +03:00
Dmitry Lyzo 59adbc348a Escape HTML 2022-03-06 13:29:14 +03:00
Dmitry Lyzo 119df2cc99 Add aria-hidden to button icons 2022-02-25 01:52:14 +03:00
Bill Thornton 7390314001 Merge pull request #2472 from jellyfin/dkanada-patch-1
add border radius to several card elements
2021-05-04 13:17:41 -04:00
dkanada c369c5b73c merge branch 'master' into dkanada-patch-1 2021-03-26 19:49:50 +09:00
dkanada bcaf95c4e3 add the background filter back for active sessions 2021-03-25 12:24:51 +09:00
Bill Thornton a3949c1889 Fix sonarqube issues 2021-03-23 11:28:20 -04:00
Bill Thornton f60b7686d0 Remove unused variables 2021-03-23 11:28:16 -04:00
Bill Thornton a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Bill Thornton 742bd0a262 Merge pull request #2379 from jellyfin/promise-errors
fix some unhandled promises and refactor some code
2021-03-05 11:03:21 -05:00
dkanada 3616d0fa15 improve session information dialog 2021-02-25 23:12:20 +09:00
dkanada d93d2b020f update progress bar values 2021-02-19 11:15:39 +09:00
dkanada ebe3ff242c remove useless ternary and always apply background color 2021-02-07 00:21:23 +09:00
dkanada df599db415 fix some unhandled promises and refactor some code 2021-02-06 15:51:31 +09:00
dkanada 59a673e088 update style for active sessions 2021-02-06 15:48:53 +09:00
Bill Thornton adf530f317 Revert "Support restarting the server on all platforms"
This reverts commit eb6a76f578.
2020-12-16 10:12:55 -05:00
nyanmisaka f3c9b9da15 use uppercase for codecs in dashboard 2020-11-20 12:21:55 +08:00
nyanmisaka c87df522b3 Merge remote-tracking branch 'upstream/master' into remux-translation 2020-11-20 12:19:48 +08:00
nyanmisaka 1cf3b0e756 localize playback stats 2020-11-17 23:57:07 +08:00
nyanmisaka daff76354b add description for remux 2020-11-17 14:25:25 +08:00
vitorsemeano 2383a01335 fix webpack errors
files adapted to scss imports
added sass loader
2020-11-06 00:00:34 +00:00
vitorsemeano 86a9f4e36f solved imports for alert, toast and confirm 2020-11-05 23:15:39 +00:00
vitorsemeano 5071aedcea extracted connectionManager from site.js
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
vitorsemeano 923d53bb71 remove most of Dashboard global window usage 2020-11-05 23:11:47 +00:00
Bill Thornton a71b0314d4 Fix apiclient imports 2020-11-05 23:11:47 +00:00
MrTimscampi 7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00:00
dkanada 7b168608a0 add library scan button to dashboard 2020-10-12 12:29:57 +09:00
dkanada 4d92ca43bb reduce requirements for controls on dashboard 2020-10-12 12:02:24 +09:00
Julien Machiels 3cbe0f7264 Merge branch 'master' into connection-manager-global 2020-09-01 10:16:21 +02:00
MrTimscampi c97d7a6f59 Use connectionManager global 2020-08-30 06:06:47 +02:00
dkanada b528781491 update four strings with generic keys 2020-08-27 09:28:09 +09:00
dkanada 955d7464ff remove translations with duplicate values 2020-08-24 08:20:29 +09:00
dkanada 67ce56da95 remove some duplicate strings 2020-08-13 21:23:51 +09:00
MrTimscampi a7df7ad720 Fix appHost.supports 2020-08-06 19:32:31 +02:00
MrTimscampi 22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
MrTimscampi 66b107f0c9 Resolve conflicts 2020-07-24 12:25:07 +02:00
MrTimscampi 3713091382 Merge remote-tracking branch 'upstream/master' into es6
With conflicts
2020-07-24 10:23:14 +02:00
dkanada 11e675de58 fix two minor issues 2020-07-12 04:24:45 +09:00
Cameron c62ad4ae83 Update variable declerations 2020-07-11 11:56:57 +01:00
Cameron 4e3e2d1428 migration of apikeys, dashboard and encodingsettings to ES6 modules 2020-07-11 11:46:51 +01:00
ferferga b791302fb1 Remove leftover from 02baff1fe0 2020-06-17 18:50:05 +02:00
Vasily be6c4a2ba4 Merge remote-tracking branch 'upstream/master' into hwaccel 2020-06-08 15:48:25 +03:00
Mark Monteiro eb6a76f578 Support restarting the server on all platforms 2020-05-24 23:30:47 -04:00
MrTimscampi 9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo a3bc8c183e Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00
Dmitry Lyzo 6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
nyanmisaka 45ced60cc1 fix lint 2020-04-09 01:15:43 +08:00
nyanmisaka 02baff1fe0 add more separate hw decoding toggles 2020-04-09 00:35:54 +08:00