Lines Matching refs:backend

23 * #877: Fix for syncing large calendars when using the Sqlite PDO backend.
60 * Added support for sharing in the CalDAV PDO backend! Users can now invite
103 * #798: Added an index on `firstoccurence` field in MySQL CalDAV backend. This
178 * #710: Provide an Auth backend that acts as a helper for people implementing
192 * #686: Corrected PDO principal backend's findByURI for email addresses that
207 * #697: Added a "tableName" member to the PropertyStorage PDO backend. (@Frzk).
208 * #699: PostgreSQL fix for the Locks PDO backend. (@TCKnet)
431 a locks backend. I'm not sure why this ever made sense.
477 * Removed: all `$tableName` arguments from every PDO backend. This was already
496 * #582: Authentication backend interface changed to be stateless. If you
497 implemented your own authentication backend, make sure you upgrade your class
586 * #581: findByUri would send empty prefixes to the principal backend (@soydeedo)
627 * #541: CalDAV PDO backend didn't respect overridden PDO table names.
659 * #529: Added getCalendarObjectByUID to PDO backend, speeding up scheduling
676 * Changed: A few database changes for the CalDAV PDO backend. Make sure you
723 the CardDAV PDO backend.
775 * #514: CalDAV PDO backend didn't work when overriding the 'calendar changes'
851 * Fixed: #413: Memory optimizations for the CardDAV PDO backend.
914 * Added: BasicCallback authenticaton backend, for creating simple authentication
960 for calendar objects, if the caldav backend provides this info.
1055 * BC Break: Every backend package (CalDAV, CardDAV, Auth, Locks, Principals) now
1257 * Changed: The CalDAV PDO backend is now a lot faster for common calendar
1260 * Changed: The CalDAV backend now all implement an interface.
1443 * BC Break: Default Principals PDO backend now needs a new field in the
1473 the tree, if they actually exist in the Principal backend. This should reduce
1486 backend, allowing for more optimizations.
1505 * Changed: CalDAV PDO backend now sorts calendars based on the internal
1548 * Added: Made it optional to supply carddata from an Addressbook backend when
1641 * Fixed: Problem with overriding tablenames for the CalDAV backend.
1663 * Fixed: Issue 124: 'File' authentication backend now takes realm into
1698 * Fixed: Issue 120: PDO backend was incorrectly fetching too much locks in cases
1838 * Added: Apache Authentication backend, in case authentication through .htaccess
1915 * Changed: Authentication backend is now aware of current user.
1958 * Fixed: PDO-locks backend was pretty much completely broken. This is 100%
1982 * Added: PDO authentication backend.
2154 * Added: The Auth backend can now return usernames and user-id's.
2155 * Added: The Auth backend got a getUsers method
2170 * Added: Experimental PDO backend for Locks Manager
2281 the backend. (r274)