509 Commits

Author SHA1 Message Date
20ca2adefc Move in the poster list with h,j,k,l 2019-06-21 17:18:45 +02:00
48a6dc9fef Add react-hooks in the eslint config 2019-06-21 13:14:51 +02:00
e436ece06c Update the poster images css 2019-06-20 16:52:57 +02:00
30452169fd Small cleanup to have better audit result
Add a description
Clean the Details button
2019-06-03 12:38:46 +00:00
a67fe7056f Generate the manifest icons from the biggest one 2019-05-29 09:29:57 +02:00
36568dfcda Add margin the download list 2019-05-28 23:30:57 +02:00
257fc1ab9e Fix margin in token description 2019-05-28 22:46:54 +02:00
a259226273 Add the show fanart in the show detail view 2019-05-28 22:30:36 +02:00
8610107555 Fix the download button 2019-05-28 11:04:42 +02:00
f3eeaaca0f Stop resizing the show fanart and banner 2019-05-27 17:21:40 +02:00
b23e311238 Update to bootstrap 4 2019-05-27 15:06:46 +02:00
2bd90e5cb5 events: Add an error channel
The server now sends errors to the client
2019-05-27 12:18:05 +00:00
a7741ab62b Fix https in websocket connections 2019-05-24 09:52:59 +00:00
aaad333ef6 Add a websocket handler in the frontend 2019-05-23 22:49:30 +02:00
18127fa3a0 Add WebSockets endpoint /events for torrents 2019-05-23 14:35:42 +00:00
42a0a8eb73 Easier dev setup 2019-05-20 12:13:46 +00:00
5b9e9b15d2 Set the token of the user synchronously if possible 2019-05-19 17:59:23 +02:00
8fc952b33c Add torrent fetching on the torrent page 2019-05-19 17:50:11 +02:00
f54b741c71 Update react-infinite-scroller 2019-05-19 02:31:25 +02:00
fb84e4dbad Refactor the player and remove infuse 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
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