Commit graph

73 commits

Author SHA1 Message Date
Matthias Strubel eb6c335940 Fix: Directory Listing menu is not working in responsive mode 2016-02-07 10:38:55 +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 9fb2a077f7 Send a proper HTTP Reason code back 2016-01-06 09:11:51 +01: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
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 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
NightShade 58ba8966b4 fix perms 2015-09-14 23:54:41 -06:00
nightshade 578f15725e remove testing from scripts 2015-09-14 18:21:10 -06:00
nightshade 5af1387186 add licenses 2015-09-14 18:19:24 -06:00
nightshade e8af24254b add ajax diskusage 2015-09-14 18:09:52 -06:00
nightshade bdbf25cffe move diskusage.py 2015-09-14 17:43:05 -06:00
nightshade 001a641309 Add Diskusage to Piratebox 2015-09-14 17:31:00 -06:00
Matthias Strubel d266d746cb Better styling for droopy upload frame 2015-08-23 09:55:49 +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 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
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
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
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 50bd60ab1d Fix relativ link to board on splash page 2014-08-01 16:35:33 +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
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 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
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 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
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
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 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 43e99b3040 added no-cache flag 2013-04-02 08:19:10 +02:00
Matthias Strubel 8af989f021 first implementation of forban link 2012-12-26 13:32:40 +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 68c60c10a5 now reading the static content-file instead of generating everything 2012-11-04 19:37:47 +01:00
Matthias Strubel 0d3624326d cleanup
central python_lib folder
Add python_lib to python's libpath
2012-11-01 19:39:37 +01:00
Matthias Strubel 1090f1da61 Fix for #16 2012-10-15 16:56:34 +02:00
Matthias Strubel a05bf7759a integration new Module for #16 into scripts and startup 2012-09-15 15:22:49 +02:00
Matthias Strubel 8903e32de6 Use new api verywhere in Shoubox-Scripts #16 2012-09-15 15:08:31 +02:00
Matthias Strubel 067d8221b0 More encapsuled function for SB #16
use central functions for saving data
2012-09-15 15:01:58 +02:00
Matthias Strubel f23f3f4f1f severall fixes aroung shoutbox modules #16 2012-09-13 07:19:16 +02:00