Commit graph

35 commits

Author SHA1 Message Date
lars ab6e34ddf9 add "PluginSettings" section to the main configuration file
these settings are available for plugins as self.defaults[...]
run_webserver now uses "cryptobox-local.conf" ("cryptobox.conf" is the fallback)
2007-01-20 20:56:16 +00:00
lars 9c1f5c3fc2 moved plugin specific settings storing from volume_db to plugin_conf
store configured IP and restore during reboot
2007-01-19 01:51:35 +00:00
lars 73df006390 prevent potential recusion in plugin 'volume_props'
fixed serving of fallback icon for plugins
2007-01-17 22:15:35 +00:00
lars bd4ece2004 improved base test classes
added useful tools for testing
unified test environment
added description of test environment
2007-01-08 05:08:07 +00:00
lars b4f6312fb2 spelling fixed 2007-01-08 05:01:29 +00:00
lars 68e0cddc59 changed plugin specification: use generic "handle_event" instead of "setup" and "cleanup"
fixed bug in reinitializing of plugins (Closes: #111)
fixed glitch that delayed the results of the plugin_manager to go into effect by one request
2007-01-08 02:30:29 +00:00
lars 706a4b2b6f improved consistence of plugin list for the webinterface 2007-01-08 02:25:11 +00:00
lars 2cbd564f09 moved some constants to the right scope 2007-01-08 02:23:04 +00:00
lars d9d28d2c58 reduced unnecessary loop in cryptobox.plugins.manage to remove duplicate log entries 2007-01-08 02:21:16 +00:00
lars e38d566088 create log directory during startup if it does not exist (debian)
skip creation of settings file if the location is not writeable during startup
add basic support for profiling
fixed is_device_allowed problem (was to strict)
2007-01-06 11:40:38 +00:00
lars 99bb459d58 added comments for the use with 'pound'
replaced some nearly-static english texts
reduced resolution of language_selection icon to 64x64
2006-12-19 23:15:27 +00:00
lars 2e7f1664fe removed all explicit python2.4 dependencies 2006-12-19 19:03:43 +00:00
lars 9ec9475015 better permission handling of startup script
minor bugfixes
update of CryptoBoxWebserver manpage
2006-12-19 14:02:30 +00:00
lars 794998f950 broken interface fixed in 'partition' plugin for ie
rendering bug of volume_properties fixed for ie
fixed screen width in a mozilla/ie compatible way
added german translation: 'log', 'network', 'volume_automount' and 'volume_details'
fixed config management of 'plugin_manager' plugin
fixed filtering of log level messages for 'logs' plugin
updated documentation for ssl configurations
changed default installation destinations in setup.py
added nice background images to environment and help messages
replaced message 'div' with 'fieldset'
moved stylesheet data of plugins to html header (as required by spec)
removed obsolete css definitions
removed obsolete old perl/bash code
improved 'update_po_files': remove obsolete msgids
functionality of 'update_english.sh' moved to 'update_po_files'
omit 'weblang' link attribute if it does not change the default setting
changed default language from 'de' to 'en'
fixed template bug that prevented the translation of plugin links
fixed invalid html
implement filecheck overriding for unittests
2006-12-18 13:37:08 +00:00
lars 94dd631fa9 last preparations for v0.3 release 2006-12-15 13:47:19 +00:00
lars 3252f23c04 fixed some unittests
small layout improvements
added german translations for data and disks plugins
remove leading empty lines in html output to fix tidy warnings
2006-12-14 13:19:37 +00:00
lars 4d61bfbe77 improved some minor layout stuff 2006-12-14 01:34:07 +00:00
lars 87af175764 fixed some ssl detection stuff
disabled 'help' plugin for now
enabled some ownership checks in CryptoBoxRootActions
documentation updates for proxy and ssl configurations
2006-12-14 00:23:10 +00:00
lars b16c0937f9 improved ssl-check 2006-12-13 13:37:38 +00:00
lars 3e1bfda98e added some exception catching for writing setting files
added help texts for all plugins
fixed 'encryption status' bug in 'volume_details'
improved rendering of 'volume_properties' and 'user_manager'
chmod root directory of mounted volumes to 0777 to avoid later permission problems for samba or WebDAV
2006-12-13 10:01:58 +00:00
age 4cf7681da5 samba stuff 2006-12-12 19:42:19 +00:00
lars 108acd0e8a 'log' plugin: show warning if no log file is used
moved log file reading from cryptobox/core/main to 'log' plugin
added unittests for volume_mount, volume_format_fs and volume_rename
replace "get help" links with a "help mode" displaying information for every form
added first drafts of help texts for volume_mount, volume_format and partition
replaced the word 'container' with 'volume' in english texts
2006-12-12 13:34:05 +00:00
lars 77324ae946 added minor parts of slovene translation
fixed samba integration script
added syslog support
replaced 'pattern' with 'level' for 'logs' plugin
improved fetch_po_files script
improved output of log plugin
recursively storing setting files fixed
umask set to 022
defining bootup and shutdown handler for the server
implementing volume_automount mounting
simplified the output preperation of the partition plugin
"busy" flag handling moved from core/container to core/main
2006-12-11 14:16:10 +00:00
lars 3500b67a40 constant width of the main screen (works for mozilla/ff and ie55/60
refresh link for logs feature
change default setting of UseConfigPartition to "0"
README file rewritten
README.samba added
README.davfs added
README.Debian rewritten
event scripts for samba and apach2_dav improved
do not redirect to "disks overview" after successful plugin execution (e.g. date, ...)
unclean web dataset fixed
removed some non-translateable strings from po and pot files
automatically update the cryptobox version according to the debian package version number
2006-12-07 12:20:43 +00:00
lars f6ddb82f4c fixed wrong redirection after reboot (causing reboot loop)
clarified interpretation of blkid output
added missing success message to volume_format_fs
execute formatting in the background
mark busy devices as such
fixed a small bug in CryptoBoxRootActions
2006-12-06 16:25:52 +00:00
age a2d35b6119 -logfile checks
-Ms logo
-warning message under logo
2006-12-06 01:16:26 +00:00
lars fe69eb38ae changed coding style according to pylint 2006-12-05 12:24:47 +00:00
lars 7fabf7a264 typo-bugfix 2006-11-30 20:55:31 +00:00
lars f5be96ec9c updated translation 2006-11-30 14:50:28 +00:00
lars 210c27a495 gettext interface cleaned up
error handling improved
2006-11-29 14:02:33 +00:00
lars 557d3e8f8c implemented gettext instead of old hdf style 2006-11-28 14:24:53 +00:00
lars 1438913656 renamed python package to cryptobox-server
unittests are working again
http-error handling implemented
2006-11-27 19:25:26 +00:00
lars 3490be26ef mark created mountpoints to remove them safely afterwards 2006-11-24 11:02:02 +00:00
lars 7741c87fb8 moved some more stuff around 2006-11-23 20:52:30 +00:00
lars 112979b3af added setup.py to use distutils for packaging
moved python modules to separate packages below src/
renamed "hook" to "event" to avoid confusion
2006-11-23 19:13:08 +00:00