Commit graph

22 commits

Author SHA1 Message Date
Las Zenow
deece4f5d0 One flag per user 2014-09-07 21:13:52 -05:00
Las Zenow
f5363e17bc Add bad quality flag 2014-09-07 20:25:11 -05:00
Las Zenow
68e6dc7d70 Display only the options of your role 2013-07-19 00:37:07 +02:00
Las Zenow
424a0fad8e Allow multiline descriptions 2013-05-31 00:34:11 +02:00
Las Zenow
8ddb7a0f89 Add a '/' to the end of store and delete urls 2013-04-16 03:32:12 +02:00
Las Zenow
fb9376ab43 The download path now is '/download/id/epub' 2013-04-15 22:29:57 +02:00
Las Zenow
986f834f46 Put the covers on the database 2013-04-15 22:10:48 +02:00
Las Zenow
05b641201c Store files on GridFS 2013-04-12 01:05:40 +02:00
Las Zenow
64375b6de5 Store the ISBN 2013-04-08 01:41:46 +02:00
Las Zenow
93bd567f8d Change the paths stored on the database
The paths in the database now are relative of the config BOOKS_PATH and COVER_PATH

For updating the database this query should be use:
for (var i = db.books.find(); i.hasNext(); ) {
        var book = i.next();
        db.books.update({_id: book["_id"]}, {$set: {path: book["path"].slice(6), cover: book["cover"].slice(7), coversmall: book["coversmall"].slice(7)}});
}
2012-10-28 20:21:46 +01:00
Las Zenow
12e3edc2d0 Don't use pre, is ugly 2012-09-09 13:19:48 +02:00
Las Zenow
4fdfbc6537 Use pre for book description 2012-09-09 13:16:51 +02:00
Las Zenow
06f8e0efb0 Use description for book data 2012-09-06 01:41:11 +02:00
Las Zenow
88b4809e99 Use Ids for address no titles 2012-08-21 21:22:56 +02:00
Las Zenow
2e6719e693 Add read it button to book page 2012-08-21 18:25:31 +02:00
Las Zenow
c513344169 Sessions with gorilla 2012-08-18 02:06:43 +02:00
Las Zenow
59512ab9ac Using icons on the design 2012-08-17 10:22:13 +02:00
Las Zenow
c13899c757 Basic bootstrap design 2012-08-17 08:25:44 +02:00
Las Zenow
2e19245f39 Only show image if exists 2012-08-15 17:12:40 +02:00
Las Zenow
d3fed00227 Add links to publisher, author, ... 2012-08-15 15:44:36 +02:00
Las Zenow
aff4a1ecb2 Add links to tags 2012-08-15 15:41:51 +02:00
Las Zenow
d924b577d1 Move templates 2012-08-15 15:11:52 +02:00
Renamed from book.html (Browse further)