Commit Graph

5 Commits

Author SHA1 Message Date
Vincent Batts c737976121 moar pulling back of database calls from the server 2013-10-03 17:04:37 -04:00
Vincent Batts d4824ad6a2 * more logging on upload failures.
* adding an error page
* trying to fix the tag cloud
2013-09-10 14:51:44 -04:00
Vincent Batts e3548407b2 now we have an /ext/ listing 2013-08-06 11:00:57 -04:00
Vincent Batts 5eab319c6c now images are lower cased, and searching for names is insensitive.
for your mongo db set, run:
db.fs.files.find().forEach(
  function(e) {
    e.filename = e.filename.toLowerCase();
    db.fs.files.save(e);
  }
)
2013-08-06 10:37:58 -04:00
Vincent Batts 83cf991ef9 seperated out the db utilities. Also adding link for "other" views. 2013-08-05 23:51:26 -04:00