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
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
2017-08-16
URL encode the URL with rawurlencode() when using it
Luke Bratch
2015-12-12
Merge remote-tracking branch 'remotes/origin/feature/sprites'
Luke Bratch
2015-12-12
Removed incorrectly added files
Phil Burton
2015-12-12
Merge branch 'blaears_post' into 'master'
Luke Bratch
2015-12-12
Add config example to the list of ignored files
Phil Burton
2015-12-12
Update example config for git, css and icons
Phil Burton
2015-12-12
Fix missing / in css
Phil Burton
2015-12-12
Remove local debug sprite url and replace with relative path to sprite
Fbenas
2015-12-12
Make example config for notifications more generic
Joe Robinson
2015-12-11
Add newline to end of header
Joe Robinson
2015-12-11
Add .gitignore so we don't commit live config
Joe Robinson
2015-12-11
Fix upload function by passing config values
Joe Robinson
2015-12-11
Give the POST config variables shorter names
Joe Robinson
2015-12-11
Fix syntax errors
Joe Robinson
2015-12-11
Add option to send notification to a URL when a file is uploaded
Joe Robinson
2015-12-11
Add a sprite for less requests
Phil Burton
2015-11-22
Various code cleanups
Luke Bratch
2015-11-22
Respect HTTPS or not on the upload outcome page too
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
Provide example upload form and submission files
Luke Bratch
2014-09-21
Set some default index ignore filenames in example configuration
Luke Bratch
2014-09-21
Move missing configuration option to example configuration
Luke Bratch
2014-09-21
Change formatting in 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