25 Commits

Author SHA1 Message Date
385e8e514b Use polochon config to initialize modules 2017-04-07 21:34:51 +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
91c32cf2d4 Add a handler to refresh episode info
Update movies/refresh route while we're here
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
8c16d8c78b Add button to add torrent in polochon 2017-01-18 21:17:30 +01:00
f6fb13e631 Add Download torrent to the party 2017-01-17 22:05:29 +00:00
76eaa87fdd Add methods to the backend routes 2017-01-09 13:43:00 +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
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
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
0a4d09d7c5 Add get details button for movies 2016-11-23 19:14:52 +01:00
582c8c99ec Enable gzip compression on the server side 2016-11-17 12:04:26 +01:00
06837a8776 Make the server act like an API 2016-11-17 02:06: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
f56739cce1 Use urfave negroni everywhere 2016-11-10 13:29:35 +00: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
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