Commit Graph

62 Commits

Author SHA1 Message Date
lars 8a0fb060e2 merged some changes of the new release v0.3.4.4 into trunk
clarified the release policy
partly reverted r959
2007-05-25 08:26:38 +00:00
lars 72139f9bd4 renamed "ee" (country code of Estonia) to "et" (language code of Eesti)
fixed some po file header tags
2007-03-29 21:17:01 +00:00
lars 7c2709e643 fixed svn:keyword tag 'Id' in various python files 2007-03-21 18:35:31 +00:00
age d4fe2145e4 * not sure what TODO here 2007-03-06 10:04:17 +00:00
age ba0c164e94 plugin volume_details shows filesystem 2007-03-03 00:51:35 +00:00
age e10e86e511 * added some (all tested) filesystems for mounting
* ntfs is read-only
  * we could use ntfs-3g, which works fine for writing but is not used automatically by mount
2007-03-02 19:49:16 +00:00
age bdba5dd4f5 * xfs mounting works, too 2007-03-02 00:46:19 +00:00
age 6266c1f124 * added help content for disk overview
* legend for disk icons
 * larger disk icons
2007-02-25 01:01:33 +00:00
lars 1de2ebe176 make blkid more verbose
fix permission problem during bootup (Closes: #139)
add support for partitioning of blockdevices ending in a digit (e.g. raid (md) devices)
added fieldset to partition plugin
2007-02-19 01:22:31 +00:00
lars 5425eaa9c0 changed default log level from 'debug' to 'info'
fixed a debug output message
fixed html validity
2007-02-13 22:24:09 +00:00
age e96b33f5a2 * fixed disc usage calculation
* enhanced ssl cert README
* centered view of log download button
2007-02-10 00:25:01 +00:00
lars 2ce5e0fab6 fix broken typing in get_blockdevice_size_humanly (thanks to Steffen for reporting) 2007-02-09 20:40:01 +00:00
age 871fce3f6d self.defaults as discussed 2007-02-09 16:47:56 +00:00
lars 514f008b70 fixed plural forms or urdu and some encrypted_webinterface language files
fixed "isWriteable" check of CryptoBoxRootActions - failed on live-cd before
fixed exception handling for "create_misc_config_file"
2007-02-08 21:29:57 +00:00
lars 1bce8e6b4d moved "adduser" from "Depends" to "Pre-Depends"
updated changelog
increased version number to 0.3.3
CryptoBoxRootActions: allow mount points to be non-writeable if they are owned by the cryptobox user
2007-02-08 02:24:11 +00:00
lars 11fba98cda do not forget previous selections during en-/disable help
use png instead of gif for en-/disable help icons
download of complete log file is possible
prevent the "plugin_manager" from disabling itself
2007-02-06 10:08:55 +00:00
lars fa56f5c3b3 deliver "png" or "gif" as plugin icons depending on the requesting browser
the URL /test shows the request headers
2007-02-06 07:21:50 +00:00
lars 5ea8e7836d fixed some unittests 2007-02-03 11:40:22 +00:00
lars 2cac563bea ignore non-readable or non-writeable block devices
added sources for help_browser_disable icon
2007-02-02 08:57:46 +00:00
lars acac61fcbd always umount config partitions during shutdown - otherwise tmpfs would stay mounted
prepare the "help" dataset values for multiple reloading of the dataset
clarify text for no-write-allowed
keep only some specific link parameters during dis/enabling help
2007-01-31 00:25:26 +00:00
lars ef20189851 fixed bug in plugin_manager (missing name of submit button)
cleaned up the base plugin code
2007-01-26 23:23:24 +00:00
lars 0c129de015 added "is_writeable" method to cryptobox.core.container
changed the log level of some messages
added early "not writeable" warnings to "volume_format_fs" and "partition" plugins
disable "encrypted_webinterface" by default (for cryptobox-server)
2007-01-26 21:53:24 +00:00
lars 93e49bf2f2 mount tmpfs if no config partition is available (Closes: #117) 2007-01-26 00:18:22 +00:00
lars 2ecc20e905 fixed the 'status' method of the encrypted_webinterface module
added a method 'create_misc_config_file' to cryptobox.core.settings
used this method to create the certificate file
improved the description on how to set up an encrypted webinterface connection
added description of the 'encrypted_webinterface' plugin to README.ssl
moved 'coding_guidelines.txt' to the wiki
2007-01-25 23:04:45 +00:00
lars 4e5b8e088f fixed a broken reference 2007-01-25 01:47:26 +00:00
lars ad3de60dd1 added "missing dependency" warnings to network, data, encrypted_webinterface and partition plugins
add "self.root_action" to the plugin specification
implement non-interactive key certificate creation during startup if necessary (the produced certificate is still broken)
run stunnel during startup
returned environment warnings are expected to be lists
2007-01-24 02:51:17 +00:00
lars c4d4ea399d minor improvement of README.proxy
moved "ReadOnlyConfig" warning to "partition" plugin
moved "NoSSL" warning to "encrypted_webinterface" plugin
display up to three warnings at once
2007-01-22 01:46:34 +00:00
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