summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-02Stop using modified date as a key in array by using an assoc array. Here we h...Fbenas
2017-08-16URL encode the URL with rawurlencode() when using itLuke Bratch
2015-12-12Merge remote-tracking branch 'remotes/origin/feature/sprites'Luke Bratch
2015-12-12Removed incorrectly added filesPhil Burton
2015-12-12Merge branch 'blaears_post' into 'master' Luke Bratch
2015-12-12Add config example to the list of ignored filesPhil Burton
2015-12-12Update example config for git, css and iconsPhil Burton
2015-12-12Fix missing / in cssPhil Burton
2015-12-12Remove local debug sprite url and replace with relative path to spriteFbenas
2015-12-12Make example config for notifications more genericJoe Robinson
2015-12-11Add newline to end of headerJoe Robinson
2015-12-11Add .gitignore so we don't commit live configJoe Robinson
2015-12-11Fix upload function by passing config valuesJoe Robinson
2015-12-11Give the POST config variables shorter namesJoe Robinson
2015-12-11Fix syntax errorsJoe Robinson
2015-12-11Add option to send notification to a URL when a file is uploadedJoe Robinson
2015-12-11Add a sprite for less requestsPhil Burton
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
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
2014-07-23First commitLuke Bratch