56 Commits

Author SHA1 Message Date
3f4b4c2129 Update the subtitles dropdown to stay open after refresh 2017-06-03 19:55:18 +02:00
50ae9c7a25 Lint the reducer index 2017-06-02 21:19:50 +02:00
d144d0a982 Update the shows reducer from switch to map 2017-06-02 21:18:44 +02:00
255aa83453 Update the user reducer from switch to map 2017-06-02 21:12:20 +02:00
99fbe22d6d Update the torrent reducer from switch to map 2017-06-02 21:08:26 +02:00
7014b3933d Update the show reducer from switch to map 2017-06-02 21:06:03 +02:00
e286f5d2da Update the alert reducer from switch to map
Switch to immutable while we're here
2017-06-02 20:58:38 +02:00
b61be889dd Update the movie reducer from switch to map 2017-06-02 20:54:41 +02:00
06517be48b Update the user store to be immutable 2017-06-02 14:39:07 +02:00
d0d3f63012 Remove react-redux-form 2017-06-02 13:57:17 +02:00
9e5ae81f4e Update the shows store to be immutable 2017-06-02 13:49:58 +02:00
80db4383a3 Update the movie store to be immutable 2017-06-02 13:49:31 +02:00
dd3ab77f2c Make the show store immutable 2017-05-31 13:55:03 +02:00
33137e0035 Split the store of the show 2017-05-30 13:08:42 +02:00
e71c5bfb84 Add subtitles in frontend
Update backend to match polochon
2017-05-29 14:15:52 +02:00
c8b65f8da9 Use an immutable store for torrents 2017-05-22 14:26:40 +02:00
764b11a93f Allow login using cookies
This is necessary for requests that can't be controlled with axios, like
subtitles in <video> tags
2017-05-21 14:51:55 +02:00
27ca75c1ab Add torrent page 2017-05-20 16:22:45 +02:00
c42687ddd5 Remove the search from the redux-store
Let's use uncontrolled component, this will be much more simple to read
and understand
2017-05-20 01:24:05 +02:00
6c5d5e11fd Reset the filter after fetching 2017-05-20 00:45:23 +02:00
76b2859d88 Improve the login function
If a token is in the localStorage of the browser we now assume that the
user is already logged in. If that's no the case, he will be redirected
to the login page.
2017-05-20 00:45:16 +02:00
614d1ab11e Keep the last shows fetched URL 2017-05-20 00:08:07 +02:00
c1bd0bd3bc Update routes and auth
* Use the onEnter hook of the router to fetch data
* Remove the plugin to check if the user is authenticated, this is now
done by the onEnter function of the router
* Update the backend to search using GET queries
* Cleanup the (now useless) code in the components to fetch the datas
2017-05-19 23:06:20 +02:00
38a17d526d Keep the last movie fetched URL 2017-05-19 13:01:24 +02:00
04ef01995e Add explore options 2017-04-14 22:36:35 +02:00
334b4be47e Fix SQL connection not getting closed
Fix small bug in js as id field is not being returned anymore
2017-03-21 13:56:54 +00:00
a6052828ab Add error handling to disable episode refresh icon 2017-02-01 14:35:42 +01:00
425bfdc8d3 Add button to get episode details / torrents 2017-02-01 13:29:15 +01:00
dcde20f170 Add button to refresh the show details 2017-01-31 20:43:41 +01:00
42bc4bf957 Sort movies by year by default 2017-01-31 13:22:50 +01:00
79de64101d Add track button in the show details 2017-01-26 22:28:37 +01:00
23df7bef9f Add a button to add shows to the wishlist 2017-01-24 23:02:43 +01:00
981cbd339d Add a wishlist button for the movies 2017-01-24 23:02:42 +01:00
4e3613c1c8 Add delete movie button 2017-01-20 23:12:47 +01:00
b9b1fb356f Add better alerts for ok / error messages 2017-01-18 21:17:07 +01:00
70321d2aaf Add loading view while waiting for a result 2017-01-06 23:47:56 +01:00
df58a80125 Add show search 2017-01-06 22:01:33 +01:00
74b2f351bd Add movie search 2017-01-06 22:01:04 +01:00
421605bb38 Add a detailed view of the seasons/episodes of a show 2017-01-03 15:39:20 +01:00
c98117c4f6 Add show list 2017-01-03 15:39:12 +01:00
dca372eb69 Add auto selection of the first movie after fetching 2016-12-04 20:49:19 +01:00
b7d61e7257 Add filter on the movie list 2016-11-25 16:58:24 +01:00
85672b5242 Fix user edit frontend and backend 2016-11-25 16:58:18 +01:00
884af0f8b8 Return the movie URL from the API 2016-11-24 00:34:33 +01:00
fa48dcac5d Add button to refresh the movie details 2016-11-24 00:33:39 +01:00
0e6b05a8c8 Rename files to be more consistent 2016-11-17 01:25:41 +01:00
fbbf74a559 Add user edit and user signup 2016-11-17 01:16:45 +01:00
b819f988f4 Add a generic request function with promises 2016-11-16 22:43:00 +01:00
408c2fca75 Make Axios ready to receive the server responses 2016-11-16 21:52:06 +01:00
7dc53ca531 Add async action to get the movies 2016-11-16 15:54:18 +01:00