39 Commits

Author SHA1 Message Date
fe27ef3806 Add an admin panel for the admin users 2017-08-11 11:08:33 +02:00
62bcc24c39 Add button to remove torrents 2017-06-04 16:01:34 +02:00
9ed1b2dccb Lint the actions 2017-06-02 21:27:13 +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
e71c5bfb84 Add subtitles in frontend
Update backend to match polochon
2017-05-29 14:15:52 +02:00
9ba4af9d7d Split actions to separate file
Only use the necessary actions for each component
2017-05-23 22:07:19 +02:00
27ca75c1ab Add torrent page 2017-05-20 16:22:45 +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
fce19bf3d8 Re-fetch the last fetched URL after deleting a movie
This keeps the store consistent with the backend
2017-05-19 23:56:39 +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
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
91c32cf2d4 Add a handler to refresh episode info
Update movies/refresh route while we're here
2017-01-31 13:41:20 +00: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
8c16d8c78b Add button to add torrent in polochon 2017-01-18 21:17:30 +01:00
b9b1fb356f Add better alerts for ok / error messages 2017-01-18 21:17:07 +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
b7d61e7257 Add filter on the movie list 2016-11-25 16:58:24 +01:00
fa48dcac5d Add button to refresh the movie details 2016-11-24 00:33:39 +01:00
466c3f4295 Add movies from polochon 2016-11-17 02:04:51 +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
4108e3a2ca Logout user on http status unauthorized 2016-11-16 21:11:49 +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
1bb5433b0d Add username in navbar 2016-11-15 22:42:14 +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