Commit graph

431 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
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
Matthias Strubel
b362a60619 avahi IPv6 only 2013-11-24 14:02:15 +01:00
Matthias Strubel
c8684255ff Resolve IPv6 domain names via CLI for ftp sync client 2013-11-21 22:18:09 +01:00
Matthias Strubel
22d4e80103 Fix on scope - link ip for non openwrt 2013-11-21 21:45:41 +01:00
Matthias Strubel
b05c4e2c64 more details about a better and seamless synchro 2013-11-18 21:32:06 +01:00
Matthias Strubel
28c6271771 deliver sample configuration of minidlna within PirateBox release 2013-11-10 11:25:58 +01:00
Matthias Strubel
a08a14487b Deliver and generate avahi configuration files 2013-11-07 19:55:31 +01:00
Matthias Strubel
8fe10fe646 fixed typo and issue with var-name 2013-10-23 22:48:17 +02:00
Matthias Strubel
24fdcc6805 moved node-name rules to a lib for later reuse 2013-10-23 07:55:25 +02:00
Matthias Strubel
a764fb7a0c Make the node-name generation into hosts member more flexible. 2013-10-23 07:31:21 +02:00
Matthias Strubel
c1e5a9c351 Changes for enabling working IPv6 configuration and Mesh-Node configs 2013-10-09 12:18:19 +02:00
Matthias Strubel
0073803eac Fixed captive Portal detection for iOS7
Conflicts:
	CHANGELOG
2013-09-27 15:41:35 +02:00
Matthias Strubel
7b5ee7e4bc Fixed captive Portal detection for iOS7
Conflicts:
	CHANGELOG
2013-09-27 15:36:31 +02:00
Matthias Strubel
a59d56977d Enable unescaped blanks in upload-folder variable 2013-09-12 20:38:08 +02:00
Matthias Strubel
a20db8f526 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-08-26 09:30:47 +02:00
Matthias Strubel
4a4be3630d install_piratebox.sh now uses schema based generation for redirect.html 2013-08-26 09:29:54 +02:00
Matthias Strubel
379f3d3327 added mimetype for json files 2013-08-26 09:29:30 +02:00
Matthias Strubel
8e55ae1b47 OVERWORK of calls of "date" and better initialize of timesave file (less error messages)
Conflicts:
	piratebox/piratebox/bin/timesave.sh
2013-08-26 09:29:07 +02:00
Matthias Strubel
7b5a33284b fix for calling change hostname service 2013-08-26 09:26:48 +02:00
Matthias Strubel
e3152c3787 Fixes issue in package generation + initialition on Debian 2013-08-26 09:26:20 +02:00
Matthias Strubel
b3d602af8b Merge commit '93060d55a91aab41448a963e015eb22082c38693' into rpi_support 2013-08-26 08:59:46 +02:00
Matthias Strubel
91c8864b40 Fixes issue in package generation + initialition on Debian 2013-08-26 08:20:55 +02:00
Matthias Strubel
c5ae25d7b1 removal of service
Conflicts:
	CHANGELOG
2013-08-26 08:14:50 +02:00
Matthias Strubel
0d0c37f3d4 Generating lease-file location based on config file. Place it on OpenWRT into /tmp => memory
Conflicts:
	CHANGELOG
2013-08-26 08:13:34 +02:00
Matthias Strubel
dbc069e983 Changes for working subdirectories with custom directory listing 2013-08-22 12:53:24 +02:00
Matthias Strubel
693775bcdd fix for OpenWRT systems 2013-08-21 11:04:51 +02:00
Matthias Strubel
b6555ae847 Get back to PirateBox-Logo for kareha 2013-08-21 10:19:20 +02:00
Matthias Strubel
e1c6f00f31 Directory-Listing with PirateBox Design now
Merge branch 'responsive_design' into release-1.0

Conflicts:
	piratebox/piratebox/conf/lighttpd/lighttpd.conf (configuration)
2013-08-21 10:05:15 +02:00
Matthias Strubel
aa36558a1c Distribute Files which are responsible for the new design in directory listing 2013-08-21 09:59:58 +02:00
dsbrooks
a29154fbb8 Quick-fix
+ body style needed a variable added
2013-08-21 15:05:19 +09:00
dsbrooks
1d659001a9 Pull Request 2013-08-21 14:57:53 +09:00
Matthias Strubel
b6d38cac24 fix for calling change hostname service 2013-08-19 17:13:37 +02:00
Matthias Strubel
155829f831 overwork of calls of "date" and better initialize of timesave file (less error messages) 2013-08-19 13:26:14 +02:00
Matthias Strubel
8e60dd53c2 added mimetype for json files 2013-08-19 11:17:17 +02:00
Matthias Strubel
f51be25000 install_piratebox.sh now uses schema based generation for redirect.html 2013-08-16 09:33:26 +02:00
Matthias Strubel
cafbbb8cea moved Config entry from timesave to piratebox.conf
emptied out the openwrt section in timesave script, which wasn't called anymore
2013-08-16 09:33:26 +02:00
Matthias Strubel
de0bdcf110 Merge branch 'change_hostname' into development 2013-08-11 17:13:30 +02:00
Matthias Strubel
1f4b863bc3 Merge branch 'change_hostname' into release-1.0
Conflicts:
	CHANGELOG
2013-08-11 17:10:59 +02:00
Matthias Strubel
5a5f3acce9 Generating lease-file location based on config file. Place it on OpenWRT into /tmp => memory 2013-08-11 17:09:03 +02:00
Matthias Strubel
ff42872fd5 removal of service 2013-08-11 16:27:01 +02:00
Matthias Strubel
7b205e0c31 Merge branch 'responsive_design' into development
First release version of responsive_design

Conflicts:
	piratebox/piratebox/www/redirect.html
2013-08-11 16:23:40 +02:00
Matthias Strubel
66b31067ae Merge remote-tracking branch 'origin/change_hostname' into librarybox_dev
Conflicts:
	CHANGELOG
2013-08-02 07:57:39 +02:00
Matthias Strubel
83e7136dfc only save new-date & time if the old one is "behind" the current date&time. That solves issues during bootup, when cron starts to save before the date&time recover is done 2013-07-30 17:13:09 +02:00
Matthias Strubel
5e5aa16ed0 added option to change hostname via command line 2013-07-10 16:12:22 +02:00
Matthias Strubel
f055f018bb added temporary-function for changing PirateBox-Hostname 2013-07-10 16:12:22 +02:00
Matthias Strubel
e8ccc27169 first changes for PHP enabling 2013-07-10 15:47:42 +02:00
dsbrooks
b5484ba742 Changes
+ piratebox.conf and psogen.py have been updated to reflect some css
syntax changes
+ index.html has had the 'welcome' section removed in favor of an
'about' link at the top
+ index.html has had some minor restructuring to clean up the code
+ style.css has been cleaned up and reorganized
2013-07-05 17:12:18 +09:00
Matthias Strubel
554cf55daa enhance path gracefully 2013-07-02 12:21:10 +02:00
Matthias Strubel
cc3767e61e Don't show hidden .dot-files anmore
Merge branch 'mrrcollins-nodotfiles' into hotfix-v0.6G
2013-06-10 19:09:47 +02:00
Matthias Strubel
8ed0813dee fix moving kareha files 2013-06-07 11:38:10 +02:00
Matthias Strubel
c06a73cb2c small fixes with path & wget 2013-06-07 11:36:53 +02:00
Matthias Strubel
9d6defd47c Add .epub mime-type to lighttpd configuration
Merge branch 'mime_type_issues' into v0.6
2013-06-07 08:28:26 +02:00
Matthias Strubel
769d3b538e improvements and fixes from v0.6 on installing imageboard 2013-06-05 11:04:04 +02:00
Matthias Strubel
b6556ec42d only copy over the kareha link out of the source-folder... 2013-06-05 09:19:33 +02:00
dsbrooks
be76e2b001 Fixed issue with clearing chat input after sending. 2013-06-05 09:18:42 +09:00
dsbrooks
dfeed8753c Reworked layout, new chat-gen
Reworked the layout, fixing the previously mentioned break when
resizing the window.

Changed the output of psogen.py to better style the chat itself.
2013-06-04 10:29:54 +09:00
Matthias Strubel
0c67f6dc58 be more verbose, if init_done found during kareha install 2013-06-02 19:59:30 +03:00
Cale Black
3600b584a4 init scripts do not start on boot by default anymore. 2013-05-31 10:31:53 -05:00
Matthias Strubel
3204b44a9b Prevent Caching in redirect.html
that only poisens browser's cache too much.
2013-05-31 12:28:57 +02:00
David Brooks
3a44250a77 Rebuild and design tweaks
Rebuilt the main page to move the "Upload" section around depending on
how you were veiwing the page, whether it be mobile or on a desktop.
2013-05-24 09:32:21 +09:00
David Brooks
7de1e2d63f Revert to original state
Reverted the index page back to it's original code from a quick test.
2013-05-23 17:05:25 +09:00
Matthias Strubel
b01cca030c Initial commit of sent files 2013-05-23 08:52:26 +02:00
Matthias Strubel
1cf4504f19 Change of the config-file name on OpenWRT 2013-05-03 14:18:22 +03:00
Matthias Strubel
1aacd6fc2c first implementation of IRC Server miniircd 2013-04-09 08:02:05 +02:00
Matthias Strubel
fe355654f8 removed openwrt parts #33 2013-04-09 07:52:54 +02:00
Matthias Strubel
5410cb9b0f make it executable 2013-04-09 07:52:21 +02:00
Matthias Strubel
dd5deb3ed5 this file is currently needed ... to enable the Mod-exchange via Image-File
Fix for #33
2013-04-09 07:51:12 +02:00
Cale Black
aec8029741 Merge https://github.com/MaStr/PirateBoxScripts_Webserver into No_OpenWRT
Updated to latest before removing all openwrt
2013-04-08 13:11:50 -06:00
Cale Black
b0becc1187 Re-added the openwrt init file and changed its name to piratebox_alt 2013-04-08 13:00:38 -06:00
Matthias Strubel
43e99b3040 added no-cache flag 2013-04-02 08:19:10 +02:00
Matthias Strubel
6139e15276 more fixes for #38 2013-03-22 18:10:38 +01:00
Datenmine
c9553b7541 German translation
Translated missing parts in german translation.
2013-03-20 23:58:08 +01:00
Matthias Strubel
aed23556fb don't forget to make it axecutable 2013-03-13 21:37:48 +01:00
Matthias Strubel
c944c3db34 make exchanging www possible in all contextes 2013-03-13 21:36:30 +01:00
Matthias Strubel
e4506e7b34 Adding Device-Probe option to scripts to fix #38 issue 2013-02-26 20:35:07 +01:00
Matthias Strubel
4820fca9fe should fix bootup issues with lost IP on wlan0 #38 2013-02-25 09:19:06 +01:00
Cale Black
c3b2dc6e8f Clean out unnecessary OpenWRT things. 2013-02-18 14:25:59 -07:00
Matthias Strubel
9018f58159 moved install.sh to piratebox folder, that it is included in package AND fixed path to config 2013-02-10 13:15:00 +01:00
Matthias Strubel
44c166538a removed the obsolete index.html file in share-folder created during install_piratebox.sh part2 2013-02-10 11:31:00 +01:00
Matthias Strubel
5b9b5d2f36 Merge pull request #30 from terrorbyte/master
Systemd support, install script, and droopy fix.
2013-02-06 07:49:56 -08:00
backbox
41cb00f2af Fixed the = at hostapd.conf, Fixed the unnecessary chmod in install.sh, Fixed the /opt checks 2013-02-06 08:26:30 -07:00
TerrorByte
1f268cc275 Updated droopy to fix it not initializing (changed os.getenv to ctypes) 2013-02-06 07:09:54 -07:00
terrorbyte
33437bc382 Changed the old SSID to the correct string 2013-02-05 13:40:18 -07:00
terrorbyte
1395d63c4c Reduced the output to be only errors in the systemd script. 2013-02-04 12:29:27 -07:00
kilabyte
7dbd32a21a Systemd support, README Updated, small bug fixes. 2013-02-02 21:33:09 -07:00
terrorbyte
1b4b4b0a28 Created and added the unit file for systemd. 2013-02-02 20:04:48 -07:00
Matthias Strubel
22811ecf25 one verbose line just to see that the init part2 started 2013-01-22 12:35:56 +01:00
Matthias Strubel
4b9be3eee0 added MP4 Mimetype 2013-01-17 13:38:41 +01:00
Matthias Strubel
a2c9a2d170 can't remember why I added these \n ... -.- 2013-01-07 08:53:29 +01:00
Matthias Strubel
ee68301876 copy over redirect.html too 2013-01-03 19:10:28 +01:00
Matthias Strubel
a4cdb62981 Improve usage of external www folder . Copy over internet detection 2013-01-02 20:09:29 +01:00
Matthias Strubel
8af989f021 first implementation of forban link 2012-12-26 13:32:40 +01:00
Matthias Strubel
fdedbaa703 Start/stop global shoutbox service via init 2012-12-26 11:20:16 +01:00
Matthias Strubel
3b1e08a7f1 proper generation of environment vars
new  handling of broadcast destinations
workingsimple global chatbox ... init.d integration still missing
2012-12-26 09:51:59 +01:00
Matthias Strubel
d06aac9b7f script fixes 2012-12-25 19:27:23 +01:00
Matthias Strubel
2902e369d4 some fixes in config-names and a few comments added 2012-12-24 09:17:44 +01:00
Matthias Strubel
84339dbacb lighttpd env generation shouldn't be in the "shoutbox" prepare section 2012-12-24 09:10:57 +01:00
Matthias Strubel
0e5f89302c Fixes #20 2012-12-24 08:50:36 +01:00
Matthias Strubel
710249b0bc added style css for the JS shoutbox - now colors work 2012-11-27 20:49:39 +01:00
Matthias Strubel
6715254be1 fixed some shoutbox issues & tidied up a few things 2012-11-27 20:41:22 +01:00
Matthias Strubel
01e84ffaf5 removed some syntax errors occured on laptop 2012-11-26 07:57:17 +01:00