84 Commits

Author SHA1 Message Date
Andrew McMillan
8b3ef09ff1 Move the dumping of the server variables to before HTTP Auth in case it
is helpful (it very likely will be) for debugging authentication issues.
2008-01-21 16:12:16 +13:00
Andrew McMillan
c4e3015853 Renaming from RSCDS to DAViCal 2007-11-06 16:15:20 +13:00
Andrew McMillan
21ad58449e Don't limit our visible functionality at / 2007-11-05 23:40:00 +13:00
Andrew McMillan
e8c826524e Minor sanity checking for enabling LDAP options. 2007-11-05 14:59:07 +13:00
Andrew McMillan
f84045e9cd Tweak DAV header to admit that / is not as functional. 2007-11-04 11:29:28 +13:00
Andrew McMillan
8b53f09baa Allow non GET/POST requests on index.php to actually call caldav.php
which means that a request for / which becomes index.php, still works
with a PROPFIND or similar.
2007-11-03 20:37:44 +13:00
Andrew McMillan
39700005f4 Some random renaming of RSCDS to DAViCal. 2007-11-01 14:54:59 +13:00
Andrew McMillan
ca10fb50c1 Move the DAV: header to caldav.php, rather than only sending it for
the OPTIONS request.
2007-10-29 18:14:10 +13:00
Andrew McMillan
e5e2002c74 URLs seem to need to be unescaped. 2007-10-27 15:18:37 +13:00
Andrew McMillan
6b1286cf5b Add a framework for supporting Digest authentication. 2007-08-07 22:42:27 +12:00
Maxime Delorme
97aff18dbe Import patch from Maxime. 2007-05-30 23:29:54 +12:00
Andrew McMillan
1eb5308fc2 Separate the creation of the session object from the definition of it's class. 2007-05-30 22:52:58 +12:00
Andrew McMillan
b2aa337fd8 Rename user.php => usr.php so that case-insensitive filesystems still work. 2007-05-29 22:58:36 +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
Andrew McMillan
106b0f933d Enforce tight restrictions on viewing other people's collection contents. 2007-05-09 14:09:47 +12:00
Maxime Delorme
46555cb26e Handle calendar upload. 2007-05-05 11:40:08 +12:00
Maxime Delorme
9b6b554c72 Styling on submit buttons. 2007-05-05 11:38:12 +12:00
Maxime Delorme
c16fa7309c Add introductory comment. 2007-05-05 11:14:54 +12:00
Andrew McMillan
6ea36765b8 Correct typo. 2007-05-01 20:37:47 +12:00
Andrew McMillan
90b5d9dc11 Show a list of user's relationships. 2007-03-19 14:13:00 +12:00
Andrew McMillan
b70ebfdaea Try and link to somewhere which is more likely to work for the users.php link. 2007-03-05 14:37:12 +13:00
Andrew McMillan
5caf334f77 Removed this which is superseded by directly issuing GET/PUT against
collection URLs for WebDAV.
2007-02-19 11:16:14 +13:00
Andrew McMillan
1aaff0bb1d Set default sort order. 2007-01-11 12:59:06 +13:00
Andrew McMillan
68088b9d1a Better explicate the conferrable privileges with a Select (MDelorme). 2006-12-28 13:03:40 +13:00
Andrew McMillan
11f3455e27 Remove the fromgroup / togroup entirely from relationship types and go for
a much simpler model entirely.
2006-12-27 15:20:23 +13:00
Andrew McMillan
7a1b2a0dd0 The prefix_match field and rt_inverse field are removed from relationship_type
because that model was too complex to be useful.  We also explicitly indicate
whether the relationship source or destination are groups separately.
2006-12-27 14:29:19 +13:00
Andrew McMillan
cd32effe1c New CSS from 'mdelorme' 2006-12-22 09:10:37 +13:00
Andrew McMillan
441ec448fe Change freebusy to use the code we wrote for the free busy REPORT. 2006-12-22 09:02:51 +13:00
Andrew McMillan
662b27e89a Framework for testing RRULE handling. 2006-12-16 11:41:46 +13:00
Andrew McMillan
94c365bb85 Correct comment now that Chandler does send a user-agent string. 2006-12-12 17:14:02 +13:00
Andrew McMillan
899afa3ee6 Add debugging output of $_SERVER headers. 2006-12-11 19:39:43 +13:00
Andrew McMillan
becfa15926 Starting work on LOCK. 2006-12-04 10:14:43 +13:00
Andrew McMillan
22eeabcdd2 Work without register_globals. 2006-12-03 17:58:35 +13:00
Andrew McMillan
1c16a45e3a Remove another E_NOTICE warning. 2006-12-03 17:05:31 +13:00
Andrew McMillan
b807490bc5 Allow clickthrough to GET .ics events from the collection in the Admin screen. 2006-11-30 21:48:26 +13:00
Andrew McMillan
2800808b90 Allow RSCDS to operate from a subdirectory within another virtual host,
rather than requiring it's own virtual host.
2006-11-30 18:09:38 +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
02be51d765 OPTIONS now working with new structure. 2006-11-27 00:29:23 +13:00
Andrew McMillan
b591115b72 New class to handle requests, so we can extract permissions in a better
way.  Of course this breaks all of the existing code, so don't use this
until I have all the regression tests passing again :-)
2006-11-27 00:16:01 +13:00
Andrew McMillan
03ba7469cc 'write' includes 'bind', 'unbind' and 'write-content' 2006-11-26 17:31:05 +13:00
Andrew McMillan
318c7fe2cd Starting to add more privileges support. 2006-11-26 17:27:59 +13:00
Andrew McMillan
e231b2d9fc Remove a couple of columns that aren't really incredibly useful. 2006-11-26 15:36:12 +13:00
Andrew McMillan
81d74386d4 Get rid of the relationships.php which is in the user page now. Provide
a way of seeing some information about the items in a collection.
2006-11-26 15:32:29 +13:00
Andrew McMillan
58ac97191a Allow an e-mail address to be used with the freebusy.php functionality. 2006-11-23 20:19:12 +13:00
Andrew McMillan
4bd57eb348 A sanity review found some insanity! 2006-11-21 22:04:21 +13:00
Andrew McMillan
eed763151f Implement basic freebusy support. 2006-11-21 21:56:22 +13:00
Andrew McMillan
af2a658827 Ensure that we still show something useful when there is no User-agent header. 2006-11-21 20:20:50 +13:00
Andrew McMillan
7020dbd7cb Introduce a confirmation between clicking on delete and actually doing it.
Note that this will depend on a new version of AWL which implements the
session methods we use to avoid having predictable links for such things.
2006-11-21 19:42:33 +13:00
Andrew McMillan
8056e9bc40 Add configuration setting so javascript linking of rows can be disabled. 2006-11-20 08:36:13 +13:00
Andrew McMillan
0919a0b2fe Add a placeholder for the PROPPATCH command which I will now start working
on.
2006-11-19 12:06:05 +13:00