1c7a688cb8
Moved fetch call for getting charts to api.js
2019-12-26 00:28:33 +01:00
6269f178e9
Store added to api
2019-12-26 00:20:40 +01:00
3e7527ee19
defined variables for green-70 (rgba(1, 210, 119, .73)) and background-ui (#edeef0)
2019-12-26 00:18:14 +01:00
2236316863
api functions for linking, unlinking-plex account, get settings and update settings.
2019-12-26 00:15:45 +01:00
cc2fded193
Removed unnessesary filename declaratiom
2019-12-26 00:10:03 +01:00
f32e0a8ab0
Store user module for users settings and username.
2019-12-26 00:09:02 +01:00
ec6e6d2ba0
Class declarations for simple flex selectors.
2019-12-26 00:08:26 +01:00
ca85635b03
Settings with new feature to autnhenticate plex account with your season account. Also moved settings to computed value of new user store module.
2019-12-26 00:06:56 +01:00
32257dc64e
Info can now also be Array and will display the list elements in a column. Also made hader sticky and decreased some margin and increased the font.
2019-12-24 13:23:22 +01:00
6bba319735
Formatting
2019-12-24 13:14:10 +01:00
dcce972fdc
New togglebutton component for selection data types for the graphs in activitypage.
2019-12-24 13:14:00 +01:00
32e25fb983
Accounts with linked plex accounts can view their watch history per day by duration on number of plays. Have two graphs and adding more requires a new canvas element and new list element in this.charts.
2019-12-24 13:08:57 +01:00
e7882869e6
Created checkStatusAndReturnJson middleware for checking for responses status is ok(200-299) or not and if it does returns a json parsed object.
2019-11-25 23:28:23 +01:00
d0a251f69a
Moved register and login requests to api.js.
2019-11-25 23:25:08 +01:00
9bc7f29162
Decreased the padding around movie list items on large screens to let the grow a bit larger.
2019-11-25 23:12:36 +01:00
3ff963f007
Implemented download activity overlay on movielistitems if progress movie object key exists.
2019-11-25 23:11:59 +01:00
bcfce66ec0
Matched is set to false if exists_in_plex is undefined (not a part of
...
the response body).
nesteDataToString is simplified in the way it parses its input data.
getMovie uses optional second parameter check_existance to check if the
file exists in plex.
2019-11-25 23:03:22 +01:00
33e3ee3489
Authenticating with plex now happens to seasonedShows backend and not through plex.tv.
2019-11-25 22:57:05 +01:00
e3502a7690
Searching tmdb should also include authorization token for search history.
2019-11-25 22:56:01 +01:00
8d09ba4d07
get movie now has optional url parameters to also include existance and release dates in response
2019-11-25 22:55:34 +01:00
ba670d06aa
Added charjs and fetch user activity to graph from new user/activity endpoint. This fetches tautulli stats based on the plex user_id linked with the seasoned account.
2019-11-05 01:08:38 +01:00
a11ad2f651
Merge pull request #34 from KevinMidboe/fix/post-magnet-data
...
Added application json content type header
2019-10-31 19:18:36 +01:00
755bd116d5
Added application json content type headaer
2019-10-31 19:16:18 +01:00
9e33784781
Merge pull request #33 from KevinMidboe/fix/post-magnet-data
...
Data was sent as [object object], now we stringify the content first.
2019-10-31 18:42:04 +01:00
470bcdd72e
Data was sent as [object object], now we stringify the content first.
2019-10-31 18:41:40 +01:00
d56a7d4dfe
Merge pull request #32 from KevinMidboe/fix/mobile-seasoned-message-formatting
...
Better formatting for seasoned messages on mobile
2019-10-30 23:46:46 +01:00
b46e586c92
Resize the content for seasoned messages and the settings wrapper to look better on mobile
2019-10-30 23:45:48 +01:00
563eb3f1ef
Merge pull request #31 from KevinMidboe/fix/restrictive-background-scroll
...
Disable scroll on content behind popover movie view
2019-10-30 22:12:44 +01:00
98644513ad
When movie popup opens we add a no-scroll class to the body element. This prevents scrolling the content behind the popover content.
2019-10-30 22:11:09 +01:00
3033db02b8
Merge pull request #29 from KevinMidboe/fix/search-input-navigation-resets-cursor
...
Reset search-input cursor on upwards navigation
2019-10-30 21:57:05 +01:00
70a6ed189b
When navigating up in the autocomplete search result list the cursor usually reset back to the start of the input. Now we get the element and use focus and setSelectionRange to move the cursor back to the end at the very next frame.
2019-10-30 21:55:39 +01:00
d7e4d2095c
Merge pull request #2 from KevinMidboe/release/v2
...
Release/v1
v1.0.0
2019-10-23 19:54:43 +02:00
1c0799a30a
Also check the items source for name or title to find out if the response item came from movie or show index
2019-10-23 00:49:38 +02:00
2b3955060f
Updated yarn lock
2019-10-23 00:46:10 +02:00
4ac4d642e7
Removed autogenerated docs
2019-10-23 00:43:17 +02:00
3d12cd2735
Added check svg icon for torrentList
2019-10-23 00:39:30 +02:00
4a44924f56
Updated webpack to resolve common file extensions
2019-10-23 00:38:36 +02:00
3910b5d7b2
Forgot to add getter defined for documentTitle store module
2019-10-23 00:33:32 +02:00
4a32fe5255
SeasonedInput can now be initialized with a value
2019-10-23 00:33:00 +02:00
8b9b2be891
Sortable class function for finding out which header should get a class showing that the column is selected
2019-10-23 00:32:42 +02:00
96321831d1
0 is computed as False, allow 0 just not undefined or null
2019-10-23 00:31:49 +02:00
39cd5ce04a
Re-wrote most all api calls to use fetch over axios. There is still a problem with form authentication with plex. The response we get does not seem to be a json object. Updated what is expected to return from altered api methods in each component that uses them
2019-10-23 00:30:37 +02:00
4a46bbd2be
Movie now uses the new documentTitle module to set when loading movie and when popover dismissed we set it to the previous documenTitle. Created a getter for documentTitle. This makes it easier to only get the title variable and not try save and parse the document title with all the extra prefixes
2019-10-22 23:34:54 +02:00
f45dcc560c
Removed A LOT of the functionality in MoviesList and replaced it with the ResultsList component. Now loading of search results, lists (either directly by query or link) and users requests from profile are all separated out to their own page component; Search.vue, ListPage.vue and Profile.vue respectivly. With the change Home has been completly redone to use this new funcionality
2019-10-22 23:24:08 +02:00
1a014bea15
Added some fresh new todos
2019-10-22 23:19:24 +02:00
6d6f1ffd06
Updated seasonedinput to also handle two-way binded value prop. This changes is reflected most all places that seaoned-input is used
...
. Fuck, also added the new ResultsList which replaces MoviesList
2019-10-22 23:18:24 +02:00
4528b240e1
Popover now also removes its eventlistener on close
2019-10-22 23:08:03 +02:00
c454d9c9e0
Misc cleanup, more definitions of color with scss variables and added a lot of color transitions for when switching theme color.
2019-10-22 23:07:21 +02:00
f8c284cd71
Removed messages stylesheet
2019-10-22 22:58:37 +02:00
46daff2ddb
Removed unused warning|error|success (s)css variables and added green-90; green color with 90% opacity
2019-10-22 22:58:04 +02:00