Christoph Anton Mitterer
fd4e4005a4
update addresses to the new canonical location
...
* Updated all addresses of the canonical git upstream repository and the issue
tracker to the new ones.
2013-03-21 00:20:24 +01:00
Christoph Anton Mitterer
ce0747b74f
document closed Debian bug
...
* Document that Debian bug #703387 was closed by commit
56968d48651518dd386a53bcd28c408ffe313aeb which I forgot to do before.
2013-03-20 23:50:25 +01:00
Christoph Anton Mitterer
ba74446aa0
Merge pull request #3 from calestyo/master
...
escape version string to prevent XSS for sure
2013-03-20 15:47:18 -07:00
Christoph Anton Mitterer
5fccb302a8
escape version string to prevent XSS for sure
...
* HTML escape the remotely retrieved version string printed to the HTML in order
to prevent and attacks (if this would have been possible at all in 12
characters).
The version string read from the davical.org webserver might be changed by an
attacker in order to perform XSS.
Even though this is highly unlikley (there are only 12 characters used) it's
better to HTML escape any such string that is printed to HTML.
This was originally reported at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703290
2013-03-20 23:41:43 +01:00
Christoph Anton Mitterer
4ef8dc9d53
Merge pull request #1 from calestyo/unix-line-endings
...
set line endings of most text files to LF
2013-03-19 16:55:15 -07:00
Christoph Anton Mitterer
56968d4865
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).
2013-03-20 00:48:02 +01:00
Andrew McMillan
8f3175248a
A corrected change to fix the case of the language name everywhere.
2013-03-06 23:56:40 +13:00
Andrew McMillan
bb4ef7f6a4
Release changes for version 1.1.2
2013-03-06 22:30:27 +13:00
Andrew McMillan
25c9fca4b8
Correct capitalisation of 'plpgsql' language for Postgres 9.2.
2013-03-06 20:22:55 +13:00
Andrew McMillan
b1eb2bdc5a
Content-Type header should be 'charset' not 'encoding'.
2013-02-16 22:23:51 +13:00
Andrew McMillan
9e774b295a
When we get here it is a Bad Request, not a Server Error.
2012-09-20 23:54:47 +12:00
Andrew McMillan
584a52cb70
Quick workaround for iOS6 supported-calendar-component-set issue.
...
Adds a $c->default_calendar_components array of (VEVENT,VTODO,...)
2012-09-20 23:37:22 +12:00
Andrew McMillan
9d7d453211
Workaround client software with imperfect add-member implementations.
2012-09-20 23:35:21 +12:00
Andrew McMillan
20e3e2d91a
Fix unassigned variable.
2012-09-20 23:34:36 +12:00
Andrew McMillan
6695b46160
Avoid unassigned variable warning.
2012-09-20 23:34:18 +12:00
Andrew McMillan
121f02069f
Fix UID handling.
2012-09-20 23:34:09 +12:00
Andrew McMillan
0a435d4f22
Fix debugging to error log.
2012-09-20 23:33:52 +12:00
Andrew McMillan
a3b197a209
Ensure test responses are displayed in their unprocessed form.
2012-08-09 14:10:41 +12:00
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