Commit Graph

406 Commits

Author SHA1 Message Date
Chris L 8c040826fe Updated version number. 2016-02-05 21:40:36 +01:00
Chris L a2c191f22f Updated changelog 2016-02-05 21:26:46 +01:00
Chris L 1920748106 Fixed shebang 2016-02-05 21:19:11 +01:00
Chris L 27b9a073e3 Removed pi related build script info, they have their own repo 2016-02-05 21:18:37 +01:00
Chris L 9ffe5f83b7 Added RPi related scripts, moved services and motd to their new home. 2016-02-05 20:47:41 +01:00
Matthias Strubel a1200673ee Add webm mime-type 2016-02-03 20:20:09 +01:00
Chris Landa 9632d4976e Added information about enabling USB thumb drive share 2016-01-31 14:43:10 +01:00
Chris Landa 045a2c774d Removed myself, since I was listed twice,.. 2016-01-26 16:10:51 +01:00
Chris Landa 2a127cdbbe Fixed merge conflict 2016-01-26 16:08:17 +01:00
Chris Landa 18cddd4461 Updated changelog 2016-01-26 16:07:04 +01:00
Matthias Strubel 028d1d56e2 Added note about the delete0 cleanup bug 2016-01-26 07:43:41 +01:00
Chris Landa 59010538fa Changed parameters of wget for starting the baord 2016-01-25 22:37:30 +01:00
Chris Landa 2a4f1fcfba Updated MOTD for RPi 2016-01-24 18:10:49 +01:00
Chris Landa a8fa25d9c3 Fixed some white spacing, added some comments 2016-01-24 17:57:05 +01:00
Chris Landa c58e96ba93 Chaned wording a bit. Log the interesting bits instead of echoing them only. 2016-01-24 17:48:37 +01:00
Chris Landa 7d094a4970 Date time may have spaces in it 2016-01-24 17:41:03 +01:00
Chris Landa 0692b46a45 Sanitize date time string before comparison 2016-01-24 16:07:50 +01:00
Chris Landa 670b1bd9aa Added function to sanitize datetime 2016-01-24 16:02:28 +01:00
Chris Landa 263efa2c44 Unified intendation 2016-01-24 15:58:23 +01:00
Chris Landa 0ec6e0890d timesave format may contain spaces, so we wrap it in quotes 2016-01-24 15:48:19 +01:00
Chris Landa 8a14e818d8 Fixed trailing spaces 2016-01-24 15:47:24 +01:00
Matthias Strubel 27b8474e52 delete_empty.sh: Don't clean out root filesystem if shared folder does not exist
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
2016-01-24 12:17:02 +01:00
Matthias Strubel 28f1cd0153 Raize version to 1.0.7-beta1 2016-01-21 20:05:58 +01:00
Matthias Strubel ca7aa54b05 Merge branch 'feature-release-1.1.0' into release-1.0.7
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.
2016-01-11 20:48:05 +01:00
Matthias Strubel 604efac7bb Adjust Changelog with current commits 2016-01-11 20:46:41 +01:00
Matthias Strubel 9fb2a077f7 Send a proper HTTP Reason code back 2016-01-06 09:11:51 +01:00
Matthias Strubel 66716ad9c2 Fix version number in RPi MOTD. 2015-12-28 15:41:56 +01:00
Matthias Strubel 103d19a144 Insert mime-type for .svg 2015-12-13 13:26:41 +01:00
Matthias Strubel 82b5317687 Fixes in MOTD for the 1.0.6 RPi-image release
- use alarm user for ssh
	- Advice to change password for both
	- Use new start-up service file for timesave function
	- New Board confiugration script
2015-12-03 22:06:37 +01:00
Matthias Strubel de985d3a2d Merge branch 'hotfix-1.0.6'
* [Fix] Styling of the upload box iframe was quite ugly.
2015-10-01 18:18:36 +02:00
Matthias Strubel 59ab973d02 Also remove grey background color of droopy, which looks bad on some devices 2015-10-01 18:04:49 +02:00
Matthias Strubel c484fa10f8 Raizing version for release preparing 2015-10-01 17:49:30 +02:00
Matthias Strubel bdffc644b3 Adding droopy fix to changelog 2015-10-01 17:49:03 +02:00
Matthias Strubel 8957bc67b7 Fix orientation / linebreaks of the upload box
Fixes #126
2015-10-01 17:46:52 +02:00
Matthias Strubel 5062898e34 Update missing info to CHANGELOG 2015-10-01 17:21:30 +02:00
Matthias Strubel 17c8af22b8 Display available disk space on front page
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 #124
Closed #53

Merge branch 'miketweaver-disk_space' into feature-release-1.1.0
2015-10-01 17:13:12 +02:00
Matthias Strubel aba673ef8a Lock Shoutbox after sending a message
Closed #125
Closed #67

Merge branch 'miketweaver-javascript-feature' into feature-release-1.1.0
2015-10-01 17:11:03 +02:00
Matthias Strubel ff53b0d5e2 Place the minidlna database to a different location.
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
2015-10-01 17:07:25 +02:00
Matthias Strubel 61cf364ac1 Fix orientation / linebreaks of the upload box
Fixes #126
2015-10-01 16:50:06 +02:00
Mike Weaver 239cfaf11e add button ajax change. 2015-09-17 17:29:25 -06:00
Mike Weaver 4f6eb00c27 fix javascript bug 2015-09-17 17:28:06 -06:00
Mike Weaver 084f6cfeec add tooltip 2015-09-17 17:14:31 -06:00
Mike Weaver 394fc229e2 try-catch for file deletion bug. 2015-09-17 13:45:41 -06:00
Mike Weaver 85ac67a41e normalize formatting 2015-09-16 22:51:56 -06:00
Mike Weaver 3270fbfbd7 fix "initial creation" bug. 2015-09-16 22:49:22 -06:00
Mike Weaver 047e230c8b add to authors file 2015-09-16 22:18:16 -06:00
Mike Weaver ca6a559421 change meta-tag 2015-09-16 22:17:14 -06:00
Mike Weaver 70afabdb45 add last modified check 2015-09-16 22:16:45 -06:00
Mike Weaver 887490455a update index button with id 2015-09-15 17:54:19 -06:00
Mike Weaver 1532ef84bd update script to "sending" 2015-09-15 17:53:43 -06:00