41 Commits

Author SHA1 Message Date
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
884af0f8b8 Return the movie URL from the API 2016-11-24 00:34:33 +01:00
77da13200e Resize image while downloading and create image directory 2016-11-23 21:03:10 +01:00
0a4d09d7c5 Add get details button for movies 2016-11-23 19:14:52 +01:00
6b93ee5900 Let the client do the limit / sort 2016-11-17 12:58:35 +01:00
06837a8776 Make the server act like an API 2016-11-17 02:06:00 +01:00
b819f988f4 Add a generic request function with promises 2016-11-16 22:43:00 +01:00
41c80386b5 Create a Sign up page and handler and route 2016-11-13 13:23:56 +00:00
e2feb3cf8f Set data of user in all pages
Moves data in a separate package
User is now accessible on all pages if logged in
Changes default route for Login
Add default route for /
2016-11-11 16:22:48 +00:00
787aaea2b0 Add limit and sort in library display 2016-11-08 22:47:38 +01:00
db7f11c473 Show polochon movies and download link 2016-11-08 22:45:14 +01:00
849f403712 Remove unused import path 2016-11-08 22:08:36 +01:00
190571bc24 Use tmdb as the default detailer even in ExplorePopular 2016-11-08 14:27:04 +01:00
403ca081cc Allow movies.GetDetails to be forced
To check from the internet even if the movie is already in the database
2016-11-08 14:26:59 +01:00
b9bfa5f625 Add tmdb in the config file and use it as detailer
Until the detailers are available in the configuration file, let's use
tmdb as the default detailer for the movies
2016-11-08 14:24:11 +01:00
d59064a82a Render polochon movies 2016-11-05 15:56:45 +01:00
dab68faac6 Fix the user context
Let's use the context in go 1.7 instead of the gorilla package.
While we're here, let's add some logs too.
2016-11-05 14:10:02 +01:00
958f9b652d Update to match the new papi API 2016-06-26 15:54:47 +02:00
f0cf5f9b2e Update sqly to get the migration path from the env 2016-06-14 14:28:05 +02:00
a2adc4ccf5 Add external medias package 2016-06-14 14:26:14 +02: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