71 Commits

Author SHA1 Message Date
3f2fd35195 Only show the activation page for unactivated users 2017-08-13 23:23:23 +02:00
9aebee2c4a Add an "activated" field in the user table 2017-08-13 08:00:28 +02:00
a7b88ca7e2 Add call to list users 2017-08-11 11:08:33 +02:00
033ad31c71 Merge branch 'smarterRefresh' into 'master'
Try to be smart on refresh

See merge request !85
2017-06-14 12:03:52 +00:00
e382cd0dd9 Try to be smart on refresh
We now refresh wishlisted shows and movies too
And we only look for torrents for episodes of the last season of the
wishlisted shows
2017-06-14 13:21:11 +02:00
74898cbf3f Add config for the periodic refresh of the videos 2017-06-13 13:13:08 +02:00
429ac99751 Add a config to set the info refresh interval 2017-06-12 13:59:49 +02:00
587e304179 Add torrents on MyMovie page 2017-06-04 23:07:56 +02:00
fa1765f3d4 Fix logrus import path 2017-06-04 18:23:25 +02:00
7a7a5ea93c Add remove torrent feature 2017-05-30 14:38:40 +02:00
e71c5bfb84 Add subtitles in frontend
Update backend to match polochon
2017-05-29 14:15:52 +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
1c7421b182 Add srt to vvt converter in the backend
The HTML5 videos can only ready subtitles in the VVT format, let's
convert the srt files on the fly to make the browser happy
2017-05-21 13:31:34 +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
0d87b50cee Add route to list torrents of a user's polochon 2017-05-18 13:46:22 +02:00
740da466b6 Add subtitles 2017-05-15 13:36:06 +02:00
de11a2f2c1 Add the image URL prefix in the configuration
This allows us to use a custom URL for images and use a CDN for caching
2017-05-05 13:28:52 +02:00
08ffd9fab6 Add handlers to update subtitles 2017-05-01 21:55:00 +02:00
05495a9229 Update to match the new polochon lib 2017-04-28 16:25:48 +02:00
094bac2471 Fix wishlist's SQL queries for the shows 2017-04-22 10:55:32 +02:00
f0d15a778b Fix missing show and episode in show wishlist 2017-04-20 14:01:19 +02:00
385e8e514b Use polochon config to initialize modules 2017-04-07 21:34:51 +00:00
f042987d10 Add routes to show explorer's options 2017-03-22 10:03:26 +00:00
7f7da8d097 Structs from db doesn't need to be exposed 2017-03-22 10:02:59 +00:00
334b4be47e Fix SQL connection not getting closed
Fix small bug in js as id field is not being returned anymore
2017-03-21 13:56:54 +00:00
8f9ec25808 Massive rewrite
https://w000t.me/a479573ac6
2017-03-20 14:35:40 +00:00
63aa470bf8 Create backend implementing Detailer and Torrenter
This Detailer and Torrenter will fetch information from the database
2017-02-20 12:30:18 +00:00
7fe76d6433 Don't return an error if no torrents are found for an episode 2017-02-01 13:58:40 +01:00
91c32cf2d4 Add a handler to refresh episode info
Update movies/refresh route while we're here
2017-01-31 13:41:20 +00:00
351552d049 Normalize when to fetch data from external service 2017-01-31 13:41:20 +00:00
803dbe5355 Add polochon's shows to the party 2017-01-24 16:21:02 +00:00
e70028631f Add Wishlist to the party 2017-01-23 12:04:31 +00:00
fe81c968f4 Add movie delete handler 2017-01-20 22:55:55 +01:00
f6fb13e631 Add Download torrent to the party 2017-01-17 22:05:29 +00:00
bb02782dfb Return more detailed errors in HTTP handlers 2017-01-09 14:23:54 +01:00
e1a11e5ff9 Add the polochon URL in every movie 2017-01-09 13:24:21 +01:00
df58a80125 Add show search 2017-01-06 22:01:33 +01:00
74b2f351bd Add movie search 2017-01-06 22:01:04 +01:00
7c1d571734 Add showSearcher to the party 2017-01-06 12:26:03 +00:00
6c0f4519cc Be sure to have an array in Genres before commit 2017-01-04 13:59:20 +00:00
23c477b27e Fix poster downloads 2017-01-04 13:59:06 +00:00
5faa3225af Add missing JSON tags for Show 2017-01-03 15:52:24 +01:00
34305ade6c Fix poster URL for shows 2017-01-03 15:50:25 +01:00
89a0abf35e Code cleanup 2017-01-03 13:06:17 +00:00
15e2e6b546 Add search to the party 2017-01-03 12:41:45 +00:00
828c34830e Add shows to the party 2017-01-03 12:41:39 +00:00
56617e3e32 Make tests almost work again 2016-12-08 16:07:24 +00:00
ab7503997f Add Torrents
Change the DB to store torrents in database
Add Torrenters to the party
Add raw links to movie Torrents in the web interface
Change the way explore works with multiple source and categories with external_medias
Delete StringSlice and use pq StringArray type to avoid problems
2016-12-08 16:07:08 +00:00
226fd89f6a Fix new user config 2016-12-08 12:15:32 +00:00
85672b5242 Fix user edit frontend and backend 2016-11-25 16:58:18 +01:00