488 Commits

Author SHA1 Message Date
2897f73cb9 Update the admin panel 2019-05-15 14:24:30 +00:00
56bc8d335c Update more js stuff 2019-05-15 14:24:30 +00:00
d4e633283d Refresh the imdb ratings in a transaction
https://w000t.me/c140729392
2019-05-15 13:28:52 +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
c67633b969 Fix invalid function name 2019-05-12 11:24:43 +02:00
1e65defc44 Update react 2019-05-12 11:24:43 +02:00
69a7b8fe26 Update manifest for android 2019-05-11 21:09:18 +02:00
24eb1f9c45 Update the navbar color 2019-05-11 16:02:47 +02:00
69d1d671a1 Update go modules 2019-05-11 15:50:50 +02:00
178375eb8d Add polochon metadata in movies and shows 2019-05-11 15:50:50 +02:00
1a30447ab1 Update the configuration reading using polochon's way 2019-05-11 15:17:57 +02:00
9424780861 Replace the makefile with a shell script 2019-05-10 19:42:11 +02:00
8d94340f60 Frontend: fix user profile update 2019-05-10 19:38:18 +02:00
0225ce74b7 Update docker base image to Debian 9.9 2019-05-10 13:37:53 +00:00
87bd2cb8e1 Add .drone.yml file for drone CI 2019-05-09 11:46:47 +00:00
209773e244 Add go modules 2019-05-07 15:32:16 +02:00
49a0dbfea9 Fix refresh of imdb ratings
The connection to the IMDB server used to be cut due to the length of
the ~million upsert
We now download the whole file in memory before begining the upserts
2019-04-22 20:31:14 +02:00
1ecdfc2ba5 web: Add timeout on get requests 2019-04-17 17:30:41 +02:00
97057b43c3 Add IMDB ratings in database
Add method to fetch ratings from imdb every day
Create a new table and a new view to fetch directly the movies and shows
with their imdb ratings
2019-04-17 17:30:27 +02:00
bf300e2be6 Frontend: User edit is now User profile 2019-04-13 14:31:01 +02:00
a61c1379ec Frontend: Add modules
Add User's modules in the profile page
Add Canape's modules in the admin page
2019-04-13 14:31:01 +02:00
779ef8d211 Add routes to retrieve module's status
One route for the user's polochon modules statuses
One route for the modules statuses of Canape itself
2019-04-13 12:17:13 +02:00
0ac63cdde6 Backend: Change the way we store polochon config 2019-04-12 22:47:24 +02:00
74a526e6c7 Backend implements the Module interface 2019-04-12 22:36:10 +02:00
2dc92f13bb Revert "Autofocus on the poster list"
This reverts commit c206336c7b54f0855526991d13443b1b79c469f4.

It breaks the fuzzy search  while in the poster list. We need to find a
better solution to get the keyboard focus.
2018-12-21 10:01:01 +01:00
0be12b2fa1 Change the type of torrent's id from int to string 2018-12-16 10:31:16 +01:00
dcca50671c Handle login error in the USER_LOGIN_ERROR event 2018-10-14 14:07:59 +10:00
4af16cef67 Fix error alerts
Fix the bad check on the response status
Add an "{event_name}_ERROR" event to be able to do actions in the
reducers if an error occurs
2018-10-14 13:51:57 +10:00
c206336c7b Autofocus on the poster list 2018-08-23 18:45:22 +08:00
8e96d5e7ed Hide ugly frame when focused 2018-08-23 18:44:35 +08:00
26b91c84b4 Add action when hitting enter on poster list page 2018-08-21 18:31:24 +08:00
1c19febf6f eslint loader.js
My bad
2018-08-18 18:37:33 +08:00
00b8de97db Use react loading percentage width and height 2018-08-17 13:03:46 +08:00
b4d811a67b Upgrade JS dependencies
Remove useless react-key-handler
Upgrade react-loading to last version
2018-08-17 13:02:55 +08:00
6f17a8ccf8 Move through posters with keyboard \o/ 2018-08-16 16:23:36 +08:00
866d3f08d6 Update JS shit 2018-08-16 16:23:36 +08:00
4bd2057d12 Update gitlab import path 2018-08-16 08:16:26 +02:00
882e7e8ade Merge branch 'adminUserTokens' into 'master'
Allow admins to generate a user token

See merge request !96
2018-05-03 12:10:38 +00:00
fd3925cdb0 Allow admins to generate a user token 2018-05-03 14:27:00 +02:00
69618e85ac Merge branch 'tokensMigration' into 'master'
Drop table tokens before running migration #6

See merge request !95
2018-03-14 12:45:01 +00:00
e1e95388d3 Drop table tokens before running migration #6 2018-03-14 14:07:45 +01:00
1593af9fde Merge branch 'user-tokens' into 'master'
User tokens

See merge request !94
2018-03-14 12:07:37 +00:00
9db07de89e Remove the random package 2018-03-14 13:21:23 +01:00
2ddca462da Add a page to list / delete the user tokens 2018-03-14 13:21:23 +01:00
bd20a87548 Add user IP to its token 2018-03-14 13:21:23 +01:00
5e81b17e28 Add user token validation 2018-03-13 21:36:36 +01:00
3375481b21 Merge branch 'fixModal' into 'master'
Fix user edit modal

See merge request !93
2018-02-21 11:47:49 +00:00
bde810f277 Fix user edit modal 2018-02-21 13:10:06 +01:00