1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-24 00:55:41 +00:00
Commit graph

22 commits

Author SHA1 Message Date
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
9274137145 i broke the tag cloud js :-\ 2013-08-06 11:24:54 -04:00
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
83cf991ef9 seperated out the db utilities. Also adding link for "other" views. 2013-08-05 23:51:26 -04:00
2e7fe1a454 /k/ shows a tagcloud now 2013-08-05 20:29:16 -04:00
06185db73b adding javascript loading to the page. moar caching headers. 2013-08-05 19:27:07 -04:00
135b6f4803 removing the css from the layouts file 2013-08-05 18:14:40 -04:00
Vincent Batts
6683ae4498 Issue #4 Now there is a link and flow to deleting images, not just
through REST
2013-06-04 16:44:31 -04:00
Vincent Batts
eb1946b223 adding layout for audio mime type files 2013-06-04 16:44:31 -04:00
Vincent Batts
db1e5050e0 showing more information on the '/v/..' page 2013-05-09 12:53:11 -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
Vincent Batts
75ee3c520c getting the embedded image view ironed out a bit more
Also, getting the randomize hash name worked out, to avoid file name
collisions.
2013-05-09 09:36:21 -04:00
Vincent Batts
4fbbcd622d * including a navbar link for '/all'
* building out a framed view page for images, to embed the image in
* now having the upload and urlie, do a redirect to a /v/... page
2013-05-08 14:28:49 -04:00
Vincent Batts
9a5ded48a6 running go fmt 2013-03-27 16:30:24 -04:00
Vincent Batts
6a40f02d9e adding app version, and putting it in the footer 2013-02-12 11:09:41 -05:00
Vincent Batts
e7ec9528d0 ERMEHGERD: upload and from url both work, and redirect straight to the
new image
2013-02-12 11:04:48 -05:00
Vincent Batts
e6d93f8541 wrong css file .. 2013-02-12 10:27:59 -05:00
Vincent Batts
7e970f5dfd layouts: more formating, and working towards a better look
assets: embedding stylesheets for formating
2013-02-12 10:21:25 -05:00
Vincent Batts
8c7adeb56c multipart form! it actually uploads now. 2013-02-11 18:05:43 -05:00
Vincent Batts
683b4465e1 many updates, and cleanup, but the /upload form is not quite working yet 2013-02-11 14:27:38 -05:00
Vincent Batts
dadf07877c layouts: first stub of an index html page 2013-02-09 00:11:52 -05:00