40 Commits

Author SHA1 Message Date
3f4b4c2129 Update the subtitles dropdown to stay open after refresh 2017-06-03 19:55:18 +02:00
86f0377d92 Refactor the SubtitlesButton component 2017-06-03 15:48:33 +02:00
cb7706b394 Add an imdb button component 2017-06-03 15:48:33 +02:00
643bd3aa9a Lint all the things ! 2017-06-02 22:17:41 +02:00
80db4383a3 Update the movie store to be immutable 2017-06-02 13:49:31 +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
3a93433703 Only map the required props/funcs to the movie list view 2017-05-23 21:12:23 +02:00
94468167cb Remove the global state containing everything 2017-05-22 14:26:40 +02:00
eb9e609c02 Remove react-player to use standard <video> tags
react-player does not support subtitles, the standard <video> tag does
2017-05-21 13:35:04 +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
a44cdd3a42 Update explore view to a more stable version
* no more state
* loading is in the posters module, not the whole page
2017-04-19 14:44:08 +02:00
fa73dc09c2 Simplify the search module 2017-04-19 13:41:34 +02:00
04ef01995e Add explore options 2017-04-14 22:36:35 +02:00
6b2abcf1e8 Add streaming buttons for movies 2017-02-02 00:16:43 +01:00
e6bfb77dab Add more responsiveness to the movie list 2017-01-26 23:06:34 +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
8142b2ce31 Group movie action buttons 2017-01-20 19:59:43 +01:00
678153c864 Handle pagination in movie list view 2017-01-18 23:52:00 +01:00
8c16d8c78b Add button to add torrent in polochon 2017-01-18 21:17:30 +01:00
2082fac21c Add new torrent button in movies view 2017-01-18 14:33:11 +01:00
70321d2aaf Add loading view while waiting for a result 2017-01-06 23:47:56 +01:00
74b2f351bd Add movie search 2017-01-06 22:01:04 +01:00
c98117c4f6 Add show list 2017-01-03 15:39:12 +01:00
ab7503997f Add Torrents
Change the DB to store torrents in database
Add Torrenters to the party
Add raw links to movie Torrents in the web interface
Change the way explore works with multiple source and categories with external_medias
Delete StringSlice and use pq StringArray type to avoid problems
2016-12-08 16:07:08 +00: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
07a5e0caaa Fix missing imdb link in movie buttons 2016-11-24 13:36:39 +01:00
c699466474 Fix movie refresh button while fetching 2016-11-24 13:22:05 +01:00
9c68857934 Add a bootswatch theme 2016-11-24 00:34:35 +01:00
819abba77e Remove useless div and add some responsiveness 2016-11-24 00:34:35 +01:00
9c98046c5a Add a button to download movies form polochon 2016-11-24 00:34:35 +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
d51f56fc60 Handle missing movie posters 2016-11-17 13:43:50 +01:00
11b7c08722 Don't render all the movies at once 2016-11-17 13:29:54 +01:00
466c3f4295 Add movies from polochon 2016-11-17 02:04:51 +01:00
0e6b05a8c8 Rename files to be more consistent 2016-11-17 01:25:41 +01:00