Commit graph

37 commits

Author SHA1 Message Date
Matthias Strubel 4e2ea2cc99 Make sure python2 is only executed.
Closed #186
2017-12-03 08:56:19 +01:00
Matthias Strubel f801a2a06b Shoutbox: remove not needed style.css 2017-07-29 08:31:48 +02:00
Matthias Strubel 102238f8cc diskusage: Fixing missing </head> tag 2017-07-13 19:24:32 +02:00
Matthias Strubel c7d194aca9 diskusage: fix wrong error message 2017-07-01 17:06:57 +02:00
Matthias Strubel 3ec6750049 Shoutbox: Add a space between name and text 2016-05-12 18:11:32 +02:00
Matthias Strubel 391c137709 Merge branch 'release-1.0.7' into merge-1.0.7 2016-02-07 10:52:13 +01:00
Mike Weaver 394fc229e2 try-catch for file deletion bug. 2015-09-17 13:45:41 -06:00
Mike Weaver 85ac67a41e normalize formatting 2015-09-16 22:51:56 -06:00
Mike Weaver 3270fbfbd7 fix "initial creation" bug. 2015-09-16 22:49:22 -06:00
Mike Weaver ca6a559421 change meta-tag 2015-09-16 22:17:14 -06:00
Mike Weaver 70afabdb45 add last modified check 2015-09-16 22:16:45 -06:00
nightshade 5af1387186 add licenses 2015-09-14 18:19:24 -06:00
nightshade 8b104e4831 Add Generate HTML File 2015-09-14 17:46:32 -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
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
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 f347b96742 [FIX] Consistent use of indentation
Consistent use of 4 spaces for indentation.
2014-11-10 18:32:32 +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
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
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 01d10be31e 3rd bunch of license headers 2014-01-17 16:52:26 +01: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 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 43e99b3040 added no-cache flag 2013-04-02 08:19:10 +02: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 80aaa3e1c5 severall script fixes. 2012-11-04 19:59:25 +01:00
Matthias Strubel 6fedc51b33 First stuffe done for global shoutbox 2012-11-03 17:48:54 +01:00
Matthias Strubel 1c4e87b1f2 Lib folder
Environment stuff added
more config for global shoutbox
2012-11-01 22:47:36 +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