summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-11Fix syntax errorsJoe Robinson
2015-12-11Add option to send notification to a URL when a file is uploadedJoe Robinson
2015-11-22Various code cleanupsLuke Bratch
2015-11-22Respect HTTPS or not on the upload outcome page tooLuke Bratch
2015-11-22Make redirects and hyperlinks respect whether or not HTTPS is being usedLuke Bratch
2015-11-22Allow for a configurable logon page titleLuke Bratch
2014-11-24Implement sorting by sizeLuke Bratch
2014-09-21Pass GET requests through the logon process if initially signed outLuke Bratch
2014-09-21Add a sign out functionLuke Bratch
2014-09-21Provide example upload form and submission filesLuke Bratch
2014-09-21Set some default index ignore filenames in example configurationLuke Bratch
2014-09-21Move missing configuration option to example configurationLuke Bratch
2014-09-21Change formatting in example configurationLuke Bratch
2014-08-05Moved configurable options to config fileJoe Robinson
2014-08-05Set cookie to use current domain, made URL configurableJoe Robinson
2014-08-05Merge branch 'master' of blatech.co.uk:l_bratch/blauploadJoe Robinson
2014-08-05Implemented sort by nameJoe Robinson
2014-08-05Use the correct server hostname and portLuke Bratch
2014-08-05Ensure that URLs are correctly encodedLuke Bratch
2014-08-05Remove unnecessary duplicated if-blockLuke Bratch
2014-07-25Add support for only showing the most recent X filesLuke Bratch
2014-07-25Add support for a custom header file in HTML outputLuke Bratch
2014-07-25Add support for omitting certain filenames from the listingLuke Bratch
2014-07-25Add support for a passwordless indexLuke Bratch
2014-07-25Set the correct content type for JSON outputLuke Bratch
2014-07-25Add plain text and lightweight formatsLuke Bratch
2014-07-25Remove unnecessary newlines in rendered outputLuke Bratch
2014-07-25Add support for date ranges, YYYY-MM-DD or YYYY-MM-DD-hhmm or a UnixLuke Bratch
timestamp
2014-07-23Ensure all filenames are UTF-8 encoded and also add a raw output modeLuke Bratch
2014-07-23Code tidyingLuke Bratch
2014-07-23Separate presentation from list generation and add options for HTML orLuke Bratch
JSON output
2014-07-23First commitLuke Bratch