This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adds structure location support in the xmlfile directory implementation
git-svn-id: https://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk@12084 e27351fd-9f3e-4f54-a53b-843176b1656c
- Loading branch information
Showing
with
553 additions
and 85 deletions.
- +67 −23 calendarserver/tools/gateway.py
- +78 −3 calendarserver/tools/principals.py
- +1 −0 calendarserver/tools/test/gateway/caldavd.plist
- +122 −53 calendarserver/tools/test/test_gateway.py
- +46 −0 conf/auth/augments-test.xml
- +46 −0 conf/auth/resources-test.xml
- +1 −1 twistedcaldav/datafilters/peruserdata.py
- +1 −0 twistedcaldav/directory/augment.py
- +1 −0 twistedcaldav/directory/directory.py
- +1 −0 twistedcaldav/directory/test/test_aggregate.py
- +2 −1 twistedcaldav/directory/test/test_xmlfile.py
- +4 −0 twistedcaldav/directory/test/util.py
- +2 −0 twistedcaldav/directory/xmlaccountsparser.py
- +2 −0 twistedcaldav/directory/xmlfile.py
- +16 −2 twistedcaldav/stdconfig.py
- +40 −0 txdav/caldav/datastore/sql.py
- +75 −0 txdav/caldav/datastore/test/test_sql.py
- +33 −1 txdav/caldav/datastore/test/util.py
- +8 −1 txdav/common/datastore/test/util.py
- +7 −0 txdav/common/idirectoryservice.py
Oops, something went wrong.