44 Commits

Author SHA1 Message Date
48a6dc9fef Add react-hooks in the eslint config 2019-06-21 13:14:51 +02:00
b23e311238 Update to bootstrap 4 2019-05-27 15:06:46 +02:00
f54b741c71 Update react-infinite-scroller 2019-05-19 02:31:25 +02:00
c5cafacbf1 Update everything to work with the new router
By the way, remove the router state from redux.
2019-05-19 02:31:25 +02:00
56bc8d335c Update more js stuff 2019-05-15 14:24:30 +00:00
bd20acd9e5 Fix production builds 2019-05-14 14:36:20 +02:00
b510959c7c Update eslint params 2019-05-12 16:02:06 +02:00
54d8ddd758 Update webpack 2019-05-12 16:01:35 +02:00
1e65defc44 Update react 2019-05-12 11:24:43 +02:00
b4d811a67b Upgrade JS dependencies
Remove useless react-key-handler
Upgrade react-loading to last version
2018-08-17 13:02:55 +08:00
866d3f08d6 Update JS shit 2018-08-16 16:23:36 +08:00
2ddca462da Add a page to list / delete the user tokens 2018-03-14 13:21:23 +01:00
8aabef2113 Update js dependencies 2018-02-14 22:54:20 +01:00
dec9547152 Display the activation state of the accounts 2017-08-14 10:40:26 +02:00
77625b382f Add dev dependencies for the linter 2017-06-02 20:54:40 +02:00
d0d3f63012 Remove react-redux-form 2017-06-02 13:57:17 +02:00
d16c2742ee Add immutable as dependency 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
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
bf9b52fe0e Optimize webpack for production builds 2016-11-29 21:37:30 +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
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
b4be290888 Add font-awesome 2016-11-06 21:51:47 +01:00
268664230e Move development workflow to Makefile 2016-06-14 14:25:15 +02:00
4b20f90692 Clean project root path 2016-06-11 13:54:01 +02:00
00c6c43abd Update readme and add auto reload golang server 2016-05-26 19:02:37 +02:00
f885486789 Add frontend developpement environement 2016-05-26 17:17:12 +02:00