horde.git
16 years agoFix the attributes of the person class.
Gunnar Wrobel [Wed, 8 Apr 2009 16:53:37 +0000 (18:53 +0200)]
Fix the attributes of the person class.

16 years agoNo empty attribute definitions.
Gunnar Wrobel [Wed, 8 Apr 2009 16:53:23 +0000 (18:53 +0200)]
No empty attribute definitions.

16 years agoUpdated the definition of Kolabsharedfolder for the new library structure.
Gunnar Wrobel [Wed, 8 Apr 2009 16:53:11 +0000 (18:53 +0200)]
Updated the definition of Kolabsharedfolder for the new library structure.

16 years agoFixed the attributes of Kolabinetorgperson.
Gunnar Wrobel [Wed, 8 Apr 2009 16:52:40 +0000 (18:52 +0200)]
Fixed the attributes of Kolabinetorgperson.

16 years agoFixed the Kolab User attributes.
Gunnar Wrobel [Wed, 8 Apr 2009 16:52:25 +0000 (18:52 +0200)]
Fixed the Kolab User attributes.

16 years agoFixed the domain maintainer attributes.
Gunnar Wrobel [Wed, 8 Apr 2009 16:52:10 +0000 (18:52 +0200)]
Fixed the domain maintainer attributes.

16 years agoDo not have undefined entries.
Gunnar Wrobel [Wed, 8 Apr 2009 16:51:58 +0000 (18:51 +0200)]
Do not have undefined entries.

16 years agoReturn all attributes in a hash.
Gunnar Wrobel [Wed, 8 Apr 2009 16:51:38 +0000 (18:51 +0200)]
Return all attributes in a hash.

Fix initializing the cache if the object did not exist.

16 years agoFix the kolabGroupOfNames hierarchy by adding a class for groupofnames. Support it...
Gunnar Wrobel [Wed, 8 Apr 2009 16:50:52 +0000 (18:50 +0200)]
Fix the kolabGroupOfNames hierarchy by adding a class for groupofnames. Support it in the server.

16 years agoFix the location of handling derived attributes. It does not need to happen for every...
Gunnar Wrobel [Wed, 8 Apr 2009 16:49:54 +0000 (18:49 +0200)]
Fix the location of handling derived attributes. It does not need to happen for every object class.

16 years agoMFB: Fix variable name.
Jan Schneider [Wed, 8 Apr 2009 16:34:00 +0000 (18:34 +0200)]
MFB: Fix variable name.

16 years agoCorrectly handle empty values.
Gunnar Wrobel [Tue, 7 Apr 2009 16:21:32 +0000 (18:21 +0200)]
Correctly handle empty values.

16 years agoIgnore it if attributes are not supported by the server.
Gunnar Wrobel [Tue, 7 Apr 2009 16:21:18 +0000 (18:21 +0200)]
Ignore it if attributes are not supported by the server.

16 years agoEnsure the user password is never returned.
Gunnar Wrobel [Tue, 7 Apr 2009 05:38:58 +0000 (07:38 +0200)]
Ensure the user password is never returned.

16 years agoAdd additional attributes.
Gunnar Wrobel [Tue, 7 Apr 2009 05:38:33 +0000 (07:38 +0200)]
Add additional attributes.

16 years agoCleanup.
Gunnar Wrobel [Tue, 7 Apr 2009 05:38:14 +0000 (07:38 +0200)]
Cleanup.

16 years agoAdd support for "firstname lastname" again.
Gunnar Wrobel [Tue, 7 Apr 2009 05:38:00 +0000 (07:38 +0200)]
Add support for "firstname lastname" again.

16 years agoFixed splitting multivalue fields.
Gunnar Wrobel [Tue, 7 Apr 2009 05:37:36 +0000 (07:37 +0200)]
Fixed splitting multivalue fields.

Corrected handling locked fields.

16 years agoStarted fixing the object classes.
Gunnar Wrobel [Mon, 6 Apr 2009 18:39:03 +0000 (20:39 +0200)]
Started fixing the object classes.

16 years agoImproved deriving attributes.
Gunnar Wrobel [Mon, 6 Apr 2009 18:38:26 +0000 (20:38 +0200)]
Improved deriving attributes.

16 years agoReverse the array of object classes.
Gunnar Wrobel [Mon, 6 Apr 2009 18:38:05 +0000 (20:38 +0200)]
Reverse the array of object classes.

16 years agoFix function name.
Gunnar Wrobel [Mon, 6 Apr 2009 18:37:43 +0000 (20:37 +0200)]
Fix function name.

16 years agoAdd TODO item.
Gunnar Wrobel [Mon, 6 Apr 2009 18:37:33 +0000 (20:37 +0200)]
Add TODO item.

16 years agoFix the declaration of attributes.
Gunnar Wrobel [Mon, 6 Apr 2009 15:01:05 +0000 (17:01 +0200)]
Fix the declaration of attributes.

16 years agoComplete the Person object with password handling.
Gunnar Wrobel [Mon, 6 Apr 2009 15:00:41 +0000 (17:00 +0200)]
Complete the Person object with password handling.

Added the telephone number.

16 years agoFix a typo.
Gunnar Wrobel [Mon, 6 Apr 2009 14:59:00 +0000 (16:59 +0200)]
Fix a typo.

Return the attribute information.

16 years agoAllow the objects to access the server parameters.
Gunnar Wrobel [Mon, 6 Apr 2009 14:57:48 +0000 (16:57 +0200)]
Allow the objects to access the server parameters.

16 years agoCorrect how we derive attributes. This is not completed yet and does not catch all...
Gunnar Wrobel [Mon, 6 Apr 2009 09:44:39 +0000 (11:44 +0200)]
Correct how we derive attributes. This is not completed yet and does not catch all possible conditions (e.g. multiple attribute values, value caching).

16 years agoFix data modifications.
Gunnar Wrobel [Mon, 6 Apr 2009 09:43:46 +0000 (11:43 +0200)]
Fix data modifications.

16 years agoFix identification of object types.
Gunnar Wrobel [Mon, 6 Apr 2009 09:43:29 +0000 (11:43 +0200)]
Fix identification of object types.

16 years agoEnsure we do not offer a derived value if the base to derive from is missing.
Gunnar Wrobel [Mon, 6 Apr 2009 09:42:47 +0000 (11:42 +0200)]
Ensure we do not offer a derived value if the base to derive from is missing.

Added abstract save() function.

16 years agoAdded TODO item.
Gunnar Wrobel [Mon, 6 Apr 2009 09:42:03 +0000 (11:42 +0200)]
Added TODO item.

16 years agoAdd required attributes.
Gunnar Wrobel [Mon, 6 Apr 2009 06:11:35 +0000 (08:11 +0200)]
Add required attributes.

16 years agoAllow setting the id of a basic object. Fixed a typo.
Gunnar Wrobel [Mon, 6 Apr 2009 06:11:20 +0000 (08:11 +0200)]
Allow setting the id of a basic object. Fixed a typo.

16 years agoCorrect the basic calls for handling object ids and identifying the object types.
Gunnar Wrobel [Mon, 6 Apr 2009 06:10:29 +0000 (08:10 +0200)]
Correct the basic calls for handling object ids and identifying the object types.

16 years agoFixed handling the return values from the parent class.
Gunnar Wrobel [Mon, 6 Apr 2009 06:09:43 +0000 (08:09 +0200)]
Fixed handling the return values from the parent class.

16 years agoAdd defined and required attributes.
Gunnar Wrobel [Mon, 6 Apr 2009 05:20:56 +0000 (07:20 +0200)]
Add defined and required attributes.

16 years agoMoved the ability to determine object attribtues into the core server
Gunnar Wrobel [Mon, 6 Apr 2009 05:20:33 +0000 (07:20 +0200)]
Moved the ability to determine object attribtues into the core server
class as it is something required for all defined server types.

16 years agoImproved handling of object attributes.
Gunnar Wrobel [Sun, 5 Apr 2009 20:50:40 +0000 (22:50 +0200)]
Improved handling of object attributes.

The library now allows locked, required, and derived attributes as
well as attributes with default values.

16 years agoAdd a call for retrieving the attributes supported within a schema.
Gunnar Wrobel [Fri, 3 Apr 2009 19:13:33 +0000 (21:13 +0200)]
Add a call for retrieving the attributes supported within a schema.

Code style.

16 years agoEnsure the LDAP driver actually gets the configuration.
Gunnar Wrobel [Fri, 3 Apr 2009 15:04:14 +0000 (17:04 +0200)]
Ensure the LDAP driver actually gets the configuration.

16 years agoImproved handling of object attributes.
Gunnar Wrobel [Sun, 5 Apr 2009 20:50:40 +0000 (22:50 +0200)]
Improved handling of object attributes.

The library now allows locked, required, and derived attributes as
well as attributes with default values.

16 years agoAdd a call for retrieving the attributes supported within a schema.
Gunnar Wrobel [Fri, 3 Apr 2009 19:13:33 +0000 (21:13 +0200)]
Add a call for retrieving the attributes supported within a schema.

Code style.

16 years agoEnsure the LDAP driver actually gets the configuration.
Gunnar Wrobel [Fri, 3 Apr 2009 15:04:14 +0000 (17:04 +0200)]
Ensure the LDAP driver actually gets the configuration.

16 years agoMerge branch 'master' of ssh://dev.horde.org/horde/git/horde
Ben Klang [Mon, 6 Apr 2009 03:48:00 +0000 (23:48 -0400)]
Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

16 years agoImport RPC from Framework CVS HEAD. This version will be using Horde_Xml_Element...
Ben Klang [Mon, 6 Apr 2009 03:45:42 +0000 (23:45 -0400)]
Import RPC from Framework CVS HEAD.  This version will be using Horde_Xml_Element merged with work from PEAR's HTTP_WebDAV_Server package to provide WebDAV services.

16 years agoImproved handling of object attributes.
Gunnar Wrobel [Sun, 5 Apr 2009 20:50:40 +0000 (22:50 +0200)]
Improved handling of object attributes.

The library now allows locked, required, and derived attributes as
well as attributes with default values.

16 years agoOptionally use Net_DNS for host name lookups (adrieder@sbox.tugraz.at, Request #7374).
Jan Schneider [Sat, 4 Apr 2009 11:58:07 +0000 (13:58 +0200)]
Optionally use Net_DNS for host name lookups (adrieder@sbox.tugraz.at, Request #7374).

16 years agoAdd missing object classes.
Gunnar Wrobel [Fri, 3 Apr 2009 19:14:16 +0000 (21:14 +0200)]
Add missing object classes.

16 years agoDetermine the supported and required attributes if the server has schema support.
Gunnar Wrobel [Fri, 3 Apr 2009 19:14:06 +0000 (21:14 +0200)]
Determine the supported and required attributes if the server has schema support.

16 years agoAdd a call for retrieving the attributes supported within a schema.
Gunnar Wrobel [Fri, 3 Apr 2009 19:13:33 +0000 (21:13 +0200)]
Add a call for retrieving the attributes supported within a schema.

Code style.

16 years agoAdd an indicator for schema support.
Gunnar Wrobel [Fri, 3 Apr 2009 19:09:36 +0000 (21:09 +0200)]
Add an indicator for schema support.

16 years agoAdd another Todo item.
Gunnar Wrobel [Fri, 3 Apr 2009 19:08:32 +0000 (21:08 +0200)]
Add another Todo item.

16 years agoFix listing ldap objects.
Gunnar Wrobel [Fri, 3 Apr 2009 17:35:56 +0000 (19:35 +0200)]
Fix listing ldap objects.

16 years agoEnsure the LDAP driver actually gets the configuration.
Gunnar Wrobel [Fri, 3 Apr 2009 15:04:14 +0000 (17:04 +0200)]
Ensure the LDAP driver actually gets the configuration.

16 years agoBug #8131: Revert back to using fread()/fgets()
Michael M Slusarz [Thu, 2 Apr 2009 04:37:35 +0000 (22:37 -0600)]
Bug #8131: Revert back to using fread()/fgets()

16 years agoOptimize range parsing
Michael M Slusarz [Thu, 2 Apr 2009 04:00:49 +0000 (22:00 -0600)]
Optimize range parsing

16 years agoDon't output debug on cache lookup failure
Michael M Slusarz [Thu, 2 Apr 2009 04:00:38 +0000 (22:00 -0600)]
Don't output debug on cache lookup failure

16 years agoAdapt Kolab_Session to the recent changes in Kolab_Server.
Gunnar Wrobel [Wed, 1 Apr 2009 07:22:30 +0000 (07:22 +0000)]
Adapt Kolab_Session to the recent changes in Kolab_Server.

16 years agoAdapt testing to the new object class structure.
Gunnar Wrobel [Wed, 1 Apr 2009 07:22:15 +0000 (07:22 +0000)]
Adapt testing to the new object class structure.

16 years agoReorganized the object classes.
Gunnar Wrobel [Wed, 1 Apr 2009 07:21:44 +0000 (07:21 +0000)]
Reorganized the object classes.

Each object class can now provide searches specific to this class.

Structural changes: Classes directly representing an LDAP object class
should be located within the Object/ directory. Any logical Object
types should be placed in separate hierarchies (Object/Kolab so far).

16 years agoRemoved search operations from the LDAP driver. Moved the type
Gunnar Wrobel [Wed, 1 Apr 2009 07:18:58 +0000 (07:18 +0000)]
Removed search operations from the LDAP driver. Moved the type
detection / id generation into a separate Kolab class as these are
specific to the LDAP layout of the Kolab server.

16 years agoHandle search operations in a more flexible way by retrieving the
Gunnar Wrobel [Wed, 1 Apr 2009 07:17:26 +0000 (07:17 +0000)]
Handle search operations in a more flexible way by retrieving the
available operations from the available object types.

16 years agoUpdate TODOs
Gunnar Wrobel [Wed, 1 Apr 2009 07:16:21 +0000 (07:16 +0000)]
Update TODOs

16 years agoAdapt testing to the new return value of the search operation.
Gunnar Wrobel [Mon, 30 Mar 2009 06:27:55 +0000 (06:27 +0000)]
Adapt testing to the new return value of the search operation.

16 years agoAdapt the test class to the new return value of the search operation.
Gunnar Wrobel [Mon, 30 Mar 2009 06:27:37 +0000 (06:27 +0000)]
Adapt the test class to the new return value of the search operation.

16 years agoThe search result should only be converted to a hash when needed.
Gunnar Wrobel [Mon, 30 Mar 2009 06:26:52 +0000 (06:26 +0000)]
The search result should only be converted to a hash when needed.

16 years agoDocs.
Gunnar Wrobel [Mon, 30 Mar 2009 06:26:14 +0000 (06:26 +0000)]
Docs.

16 years agoUpcase server class names.
Gunnar Wrobel [Mon, 30 Mar 2009 04:38:34 +0000 (04:38 +0000)]
Upcase server class names.

16 years agoFixed testing for recent changes in the Kolab_Server module.
Gunnar Wrobel [Mon, 30 Mar 2009 04:17:47 +0000 (04:17 +0000)]
Fixed testing for recent changes in the Kolab_Server module.

The test driver may not automatically connect to the server.

16 years agoAdd 'nocache' parameter; documentation.
Michael M Slusarz [Mon, 30 Mar 2009 07:31:31 +0000 (01:31 -0600)]
Add 'nocache' parameter; documentation.

16 years agoMake the utils object publicly accessible
Michael M Slusarz [Mon, 30 Mar 2009 07:06:21 +0000 (01:06 -0600)]
Make the utils object publicly accessible

16 years agoMore debug information.
Michael M Slusarz [Mon, 30 Mar 2009 03:54:35 +0000 (21:54 -0600)]
More debug information.

16 years agoE_DEPRECATED is 5.3+ only
Michael J. Rubinsky [Mon, 30 Mar 2009 15:52:51 +0000 (11:52 -0400)]
E_DEPRECATED is 5.3+ only

16 years agoSpelling
Michael J. Rubinsky [Thu, 5 Mar 2009 23:09:17 +0000 (18:09 -0500)]
Spelling

16 years agoMerge branch 'master' of chuck@dev.horde.org:/horde/git/horde
Chuck Hagenbuch [Mon, 30 Mar 2009 03:05:03 +0000 (23:05 -0400)]
Merge branch 'master' of chuck@dev.horde.org:/horde/git/horde

16 years agoneed to remove E_DEPRECATED when autoloading files
Chuck Hagenbuch [Mon, 30 Mar 2009 03:04:44 +0000 (23:04 -0400)]
need to remove E_DEPRECATED when autoloading files

16 years agoUse fread() exclusively instead of relying on fgets().
Michael M Slusarz [Sun, 29 Mar 2009 22:17:40 +0000 (16:17 -0600)]
Use fread() exclusively instead of relying on fgets().

16 years agoTypo
Michael M Slusarz [Sun, 29 Mar 2009 20:18:29 +0000 (14:18 -0600)]
Typo

16 years agoSome fixes for the LDAP handling of Kolab_Server. It was still broken
Gunnar Wrobel [Sun, 29 Mar 2009 21:08:46 +0000 (21:08 +0000)]
Some fixes for the LDAP handling of Kolab_Server. It was still broken
in some places because of the switch to Net_LDAP2.

16 years agoAdd the getServer function for admins. This allows them to login too.
Gunnar Wrobel [Sun, 29 Mar 2009 21:08:06 +0000 (21:08 +0000)]
Add the getServer function for admins. This allows them to login too.

16 years agoWork around IMAP servers that don't return UIDNEXT
Michael M Slusarz [Fri, 27 Mar 2009 06:21:21 +0000 (00:21 -0600)]
Work around IMAP servers that don't return UIDNEXT

16 years agoFix arrival sorting when client sorting
Michael M Slusarz [Fri, 27 Mar 2009 05:55:30 +0000 (23:55 -0600)]
Fix arrival sorting when client sorting

16 years agoFix MODSEQ storage logic
Michael M Slusarz [Fri, 27 Mar 2009 04:56:37 +0000 (22:56 -0600)]
Fix MODSEQ storage logic

16 years agoNeed IMAP port to produce truly unique cache ID
Michael M Slusarz [Fri, 27 Mar 2009 04:38:13 +0000 (22:38 -0600)]
Need IMAP port to produce truly unique cache ID

16 years agoSequence->ID lookup fixes
Michael M Slusarz [Fri, 27 Mar 2009 04:02:56 +0000 (22:02 -0600)]
Sequence->ID lookup fixes

16 years agoLogging tweak
Michael M Slusarz [Fri, 27 Mar 2009 01:21:14 +0000 (19:21 -0600)]
Logging tweak

16 years agoFix logic
Michael M Slusarz [Fri, 27 Mar 2009 00:56:37 +0000 (18:56 -0600)]
Fix logic

16 years agofix undefined values
Chuck Hagenbuch [Thu, 26 Mar 2009 14:09:41 +0000 (10:09 -0400)]
fix undefined values

16 years agoAttemted to use strict checking but this fails at the moment because a
Gunnar Wrobel [Thu, 26 Mar 2009 10:27:14 +0000 (10:27 +0000)]
Attemted to use strict checking but this fails at the moment because a
number of packages from horde-cvs offer static methods that are not
yet declared as such.

Fixed only some strict issues within the Kolab_Server package.

16 years agoThe list of objects should contain the object uid as array key.
Gunnar Wrobel [Thu, 26 Mar 2009 10:25:51 +0000 (10:25 +0000)]
The list of objects should contain the object uid as array key.

16 years agoFix mailbox name
Michael M Slusarz [Wed, 25 Mar 2009 18:53:40 +0000 (12:53 -0600)]
Fix mailbox name

16 years agoMore thorough job of identifying mailboxes we shouldn't be caching.
Michael M Slusarz [Wed, 25 Mar 2009 18:45:16 +0000 (12:45 -0600)]
More thorough job of identifying mailboxes we shouldn't be caching.

Based primarily on NOMODSEQ (RFC 4551) and UIDNOTSTICKY (RFC 4315)
responses.

16 years agoremove print statements leaking searialized data
Chuck Hagenbuch [Wed, 25 Mar 2009 15:57:25 +0000 (11:57 -0400)]
remove print statements leaking searialized data

16 years agoContinue trying to sort out the CONDSTORE/QRESYNC mess.
Michael M Slusarz [Wed, 25 Mar 2009 06:38:32 +0000 (00:38 -0600)]
Continue trying to sort out the CONDSTORE/QRESYNC mess.

16 years agoFix thread level calculation
Michael M Slusarz [Tue, 24 Mar 2009 22:15:33 +0000 (16:15 -0600)]
Fix thread level calculation

16 years agoConvert to new thread return format
Michael M Slusarz [Tue, 24 Mar 2009 22:15:25 +0000 (16:15 -0600)]
Convert to new thread return format

16 years agoOptimize Horde_Imap_Client_Thread for storage
Michael M Slusarz [Tue, 24 Mar 2009 20:39:09 +0000 (14:39 -0600)]
Optimize Horde_Imap_Client_Thread for storage

Now that it may be serialized and stored in cache, optimize the internal
data structures.  New storage saves approx. 60%.

16 years agoMore caching improvements.
Michael M Slusarz [Tue, 24 Mar 2009 19:47:15 +0000 (13:47 -0600)]
More caching improvements.

Add (limited) search caching for non CONDSTORE enabled servers.
Add thread caching.

16 years agoFix some typos
Michael M Slusarz [Tue, 24 Mar 2009 05:34:47 +0000 (23:34 -0600)]
Fix some typos