summaryrefslogtreecommitdiff
path: root/fbin.py
AgeCommit message (Collapse)AuthorFilesLines
2012-01-01Added a 'del' link to allow deleting files.Jon Bergli Heier1-1/+45
2011-11-12Added a change password option when logged in.Jon Bergli Heier1-1/+59
2011-10-30Detect and use mogrify to auto-rotate JPEG images with EXIF orientation tags.Jon Bergli Heier1-1/+19
2011-09-10Handle rfc1123 dates with timezone names.Jon Bergli Heier1-1/+6
2011-07-29Display number of files and total size on myfiles and images pages.Jon Bergli Heier1-0/+2
2011-07-29Handle file ranges.Jon Bergli Heier1-6/+29
2011-07-29Support ranges using X-Sendfile2.Jon Bergli Heier1-2/+17
2011-07-29Added support for X-Sendfile.Jon Bergli Heier1-0/+3
2011-07-29Added support for configurable virtual root.Jon Bergli Heier1-11/+31
2011-07-29Write file uploads to temp file while hashing.Jon Bergli Heier1-6/+6
This avoids loading the file into memory, which is bad for huge files.
2011-07-18Fixed breakage caused by using wrong hash.Jon Bergli Heier1-2/+11
2011-07-18Implemented simple cache control for files and thumbnails.Jon Bergli Heier1-17/+25
Send the Last-Modified header, and react accordingly when receiving an If-Modified-Since header.
2011-07-17Added an image section with thumbnails of all uploaded image files.Jon Bergli Heier1-1/+32
2011-05-11Use settings.static_root as root directory for static files.Jon Bergli Heier1-1/+1
2011-02-26Added some requests, more details in long description.Jon Bergli Heier1-11/+54
- Files are now hashed, when you upload a file with an existing hash you will get the existing file in return (will fix adding files to your account at a later time). - Username can be used instead of uid for cookies, hashing for the identifier works the same way as before, but with username instead of uid if username is used. - Add api=1 to get machine-readable responses, details in are found on the help page.
2011-02-15Allow for more file request variations.Jon Bergli Heier1-0/+3
2011-02-15Use sha1 instead of md5.Jon Bergli Heier1-4/+4
2011-02-15Initial commit.Jon Bergli Heier1-0/+267