3135 Commits

Author SHA1 Message Date
Andrew McMillan
eb4464aaec Some debugging messages. 2012-08-09 14:10:09 +12:00
Andrew McMillan
5ace348339 Replace deprecated split() with explode() 2012-07-31 22:12:08 +12:00
Andrew McMillan
7a13273e22 First cut at iMIP implementation. Still working on this. 2012-07-30 18:43:35 +12:00
Andrew McMillan
8255f23256 Fix SQL fieldname. 2012-07-30 00:28:17 +12:00
Andrew McMillan
274f8dfa74 Sometimes we want to retrieve the sync-token as a result of a change we just made.
This allows a (default true) flag to indicate whether it's OK to use
a previously cached value.
2012-07-29 23:17:28 +12:00
Andrew McMillan
bd06225c93 On Apple devices these can sometimes appear in the Apple namespace. Odd. 2012-07-29 23:16:13 +12:00
Andrew McMillan
873cc272ba Let the VCalendar class handle how to get the UID from the calendar. 2012-07-29 23:15:21 +12:00
Andrew McMillan
c28759364f Remove old redundant constructor. 2012-07-25 09:28:26 +12:00
Andrew McMillan
d2513bddd5 Add workaround for Apple's POST add-member trainwreck. 2012-07-13 21:54:29 +12:00
Andrew McMillan
ed9280c90c We might not have a $request calling this so use the object's path instead. 2012-07-13 20:32:34 +12:00
Andrew McMillan
86b717a390 Testing for dead property XML which is a set of prop. 2012-07-13 20:24:21 +12:00
Andrew McMillan
8fb0479015 supported-calendar-component-set uses dead properties too... 2012-07-13 12:30:34 +12:00
Andrew McMillan
b4fd9e2ed2 Don't just return the first element in a dead property - there might be multiple! 2012-07-13 10:45:08 +12:00
Andrew McMillan
7e51fa8541 Release 1.1.1 r1.1.1 2012-07-11 08:39:11 +12:00
Andrew McMillan
0fb4cdd6df URL fixes in regression tests. 2012-07-09 01:17:49 +12:00
Andrew McMillan
4f81556586 Use DeconstructURL rather than rawurldecode since it strips base_name components as well. 2012-07-09 01:17:46 +12:00
Andrew McMillan
07bce5f8bd Don't match parameterised url parts as part of collection name. 2012-07-09 01:17:42 +12:00
Andrew McMillan
fed84f8daf Fix URLencoding & location. 2012-07-09 01:17:37 +12:00
Andrew McMillan
e3acbd6d14 Updated test results. 2012-07-09 01:17:33 +12:00
Andrew McMillan
60f372c749 Allow calendar-multiget & query reports to return resource data. 2012-07-09 01:17:28 +12:00
Andrew McMillan
5b43f06eb4 Get the name right. 2012-07-09 01:17:23 +12:00
Andrew McMillan
1be5cd808a Another double-encoded field... 2012-07-09 01:17:21 +12:00
Andrew McMillan
dbfd835488 Allow multiple LDAP fields to map to DAViCal fields. 2012-07-09 01:17:17 +12:00
Andrew McMillan
2e19bbb535 Avoid double-encoding URLs. 2012-07-09 01:17:11 +12:00
Andrew McMillan
6c2b0bbd3b Correct path -> dav_name reference. 2012-07-09 01:17:06 +12:00
Andrew McMillan
3dba46cd8e Result of default props on an addressbok query. 2012-07-09 01:17:02 +12:00
Andrew McMillan
e908739765 Reports should report on the item path, not the collection path. 2012-07-09 01:16:55 +12:00
Andrew McMillan
c581e3a0f2 address book queries are only valid on addressbooks. 2012-07-09 01:16:49 +12:00
Andrew McMillan
0d47b81e48 Remove bug trace. 2012-07-09 01:16:46 +12:00
Andrew McMillan
969c1ed0c4 Fixed regression test results. 2012-07-09 01:16:41 +12:00
Andrew McMillan
ab95a487ea Correct current-user-principal reference. 2012-07-09 01:16:37 +12:00
Andrew McMillan
d6ddf8e426 Fix errors in calculated PATH_INFO. 2012-07-09 01:16:28 +12:00
Andrew McMillan
f75d51284b Attempt to calculate PATH_INFO if it is not present. 2012-07-08 11:59:11 +12:00
Andrew McMillan
7ca6bf56b9 Add Microsoft's X- property for recommended refresh times. 2012-07-08 11:59:08 +12:00
Andrew McMillan
b90e3f291c Add method to return list of changes since a previous token. 2012-07-08 11:59:06 +12:00
Andrew McMillan
c09ee6ff91 Some hrefs were not properly calling ConstructURL. 2012-07-08 11:59:02 +12:00
Andrew McMillan
2f82e69cfb Correctly test for repeated caldav.php in URL. 2012-07-08 11:58:58 +12:00
Andrew McMillan
2c12586a42 Ensure collection_id is set after we read the row. 2012-07-08 11:58:49 +12:00
Andrew McMillan
d88e1ca007 Fix support for missing <prop> or <allprop/> on multiget/query reports. 2012-07-08 11:58:42 +12:00
Andrew McMillan
c1bdf04848 Test/result for calendar-query report with no properties specified. 2012-07-08 11:58:38 +12:00
Andrew McMillan
33f6dd556a Handle "Allow" happening on multiple lines in Options checking. 2012-07-08 11:58:27 +12:00
Andrew McMillan
622512e156 Fix handling of Basic Auth headers. 2012-07-08 11:58:12 +12:00
Andrew McMillan
c846104d94 Those damn numeric usernames will get you every time. 2012-07-03 23:45:20 +12:00
Andrew McMillan
a555fdad40 Deny calendar-query report on root, principal or addressbook
Even if recursive report is enabled.
2012-07-02 22:40:43 +12:00
Andrew McMillan
c70c4e40a5 Fix timestamp matching regex. 2012-07-02 21:11:59 +12:00
Andrew McMillan
9eb023f7ef Handle allprop and ommission of prop tag in calendar-query. 2012-06-30 16:04:57 +12:00
Andrew McMillan
b281fe8d63 Fall back to using DAVResource for obscure properties. 2012-06-30 16:04:24 +12:00
Andrew McMillan
8417e59918 Better timezone handling for alarm times. 2012-06-30 16:03:53 +12:00
Andrew McMillan
55aefbecce Try to trace how we get caldav.php/ doubled in a path. 2012-06-30 16:03:25 +12:00
Andrew McMillan
9898c42767 Include memory in statistics log. Option to killing current process after exceeding a memory limit. 2012-06-28 22:17:03 +12:00