Commit Graph

133 Commits

Author SHA1 Message Date
8696d9cb16 Upgraded babel and webpack to support async keyword with preset-env over es2015 2019-06-28 21:20:35 +02:00
cc9bcf927c Renamed elastic index variable 2019-06-28 20:55:33 +02:00
36cb31462f Only try search for torrents if admin 2019-06-28 20:53:02 +02:00
6920877bfc Do a separate api call to check if an item is requested already 2019-06-28 20:52:16 +02:00
2270124f1a Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-28 18:11:01 +02:00
94c65cb272 Pirate search url appended with /search 2019-06-28 18:10:31 +02:00
ee3ce60406 Imported missing path package 2019-06-28 18:10:05 +02:00
db410d9e8d added missing trailing slash for url 2019-06-28 18:08:42 +02:00
0f515d0acb No longer track config file 2019-06-28 18:07:40 +02:00
8dc51251c1 Elastic index for api searches for movie and show titles moved to ELASTIC_INDEX variable in config 2019-06-28 17:42:39 +02:00
5825d0e608 Created example config and ignored main config.json file 2019-06-28 17:38:07 +02:00
57df35293a Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-28 15:54:08 +02:00
125c9b0d17 Updated vue-template-compiler to 2.6 in compliance with vue v2.6 2019-06-28 15:51:38 +02:00
cf93e96b91 Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-10 01:29:25 +02:00
f17b4a20ba All urls now use URL object or join with path to not need to construct strings manually 2019-06-10 01:29:05 +02:00
f7e0ea41fd Update README.md 2019-06-10 01:06:05 +02:00
2ecc63913c Yarn docs command now also generates md file for documentation 2019-06-10 00:59:43 +02:00
9a84d6ebf2 Use documentation and JSDocs comments for all api functions 2019-06-10 00:55:57 +02:00
75a8496791 Extended function names to clearify its action 2019-06-10 00:51:01 +02:00
36a7460a87 Upated readme with api endpoint configuration settings 2019-06-10 00:47:45 +02:00
2ae175d1b5 Moved configurable api addresses to config.json. Elasticsearch relatime search can also be disabled by setting to false or undefined 2019-06-10 00:43:09 +02:00
1898fb3855 Merge branch 'release/v2' of github.com:KevinMidboe/seasoned into release/v2 2019-06-05 00:28:02 +02:00
559b69a7f2 Removed import of unused assetes 2019-06-05 00:27:46 +02:00
95a92b9e3e Stylesheet for message on unsucessfull login/register 2019-06-05 00:27:37 +02:00
9ec6e36677 Updated version in pacage file and added compression to server requests. 2019-06-05 00:10:25 +02:00
4fada32d14 Created addmagnet helper function 2019-06-04 23:21:57 +02:00
f8e0892c34 Decreased timeout on success notification to human time scale 2019-06-04 23:18:43 +02:00
a03cdcb9d8 Scoped tmdbid to local instance 2019-06-04 23:18:07 +02:00
ab192b57f4 Rewrote the entire component. Now we use are own table with a new design and auto expanding to view more information. Table also supports sorting and collapses columns on smaller screens 2019-06-04 23:15:56 +02:00
fa9f644831 Merged in using elasticSearch function from api.js not through this component directly 2019-06-04 22:51:56 +02:00
74fdd09b3e Started working on cast template view 2019-06-04 22:50:36 +02:00
b637cb3e08 Completly new search input with elastic realtime search. Handles keyboard inputs and autohides to not be in the way 2019-06-04 22:50:09 +02:00
26b12288cb Completly new search input with elastic realtime search. Handles keyboard inputs and autohides to not be in the way 2019-06-04 22:48:41 +02:00
3e92fbc626 Cleaned up imports 2019-06-04 22:37:02 +02:00
7f38f7f0cd Renamed seasonedAPI to api.js 2019-06-04 22:34:05 +02:00
df33e2408a Simplified what happens in template. Re-wrote all logic to be more agile to the given input, and also handle reloading a state from a given url. 2019-06-04 22:24:52 +02:00
8c5a8212c0 Settings now use the seasonedAPI controller for plex authentication. Now only handles the response from plex, given username and password 2019-06-04 22:16:08 +02:00
c3d7642e26 Now root template only contains elements that exist for every page; navigation, search and popover along with the router view. Removed most all the logic except for prototype functions/variable attached to the vue instance and controlls the state of moviepopup given a id and type. 2019-06-04 22:14:53 +02:00
f13bf6c52d Alias @ to contents of source folder 2019-06-04 22:06:43 +02:00
5e3bd814ff Reordered/renamed svg symbols 2019-06-04 22:06:24 +02:00
992ca1261c Implemented authenticating with plex helper function. Takes username and password 2019-06-04 22:05:30 +02:00
847e20f7a4 Moved axios api call to seasonedAPI controller 2019-06-04 22:04:55 +02:00
2403a58d2e Replaced most of dom with seasoned-input and -button components. 2019-06-04 22:03:32 +02:00
8219826007 Updated both signin and register with new seasoned-button and -input components. Still needs some styling fixed, duplicated scoped styling 2019-06-04 21:55:51 +02:00
2b634bc711 Removed unused varables and comments 2019-06-04 21:48:38 +02:00
fb8f6654aa Removed unused styling 2019-06-04 21:46:23 +02:00
1b6a494cc0 Profile page uses new movies-list parameters and seasonedApi updated to handle authentication tokens. TODO move away auth token from getLists function 2019-06-04 21:46:03 +02:00
ca1cb029bc Created new homepageLists that are the lists. Started adding assets. User requests list if just a object. Should more lists be like this and then added to a composed list? 2019-06-04 21:44:51 +02:00
0a458bfe21 Formatting and added a todo for better image handling 2019-06-04 21:43:17 +02:00
fd405250a5 Changed settings buttons from being manually setup to use the seasonedButton compnent. Scoped styling 2019-06-04 20:12:25 +02:00