Commit Graph

67 Commits

Author SHA1 Message Date
Konrad Mohrfeldt 845e34a297 refactor css and html
more contrast and slightly more spacing
improve font readability
add encoding to html
switch to html5 doctype
2012-06-25 00:22:20 +02:00
Sebastian Lohff 709c2ad9da Directory index is now sorted alphabetical 2012-06-25 00:20:44 +02:00
Sebastian Lohff b1891da417 Added lighttpd-like directory listing look 2012-06-22 13:52:05 +02:00
Sebastian Lohff ee18c3e52e Replaced SimpleHTTPServer Handler with own handler
A directory index looks not that well but isn't influenced by a
index.htm(l) and presents more metadata than before.
2012-06-20 22:55:43 +02:00
Sebastian Lohff b11710da39 Moved FileHandler functions to FileBaseHandler
FileHandler hat core functionality used/needed by other Handlers.
2012-06-19 18:26:05 +02:00
Sebastian Lohff 790607eabc Code cleanup: Added docstrings + newlines between classes 2012-06-19 18:24:22 +02:00
Sebastian Lohff 138940a804 code cleanup with pyflakes 2012-06-16 21:52:11 +02:00
Sebastian Lohff 94eea95d99 Moved continuation/range handling to extra function 2012-06-06 17:15:16 +02:00
Sebastian Lohff 9db41d5681 Moved Content-* header generation to extra function 2012-06-06 15:54:47 +02:00
Sebastian Lohff 4567570962 Added server version to HTTP headers 2012-06-05 16:33:56 +02:00
Sebastian Lohff 5e62b1783e Corrected manpage header to reflect correct section 2012-05-22 12:11:39 +02:00
Sebastian Lohff 528d19c67b Moved to version v0.4.1 2012-05-04 16:32:17 +02:00
Sebastian Lohff 889be24025 Corrected some manpage errors 2012-05-04 14:55:30 +02:00
Sebastian Lohff 4d22c6e1dd Added message for successful uploading 2012-05-04 13:26:25 +02:00
Sebastian Lohff c985509141 Fixed typos, enhanced text
Mostly provided by Florian Streibelt
2012-05-04 13:17:40 +02:00
Florian Streibelt 096be09372 too much whitespace 2012-05-04 12:26:21 +02:00
Sebastian Lohff e7215bd9cb New ChangeLog format proposed by Florian Streibelt 2012-05-04 12:23:48 +02:00
Tom Priebe be6e735a43 typos 2012-05-03 12:31:07 +02:00
Sebastian Lohff 3a06b0699d Added "finished downloading" msg for tars 2012-04-29 20:58:53 +02:00
Sebastian Lohff 4c76137674 Fixed manpage text 2012-04-27 17:39:33 +02:00
Sebastian Lohff e649416b17 Fixed file extension for tar files 2012-04-27 17:39:12 +02:00
Sebastian Lohff b5c43664e2 tar + directories are now handled correctly 2012-04-27 15:43:58 +02:00
Sebastian Lohff f51a98bf1b Fixed modecounting bug 2012-04-27 15:37:35 +02:00
Sebastian Lohff 1ebd3f0eea Extended manpage 2012-04-27 04:30:53 +02:00
Sebastian Lohff 4bfb5b92f8 Added check for nonexistent directories in tar-mode 2012-04-27 03:54:55 +02:00
Sebastian Lohff fba7b2e117 Added tar and tar-compression support 2012-04-27 03:52:07 +02:00
Sebastian Lohff a1b08ba10a Moved redirect functionality to extra class 2012-04-26 15:45:51 +02:00
Sebastian Lohff c010709827 Fixed bug with max upload size
When max upload size was not set (default 0), servefile woudn't
allow any uploads.
2012-04-26 14:52:25 +02:00
Sebastian Lohff 4fbe543d53 Fixed some manpage errors 2012-04-26 14:45:25 +02:00
Sebastian Lohff ecba7e1d37 fixed errors in manpage 2012-04-20 16:21:15 +02:00
Sebastian Lohff cc93b6340c Added manpage 2012-04-20 15:01:38 +02:00
Sebastian Lohff 860e24906c Changed missing error for missing content length
From 400 to 411 (length required)
2012-04-20 04:23:23 +02:00
Sebastian Lohff 9ee544dece Show SSL key fingerprints on self generated certs 2012-04-20 04:22:02 +02:00
Sebastian Lohff 89fde3fd82 Added changelog 2012-04-17 18:31:13 +02:00
Sebastian Lohff 32fb52e4d6 Moved to version 0.4.0 2012-04-16 19:12:58 +02:00
Sebastian Lohff 6c5cca4a00 Basic dirlisting with SimpleHTTPRequestHandler 2012-04-16 19:10:36 +02:00
Sebastian Lohff bd611eb219 Added option to limit upload file size 2012-04-16 18:40:28 +02:00
Sebastian Lohff 381e89a316 Surpressed error when no iproute2 is present 2012-04-16 16:42:17 +02:00
Sebastian Lohff fbc87e0991 Added authentication support 2012-04-16 16:36:40 +02:00
Sebastian Lohff 15d4890e3b Added status message for keypair generation 2012-04-16 16:36:31 +02:00
Sebastian Lohff 6820011c67 Added support to generate self signed certs 2012-04-16 14:51:12 +02:00
Sebastian Lohff afe666db91 HTTPS works 2012-04-14 22:31:09 +02:00
Sebastian Lohff edb1582626 Fixed uploading to existing directories 2012-04-13 20:19:23 +02:00
Sebastian Lohff fdac22b5d8 Massive code cleanup, added ServeFile class 2012-04-13 20:17:48 +02:00
Sebastian Lohff c206724060 Added Content-Disposition to HEAD 2012-04-12 17:38:05 +02:00
Sebastian Lohff d9ca9b128c Code cleanup 2012-04-12 13:17:55 +02:00
Sebastian Lohff a0e97c7de4 Merge branch 'master' into putfile
Conflicts:
	servefile
2012-04-12 12:21:12 +02:00
Sebastian Lohff e5108d0f63 Added HEAD support 2012-04-09 15:32:57 +02:00
Sebastian Lohff 83d392efe7 Added upload support for wget --post-file 2012-04-07 22:34:34 +02:00
Sebastian Lohff 99882b9a37 Added PUT support 2012-04-07 18:50:24 +02:00