Commit graph

360 commits

Author SHA1 Message Date
lars 3490be26ef mark created mountpoints to remove them safely afterwards 2006-11-24 11:02:02 +00:00
lars 8511ff9845 event script directory check implemented
fix logging in CryptoBoxWebserver (introducing another problem)
2006-11-24 11:01:55 +00:00
lars 1fa160250b event script directories have to be marked by an existing file now - this should prevent abuse 2006-11-24 11:01:48 +00:00
lars 1069b6267a removed obsolete format_fs.py script
minor fixes
2006-11-24 11:01:31 +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
lars a66e5d3512 packaging improved
simplified use of uml-start script
2006-11-22 15:21:21 +00:00
lars 855bf4742c commented vector templates 2006-11-15 11:47:45 +00:00
lars 05fcd2d337 use gif file instead of png 2006-11-15 11:47:37 +00:00
lars 8746a53521 suppress warning if handle_messages was called twice
added link to the volume icon
moved to table based layout
2006-11-15 11:47:28 +00:00
lars f68aafc7fb removed obsolete images
cleaned up css stylesheet
increased size of background gradient
2006-11-15 11:47:06 +00:00
lars fdff598a29 moved message handling back to each plugin
adapted plugin interface specification
replaced some more transparent png files with gif
added "Get help" links to all plugins
2006-11-15 11:46:32 +00:00
lars 0ae5ccaf15 moved volume name management to CryptoBoxContainer 2006-11-14 12:32:44 +00:00
lars 34e26c95bd updated language file specification 2006-11-14 12:32:38 +00:00
lars 6ab39e3ffb added new plugin: automount 2006-11-14 12:32:25 +00:00
lars f1f1c05226 exception was renamed
minor language fixes
2006-11-14 12:32:17 +00:00
lars 23bb313594 fixed a nasty typo
adapted to new volume name management
2006-11-14 12:32:08 +00:00
lars 7e5980a573 added exclusion file for packaging 2006-11-13 16:12:27 +00:00
lars c12057d4c4 volume name changed allowed even if it is active
load _all_ plugin language data -> simplifies code
2006-11-13 16:12:19 +00:00
lars 46e10ee6d4 removed obsolete 'show_volume.cs'
improved marking of active plugin icons
2006-11-13 16:12:09 +00:00
lars 7f93a15ea4 minor language fix 2006-11-13 16:12:03 +00:00
lars 405f6b90fa improved detection of 'active' plugin for marking in the main menu
plugin plugin_manager: prevent browser from caching repeatitive actions
plugin plugin_manager: add support for properties/volume visibility
plugins: moved message handling to central header file (templates/header.cs)
splitted 'volume_props' into 'volume_rename' and 'volume_chpasswd'
volume_props: turned into a container for small property changes
renamed 'format_fs' to 'volume_format_fs'
moved inclusion of 'show_volume_[header|footer].cs' to central header file
2006-11-13 16:11:07 +00:00
lars fc67727692 updated the Makefile (just a bit) 2006-11-10 09:05:54 +00:00
lars 7d05d9fdea template file for ssl certificate creation added 2006-11-10 09:05:44 +00:00
lars 3ceb286c46 apache hook script fixed 2006-11-10 09:05:38 +00:00
lars a4d1e6db26 register_passive2 gif finally fixed 2006-11-10 09:05:33 +00:00
lars 834c9a35ff make_ssl_cert script added (from former release) 2006-11-10 09:05:26 +00:00
lars 45935b6e79 played around with the debian package 2006-11-10 09:05:14 +00:00
lars c3f1b8b206 hopefully the transparent picture is really ok now 2006-11-09 19:45:46 +00:00
lars 0a6b0d3df3 replaced broken gif picture 2006-11-09 19:41:54 +00:00
lars ae3164b229 replaced some more transparent png images with gif 2006-11-09 19:34:44 +00:00
lars 77bead9983 added gif pictures for all plugins - inevitable, as ie does not support transparent png up to v6.0 2006-11-09 18:21:14 +00:00
lars b7e1423bcb some more validation fixes 2006-11-09 18:19:17 +00:00
lars be980b17dd added apache2_dav hook script 2006-11-09 17:43:40 +00:00
lars ef910dddbc some html clean up 2006-11-09 17:43:14 +00:00
lars 5c420fca62 fixed access_denied page
changed senselab-link to senselab.org
2006-11-09 16:31:17 +00:00
lars 974a49ccc0 write nameDB immediately after change
add support for external hook scripts
2006-11-09 12:00:52 +00:00
lars c353c36772 partition plugin: added a warning message and improved layout 2006-11-09 12:00:35 +00:00
lars 776e3252a5 fixed AccessDenied message 2006-11-09 11:59:53 +00:00
lars 7e500b232d some example configuration files for hook scripts added
removed obsolete configuration files (old perl version)
2006-11-09 11:49:31 +00:00
lars 56018c74df added hook scripts for samba and apache2-dav 2006-11-09 11:43:26 +00:00
lars 3e59cd1d8e two more icons added for "plugin_manager" plugin
svg source for icon backgrounds updated
2006-11-08 12:20:42 +00:00
lars c6acb6e45f plugin code changed according to new plugin specification ("pluginVisibility")
added ability to keep (and display) messages even after being redirected to another plugin (a little bit ugly)
2006-11-08 12:20:30 +00:00
lars 151729c828 changed according to new plugin specification
fixed dispatch_message macro to display more than one message correctly (unclean initialization)
2006-11-08 12:20:18 +00:00
lars d866794bd7 changed "height" of menu plugin icons to "min-height"
increased vertical size of background pictures for menu plugin icons
increased size of background picture for volume pane
2006-11-08 12:20:01 +00:00
lars 3fe6170979 improved usability of "plugin_manager" plugin 2006-11-08 12:19:30 +00:00
lars adab9731c5 unittest for plugin_manager fixed 2006-11-07 16:33:32 +00:00
lars 516a3c7d8e some exceptions were renamed
help-plugin and "Get help" now use different icons
2006-11-07 13:53:15 +00:00
lars 99bdefa7da two new icons used for the plugin_manager 2006-11-07 13:52:13 +00:00
lars 5b9d3f1cd0 changed margin around title of messages
added "question mark" icon for future "Get help" links
2006-11-07 13:48:35 +00:00