21 Commits

Author SHA1 Message Date
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
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
6b2abcf1e8 Add streaming buttons for movies 2017-02-02 00:16:43 +01:00
07f238512c Update infinite scroll with a new lib 2017-01-31 15:55:33 +01:00
57af856a0e Add infinite scroll on poster list 2017-01-28 18:51:01 +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
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
9c68857934 Add a bootswatch theme 2016-11-24 00:34:35 +01:00
5c2efa6677 Remove gulp, let's go full webpack 2016-11-18 15:24:17 +01:00
51e499dfea Let webpack handle the css/less/fonts 2016-11-17 17:45:16 +01:00
4108e3a2ca Logout user on http status unauthorized 2016-11-16 21:11:49 +01:00
544d4c8239 Add react-bootstrap to the party 2016-11-16 15:04:49 +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
0ed8759bab Add user store and login actions 2016-11-15 20:21:45 +01:00
535727fdab Add react-redux to the party 2016-11-14 14:46:39 +01:00
f69e0a248c Add react router 2016-11-13 15:14:29 +01:00
b20400b30f Add movie list with react 2016-11-13 15:14:29 +01:00
4e0faabf06 Use gulp and webpack
Let's get ready for react
2016-11-13 15:14:28 +01:00