index
:
blaupload
master
l_bratch/blaupload/ import from blatech.co.uk from 04/02/2023
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
index.php
Age
Commit message (
Expand
)
Author
2019-04-02
Switch to use date as default sort
Phil Burton
2019-04-02
Add default sort back
Phil Burton
2019-04-02
Stop using modified date as a key in array by using an assoc array. Here we h...
Fbenas
2015-12-11
Add a sprite for less requests
Phil Burton
2015-11-22
Various code cleanups
Luke Bratch
2015-11-22
Make redirects and hyperlinks respect whether or not HTTPS is being used
Luke Bratch
2015-11-22
Allow for a configurable logon page title
Luke Bratch
2014-11-24
Implement sorting by size
Luke Bratch
2014-09-21
Pass GET requests through the logon process if initially signed out
Luke Bratch
2014-09-21
Add a sign out function
Luke Bratch
2014-09-21
Move missing configuration option to example configuration
Luke Bratch
2014-08-05
Moved configurable options to config file
Joe Robinson
2014-08-05
Set cookie to use current domain, made URL configurable
Joe Robinson
2014-08-05
Merge branch 'master' of blatech.co.uk:l_bratch/blaupload
Joe Robinson
2014-08-05
Implemented sort by name
Joe Robinson
2014-08-05
Use the correct server hostname and port
Luke Bratch
2014-08-05
Ensure that URLs are correctly encoded
Luke Bratch
2014-08-05
Remove unnecessary duplicated if-block
Luke Bratch
2014-07-25
Add support for only showing the most recent X files
Luke Bratch
2014-07-25
Add support for a custom header file in HTML output
Luke Bratch
2014-07-25
Add support for omitting certain filenames from the listing
Luke Bratch
2014-07-25
Add support for a passwordless index
Luke Bratch
2014-07-25
Set the correct content type for JSON output
Luke Bratch
2014-07-25
Add plain text and lightweight formats
Luke Bratch
2014-07-25
Remove unnecessary newlines in rendered output
Luke Bratch
2014-07-25
Add support for date ranges, YYYY-MM-DD or YYYY-MM-DD-hhmm or a Unix
Luke Bratch
2014-07-23
Ensure all filenames are UTF-8 encoded and also add a raw output mode
Luke Bratch
2014-07-23
Code tidying
Luke Bratch
2014-07-23
Separate presentation from list generation and add options for HTML or
Luke Bratch
2014-07-23
First commit
Luke Bratch