aboutsummaryrefslogtreecommitdiffstats
path: root/scanner (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-06More python insanityJason A. Donenfeld1-0/+2
2015-05-26Allow masking directories by twiddling permissions.Jason A. Donenfeld1-1/+7
2015-01-27Don't crash when unable to unlinkJason A. Donenfeld1-2/+8
2015-01-27Don't deal with invalid unicodeJason A. Donenfeld1-1/+4
2015-01-25Copy and paste errorJason A. Donenfeld1-1/+1
2015-01-19Python unicode is awfulJason A. Donenfeld1-4/+2
2014-08-25Return proper date type.Jason A. Donenfeld1-4/+9
2014-03-14Send admin password, not admin username.Jason A. Donenfeld1-1/+1
2014-03-12RestructuringJason A. Donenfeld11-10/+305
2012-08-22Force system encoding to be UTF-8.Jason A. Donenfeld1-6/+9
2012-06-22Make sure to use right encoding for initial UTF-8 path.Jason A. Donenfeld1-2/+2
2012-04-22Higher quality thumbs.Jason A. Donenfeld1-1/+1
2012-03-29Sometimes exif strings are null terminated, and python imagining library doesn't deal with that for us.Jason A. Donenfeld1-1/+1
2011-06-27Add more exif types, thanks to the imageinfo javascript plugin in some random google chrome demo extension.Jason A. Donenfeld1-0/+17
2011-05-23Better output on scanner.Jason A. Donenfeld4-23/+75
2011-05-13Rescan corrupted albums.Jason A. Donenfeld1-7/+11
2011-05-12Fix unicode error for Espen.Jason A. Donenfeld1-0/+9
2011-05-09Guard the string lookups better.Jason A. Donenfeld1-10/+6
2011-05-09Skip dot files. Fix key error.Jason A. Donenfeld1-1/+3
2011-05-09To work around Espen's corrupted image bug, we simply try to copy the image twice. The second time will usually work, unless the file is totally borked.Jason A. Donenfeld1-1/+8
2011-05-07Final tweeks.Jason A. Donenfeld1-1/+3
2011-05-07Meta data consolidation.Jason A. Donenfeld1-7/+14
2011-05-07Fix dem bugs.Jason A. Donenfeld1-2/+2
2011-05-07More case bugs.Jason A. Donenfeld1-2/+2
2011-05-07Date time bug.Jason A. Donenfeld1-3/+3
2011-05-07Proper metadata support.Jason A. Donenfeld1-26/+68
2011-05-06LIl things.Jason A. Donenfeld3-20/+35
2011-05-06Polishing...Jason A. Donenfeld2-2/+23
2011-05-06Change hash tag. Thumbs on albums.Jason A. Donenfeld1-1/+5
2011-05-06Better centering. Fix album sorted bug.Jason A. Donenfeld1-1/+1
2011-05-06Do 800 too.Jason A. Donenfeld1-2/+2
2011-05-06Finishing up core.Jason A. Donenfeld2-1/+6
2011-05-06Better cache. Better gc.Jason A. Donenfeld1-0/+1
2011-05-06Only gc if thumbing.Jason A. Donenfeld1-1/+1
2011-05-06Hash tag back. Garbage collection.Jason A. Donenfeld1-0/+2
2011-05-05Add stump of web project.Jason A. Donenfeld5-0/+347