* [New] Lock shoutbox when you send a message.
* [New] Display disk space usage on front page.
* [New] Add webm mime-type to lighttpd
* [RPi] [New] RPi2 and Zero support
* [RPi] [New] USB activation scripts.
* [RPi] [New] udev rules for piratebox activation
* [RPi] [New] Script for activating the correct hostap for Realtek chipsets
* [RPI] [New] wpa_supplicant fallback if no AP enabled WiFi device was found
* [Fix] Send a proper HTTP Reason code back
* [Fix] Fix version number in RPi MOTD.
* [Fix] Insert mime-type for .svg
* [Fix] Improve Shoutbox update speed after sending a message.
* [Fix] Do not cleanup the rootfs if Shared folder does not exist.
* [Fix] Improved comparison of timestamps on RPi.
* [Fix] Improved MOTD for RPi.
* [Fix] Improved initialization of the board.
As OpenWrt still needs a more verbose script then a simple find command,
we need to stick at this. The script now exits if the target directory does
not exist.
Also we try to reduce the amount of files checked in the while clause with
reducing the find output to regular files only.
Closed: #133
The minor 1.1.0 release is transfered into 1.0.7 release
because the changes are smaller then like adding PHP as
a feature.
As it hopefully does not break any compatibility, we are
integrating this as a small bugfix release.
Introduces a new python script, which displays the current usage
of the PirateBox.
The python script writes a static HTML file, which is read by
the browser in the same way like the shoutbox does. it is
rewritten on request & on PirateBox startup.
Closed#124Closed#53
Merge branch 'miketweaver-disk_space' into feature-release-1.1.0
The minidlna database is now stored on the USB stick that solves to
major issues:
- It speeds up PirateBox start because of lease scanning time
- During Problems of out-of-memory exceptions, on the next
startup the problematic file is simply skipped.
Closed#77