horde.git
2009-07-24 Chuck HagenbuchRevert "don't try and fetch alarms for all users when...
2009-07-24 Chuck Hagenbuchdon't try and fetch alarms for all users when no one...
2009-07-24 Chuck Hagenbuchfix guest app access
2009-07-23 Michael M SlusarzFix dependencies; throw Exception on error.
2009-07-23 Michael M SlusarzFix memcache locking issue.
2009-07-23 Michael M SlusarzFor now, don't hide these errors.
2009-07-23 Michael M SlusarzHorde_Auth improvements
2009-07-23 Michael M SlusarzThis should properly set the userId for Kolab auth
2009-07-22 Michael M SlusarzUse stored auth credentials information for transparent...
2009-07-22 Michael M Slusarzphpdoc typo
2009-07-22 Michael M SlusarzClean up this code a bit.
2009-07-22 Michael M SlusarzFix parameter generation for app name.
2009-07-22 Michael M SlusarzRevert "Existence check"
2009-07-22 Michael M SlusarzRefactor pushApp(), allowing opportunity to determine...
2009-07-22 Michael J.... ws
2009-07-22 Michael J.... Existence check
2009-07-22 Jan SchneiderFix variable.
2009-07-22 Jan SchneiderSpecial xdebug handling is only necessary for var_dump().
2009-07-22 Michael M SlusarzFix setting the message string in the generated URL
2009-07-22 Michael M SlusarzAdd Horde_Auth_Application callback feature.
2009-07-22 Chuck Hagenbuchrebuild the task list if unserialization fails
2009-07-22 Michael M SlusarzDon't run tasks if not authenticated
2009-07-22 Michael M SlusarzGet rid of AUTH_HANDLER defines
2009-07-22 Michael M SlusarzAdd Horde_Auth_Application::setCredential().
2009-07-22 Michael M SlusarzFirst attempt at placing logintasks in the proper place.
2009-07-22 Michael M SlusarzFix auth with application driver (transparent auth...
2009-07-22 Michael M SlusarzFix logic
2009-07-22 Michael M SlusarzRevert "no notice if the 'driver' key isn't set in...
2009-07-22 Michael M SlusarzAlways set auth through setAuth(), honor 'login' param...
2009-07-22 Michael M SlusarzUpdates to PHP 5/Horde 4 coding standards.
2009-07-22 Michael M SlusarzSession naming consistent with other framework packages
2009-07-22 Chuck Hagenbuchfix parse error
2009-07-22 Chuck Hagenbuchno notice if the 'driver' key isn't set in the session
2009-07-21 Michael M SlusarzHorde_Auth rewrite.
2009-07-21 Michael M SlusarzRemove getLoginScreen().
2009-07-21 Michael M SlusarzFix classnames.
2009-07-21 Michael M SlusarzFix PATH_INFO determination for base directories on...
2009-07-21 Matt Selskyextension section must come after package section.
2009-07-21 Michael J.... Add Horde_Date_Utils::relativeDateTime() for getting...
2009-07-20 Michael J.... Don't leak Horde_Http_Client exceptions
2009-07-20 Michael M SlusarzFixes found through lint checking
2009-07-20 Michael M SlusarzSwitch back to include instead of include_once.
2009-07-20 Chuck Hagenbuchimprove salt generation for crypt-md5 passwords (lowzl...
2009-07-19 Michael J.... Remove debug output
2009-07-19 Michael J.... This is Horde_Oauth, not H_S_Twitter...
2009-07-19 Michael J.... phpdoc/ws
2009-07-19 Michael M SlusarzAdd getSiteLinks()
2009-07-19 Michael M SlusarzFix call (API func name; only takes 2 parameters).
2009-07-19 Michael M SlusarzFix object instantiation; cache object internally
2009-07-18 Michael J.... Build authorization header, check for missing oauth_tok...
2009-07-18 Michael J.... Documnet the required config parameters, throw exceptio...
2009-07-18 Michael J.... Fix percent encoding of the '+' character.
2009-07-17 Michael M Slusarzthrow exceptions instead of calling Horde::fatal()
2009-07-17 Michael M SlusarzRemove object assignments by reference and unneded...
2009-07-17 Michael M SlusarzDon't assign objects by reference.
2009-07-17 Michael M SlusarzOnly log on success.
2009-07-17 Michael M SlusarzUse hash().
2009-07-17 Michael M SlusarzAdd Horde::getCacheUrl().
2009-07-17 Chuck Hagenbuchabort and use a regular image tag if we don't have...
2009-07-17 Chuck Hagenbuchfix getLoginScreen call
2009-07-16 Michael M SlusarzImport SpellChecker imple object from IMP.
2009-07-16 Michael M SlusarzAdd IMP inline script handling functions.
2009-07-16 Michael M SlusarzAdd Horde_Ajax::.
2009-07-16 Michael M SlusarzThis becomes a mandatory dependency
2009-07-16 Michael J.... Fix variable name
2009-07-16 Chuck Hagenbuchfix package.xml
2009-07-16 Chuck Hagenbuchthese are stream filters, so put them in a Horde_Stream...
2009-07-16 Chuck Hagenbuchfix Nls config usage
2009-07-15 Chuck Hagenbuchthrow Horde_Auth_Exceptions instead of generic Horde_Ex...
2009-07-15 Chuck Hagenbuchfix dependency on Core package, and add dependency...
2009-07-15 Chuck Hagenbuchstub _authenticate in the auto driver to avoid a compil...
2009-07-15 Chuck Hagenbuchrevert creation of exception objects not used for throwing
2009-07-15 Chuck Hagenbuchcatch exceptions during API calls to re-throw, so that...
2009-07-14 Michael M SlusarzClean up application driver
2009-07-14 Michael M SlusarzA bit clearer null representation
2009-07-14 Michael M SlusarzFix Registry usage; fix missing trailing bracket if...
2009-07-14 Chuck Hagenbuchif appConfig ends up empty, make sure it's an empty...
2009-07-14 Michael M SlusarzAdd Horde_Config::getVersion()
2009-07-14 Michael M Slusarzdocumentation; cleaner fatal() handling
2009-07-14 Jan SchneiderFix loading of global configurations.
2009-07-14 Jan SchneiderFix using new nls configuration.
2009-07-14 Jan SchneiderMoved to Horde_Registry.
2009-07-14 Jan SchneiderHow do we want to deal with optional configuration...
2009-07-14 Jan SchneiderAs long as API methods return PEAR_Errors, throw them...
2009-07-14 Jan SchneiderTypo
2009-07-14 Michael M SlusarzFix abstract declaration.
2009-07-14 Chuck HagenbuchHttpRemote -> Http_Remote and tweak class loading so...
2009-07-14 Chuck Hagenbuchremove never-used app-specific driver loading
2009-07-14 Chuck Hagenbuchno return after a throw
2009-07-14 Chuck HagenbuchUtil -> Horde_Util
2009-07-14 Chuck Hagenbuchrename Horde_Auth_Driver to Horde_Auth_Base to match...
2009-07-14 Chuck Hagenbuchdon't catch exceptions and throw them away unless we...
2009-07-14 Chuck Hagenbuchremove datatree driver in H4
2009-07-14 Chuck Hagenbuchspelling
2009-07-14 Chuck Hagenbuchif a hook doesn't exist, log it and return null instead...
2009-07-13 Michael M SlusarzWork around broken DateTime serialization in PHP 5...
2009-07-13 Michael M SlusarzFix dependencies
2009-07-13 Michael M SlusarzAdd (some) streaming capability to zip driver.
2009-07-13 Michael M SlusarzFix class names.
2009-07-13 Michael M SlusarzAdd debugging logging for login failures.
next