Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-29 | Added support for X-Sendfile. | Jon Bergli Heier | 1 | -0/+3 | |
2011-07-29 | Added support for configurable virtual root. | Jon Bergli Heier | 7 | -29/+50 | |
2011-07-29 | Write file uploads to temp file while hashing. | Jon Bergli Heier | 1 | -6/+6 | |
This avoids loading the file into memory, which is bad for huge files. | |||||
2011-07-18 | Fixed breakage caused by using wrong hash. | Jon Bergli Heier | 1 | -2/+11 | |
2011-07-18 | Implemented simple cache control for files and thumbnails. | Jon Bergli Heier | 1 | -17/+25 | |
Send the Last-Modified header, and react accordingly when receiving an If-Modified-Since header. | |||||
2011-07-17 | Removed unused line from style.css. | Jon Bergli Heier | 1 | -1/+0 | |
2011-07-17 | Added an image section with thumbnails of all uploaded image files. | Jon Bergli Heier | 7 | -2/+64 | |
2011-05-11 | Removed page-wrapper div. | Jon Bergli Heier | 2 | -2/+0 | |
2011-05-11 | Use settings.static_root as root directory for static files. | Jon Bergli Heier | 1 | -1/+1 | |
2011-05-11 | Moved menu, fixed login button. | Jon Bergli Heier | 4 | -21/+25 | |
2011-04-15 | Return unicode data from File.html(). | Jon Bergli Heier | 1 | -1/+1 | |
2011-02-26 | Added filesize and extra links on the account file list page. | Jon Bergli Heier | 1 | -3/+16 | |
2011-02-26 | Added some requests, more details in long description. | Jon Bergli Heier | 5 | -17/+75 | |
- 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-16 | Updated the help template. | Jon Bergli Heier | 1 | -2/+3 | |
2011-02-15 | Allow for more file request variations. | Jon Bergli Heier | 2 | -1/+9 | |
2011-02-15 | Use sha1 instead of md5. | Jon Bergli Heier | 2 | -5/+5 | |
2011-02-15 | Added missing __init__.py. | Jon Bergli Heier | 1 | -0/+6 | |
2011-02-15 | Initial commit. | Jon Bergli Heier | 11 | -0/+467 | |