Commit Graph

10 Commits

Author SHA1 Message Date
Vincent Batts 3c6deccbea
types: webm must not have a mimetype yet?
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-08-08 16:18:44 -04:00
Vincent Batts 4a23b6bac1
types: override webm as a video
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-08-08 16:10:27 -04:00
Vincent Batts b3f5e06c4d
layout: humanize some values
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-04-07 14:55:13 -04:00
Vincent Batts b80d34f423
dbutil: abstract out the last mongo type
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-04-07 11:56:05 -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 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 2e7fe1a454 /k/ shows a tagcloud now 2013-08-05 20:29:16 -04:00
Vincent Batts eb1946b223 adding layout for audio mime type files 2013-06-04 16:44:31 -04:00
Vincent Batts c62df15429 ZOMG, just ironed out the '/v/' page, to handle embedding video with
html5 tag
2013-05-09 12:36:49 -04:00
Vincent Batts 967daf48b2 moved types out to a package 2013-05-09 12:13:46 -04:00