summaryrefslogtreecommitdiff
path: root/db.py
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10Use jab id instead of username as user key.Jon Bergli Heier1-6/+3
2014-02-04Added lazy load to image page.jablessJon Bergli Heier1-3/+5
2013-08-30Added settings for registrations and uploads.Jon Bergli Heier1-2/+5
* 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-30Added ip and accessed to the 'files' table.Jon Bergli Heier1-1/+4
2013-08-03Added some minor adjustments to look better on mobile browsers.Jon Bergli Heier1-1/+2
2012-09-24Show a placeholder image when no thumbnail could be fetched or generated.Jon Bergli Heier1-1/+1
2012-01-01Added a 'del' link to allow deleting files.Jon Bergli Heier1-1/+1
2011-07-29Display number of files and total size on myfiles and images pages.Jon Bergli Heier1-0/+3
2011-07-29Added support for configurable virtual root.Jon Bergli Heier1-5/+6
2011-07-17Added an image section with thumbnails of all uploaded image files.Jon Bergli Heier1-1/+11
2011-04-15Return unicode data from File.html().Jon Bergli Heier1-1/+1
2011-02-26Added filesize and extra links on the account file list page.Jon Bergli Heier1-3/+16
2011-02-26Added some requests, more details in long description.Jon Bergli Heier1-1/+3
- 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-15Initial commit.Jon Bergli Heier1-0/+45