3388 Commits

Author SHA1 Message Date
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
Matthias
92c15bed64 Fixed schedule reply handling for missing organizer 2013-09-02 14:27:40 +12:00
fbiete@gmail.com
b97ec56851 CardDAV support for search contains, starts-with, ends-with, equals 2013-09-02 14:27:20 +12:00
Andrew McMillan
1a86165883 Changes to default supported-component-set. 2013-09-02 14:22:12 +12:00
Andrew McMillan
bc1ef8b26c ETag/path changes due to regression.host changes. 2013-09-02 14:18:11 +12:00
Matthias
3837e9a559 Merge branch 'master' of github.com:DAViCal/davical 2013-07-18 11:56:16 +02:00
Matthias
835a3940c0 Merge branch 'master' of git://repo.or.cz/davical
Conflicts:
	inc/caldav-PUT-functions.php
	po/de.po
	po/es_AR.po
	po/es_ES.po
	po/es_MX.po
	po/es_VE.po
	po/et.po
	po/fr.po
	po/hu.po
	po/it.po
	po/ja.po
	po/nb_NO.po
	po/nl.po
	po/pl.po
	po/pt_BR.po
	po/pt_PT.po
	po/ru.po
	po/sv.po
2013-07-18 11:53:09 +02:00
Andrew McMillan
cc8e6a0131 Release 1.1.2 r1.1.2 2013-07-15 13:12:05 +12:00
Andrew McMillan
48d22782f7 Correct regression host name. 2013-07-15 13:11:08 +12:00
Andrew McMillan
8e899ff0e0 Sometimes principal_id can be false. 2013-05-31 09:34:24 +12:00
Andrew McMillan
63586d38d7 Autocreated docs for new classes. 2013-05-31 07:20:44 +12:00
Andrew McMillan
bc5edf09cf Handle the ?after=(duration|date) syntax when receiving a PUT of a calendar. 2013-05-29 12:50:50 +12:00
Andrew McMillan
56ee5a62fa Fix very buggy conversion of duration to seconds.
Obviously this was never tested before.
2013-05-29 12:50:02 +12:00
Matthias
a5100a1681 Fixed schedule reply handling for missing organizer 2013-05-28 12:51:32 +02:00
Matthias Althaus
0823f781f0 Merge pull request #5 from fmbiete/master
Add support in carddav searches: starts-with, ends-with, equals, contains
2013-05-28 03:48:55 -07:00
Matthias Althaus
ff03363831 Merge pull request #7 from althaus/master
Merging changes from origin
2013-05-28 03:33:14 -07:00
Matthias
72660d9851 Merge branch 'master' of git://repo.or.cz/davical 2013-05-28 12:26:40 +02:00
Andrew McMillan
04ad1ac742 Fix typo. 2013-05-28 12:54:44 +12:00
Andrew McMillan
9b7bc8d6e4 Changes in formatting from Transifex. 2013-05-23 13:38:12 +12:00
Andrew McMillan
5200c6d996 Allow adding an 'after=YYYY-MM-DD' or 'after=P72D' parameter
Only applies to PUT of a collection.  This will mean that only events
after that date (or absolute duration prior to today).  All repeating
events will still be included.
2013-05-23 13:37:00 +12:00
Andrew McMillan
115676613d Only certain specific namespaces actually have database columns. 2013-05-23 13:28:54 +12:00
Jason Alavaliant
126895e2a6 fix the append box when importing collections 2013-04-21 21:52:19 +12:00
Jason Alavaliant
036872ac85 fix for CLASS attribute problem (CONFIDENTIAL value) and invalid processing of ->hide_alarm configuration option: 2013-04-21 21:47:59 +12:00
Jason Alavaliant
3ab7787f7b add fix for the OSX Contacts.app: 2013-04-21 21:44:34 +12:00
Andrew McMillan
eadc73c6be Don't warn on slow queries since this is a batch process. 2013-04-17 12:25:16 +12:00
Andrew McMillan
5065e59596 Also need to change collection_id... 2013-04-16 10:20:03 +12:00
Andrew McMillan
f67780c461 Fix typo. 2013-04-16 09:57:38 +12:00
Andrew McMillan
8a5d641297 Once we do archive the events we have to update various things so they realise it too. 2013-04-15 14:49:33 +12:00
Andrew McMillan
0453c9a902 A script for archiving non-repeating events into an archive calendar. 2013-04-11 07:33:14 +12:00
Andrew McMillan
8c1b780ff1 Remove unecessary debug message on normal behaviour. 2013-04-11 07:32:32 +12:00
Christoph Anton Mitterer
639295eb43 removed debian/README.Debian
* Removed debian/README.Debian which didn’t contain any useful information.
2013-03-25 20:13:38 +01:00
Christoph Anton Mitterer
f313282ee0 support Apache’s REDIRECT_REMOTE_USER CGI env var
* In places where the CGI variable REMOTE_USER is read, support alternatively
  REDIRECT_REMOTE_USER, which is used by the Apache HTTPD Server instead, when a
  redirect was used.

Note: This alone is not enough yet, to fully support it in DAViCal. An analogous
      change (commit 29ddd89baaf65bda2560e51665a2e761abef4147) is necessary in
      AWL.
2013-03-25 02:16:32 +01:00
Christoph Anton Mitterer
2b68d1130f RFC compliant CGI AUTH_TYPE usage
* Handle the content of the CGI AUTH_TYPE variable case-insensitively as defined
  by RFC 3875 Section 4.1.1.
2013-03-23 03:32:34 +01:00
fbiete@gmail.com
8c5a271943 CardDAV support for search contains, starts-with, ends-with, equals 2013-03-22 11:05:20 +01:00
Christoph Anton Mitterer
e701961cf4 make debug files pathnames more FHS compliant
* Changed the pathnames of the debug files to be a bit more FHS compliant.
2013-03-21 02:10:34 +01:00
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