Commit graph

104 commits

Author SHA1 Message Date
Matthias Strubel 7950472e0e Droopy: Make chmod optional.
Droopy always does the chmod operation, if the option is set.
On partitions with FAT it is not possible to execute this operation.
Droopy may ran into issue in that situation.

With that fix, the option won't be set on droopy start to prevent
any chmod operation on FAT partitions.

Fixes #154
2016-06-14 20:09:28 +02:00
Matthias Strubel 368331bd08 Fix merge leftover artifact 2016-06-14 19:54:51 +02:00
Matthias Strubel be7e088c36 lighttpd configuration: add xhtml mime type 2016-05-20 20:30:01 +02:00
Matthias Strubel 0554e1914f Merge branch 'hotfix-1.0.8' into development 2016-05-16 21:26:31 +02:00
Matthias Strubel f0c4b4ab38 Feature: Firewall rules for non OpenWrt PirateBoxes
- Per default we now collect all DNS requests even not the
    one which addresses us directly (like 8.8.8.8 )
  - Disables is an all Port 80 catch

Fixes: #137
2016-05-12 19:45:14 +02:00
Matthias Strubel 33d1d2bda9 Adding freshly implemented features 2016-05-12 18:20:16 +02:00
Matthias Strubel 759ee336de Notice jQuery in Changelog.. 2016-04-26 21:30:20 +02:00
Matthias Strubel 5238737137 Cleanup Changelog 2016-04-26 21:09:50 +02:00
Matthias Strubel 51b4a8c92b added client isolation 2016-04-14 20:10:26 +02:00
Matthias Strubel ca2834592a Notice changes in OpenWrt packages 2016-04-14 07:27:26 +02:00
Matthias Strubel 2ef287afa7 Add credits 2016-02-09 20:38:12 +01:00
Lars Bartschat 7eb00c0514 Merge branch 'development' of https://github.com/bartschat/PirateBoxScripts_Webserver into development 2016-02-09 19:38:09 +01:00
Matthias Strubel 391c137709 Merge branch 'release-1.0.7' into merge-1.0.7 2016-02-07 10:52:13 +01:00
Matthias Strubel 63e0105e00 Adjust Changelog 2016-02-07 10:43:18 +01:00
Matthias Strubel d414e5f452 Detailed information about RPi fixes. 2016-02-05 21:44:53 +01:00
Chris L a2c191f22f Updated changelog 2016-02-05 21:26:46 +01:00
Matthias Strubel a1200673ee Add webm mime-type 2016-02-03 20:20:09 +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
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 bdffc644b3 Adding droopy fix to changelog 2015-10-01 17:49:03 +02:00
Matthias Strubel 5062898e34 Update missing info to CHANGELOG 2015-10-01 17:21:30 +02:00
Matthias Strubel 6679b04cdb Merge branch 'hotfix-1.0.5' into development
[New] Improved styling for droopy iframe.  (not applied)
    [New] Timesave script service file to run set the time during startup.
    [Fix] Droopy call in init.d/piratebox failed to use the correct port.
    [Fix] Timesave script behaviour fixed on full Linux systems. OpenWrt's date format is now customized during build & piratebox.conf .
2015-09-13 11:34:15 +02:00
Matthias Strubel 66b840714e Improved handling of timesave script on normal Linux system.
* Delivered the systemd file for restoring the file during boot.
  * Moved date format to piratebox.conf
  * Customize the date format for OpenWrt during build of
    piratebox_ws-img.tar.gz file, like other configuration files
2015-08-23 11:07:04 +02:00
Matthias Strubel d266d746cb Better styling for droopy upload frame 2015-08-23 09:55:49 +02:00
Matthias Strubel 4ba0671cd3 Merge branch 'hotfix-1.0.4' into development
Implementing the changes from hotfix to development branch.

Resolved  Conflicts:
	CHANGELOG
	piratebox/piratebox/bin/board-autoconf.sh
	piratebox/piratebox/bin/droopy (now 1.0.4 version)
	piratebox/piratebox/bin/shoutbox_stuff.sh
	piratebox/piratebox/init.d/piratebox
	piratebox/piratebox/init.d/piratebox_alt
	piratebox/piratebox/www/generate_204  (stays PHP)
	piratebox/piratebox/www/index.html
2015-08-18 20:10:15 +02:00
Matthias Strubel e5470ccd1f Cleanup unnessecary spacer files 2015-08-06 21:35:22 +02:00
Matthias Strubel 936f26cf17 Display Station count again.
Not the best solution, but worth for the hotfix.

Fixes #121
2015-08-06 21:31:02 +02:00
Matthias Strubel 7333b8a933 Set the Timestamp of the shoutbox generated file with a delay.
The problem is, that the piratebox starts before resetting the
RTC to a saved timestamp. That means the shoubox-gen file
is from the year 1970. That breaks the refresh in the browser.

With the delay, we hopefully get a better timestamp and fix
that issue

Fixes #120
2015-08-06 21:30:18 +02:00
Matthias Strubel aff1bea5a2 Changelog entry for generate_204 patch 2015-08-04 20:37:57 +02:00
Matthias Strubel 8c099f2446 Generate default page for forum link
This patch avoids a confusing directory listing. This commits copies
over a simple default index.html that provides links to the
kareha.pl and back to the main page.

Does not copy, if the board is already installed.

Closes  #117
2015-08-04 20:06:11 +02:00
Matthias Strubel 3ab58c5657 Disabling exchange_www.sh - it helped nobody, only breakes stuff. 2015-08-03 20:48:50 +02:00
Matthias Strubel 05edc74203 Added CHANGELOG informations to commit 70823c1e4f 2015-07-30 22:09:48 +02:00
Jess Stubenbord 6f3ef8f7cd Edited Authors & Changelog files
Added myself and all of the wonderful things I changed
2015-07-28 23:44:11 +02:00
Matthias Strubel 2da5a68773 Improve cache handling of redirect.html and it schema file
Thanks to herr-gabriel

Closed #114
Closed #116
2015-07-27 19:42:42 +02:00
Matthias Strubel 804627901e Feature: board-autoconf.sh for OpenWrt available
Made the board un-useable, if it is not setup.

 Conflicts:
	CHANGELOG
2015-07-27 19:24:55 +02:00
Matthias Strubel f6d45a979f Update dev. Branch with changes
Merge branch 'master' into development
2015-01-29 15:26:49 +01:00
Matthias Strubel 407f40f9e7 added forgotten Changelog entry 2015-01-29 15:22:25 +01:00
Matthias Strubel d73750ae7d Added new stuff 2015-01-28 12:39:20 +01:00
Matthias Strubel d5f9ce8d60 Merge branch 'hotfix-1.0.2' into development
Conflicts:
	BuildScripts/RPi_motd.txt
	CHANGELOG
	Makefile
	README.md
	piratebox/piratebox/python_lib/broadcast.py
	piratebox/piratebox/python_lib/discover.py
	piratebox/piratebox/python_lib/messages.py
	piratebox/piratebox/python_lib/psogen.py
	piratebox/piratebox/www/cgi-bin/psowrte.py
2014-12-26 09:56:47 +01:00
Matthias Strubel a98d3d3234 Added new Fixes & authors to changelog
Updated version to 1.0.2
2014-12-26 09:12:51 +01:00
Matthias Strubel 646174bf35 Some documentation cleanups 2014-11-20 20:56:18 +01:00
Matthias Strubel 5e27f1b0b1 Feature: board-autoconf.sh for OpenWrt available
Made the board un-useable, if it is not setup.
2014-11-05 18:53:56 +01:00
Matthias Strubel 771caf963d added note about shoutbox updates 2014-11-02 10:06:55 +01:00
Matthias Strubel e7388d8b6b added fix_probe to Changelog 2014-10-29 21:32:39 +01:00
Matthias Strubel 157e13f925 Corrected wrong permission setup like commented in 3021d2cdd6 2014-10-17 10:00:29 +02:00
Matthias Strubel abebd4234d Merge branch 'hotfix-1.0.1' into development
Conflicts:
	README.md
	piratebox/piratebox/www/index.html
2014-10-10 10:38:36 +02:00
Matthias Strubel 5ac0714525 Fixes XSS in forest.py
Merge branch 'Liblor-hotfix-1.0.2' into hotfix-1.0.1
2014-10-10 10:31:53 +02:00