Florian Schlichting
7cadfc9463
lets have only one function check_for_expansion()
2016-12-30 08:54:19 +01:00
Ján Máté
c2b6be3b65
fix for $c->hide_TODO processing and user-agent extension
...
new option: if set to PHP regex string then hide_TODO is enabled if the client
user-agent string matches the regex for example:
$c->hide_TODO='#^iOS.*dataaccessd.*#';
will hide all todos from non-owner/non-admin users for iOS devices
2013-10-25 12:16:27 +13:00
Christoph Anton Mitterer
8e60bb3124
set line endings of most text files to LF
...
* Changed the end-of-line encodings of all non-Windows-related and non-autogenerated text files to use UNIX LF (lots of them had mixed LF/CRLF).
Conflicts:
inc/caldav-PUT-functions.php
2013-09-02 14:37:23 +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
155c70bba5
Changes to the way XML is created, and (to a lesser extent) parsed.
2012-05-03 19:11:28 +12:00
Andrew McMillan
acc6c719f7
Simple changes for new XML processing.
2012-04-30 14:13:03 +12:00
Andrew McMillan
65c420679b
Fix missing bracket.
2011-11-30 08:38:22 +13:00
Andrew McMillan
0ff0f66b2d
Fix logic error in hide_TODO setting.
2011-11-27 22:02:25 +13:00
Andrew McMillan
a0dee7f461
Properly handle addressbooks in multiget.
...
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2010-11-30 12:37:45 +13:00
Andrew McMillan
dc7df3c506
Add @todo note.
2010-11-04 19:01:16 +13:00
Andrew McMillan
3e1451a5d0
Switch from regular expression which may not work in old/odd PHP.
2010-11-01 14:53:57 +13:00
Andrew McMillan
344e3cb9a1
Ensure there are spaces in the SQL for CardDAV.
2010-10-10 01:51:31 -04:00
Andrew McMillan
845db16c55
Switch event expansion to use vComponent.php rather than iCalendar.
2010-08-30 17:02:17 +12:00
Andrew McMillan
2643a1a34c
Correct content-type.
2010-06-23 22:09:14 +12:00
Andrew McMillan
2a18bb3b37
Rename variable since it is no longer just a calendar.
2010-06-23 14:38:56 +12:00
Andrew McMillan
f71bba3747
Work on making this work for CardDAV.
2010-06-23 14:22:26 +12:00
Andrew McMillan
f1a1c2fa73
Add support for the addressbook-multiget REPORT. Untested.
2010-05-12 22:13:46 +12:00
Andrew McMillan
7e032ddc38
Migrate REPORT-multiget to AwlQuery.
2010-03-16 11:11:07 +13:00
Andrew McMillan
4d674c4f92
Getting bindings to work as seamlessly as possible.
2010-03-15 00:31:16 +13:00
Andrew McMillan
5ee5c1ff4a
RRULE expansion now working correctly.
2010-03-13 00:01:57 +13:00
Andrew McMillan
9ecc95399b
Force function parameter types for older PostgreSQL versions.
2009-12-21 22:18:54 +13:00
Andrew McMillan
19199d5f86
Replaced the old get_permissions() call with the new permissions model.
2009-12-21 13:04:25 +13:00
Andrew McMillan
b824f06a92
Ensure <href> elements are urldecoded in the multiget report.
2009-09-02 21:36:15 +12:00
Andrew McMillan
ff87efdc1d
Use @todo: everywhere for phpdocumentor syntax.
2008-11-01 19:27:33 +13:00
Andrew McMillan
0132e8195e
Fix uninitialised variable warnings.
2008-10-27 15:10:43 +13:00
Andrew McMillan
5ec4c33670
Remove case-folding of incoming XML.
2008-10-21 23:04:31 +13:00
Andrew McMillan
4b6eedea6f
Note TODO item.
2008-09-15 19:15:53 +12:00
Andrew McMillan
1cdb78e92e
Enforce permissions on multiget, which might conceivably be retrieving events
...
from multiple calendars in one pass.
2008-01-25 07:59:45 +13:00
Andrew McMillan
589c0db1bd
Efficiency improvements from bypassing get_permissions() call in query.
2008-01-23 18:41:11 +13:00
Andrew McMillan
033ffd5cc0
Refactoring and rewriting the support for calendar-multiget reports with
...
a view to complete compliance with the CalDAV specification.
2007-06-06 19:18:29 +12:00