42 Commits

Author SHA1 Message Date
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
6bfcfa14b9 Add user logout and user login error handling 2016-11-16 01:54:01 +01:00
3701917869 Add user authentication 2016-11-15 23:39:45 +01:00
1bb5433b0d Add username in navbar 2016-11-15 22:42:14 +01:00
0ed8759bab Add user store and login actions 2016-11-15 20:21:45 +01:00
e13ec0a6ca Use redux in movie list 2016-11-15 13:47:35 +01:00
535727fdab Add react-redux to the party 2016-11-14 14:46:39 +01:00