Commit graph

23 commits

Author SHA1 Message Date
Las Zenow
1f6fb8565b Refactoring admin/delete code 2012-10-28 17:27:01 +01:00
Las Zenow
2e043af31a Refactor the admin/store code 2012-10-28 17:22:23 +01:00
Las Zenow
85111946ed Refactoring code
Take all the storing stuff out of upload file
2012-10-28 17:04:38 +01:00
Las Zenow
2f2908e4fe A file name must not contain '#' 2012-10-25 01:08:05 +02:00
Las Zenow
11d24f2f20 go fmt 2012-09-14 00:34:13 +02:00
Las Zenow
f3882881ce Store or remove all the books at once 2012-09-13 00:05:21 +02:00
Las Zenow
de89cbc931 Do the redirections properly 2012-09-12 21:47:43 +02:00
Las Zenow
840fd3ed47 New database squema
The collection new is removed, now the books have a field "active" set to true
if the book was aproved.

For update the database:
db.books.update({}, {$set: {active: true}}, true, true)
2012-09-12 00:19:19 +02:00
Las Zenow
a9749e7136 Display the number of results on new page 2012-09-09 22:42:03 +02:00
Las Zenow
3d69ce8e03 Remove '?' from filenames 2012-09-09 03:18:47 +02:00
Las Zenow
4b30b5c091 If the file exists didn't work 2012-09-09 03:16:43 +02:00
Las Zenow
f167d6a12f Recalculate keywords after edit record 2012-09-04 00:05:46 +02:00
Las Zenow
de0fd4227c Remove '/' from titles for use them on paths 2012-09-02 23:07:21 +02:00
Las Zenow
efbd3b3c09 Send the epub moderating files 2012-08-25 16:41:54 +02:00
Las Zenow
7a3f47bb97 Store books preserving the _id 2012-08-25 16:22:56 +02:00
Las Zenow
4351d9ec84 Redirect properly after edit 2012-08-23 10:57:23 +02:00
Las Zenow
e5d96ef7b7 Move constants to a config file 2012-08-22 19:48:02 +02:00
Las Zenow
1d49e6b791 Remove covers only if exist 2012-08-22 10:42:38 +02:00
Las Zenow
5d19d3c72f Optimice the partial queries 2012-08-21 11:25:02 +02:00
Las Zenow
ff6d44d821 Moderate incoming epubs 2012-08-20 14:25:18 +02:00
Las Zenow
a0d4acdf89 Added edit page to books 2012-08-19 15:58:37 +02:00
Las Zenow
e68f41445e Add notifications 2012-08-19 02:29:34 +02:00
Las Zenow
c513344169 Sessions with gorilla 2012-08-18 02:06:43 +02:00