23 Commits

Author SHA1 Message Date
Florian Schlichting
4b7abbbd83 drop default $position argument from BuildXMLTree everywhere (awl!22) 2023-02-26 22:10:34 +01:00
Florian Schlichting
eb7f2edc0c eliminate trailing whitespace, expand tabs 2016-12-30 08:52:44 +01: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
b32e2cc452 Fix storing / regurgitating of XML fragments in dead properties.
Requires updated AWL to match.
2012-05-20 21:41:32 +12:00
Andrew McMillan
acc6c719f7 Simple changes for new XML processing. 2012-04-30 14:13:03 +12:00
Andrew McMillan
9397b7dbcd Force casting of user_no to integer. 2012-02-05 09:42:32 -08:00
Andrew McMillan
8e18449096 Updated MKCOL/MKCALENDAR to support setting a supported-calendar-component-set 2011-10-03 17:57:28 +02:00
Andrew McMillan
3564645227 Force casting to text on setting DAV properties. 2010-04-03 10:55:47 +13:00
Andrew McMillan
cc244e0c5d Switch to 't' & 'f' to workaround driver issues. 2010-03-21 22:01:09 +13:00
Andrew McMillan
d92361cb0d Properly insert resourcetypes on MKCOL. 2010-03-20 01:06:07 +13:00
Andrew McMillan
e1c924aadb Remove dependence on PgQuery. 2010-03-17 20:20:03 +13:00
Andrew McMillan
aeaf09a2d4 Check precondition to disallow creating collections in a schedule-inbox. 2010-03-07 20:59:08 +13:00
Andrew McMillan
4a0c65735e Migrate MKCOL script to AwlQuery wrapper. 2010-03-03 14:31:11 +13:00
Andrew McMillan
ddb45c8158 Move MKCOL/MKCALENDAR to NeedPrivilege() 2009-12-27 14:17:25 +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
a44b1695ca Support for extended MKCOL. 2009-10-15 23:11:16 +13:00
Andrew McMillan
2e67fd5d41 Starting to write support for RFC5689 (extended MKCOL). 2009-10-15 13:11:18 +13:00
Andrew McMillan
bffb535e42 The functionality between MKCOL and MKCALENDAR is so similar there need not
be two separate includes for them.
2006-11-27 01:13:55 +13:00
Andrew McMillan
4f6988679f Use correct user_no in collection record. 2006-11-22 22:52:08 +13:00
Andrew McMillan
38b7a816c0 Fix copy / paste niggle in debug logging. 2006-11-09 00:52:05 +13:00
Andrew McMillan
900439acc8 Enforce basic permissions on calendar / collection creation. 2006-11-08 12:48:19 +13:00
Andrew McMillan
1639f0f1ca More code cleanups - adding phpdoc header to all caldav component parts. 2006-10-11 16:38:53 +13:00
Andrew McMillan
487c53d838 For what it's worth, we can now try and make DAVE collections. 2006-10-05 00:37:57 +13:00