71 Commits

Author SHA1 Message Date
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
db1acf33ab Update templates
Better login page
Smaller movie list
Link to show user's details
2016-11-11 16:13:54 +00:00
f56739cce1 Use urfave negroni everywhere 2016-11-10 13:29:35 +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
b4be290888 Add font-awesome 2016-11-06 21:51:47 +01:00
81207046a5 Justify movie plots, add the imdb link 2016-11-06 21:40:54 +01:00
a60528da15 Add a default image for the movies 2016-11-06 20:36:12 +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
5cf31fbf33 Add frontend, config file, and code clean 2016-06-03 17:43:08 +02:00
f885486789 Add frontend developpement environement 2016-05-26 17:17:12 +02:00