Commit graph

431 commits

Author SHA1 Message Date
Matthias Strubel
c28860d5f8 Removes an unwanted linebreak in the droopy startup 2015-08-22 23:05:30 +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
b5f794e877 Fixes not working Python Script for generating 204
Closes #115
2015-08-06 22:09:08 +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
4f26929bbb Remove spacer index.htm and generate first page
kareha.pl doesn't overwrite the file for itself :(

In addition, we use .htm over .html , that tricks kareha and lighttpd
in this problem.
2015-08-06 19:53:19 +02:00
Matthias Strubel
c19b591c6a Generate the HTTP Resonse with python for 1.0.x PirateBox too
Will avoid Captive Portal message from Android.
Especially some devices tend to leave the PirateBox network,
because they don't receive a 204 from their specific URL.

Closes #115
2015-08-04 20:34:53 +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
70823c1e4f This commit aligns the Droopy code back to the latest versions.
The PirateBox modifications can be found in:

   https://github.com/PirateBox-Dev/Droopy

It contains the following features from the old PirateBox version
of Droopy:

  - Secured Subdirectory (new directories will fail in styling)
  - Make it possible to launch Droopy on boot time
  - Prevent uploading index.ht* files

New features / bugfixes with the new Droopy version:

  - Multiple upload
  - Fixed language encoding
  - In general user/password setting (non configurable via
    PirateBox)

The following features were not ported to the new version:

  - Include hostname to templates (not needed anymore)
  - Field including iframe for shoutbox (not needed anymore)
  - iOS fake answer code, which was included in lighttpd since
    Piratebox 0.5.x

Known issues:

  - New folders via protected subdirectory feature are not
    created with HEADER.TXT and README.txt (styling will not work).
    That issue is also on 1.0.0-1.0.3 versions
  - HEADER.TXT and README.txt can be uploaded. It will not be
    overwritten, but break styling if the files aren't available.
2015-07-30 21:54:43 +02:00
Jess Stubenbord
2d79bdf8c0 Reformatted about & gave body an id
Shifted the about section in a div so that it is able to be styled as a
card if wanted. Gave the body an id so that individual pages can be
styled differently using a single stylesheet.
2015-07-28 15:00:16 +02:00
Jess Stubenbord
68023815b2 Reformatted welcome card
I wrapped the welcome message in another div so that this card matches
the others in hierarchy (for future styling purposes)
2015-07-28 02:45:54 +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
c701d79b60 Merge branch 'patch-2' of https://github.com/herr-gabriel/PirateBoxScripts_Webserver into herr-gabriel-patch-1 2015-07-27 19:40:37 +02:00
Matthias Strubel
44c9071215 Fixes a typo , finalizes Backport #118 2015-07-27 19:26:36 +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
Nicola Lamacchia
fdb686e9ea Add interactive imageboard system configuration 2015-07-27 19:06:26 +02:00
Gabriel Shahzad
67c1ad0d9a Added redirect fix 2015-07-26 12:38:07 +02:00
Gabriel Shahzad
d9fa73bbd5 Fixed accidental redirects
Sometimes a user would still be redirected to a cached piratebox.lan site after disconnecting from the piratebox wifi. This has something to do with how different browsers interact with the cache-control meta tag. Adding "pragma" and "expires" tags as well as additional "cache-control" contents fixes that.
2015-07-26 11:24:38 +02:00
Tilmann Singer
3006508e3b Fake a full internet connection for android devices (fix)
The previous commit included the wrong php file, it needs to be without
file extension.
2015-07-19 17:29:34 +02:00
Tilmann Singer
dfb4e57f70 Fake a full internet connection for android devices
This uses a rather ugly hack to enable serving an extension-less php
file, but I couldn't find a better way to do this in the absence of
mod_rewrite.

Tested manually that it works on two different android devices (5.1.1).

Closes #59
2015-07-19 16:32:03 +02:00
Matthias Strubel
5d6f724bac Merge branch 'master' of https://github.com/deavmi/PirateBoxScripts_Webserver into deavmi-master 2015-04-07 18:54:23 +02:00
Tristan B. Kildaire
118c0067b3 Improved more stuff 2015-04-07 18:18:49 +02:00
Matthias Strubel
88a7938b6a Upload Handler fix 2015-03-11 10:30:10 +01:00
Matthias Strubel
5e98cacd5c Fixes a typo 2015-03-09 19:04:32 +01:00
Matthias Strubel
00e220ae2a Fixes in hosts generation 2015-02-09 15:26:59 +01:00
Matthias Strubel
40c4faae33 fixes and config files for webdev 2015-02-04 10:00:27 +01:00
Matthias Strubel
b88643ed2c Run even without environment vars 2015-02-04 08:09:44 +01:00
Matthias Strubel
9e44776e25 moved CSS 2015-01-29 15:38:04 +01:00
Matthias Strubel
391c2e3647 moved all images to /img folder 2015-01-29 15:34:53 +01:00
Matthias Strubel
761e0bf54a Fixes upload-adcanced javascript 2015-01-28 16:09:39 +01:00
Matthias Strubel
8d8e7bfac4 Fixes file-url 2015-01-28 16:07:20 +01:00
Matthias Strubel
389362795b Merge branch 'development' of https://github.com/Liblor/PirateBoxScripts_Webserver into Liblor-development 2015-01-28 12:40:52 +01:00
Matthias Strubel
15d90377cb Merge remote-tracking branch 'origin/irc_server' into development 2015-01-28 12:40:18 +01:00
Matthias Strubel
79ec7555c5 Droopy disabled per default, because there is now a new upload method 2015-01-28 12:37:47 +01:00
Matthias Strubel
e895986d91 Merge remote-tracking branch 'remotes/origin/irc_server' into development
Conflicts:
	Makefile
	piratebox/piratebox/init.d/piratebox
	piratebox/piratebox/init.d/piratebox_alt
2015-01-28 12:37:02 +01:00
Matthias Strubel
61f1dca1e0 first bigger testing version 2015-01-28 12:32:50 +01:00
Matthias Strubel
3a920800b2 new envariable for the upload script 2015-01-28 11:18:19 +01:00
daviddarts
1b1afa556b Update motd.txt
Edited and updated the MOTD.
2015-01-16 20:54:42 +04:00
Matthias Strubel
67a43ab78f updated page url 2015-01-16 13:25:11 +01:00
Loris Reiff
4115305f56 [Fix] Shoutbox
Here is a version without the format function (See #97).
Unfortunally I couldn't test it with openwrt, because I have a problem with my mr3020 -.-
But there shouldn't be a problem with this version.
2015-01-10 14:16:48 +01:00
Loris Reiff
f180297fb6 Solves merge conflicts
This solves the merge conflicts in the development branch --> #95
2014-12-27 15:10:23 +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
Loris Reiff
bc1d1ed23f PEP8
See #83
2014-12-11 17:14:22 +01:00
risca
602ec2492e Bugfix: the scritp distribute_file_into_directory is now working even when the path contain white spaces. 2014-12-10 00:42:44 +01:00
Matthias Strubel
9e44802ba4 Merge pull request #92 from Sjd-Risca/installscript
Install script corrections
2014-12-08 22:23:55 +01:00
risca
46b6500ff6 typo in bash test 2014-12-08 02:38:34 +01:00
risca
a8dcaf7f6b typo in bash test 2014-12-08 02:36:24 +01:00
risca
00646cbf96 typo error: the comparison of string in bash require only on "=" 2014-12-08 02:19:53 +01:00
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
Loris Reiff
61e253b2f6 [FIX] Escaping of color
This fixes a XSS-Bug.
Additionally I standardized some indentations (4 spaces).

Cheers :)
Liblor
2014-11-21 19:14:39 +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
Loris Reiff
7dcd8033c7 PEP8
See #83
2014-11-17 19:22:49 +01:00
Loris Reiff
7219036985 PEP8
PEP8 Coding style for message.py
2014-11-11 22:54:29 +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
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
Nicola Lamacchia
0695475c9e Add interactive imageboard system configuration 2014-11-05 11:10:36 +01:00
Nicola Lamacchia
91b5e62ecb Fix variable name typo in bin/piratebox_setup_wlan.sh 2014-11-05 11:09:12 +01:00
Nicola Lamacchia
1a1a3b6826 Fix missing quotes in init.d/piratebox_alt 2014-11-05 11:08:51 +01:00
Loris Reiff
d2ab04dce7 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
2014-11-01 17:13:04 +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
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
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
31628ff55a Merge branch 'development' of github.com:PirateBox-Dev/PirateBoxScripts_Webserver into development 2014-09-05 08:00:40 +02:00
stylesuxx
51d3d86c1b Escape the username to prevent js injection 2014-08-31 19:08:40 +02:00
Gilles Coulais
b7b333e83a Add en, fr, de properties files and translations. de translations based o, index.de.html 2014-08-29 14:27:09 +02:00
Gilles Coulais
e2e07b040b Update l10n key moved to label instead of input 2014-08-29 14:25:05 +02:00
Gilles Coulais
7b7b4f6d09 Add webl10n library
Add data-l10n-id keys in index page
2014-08-29 13:00:16 +02:00
Matthias Strubel
d468917a76 Merge branch 'no_RealTimeClock' of https://github.com/WIStudent/PirateBoxScripts_Webserver into WIStudent-no_RealTimeClock 2014-08-11 18:38:58 +02:00
Matthias Strubel
b2b53d61d2 included correct pathes for hosts-mesh file and dnsmasq pid 2014-08-11 18:36:26 +02:00
Tobias Trumm
1256c62c38 Try to add a configuration variable
to enable the use of client timestamps in the chat window. Doesn't work
yet.
2014-08-04 21:46:17 +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
Tobias Trumm
d308a46c32 Use POSIX timestamp. 2014-07-28 04:32:53 +02:00
Tobias Trumm
c8986663c8 Get timestamp for Shoutbox from the client/browser
on systems with no real time clock
2014-07-28 01:35:27 +02:00
Matthias Strubel
4d09cc7f0c Fix favicon 2014-07-12 16:52:35 +02:00
Matthias Strubel
b1382377b9 Fixing coding issues 2014-07-06 19:54:21 +02:00
Matthias Strubel
d139c9e3fe Merge branch 'denis-d-patch-1' into development
- Fix russian translation
2014-07-03 23:17:03 +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
81871fe7b3 Draft for mapping avahi browse results to a hosts file 2014-06-27 22:01:14 +02:00
Matthias Strubel
96a2d010d7 Merge branch 'hotfix-1.0.1' into development
Conflicts:
	CHANGELOG
	piratebox/piratebox/bin/distribute_file_into_directory.sh
	piratebox/piratebox/bin/distribute_files.sh
	piratebox/piratebox/conf/piratebox.conf
	piratebox/piratebox/init.d/piratebox
	piratebox/piratebox/init.d/piratebox_alt
	piratebox/piratebox/src/HEADER.txt
	piratebox/piratebox/src/README.txt
	piratebox/piratebox/www/index.html
2014-06-27 17:50:31 +02:00
Matthias Strubel
f38666803d Fix for duplicate symlinks 2014-06-27 17:41:10 +02:00
Matthias Strubel
e85b1ea0e0 fixed missing then 2014-06-27 17:40:45 +02:00
Matthias Strubel
4b1f6dd4ec Fixed typo in generate config script 2014-06-27 17:39:32 +02:00
taffy-nay
3af906a62f Removed thanks button padding.
The padding for .button was causing it to display scroll bars. Removing padding: 1em; fixes this.
2014-06-27 17:35:25 +02:00
Chris Jung
5f9d4cbb69 Update hosts
Typos corrected
2014-06-27 17:34:29 +02:00
Matthias Strubel
1c0973815a Disable Using the Shoutbox
Merge branch 'shoutbox_disable' into development
2014-06-27 16:44:19 +02:00
Matthias Strubel
cbb55ce4d8 Enable PHP FastCGI within PirateBox and install it
Merge branch 'php' into development
2014-06-27 16:41:14 +02:00
Matthias Strubel
67f66c8886 Revert "Merge branch 'php_enabling' into development"
This reverts commit a843f0a867, reversing
changes made to b6dabf9643.
2014-06-27 16:39:07 +02:00
Matthias Strubel
a843f0a867 Merge branch 'php_enabling' into development
Conflicts:
	CHANGELOG
2014-06-27 16:36:23 +02:00
Matthias Strubel
b6dabf9643 Including JSON generation feature.
Merge branch 'json_generation' into development
2014-06-27 16:32:40 +02:00
Matthias Strubel
7d78cc718c Implementing mesh feature from LibraryBox to PirateBox
- still needs some tweaks mapping mDNS to S-DNS  (make unique name available via non avahi clients)
   - refreshing of dnsmasq cache

Merge branch 'mesh_enabling' into development

Conflicts:
	piratebox/piratebox/bin/generate_config_files.sh
	piratebox/piratebox/conf/piratebox.conf
2014-06-27 16:20:20 +02:00
Matthias Strubel
c2a6378418 Add License header on several scripts
Merge remote-tracking branch 'remotes/origin/licencse_fixes' into development
2014-06-27 16:14:19 +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
37d168a952 Merge branch 'development' of github.com:PirateBox-Dev/PirateBoxScripts_Webserver into development 2014-06-11 13:12:44 +02:00
Matthias Strubel
13eb2243a2 Added German translation
Issue #60 multi languages
2014-06-11 13:08:23 +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
9d50d004a8 Fixed typo in generate config script 2014-06-05 14:00:23 +02:00
Matthias Strubel
f782d8c567 uncommon line mix fixed 2014-06-05 11:14:16 +02:00
Matthias Strubel
3021d2cdd6 uncommon line mix fixed 2014-06-05 11:13:51 +02:00
Matthias Strubel
f43c749a6a Cleanup old included shoutbox in droopy, exchanged it with an "include" option. 2014-04-07 10:04:36 +02:00
Matthias Strubel
0756f76dd7 only download kareha-zip file when it is not available 2014-04-07 08:58:44 +02:00
Matthias Strubel
533f61d827 only download kareha-zip file when it is not available 2014-04-07 08:57:45 +02:00
Matthias Strubel
af7b0006e0 Ensure Shoutbox File is always writable 2014-04-02 18:52:41 +02:00
Matthias Strubel
6f747bf6e4 Ensure Shoutbox File is always writable 2014-04-02 18:52:01 +02:00
Matthias Strubel
31d025de4b toggle shoutbox read-writable 2014-01-17 17:37:57 +01:00
Matthias Strubel
696917d50d added configuration for fast-cgi server running php-cgi daemon forked by lighttpd 2014-01-17 17:33:20 +01:00
Matthias Strubel
41f9bb4ffd first version of json generation transfered from LibraryBox 2.0 2014-01-17 17:14:45 +01:00
Matthias Strubel
01d10be31e 3rd bunch of license headers 2014-01-17 16:52:26 +01:00
Matthias Strubel
4a344ec720 2nd bunch of license headers 2014-01-17 16:47:47 +01:00
Matthias Strubel
f6429cd241 move chat message to extra config file 2014-01-17 16:41:48 +01:00
Matthias Strubel
898e98e55f enable / disable file copy into share folder via config 2014-01-17 16:37:23 +01:00
Matthias Strubel
c73bd097d0 First bunch of license headers and overworked documentations 2014-01-17 16:35:15 +01:00
Matthias Strubel
5300e5c42a Merge branch 'librarybox_dev' into mesh_enabling
Conflicts:
	CHANGELOG
	piratebox/piratebox/conf/piratebox.conf
2013-11-29 18:01:40 +01:00
Matthias Strubel
98d1061a8a deliver sample configuration of minidlna within PirateBox release 2013-11-29 17:46:20 +01:00
Matthias Strubel
10d185c7bd Fixed captive Portal detection for iOS7
Conflicts:
	CHANGELOG

Conflicts:
	CHANGELOG
2013-11-29 17:46:17 +01:00
Matthias Strubel
abc97d1e44 Enable unescaped blanks in upload-folder variable
Conflicts:
	CHANGELOG
2013-11-29 17:45:52 +01:00
Matthias Strubel
ae0eaeb2ca moved Config entry from timesave to piratebox.conf
emptied out the openwrt section in timesave script, which wasn't called anymore

Conflicts:
	piratebox/piratebox/bin/timesave.sh
2013-11-29 17:44:03 +01:00
Matthias Strubel
346ce5b354 install_piratebox.sh now uses schema based generation for redirect.html 2013-11-29 17:44:03 +01:00
Matthias Strubel
3b66f162ec added mimetype for json files 2013-11-29 17:44:03 +01:00
Matthias Strubel
d975b5e4f4 OVERWORK of calls of "date" and better initialize of timesave file (less error messages)
Conflicts:
	piratebox/piratebox/bin/timesave.sh
2013-11-29 17:44:03 +01:00
Matthias Strubel
0839fbdb85 fix for calling change hostname service 2013-11-29 17:44:03 +01:00
Matthias Strubel
f18806e963 Fixes issue in package generation + initialition on Debian 2013-11-29 17:44:03 +01:00
Matthias Strubel
c096204ccf Changes for working subdirectories with custom directory listing 2013-11-29 17:44:03 +01:00
Matthias Strubel
3674f4710e fix for OpenWRT systems 2013-11-29 17:44:03 +01:00
Matthias Strubel
6b435954a1 Get back to PirateBox-Logo for kareha 2013-11-29 17:44:03 +01:00
Matthias Strubel
5e3896a4e1 Distribute Files which are responsible for the new design in directory listing 2013-11-29 17:43:43 +01:00
dsbrooks
87137b27df Quick-fix
+ body style needed a variable added
2013-11-29 17:43:37 +01:00
dsbrooks
b69632ca41 Custom directory listing
Pull Request

Conflicts:
	piratebox/piratebox/conf/lighttpd/lighttpd.conf
2013-11-29 17:43:26 +01:00
Matthias Strubel
7fd7840ff4 Generating lease-file location based on config file. Place it on OpenWRT into /tmp => memory
Conflicts:
	CHANGELOG
2013-11-29 17:42:22 +01:00
Matthias Strubel
224f8bb0a4 added option to change hostname via command line
Conflicts:
	piratebox/piratebox/bin/install_piratebox.sh
2013-11-29 17:41:04 +01:00
Matthias Strubel
007ba8806d added temporary-function for changing PirateBox-Hostname
Conflicts:
	piratebox/piratebox/bin/install_piratebox.sh
2013-11-29 17:39:56 +01:00
Matthias Strubel
a268c395b5 removal of service
Conflicts:
	CHANGELOG
2013-11-29 17:35:48 +01:00
Matthias Strubel
d27237d691 fixed output issue 2013-11-24 14:06:14 +01:00