4c0bcd7585
Improve app style
2019-07-05 16:36:12 +02:00
26499533d3
Refactor the code in reusable components and libs
2019-07-04 17:26:56 +02:00
88fc8be462
Download episode thumbs
2019-06-27 14:31:33 +02:00
502bf88feb
Update asset management in webpack
...
This hashes every file and forces the browser to download updated
assets.
2019-06-26 14:08:25 +02:00
f2c14e1d17
Fix empty genres being displayed
2019-06-25 16:59:58 +02:00
941f0dc676
Change the imdb button to a clickable badge
2019-06-25 14:41:22 +02:00
84ccc6e1eb
Remove the download button to add clickable badges
...
BTW, let's create a polochon metadata component
2019-06-25 14:00:48 +02:00
eae4598c88
Add a prettier runtime string for movies
2019-06-25 12:40:51 +02:00
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