606 Commits

Author SHA1 Message Date
Andrew McMillan
d609d6bfeb Ensure that a perl is not connected when we apply a patch. 2007-05-28 15:53:14 +12:00
Andrew McMillan
f2023b82fd Even writing an example helps debug some code. Still not actually run though. 2007-05-26 00:16:56 +12:00
Andrew McMillan
978cb43170 Rewritten to structure things differently. Untested as yet. 2007-05-25 23:36:52 +12:00
Jeppe Bob Dyrby
08a88dbdae A caldav client library by Jeppe Bob Dyrby . 2007-05-25 07:26:18 +12:00
Andrew McMillan
1b0f9c6890 Updated language strings. 2007-05-23 13:13:51 +12:00
Andrew McMillan
5b715dc3eb Add support for automatically creating a user's home calendar. 2007-05-23 08:11:29 +12:00
Andrew McMillan
a1708463f9 Menu position in Chandler is changing. 2007-05-23 08:09:37 +12:00
Andrew McMillan
4d628b1782 In general tables are named in the singular, so lets be consistent. 2007-05-21 22:14:09 +12:00
Andrew McMillan
8896835550 Use more generic phpdoc installation. 2007-05-21 19:26:46 +12:00
Andrew McMillan
3a8d84d3a3 Initial patches for database change to support freebusy tickets. 2007-05-21 19:26:14 +12:00
Andrew McMillan
7045cf05e1 Actually that should be a REPORT, and the root URL is a good place to start
on getting it working.
2007-05-20 18:04:53 +12:00
Andrew McMillan
7b781085d2 Revise to fix buggy XML and make request against person's home location. 2007-05-20 18:00:40 +12:00
Andrew McMillan
afb896cc6a Test for using PROPFIND to retrieve calendar-home-set URL 2007-05-19 12:45:04 +12:00
Andrew McMillan
4872988f2e [security] Only save debugging output when we are debugging. 2007-05-19 11:43:50 +12:00
Maxime Delorme
f00f07eb8f Changes to allow processing of a server-based directory of calendars to
load for many people.  Moving this away from the user maintenance screen.
2007-05-19 11:40:37 +12:00
Maxime Delorme
7851f8c1ac Updates from Maxime Delorme 2007-05-19 11:37:23 +12:00
Andrew McMillan
3ada0185f0 Don't echo error to screen. 2007-05-19 11:31:59 +12:00
Maxime Delorme
cfba0c839c Updates to the LDAP driver from Maxime Delorme. 2007-05-14 09:11:59 +12:00
Andrew McMillan
63f3473138 Changed HTTP response codes (unimportant). 2007-05-09 14:14:09 +12:00
Andrew McMillan
2598e489bb Ensure username comparison is fully case-insensitive. 2007-05-09 14:10:23 +12:00
Andrew McMillan
106b0f933d Enforce tight restrictions on viewing other people's collection contents. 2007-05-09 14:09:47 +12:00
Andrew McMillan
d2751f18a6 Allow linking to users who are linked to you. SF#1710605. 2007-05-09 13:20:45 +12:00
Dávid Takács
48853d4668 Windows support for database creation by Dávid Takács 2007-05-09 13:19:45 +12:00
Andrew McMillan
2e5f82c0ef Updated messages for translations. 2007-05-08 23:56:04 +12:00
Maxime Delorme
879838a88a Allow VTODO in uploaded collections. 2007-05-08 23:55:42 +12:00
Andrew McMillan
8f048389b3 Add hu_HU as a supported locale. 2007-05-08 23:50:47 +12:00
Andrew McMillan
98c70dd8b6 Initial support for Hungarian (Magyar). 2007-05-08 23:50:05 +12:00
Andrew McMillan
74d639b1bd Tests now indicating the PROPPATCH added to OPTIONS. 2007-05-08 23:13:14 +12:00
Andrew McMillan
cea06debbd Add credits for some newer contributors. Update changelog to get ready for
release 0.7.2.
2007-05-05 18:34:59 +12:00
Maxime Delorme
46555cb26e Handle calendar upload. 2007-05-05 11:40:08 +12:00
Maxime Delorme
bd54b86ecf Allow an initial calendar to be uploaded in user maintenance. 2007-05-05 11:39:35 +12:00
Maxime Delorme
b1e0bf471a Correct variable usage. 2007-05-05 11:38:45 +12:00
Maxime Delorme
9b6b554c72 Styling on submit buttons. 2007-05-05 11:38:12 +12:00
Maxime Delorme
231f5be13b Commented code for future pages. 2007-05-05 11:37:45 +12:00
Maxime Delorme
517e62d2d6 Some more strings that need translating which are software created. 2007-05-05 11:37:04 +12:00
Maxime Delorme
573e057e5a Correct variable name. 2007-05-05 11:36:23 +12:00
Maxime Delorme
3edfa4b0fe Handle confidential events and alarms on non-administered calendars. 2007-05-05 11:35:57 +12:00
Maxime Delorme
ad685a490b Add PROPPATCH to our standard supported options. 2007-05-05 11:28:15 +12:00
Maxime Delorme
b358c35565 Correct references to etag*match variables to use $request object. 2007-05-05 11:27:39 +12:00
Maxime Delorme
c16fa7309c Add introductory comment. 2007-05-05 11:14:54 +12:00
Maxime Delorme
08455669c6 Correct variable names. 2007-05-05 11:12:07 +12:00
Maxime Delorme
011740a8da Basic driver for handling LDAP authentication. 2007-05-05 11:08:12 +12:00
Henri Sivonen
c9fb3d8d01 A new includes used for checking UTF8 (from Mozilla project) 2007-05-05 11:06:51 +12:00
Andrew McMillan
6ea36765b8 Correct typo. 2007-05-01 20:37:47 +12:00
Andrew McMillan
2b2df79d7e Restructured and commented configuration files, mostly by Maxime Delorme. 2007-05-01 00:04:42 +12:00
Andrew McMillan
ef6785f31e No need to use preg_split here, since PHP has already cleaned any paired
slashes down to singletons.
2007-04-30 07:45:04 +12:00
Andrew McMillan
73e7f73f2a Correct backslash replacement in pwgen generated password. 2007-04-17 01:17:55 +12:00
Andrew McMillan
2a40c39d93 Patch to support reporting of "Busy" for confidential events. 2007-04-15 12:15:19 +12:00
Andrew McMillan
3f4108094d Various bits of unused code (from an earlier project) were cleaned out. 2007-04-13 18:15:28 +12:00
Andrew McMillan
c05a9e7312 Polish locale is now supported. 2007-04-13 18:14:45 +12:00