summaryrefslogtreecommitdiff
path: root/templates/images.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2017-04-09Major rewrite to use jab/oauth.Jon Bergli Heier1-28/+0
Highlights: - Uses the oauth branch of jab. - Changed design to use bootstrap. - Some minor changes to functionality in file uploading and listing. - API is currently disabled and incomplete.
2016-03-26Fixed error handling on image thumbnails.Jon Bergli Heier1-8/+7
Replaced jquery-lazyload with jquery.lazy which provides an onError event handler.
2014-02-04Added lazy load to image page.jablessJon Bergli Heier1-1/+6
2013-08-30Added settings for registrations and uploads.Jon Bergli Heier1-1/+1
* 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.
2012-12-16Make image thumbnail tiles consistent in width.Jon Bergli Heier1-5/+6
2012-09-24Show a placeholder image when no thumbnail could be fetched or generated.Jon Bergli Heier1-0/+9
2011-07-29Display number of files and total size on myfiles and images pages.Jon Bergli Heier1-1/+1
2011-07-17Added an image section with thumbnails of all uploaded image files.Jon Bergli Heier1-0/+14