Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-01 | Added options for persistent login. | Jon Bergli Heier | 1 | -0/+3 | |
2013-08-30 | Added settings for registrations and uploads. | Jon Bergli Heier | 8 | -18/+23 | |
* create_active_users: Controls whether new user accounts are created as 'active'; accounts that are not marked as active will not be able to log in, and will be automatically logged out if they're already logged in. * allow_registration: Allow or disallow creation of new user accounts. Any attempts to access the registration page will result in an error message. * allow_anonymous_uploads: Allow or disallow uploading of files by anonymous (not logged in) users. Combined with either allow_registration or create_active_users, this will effectively create a private filebin where the admin must explicitly create or activate new users. | |||||
2013-08-03 | Added some minor adjustments to look better on mobile browsers. | Jon Bergli Heier | 1 | -0/+1 | |
2012-12-16 | Make image thumbnail tiles consistent in width. | Jon Bergli Heier | 1 | -5/+6 | |
2012-09-24 | Show a placeholder image when no thumbnail could be fetched or generated. | Jon Bergli Heier | 1 | -0/+9 | |
2012-05-23 | Redirect to login page and back to the original page afterwards when login ↵ | Jon Bergli Heier | 1 | -0/+3 | |
is required. | |||||
2012-01-01 | Added a 'del' link to allow deleting files. | Jon Bergli Heier | 2 | -0/+10 | |
2011-11-12 | Added a change password option when logged in. | Jon Bergli Heier | 3 | -1/+18 | |
2011-07-29 | Display number of files and total size on myfiles and images pages. | Jon Bergli Heier | 2 | -2/+2 | |
2011-07-29 | Added support for configurable virtual root. | Jon Bergli Heier | 5 | -13/+13 | |
2011-07-17 | Added an image section with thumbnails of all uploaded image files. | Jon Bergli Heier | 3 | -0/+16 | |
2011-05-11 | Removed page-wrapper div. | Jon Bergli Heier | 1 | -1/+0 | |
2011-05-11 | Moved menu, fixed login button. | Jon Bergli Heier | 2 | -14/+14 | |
2011-02-26 | Added some requests, more details in long description. | Jon Bergli Heier | 1 | -3/+15 | |
- 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 | 1 | -1/+6 | |
2011-02-15 | Use sha1 instead of md5. | Jon Bergli Heier | 1 | -1/+1 | |
2011-02-15 | Added missing __init__.py. | Jon Bergli Heier | 1 | -0/+6 | |
2011-02-15 | Initial commit. | Jon Bergli Heier | 7 | -0/+131 | |