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
ea906a7681
Search was not scrolling fine
2012-08-24 20:18:16 +02:00
Las Zenow
921cea3efb
Reorganize code for the taglist
2012-08-21 11:35:06 +02:00
Las Zenow
5d19d3c72f
Optimice the partial queries
2012-08-21 11:25:02 +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
Las Zenow
9f1204db35
Run go fmt
2012-08-15 15:12:59 +02:00
Las Zenow
c64226ffb9
Basic search and display working
2012-07-30 23:23:38 +02:00
Las Zenow
17cb7765c1
Load metadata into mongoDB
2012-07-27 16:03:09 +02:00