Commit graph

22 commits

Author SHA1 Message Date
Las Zenow
9d1f1ad5c0 Move all the code to a lib folder 2016-05-02 21:41:40 -04:00
Las Zenow
08ccdaf27d Move to gitlab 2015-04-21 21:32:01 -04:00
Las Zenow
562bc157ee Normalize includes 2014-08-30 13:17:50 -05:00
Las Zenow
f4690b2bba Move files to a local folder 2014-08-21 19:57:38 -05:00
Las Zenow
44d3a191f6 Add DB.GetBookId 2014-07-02 20:40:24 -05:00
Las Zenow
59eaa4e2aa Refactor database 2014-06-29 19:41:29 -05:00
Las Zenow
f3ef9b6675 Add spaces to log messages 2014-02-11 13:13:43 +01:00
Las Zenow
bbbd35e928 Use seelog instead of the default log pkg 2014-02-11 11:20:38 +01:00
Las Zenow
41b376992a Database stops being a global variable
With it now every handler creates it's own copy of the session.
2013-09-23 16:27:31 +02:00
Las Zenow
5d522da0d2 Merge branch 'master' into user
Conflicts:
	database.go
2013-07-19 00:24:26 +02:00
Las Zenow
c15f17c25a Extract the cover from the metadata 2013-07-18 21:08:22 +02:00
Las Zenow
6130ffe7b7 Detect <svg:image as cover image 2013-07-18 20:28:35 +02:00
Las Zenow
d51b7f935c Use the new API of epubgo 2013-06-04 21:30:37 +02:00
Las Zenow
cfdd4817e2 Add user roles 2013-06-01 20:54:39 +02:00
Las Zenow
e72fd6e4d4 Pass the session to the 404 page 2013-06-01 20:51:21 +02:00
Las Zenow
41258ee863 Check if the ObjectIds are valid. 2013-05-09 09:42:58 +02:00
Las Zenow
d0f6b83423 Add a 404 page 2013-05-09 09:42:03 +02:00
Las Zenow
9234c71bd5 Include the common image formats 2013-04-25 14:33:50 +02:00
Las Zenow
d33a28a2bd Store correctly the img names 2013-04-23 01:04:47 +02:00
Las Zenow
986f834f46 Put the covers on the database 2013-04-15 22:10:48 +02:00
Las Zenow
d994d6b91f Using epubgo to handle epubs 2013-04-01 14:05:04 +02:00
Las Zenow
cf773da9db Use image API for resize images
Some jpeg images won't load correctly with it until Go 1.1
2013-03-20 21:25:53 +01:00