summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)Author
2019-04-02Re-add tex icon and add break to fix bug where we incorrectly flow through to...Phil Burton
2019-04-02Remove needless code and allow file's with .tex extensions to flow through to...Phil Burton
2019-04-02Sort default by descendingPhil Burton
2019-04-02Switch to use date as default sortPhil Burton
2019-04-02Add default sort backPhil Burton
2019-04-02Stop using modified date as a key in array by using an assoc array. Here we h...Fbenas
2015-12-11Add a sprite for less requestsPhil Burton
2015-11-22Various code cleanupsLuke 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-21Move missing configuration option to 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