Commit graph

406 commits

Author SHA1 Message Date
risca 6d534fda7f Dash compatibility issue (many system use dash as default shell) 2014-12-08 02:09:45 +01:00
risca 8fe529c58c typo error: the default parameter of line 31 (src_file) should be a string, not a variable! 2014-12-08 01:54:10 +01:00
risca 3ae5c4d016 Now the file path of the install.sh script is absolute, therefore it will be possible to launch the script also from other path like:
/bin/bash /home/myuser/PirateBoxScripts_Webserver-master/piratebox/install.sh
This also corrects a wrong path on line 47 that was causing the install script to fail.
2014-12-08 01:15:49 +01:00
risca 530b050964 Now the path is absolute, therefore the install.sh script could be launched by any path, eg. the following will work as well:
/bin/bash/ /home/myuser/PirateBoxScripts_Webserver-master/piratebox/install.sh
Also line 36 and line 47 where pointing to incompatible launching path (the first was in PirateBoxScripts_Webserver-master/piratebox, the second just in PirateBoxScripts_Webserver-master/).
2014-12-08 01:13:57 +01:00
Matthias Strubel 4e43cc6794 Merge pull request #87 from Liblor/hotfix-1.0.2
Unified HTML-character-escaping
2014-11-21 21:24:58 +01:00
Loris Reiff e62a50e3c8 Unified HTML-character-escaping
It used to escape the data twice, once in psowrte and once in psogen.
Now, the whole escaping for the ShoutBox is now done in psogen.py

Plus: We forgot to escape color, it's also fixed.

Conflicts:
	piratebox/piratebox/python_lib/psogen.py
	piratebox/piratebox/www/cgi-bin/psowrte.py
2014-11-21 19:02:26 +01:00
Matthias Strubel 646174bf35 Some documentation cleanups 2014-11-20 20:56:18 +01:00
Matthias Strubel 2a72bad074 Merge branch 'hotfix-1.0.2' of github.com:PirateBox-Dev/PirateBoxScripts_Webserver into hotfix-1.0.2 2014-11-20 20:34:38 +01:00
Matthias Strubel dbadab0bdb Merge pull request #84 from Liblor/hotfix-1.0.2
[Fix] indentation error
2014-11-10 22:53:03 +01:00
Loris Reiff ea24f6d7a2 Merge branch 'indentation_fix' into hotfix-1.0.2 2014-11-10 22:30:53 +01:00
Loris Reiff f347b96742 [FIX] Consistent use of indentation
Consistent use of 4 spaces for indentation.
2014-11-10 18:32:32 +01:00
Matthias Strubel e7388d8b6b added fix_probe to Changelog 2014-10-29 21:32:39 +01:00
Matthias Strubel b53ca9e774 move "probe" function to the top of the script, that it can be found in any case 2014-10-29 21:29:22 +01:00
Matthias Strubel 157e13f925 Corrected wrong permission setup like commented in 3021d2cdd6 2014-10-17 10:00:29 +02:00
Matthias Strubel 274b839bd2 Added RPi-login message 2014-10-10 15:13:38 +02:00
Matthias Strubel b4b5a5c5a4 Stable release 1.0.1
Merge branch 'hotfix-1.0.1'
2014-10-10 10:36:50 +02:00
Matthias Strubel 21b0746d62 changes for 1.0.1 stable release 2014-10-10 10:34:29 +02:00
Matthias Strubel 813831037c added latest contributions to AUTHORS file 2014-10-10 10:32:10 +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
Loris Reiff f21d57737d [fix] XSS in forest.py
The subject string hasn't been escaped, which led to a persistent xss vulnerability.
2014-10-09 18:06:13 +02:00
Matthias Strubel eb57028951 Merge pull request #76 from stylesuxx/master
Reformatted README to markdown
2014-08-31 22:24:59 +02:00
Chris 343e015111 Update README.md
Reformatted README to be propper markdown
2014-08-31 22:12:44 +02:00
Chris 7d061b5d8a Rename README to README.md 2014-08-31 21:38:50 +02:00
Matthias Strubel 43baaeb944 Fixing bootup issue on RPi with some USB-wifi-Dongles 2014-08-26 06:46:47 +02:00
Matthias Strubel cdf7957382 added forgotten entries 2014-08-14 20:23:48 +02:00
Matthias Strubel 18be118400 Added note about the updated on box-installer
Testing 1.0.1 RC1 Release
2014-08-14 19:53:23 +02:00
Matthias Strubel 92fff1b45d Fixing customization for Leasefile location on OpenWRT devices 2014-08-01 18:07:50 +02:00
Matthias Strubel 626bed171a Fixing cleanup for imagebuild in order to fix droopy building 2014-08-01 18:01:30 +02:00
Matthias Strubel a85663e46b Distribute Files for DirectoryListing once upon initialization. 2014-08-01 16:57:58 +02:00
Matthias Strubel 50bd60ab1d Fix relativ link to board on splash page 2014-08-01 16:35:33 +02:00
Matthias Strubel c5dc443eea Added fixnote about russion translation 2014-07-03 23:18:01 +02:00
Matthias Strubel 7b068a34c8 Merge branch 'denis-d-patch-1' into hotfix-1.0.1
- Fix russion translation in droopy
2014-07-03 23:16:26 +02:00
denis-d c236bcc5bd Update droopy
Correct Russian translation.
2014-06-29 20:52:45 +04:00
Matthias Strubel 9906dd9a18 Added more fixes on depended packages 2014-06-27 15:46:11 +02:00
Matthias Strubel 536931928d Added changelog and Version bump 2014-06-23 21:35:49 +02:00
Matthias Strubel 5af4f40fb3 Merge branch 'hotfix-1.0.1' of github.com:PirateBox-Dev/PirateBoxScripts_Webserver into hotfix-1.0.1 2014-06-23 21:18:07 +02:00
Matthias Strubel a3e0ba2094 Closes #63
Thank you
Merge branch 'taffy-nay-patch-1' into hotfix-1.0.1
2014-06-17 13:29:38 +02:00
taffy-nay 10b352a876 Removed thanks button padding.
The padding for .button was causing it to display scroll bars. Removing padding: 1em; fixes this.
2014-06-17 10:25:05 +01:00
Matthias Strubel c40cd7bdee Fixed typo 2014-06-16 19:28:12 +02:00
Matthias Strubel 2d1b987d21 typo in hosts
Merge branch 'campino2k-patch-1' into hotfix-1.0.1
2014-06-15 01:00:53 +02:00
Chris Jung 38fe658ae3 Update hosts
Typos corrected
2014-06-14 13:25:31 +02:00
Matthias Strubel 1221435887 Fixing wrong link path to board out of shared folder 2014-06-09 08:34:43 +02:00
Matthias Strubel 129251582b Force the user to change the password, because he has to edit the file anyway.
(remove leading # )
2014-06-06 10:54:21 +02:00
Matthias Strubel 6f5e1e495a Fix for duplicate symlinks 2014-06-06 10:51:21 +02:00
Matthias Strubel 37a06802da fixed missing then 2014-06-05 15:29:56 +02:00
Matthias Strubel 56d9569981 Adding systemd file for RPi Image 2014-06-05 14:26:54 +02:00
Matthias Strubel 9d50d004a8 Fixed typo in generate config script 2014-06-05 14:00:23 +02:00
Matthias Strubel 3021d2cdd6 uncommon line mix fixed 2014-06-05 11:13:51 +02:00
Matthias Strubel 660531eb6f Release PirateBox 1.0
Merge branch 'release-1.0' into stable

Conflicts:
	CHANGELOG
	Makefile
	piratebox/piratebox/bin/install_piratebox.sh
	piratebox/piratebox/conf/lighttpd/lighttpd.conf
2014-05-29 14:14:45 +02:00
Matthias Strubel 0756f76dd7 only download kareha-zip file when it is not available 2014-04-07 08:58:44 +02:00