Several FAI fixed
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18978 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18978 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed list headers
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18977 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18977 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated set_post method
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18976 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18976 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed undefined index.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18975 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18975 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAI hook edit method.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18974 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18974 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAIhooks
-Added encoding verification.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18973 594d385d-05f5-0310-b6e9-bd551577e9d8
-Added encoding verification.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18973 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated templates using <textarea>, there was a whitespace in front of the textarea content which which added after each post.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18972 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18972 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated Variable Handling
-Allow to recreate recently removed variables.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18971 594d385d-05f5-0310-b6e9-bd551577e9d8
-Allow to recreate recently removed variables.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18971 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ALL FAI classes - hopefully I havn't missed one - Will test tomorrow
-There is no need to handle add_slashes/strip_slashes , encoding anymore.
I've replaced all occurences by set_post and get_post and voila, it also work wioth utf9 chars.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18970 594d385d-05f5-0310-b6e9-bd551577e9d8
-There is no need to handle add_slashes/strip_slashes , encoding anymore.
I've replaced all occurences by set_post and get_post and voila, it also work wioth utf9 chars.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18970 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAI templates
-Updated templates - the must * was placed below the label...
-Fixed POST handling
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18969 594d385d-05f5-0310-b6e9-bd551577e9d8
-Updated templates - the must * was placed below the label...
-Fixed POST handling
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18969 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated fai groupped object selection.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18968 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18968 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAIscript and encoding handling
-Respect encoding modification for uploaded scripts too.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18967 594d385d-05f5-0310-b6e9-bd551577e9d8
-Respect encoding modification for uploaded scripts too.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18967 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAI script
-ensure not break character encoding
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18966 594d385d-05f5-0310-b6e9-bd551577e9d8
-ensure not break character encoding
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18966 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated Post handling
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18965 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18965 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAIscripts
-Made smarty assignments valid by replacing special chars like <>
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18964 594d385d-05f5-0310-b6e9-bd551577e9d8
-Made smarty assignments valid by replacing special chars like <>
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18964 594d385d-05f5-0310-b6e9-bd551577e9d8
Added two new methods
-one to savely fetch binary content from an HTML input field
- and one to assign input field valid value back to the smarty templates
this allows us to use < > ' " in names, descriptions..
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18963 594d385d-05f5-0310-b6e9-bd551577e9d8
-one to savely fetch binary content from an HTML input field
- and one to assign input field valid value back to the smarty templates
this allows us to use < > ' " in names, descriptions..
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18963 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated special char handling for scripts
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18962 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18962 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated FAI script
-Do not break special chars in name and description values.
-We right now to write binary scripts too.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18961 594d385d-05f5-0310-b6e9-bd551577e9d8
-Do not break special chars in name and description values.
-We right now to write binary scripts too.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18961 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed usage of ACLs in FAI management
-All FAI objects use 'fai' as acl_category, not their own like 'faiScript'
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18960 594d385d-05f5-0310-b6e9-bd551577e9d8
-All FAI objects use 'fai' as acl_category, not their own like 'faiScript'
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18960 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated password proposal fields
-Made then selectable to be able to copy the password to the clipbaord
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18959 594d385d-05f5-0310-b6e9-bd551577e9d8
-Made then selectable to be able to copy the password to the clipbaord
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18959 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated expiration detection
-Admins will never expire
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18958 594d385d-05f5-0310-b6e9-bd551577e9d8
-Admins will never expire
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18958 594d385d-05f5-0310-b6e9-bd551577e9d8
Added missing HTML tag
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18957 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18957 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed typo
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18956 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18956 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated fallback in setup.php if smarty compile dir is not writeable.
-Fall back to the current installation directory.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18955 594d385d-05f5-0310-b6e9-bd551577e9d8
-Fall back to the current installation directory.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18955 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated the setup
-Added a fallback if we cannot write to the smarty compile_dir
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18953 594d385d-05f5-0310-b6e9-bd551577e9d8
-Added a fallback if we cannot write to the smarty compile_dir
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18953 594d385d-05f5-0310-b6e9-bd551577e9d8
Added option to disallow password changes
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18951 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18951 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated SambaAccount
-Removed old and unused code
-Added force password change option
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18950 594d385d-05f5-0310-b6e9-bd551577e9d8
-Removed old and unused code
-Added force password change option
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18950 594d385d-05f5-0310-b6e9-bd551577e9d8
Added enforce password change option to samba tab
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18949 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18949 594d385d-05f5-0310-b6e9-bd551577e9d8
-Implemented password change enforcement for samba
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18948 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18948 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated password change enforcement
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18945 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18945 594d385d-05f5-0310-b6e9-bd551577e9d8
Added fixed for FAItemplates
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18944 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18944 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated opsi property editor page
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18943 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18943 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated sortableListing
-Do not use the 'onClick' statement for columns that contain links or buttons (HTML actions)
This enables us to use action images/icons such as download buttons in sortable listings.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18942 594d385d-05f5-0310-b6e9-bd551577e9d8
-Do not use the 'onClick' statement for columns that contain links or buttons (HTML actions)
This enables us to use action images/icons such as download buttons in sortable listings.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18942 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated expiration detection
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18941 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18941 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated password expiration handling
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18940 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18940 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated smarty to rc2
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18925 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18925 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated passwordHook handling.
- $username wasn't defined at this stage.
- Added ldap request to fetch the users uid
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18922 594d385d-05f5-0310-b6e9-bd551577e9d8
- $username wasn't defined at this stage.
- Added ldap request to fetch the users uid
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18922 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated manpage
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18919 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18919 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated proposal fields
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18918 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18918 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated proposal field
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18917 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18917 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated userManagement - > password change
-Added ability to enforce a password change on the next login.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18916 594d385d-05f5-0310-b6e9-bd551577e9d8
-Added ability to enforce a password change on the next login.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18916 594d385d-05f5-0310-b6e9-bd551577e9d8
Prepared password change enforcement
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18915 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18915 594d385d-05f5-0310-b6e9-bd551577e9d8
Just code alignment
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18914 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18914 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated main.inc
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18913 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18913 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated password change for MyAccount
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18912 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18912 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated userManagement password change
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18911 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18911 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated proposal stuff for user passwords (MyAccount)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18910 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18910 594d385d-05f5-0310-b6e9-bd551577e9d8
Allow to set proposed passwords
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18909 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18909 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated class password to support password proposal
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18908 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18908 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated class plugin and its callHook method.
-Added ability to receive returnVar and returnCode, additionally fixed error messages
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18907 594d385d-05f5-0310-b6e9-bd551577e9d8
-Added ability to receive returnVar and returnCode, additionally fixed error messages
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18907 594d385d-05f5-0310-b6e9-bd551577e9d8
Added ability to return command results in plugin::callHook
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18906 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18906 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated code alignment
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18905 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18905 594d385d-05f5-0310-b6e9-bd551577e9d8
Code alignment
-Added password proposal method
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18904 594d385d-05f5-0310-b6e9-bd551577e9d8
-Added password proposal method
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18904 594d385d-05f5-0310-b6e9-bd551577e9d8
Added password proposal hook
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18903 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18903 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated user management, skip passsword queue if nothing is to do
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18901 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18901 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated menu generation
-ACL tags in the gosa.conf menu definition may have line breaks or spaces, this will no longer lead to errors now.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18900 594d385d-05f5-0310-b6e9-bd551577e9d8
-ACL tags in the gosa.conf menu definition may have line breaks or spaces, this will no longer lead to errors now.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18900 594d385d-05f5-0310-b6e9-bd551577e9d8
Changed ACL grant text
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18899 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18899 594d385d-05f5-0310-b6e9-bd551577e9d8
Disbled dashBoard in icon menu by default.
-Updated pluglist and plugin ACL check, ignores spaces and line breaks now.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18898 594d385d-05f5-0310-b6e9-bd551577e9d8
-Updated pluglist and plugin ACL check, ignores spaces and line breaks now.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18898 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated dashboard template
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18897 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18897 594d385d-05f5-0310-b6e9-bd551577e9d8
Added dummy channels to dash board
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18896 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18896 594d385d-05f5-0310-b6e9-bd551577e9d8
Moved template info to corresponding template
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18895 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18895 594d385d-05f5-0310-b6e9-bd551577e9d8
Some debugging changes
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18894 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18894 594d385d-05f5-0310-b6e9-bd551577e9d8
Renamed class
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18893 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18893 594d385d-05f5-0310-b6e9-bd551577e9d8
Moved plugin
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18892 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18892 594d385d-05f5-0310-b6e9-bd551577e9d8
Renamed plugin
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18891 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18891 594d385d-05f5-0310-b6e9-bd551577e9d8
Added method to generate RSS feeds from logs
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18890 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18890 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated config registry added getter method for collected plugin data.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18889 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18889 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated dashBoard
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18888 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18888 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated dash board stuff
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18887 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18887 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated RRS feed parser to support feeds from source
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18886 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18886 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated dashbaord
-Updated feed provider
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18885 594d385d-05f5-0310-b6e9-bd551577e9d8
-Updated feed provider
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18885 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated feed list
-Fixed sorting
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18884 594d385d-05f5-0310-b6e9-bd551577e9d8
-Fixed sorting
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18884 594d385d-05f5-0310-b6e9-bd551577e9d8
Added RSS reader
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18883 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18883 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated visual rendering of plugin status
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18882 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18882 594d385d-05f5-0310-b6e9-bd551577e9d8
Added plugin Information
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18881 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18881 594d385d-05f5-0310-b6e9-bd551577e9d8
Added missing template
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18880 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18880 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated gosa.conf to support the icon menu
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18879 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18879 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated dash board template
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18878 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18878 594d385d-05f5-0310-b6e9-bd551577e9d8
Added sub plugins for the dash board
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18877 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18877 594d385d-05f5-0310-b6e9-bd551577e9d8
Added pluginStatus plugin
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18876 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18876 594d385d-05f5-0310-b6e9-bd551577e9d8
prepared dash board template
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18875 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18875 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated dashBoard
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18873 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18873 594d385d-05f5-0310-b6e9-bd551577e9d8
Fixed strings
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18872 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18872 594d385d-05f5-0310-b6e9-bd551577e9d8
Renamed image
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18871 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18871 594d385d-05f5-0310-b6e9-bd551577e9d8
Added ashBoard image
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18870 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18870 594d385d-05f5-0310-b6e9-bd551577e9d8
Added image for the welcome page
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18869 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18869 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated template
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18868 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18868 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated welcome and dashBoard plugin
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18867 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18867 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated config and pluglist to supprt the new shortCut menu
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18866 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18866 594d385d-05f5-0310-b6e9-bd551577e9d8
removed images
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18865 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18865 594d385d-05f5-0310-b6e9-bd551577e9d8
added dashBoard images
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18864 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18864 594d385d-05f5-0310-b6e9-bd551577e9d8
Removed uni-stuff
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18862 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18862 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated pluglist to generate the dashBoard Icon
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18861 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18861 594d385d-05f5-0310-b6e9-bd551577e9d8
Added SoFS dummy
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18860 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18860 594d385d-05f5-0310-b6e9-bd551577e9d8
Property filter is no longer case sensitive
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18859 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18859 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated ignoreACL deteection
-It respects ldap properties now
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18858 594d385d-05f5-0310-b6e9-bd551577e9d8
-It respects ldap properties now
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18858 594d385d-05f5-0310-b6e9-bd551577e9d8
Added 'noLdap' properties type.
-This is for properties which cannot be stored in ldap
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18857 594d385d-05f5-0310-b6e9-bd551577e9d8
-This is for properties which cannot be stored in ldap
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18857 594d385d-05f5-0310-b6e9-bd551577e9d8
14 years agoReadded config flags which cannot be read from ldap, because they are required during...
Readded config flags which cannot be read from ldap, because they are required during login.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18856 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18856 594d385d-05f5-0310-b6e9-bd551577e9d8
Black tea. First flush. New locales.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18855 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18855 594d385d-05f5-0310-b6e9-bd551577e9d8
Updated copy & paste for groups.
-Samba SID wasn't set correctly
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18854 594d385d-05f5-0310-b6e9-bd551577e9d8
-Samba SID wasn't set correctly
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18854 594d385d-05f5-0310-b6e9-bd551577e9d8