vitorsemeano
|
e474f7d04e
|
fix route for configurationarea
|
2020-11-08 20:36:37 +00:00 |
|
vitorsemeano
|
2c899c93df
|
fixes routes for quickconnect
|
2020-11-07 12:33:01 +00:00 |
|
vitorsemeano
|
2383a01335
|
fix webpack errors
files adapted to scss imports
added sass loader
|
2020-11-06 00:00:34 +00:00 |
|
vitorsemeano
|
8b5772f996
|
optimization imports from site.js
|
2020-11-05 23:20:38 +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
|
7411f96ff9
|
move quickconnect html to proper location
|
2020-10-12 12:36:42 +09:00 |
|
dkanada
|
39eddeb205
|
run eslint to fix most var instances
|
2020-10-07 21:12:14 +09:00 |
|
cvium
|
f0441b0caf
|
Fix PIN request and reset route
|
2020-09-25 12:52:36 +02:00 |
|
Matt Montgomery
|
9476edcbe2
|
Merge remote-tracking branch 'upstream/master' into quickconnect
|
2020-09-03 16:17:35 -05:00 |
|
MrTimscampi
|
6b655e57ac
|
Fix lint
|
2020-08-08 05:31:07 +02:00 |
|
MrTimscampi
|
2d72645aad
|
Move HTML files to the proper locations
|
2020-08-08 03:34:21 +02:00 |
|
MrTimscampi
|
af93c4a798
|
Migrate routes.js to ES6
|
2020-08-01 05:36:36 +02:00 |
|
MrTimscampi
|
5e1b6acffe
|
Disallow block padding
|
2020-07-27 08:06:46 +02:00 |
|
Matt Montgomery
|
ae5fa9d304
|
Migrate to ES6
|
2020-07-27 00:07:03 -05:00 |
|
Matt Montgomery
|
e5f0d77c30
|
Merge remote-tracking branch 'upstream/master' into quickconnect
|
2020-07-26 16:41:26 -05:00 |
|
dkanada
|
a085bb5269
|
update routes for plugin and session pages
|
2020-07-26 20:31:16 +09:00 |
|
dkanada
|
c0261ee487
|
move wizard and user preference routes to nested folders
|
2020-07-26 20:31:16 +09:00 |
|
MrTimscampi
|
9c4a602979
|
Merge remote-tracking branch 'upstream/master' into details-redux
|
2020-06-23 10:35:38 +02:00 |
|
MrTimscampi
|
5960f782df
|
Rename itemDetails files to new convention
|
2020-06-21 13:47:33 +02:00 |
|
MrTimscampi
|
e14f4315a8
|
Further improvements to the details page
|
2020-06-20 20:22:15 +02:00 |
|
dkanada
|
75504ec8e4
|
initial work for repository configuration
|
2020-06-10 21:33:08 +09:00 |
|
Matt Montgomery
|
b889dfb3c6
|
Merge remote-tracking branch 'upstream/master' into quickconnect
|
2020-05-29 19:28:55 -05:00 |
|
dkanada
|
4beac3f7f4
|
update more controller locations
|
2020-05-17 23:19:21 +09:00 |
|
dkanada
|
410a58ddae
|
organize more routes by category
|
2020-05-17 01:00:25 +09:00 |
|
dkanada
|
8c3e72fe7b
|
fix wizard route and config load error
|
2020-05-12 06:28:14 +09:00 |
|
ConfusedPolarBear
|
6d4478e8f2
|
Merge branch 'master' into quickconnect
|
2020-05-05 20:42:15 -05:00 |
|
MrTimscampi
|
9e3ca706c4
|
Force the use of single quotes
|
2020-05-04 12:44:12 +02:00 |
|
Matt Montgomery
|
d8cfe064e6
|
Changed code to camel case
|
2020-05-01 14:18:04 -05:00 |
|
dkanada
|
34aad3e338
|
update more route locations
|
2020-04-24 22:58:43 +09:00 |
|
Matt Montgomery
|
fa9e2b476b
|
Finish web UI
|
2020-04-13 15:55:05 -05:00 |
|
MrTimscampi
|
e12e6731b2
|
Make the console quieter by default
|
2020-02-16 04:22:50 +01:00 |
|
Dmitry Lyzo
|
d93c16ea72
|
Exit app on "go back" at server selection page
|
2020-01-25 15:32:24 +03:00 |
|
Dmitry Lyzo
|
1ebf03d21b
|
Exit app on "go back" at login page
|
2020-01-25 01:20:33 +03:00 |
|
dkanada
|
3047b12382
|
add code suggestions
|
2020-01-12 02:23:16 +09:00 |
|
dkanada
|
a08d142db2
|
move some routes to their original locations for now
|
2020-01-08 01:45:45 +09:00 |
|
dkanada
|
07994e0a40
|
move authentication and playback controllers to subdirectories
|
2019-12-15 23:53:13 +09:00 |
|
dkanada
|
4bf12b1682
|
order all routes by category
|
2019-12-15 22:42:33 +09:00 |
|
dkanada
|
34c0d6019e
|
move around half the dashboard controllers to a subdirectory
|
2019-12-15 20:47:47 +09: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 |
|
dkanada
|
27944af119
|
move all user preference controllers to folder
|
2019-10-06 19:56:06 +09:00 |
|
dkanada
|
8bec0ad63d
|
move all library pages to their own folders
|
2019-08-16 00:58:27 -07:00 |
|
dkanada
|
e21763dfcd
|
remove redundant advanced label
|
2019-06-10 15:25:07 -07:00 |
|
vitorsemeano
|
ede8b3397d
|
cleanup data-require in views
|
2019-05-03 22:46:15 +01:00 |
|
Joshua M. Boniface
|
12589460cf
|
Merge pull request #297 from jellyfin/release-10.3.z
Backmerge for 10.3.2 release
|
2019-04-30 23:35:40 -04:00 |
|
dkanada
|
6c7d64b4de
|
remove unnecessary route
|
2019-04-25 11:16:11 -07:00 |
|
dkanada
|
05a1beebaf
|
move livetv controller to the old location
|
2019-04-25 11:16:01 -07:00 |
|
Bond-009
|
df3d3bc7d3
|
Merge pull request #256 from jellyfin/release-10.3.z
Backmerge release 10.3.0
|
2019-04-20 12:27:46 +02:00 |
|
dkanada
|
3f4b750288
|
move list page to the usual location
|
2019-04-06 00:24:30 -07:00 |
|
dkanada
|
3eec1cf2f7
|
move device routes to the usual location
|
2019-04-06 00:24:30 -07:00 |
|