aboutsummaryrefslogtreecommitdiff
path: root/go/images
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu7-508/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-04-14Added /favicon.ico handlerVitaly Baev2-0/+236
2016-04-11remove test imageChris Lu1-0/+0
2016-04-11releasing 0.70Chris Lu1-0/+0
2015-04-16More consistency with SeaweedFS nameStuart P. Bentley1-1/+1
Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-1/+1
2015-04-10log image Decode error for some kind of picturesyanyiwu1-1/+5
2014-10-26formatting code by: goimports -w=true .Chris Lu2-2/+4
2014-09-20adjust for external API changesChris Lu1-1/+4
2014-07-20fix old tests that's found not working during travis integration.Chris Lu1-1/+1
2014-07-20Add /admin/mv to move a file or a folderChris Lu1-2/+2
2014-07-05lowercase when checking file name extensions.Chris Lu1-3/+5
2014-07-05return image size when client image processingChris Lu2-10/+15
2014-07-04add a convenient function to preprocess images on client side.Chris Lu2-1/+26
2014-05-15Add option to auto fix jpg orientationChris Lu1-14/+2
2014-05-15Add auto fixing jpg file orientation.Chris Lu4-3/+207
2014-05-141. refactor, move image resizing to its own packageChris Lu1-0/+39
2. make code compile