Andrew McMillan
1fbf1be670
Add a weak_etag field to the calendar_attendee table.
2010-05-30 11:31:14 +12:00
Andrew McMillan
06abe8bd2e
New patches for next upgrade.
2010-05-19 23:49:50 +12:00
Andrew McMillan
73219e4f57
A few minor database changes.
2010-05-12 22:15:44 +12:00
Andrew McMillan
2f8eb21b82
A few improvements to database creation.
...
Inspired by Peter Eisentraut's blog post about writing scripts
for PostgreSQL.
2010-05-12 22:14:32 +12:00
Andrew McMillan
bb2435eb34
Rename 'all' variable which appears to be a reserved word in PostgreSQL 9
2010-05-09 09:05:23 +12:00
Andrew McMillan
bf2d2c3870
Add a function to convert iCalendar interval syntax into SQL.
2010-05-07 22:44:13 +12:00
Andrew McMillan
0060b0ad92
Exit with error if the update fails.
2010-04-28 14:05:18 +12:00
Andrew McMillan
b806fa8305
A new trigger allowing calendar_alarm.component to be edited.
...
The trigger will then cause the caldav_data record to be
updated with the new alarm component, and the etag is changed.
2010-04-03 17:28:01 +13:00
Andrew McMillan
7cdd7ce0ef
Teach set_dav_property() about dav_bindings.
2010-03-24 23:52:07 +13:00
Andrew McMillan
3072947a68
Add permissions for new tables in DB 1.2.8
2010-03-22 17:18:24 +13:00
Andrew McMillan
5311d3a68a
Remove the freebusy_set from the collection.
2010-03-20 00:31:06 +13:00
Andrew McMillan
58356fb3e3
Remove the mashup tables which we will do more sensibly.
2010-03-18 19:57:14 +13:00
Andrew McMillan
4d674c4f92
Getting bindings to work as seamlessly as possible.
2010-03-15 00:31:16 +13:00
Andrew McMillan
ed055722e9
Working BIND and PROPFIND of bound resources.
2010-03-14 00:22:43 +13:00
Andrew McMillan
1c9c77e412
Add initial support for BIND method.
2010-03-12 11:29:27 +13:00
Andrew McMillan
7429ad689b
create-database.sh does not need to specify bash.
2010-03-11 13:52:30 +13:00
Andrew McMillan
b15c69d8dc
New Svenska localisation from Emil Lundberg
2010-03-09 09:20:24 +13:00
Andrew McMillan
f4416f84e9
Add a primary key.
2010-03-06 23:32:59 +13:00
Andrew McMillan
b12bf600c1
Update to current 1.2.8 patch.
2010-03-05 12:25:56 +13:00
Andrew McMillan
0fffd0e417
First (untested) cut at MKTICKET implementation.
2010-03-05 00:02:26 +13:00
Andrew McMillan
4e86c56a14
Current plans for rev 1.2.8 data structure changes.
2010-03-03 14:36:35 +13:00
Andrew McMillan
555ed3bc4e
Add a weak_etag field for use with scheduling.
...
The weak_etag will be assigned from the etag only when
normal changes are made to an event. A subset of the
changes involved in automatic scheduling will not change it.
2010-03-02 14:16:13 +13:00
Andrew McMillan
16f70a9bdb
More work on database patch.
2010-02-28 22:39:42 +13:00
Andrew McMillan
242ebdcf31
Adding tables for holding addressbook data and split out alarms/attendees.
2010-02-28 20:12:40 +13:00
Andrew McMillan
899337a679
Database changes which actually work, for the moment.
2010-02-28 11:35:52 +13:00
Andrew McMillan
0492cb38bb
Tweak privileges_list() to work in older Pg versions.
2010-02-27 15:21:33 +13:00
Andrew McMillan
429940f4d9
The <allprop> can be at the top level, not within the <prop>.
2010-02-26 13:45:30 +13:00
Andrew McMillan
4f5badd549
Starting to think about tickets for granting permissions.
2010-02-26 13:30:55 +13:00
Andrew McMillan
b966686a71
Default user to davical_dba & provide more help regarding .pgpass files.
2010-02-18 21:12:54 +13:00
Andrew McMillan
6471cb3a57
dav_principal: add a rule for deleting.
2010-02-18 00:34:57 +13:00
Andrew McMillan
fb5cd0403f
Fix property setting to include principals.
2010-02-17 23:53:28 +13:00
Andrew McMillan
1dccbb9ccc
Try and reduce the odds of an extra quote in the password.
2010-01-11 10:14:50 +13:00
Andrew McMillan
081a47f7ee
Kill the schedule-in/out box on upgrade so they are recreated.
2009-12-21 22:32:27 +13:00
Andrew McMillan
1cd3d8c896
Remove unused functions.
2009-12-21 18:56:52 +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
7225173211
Correctly create a principal record for the administrator.
2009-12-11 12:13:56 +13:00
Andrew McMillan
8aeb837f8c
Another attempt at supporting older DB versions.
2009-12-04 23:18:55 +13:00
Andrew McMillan
c59a565588
Fix initialisation of empty array for older Pg versions.
2009-12-04 23:15:34 +13:00
Andrew McMillan
97d7faee32
The -w option doesn't work so well with /usr/bin/env
2009-12-04 23:01:00 +13:00
Andrew McMillan
4786c5869e
Correct for active column removed from principal.
2009-12-04 22:55:03 +13:00
Andrew McMillan
924c31ba17
Use first perl in path.
2009-11-27 13:16:14 +13:00
Andrew McMillan
e2a1a12a75
Note that this is a bash script.
2009-11-27 13:15:49 +13:00
Andrew McMillan
9c4aeb2543
Fix conversion of Resource users.
2009-11-22 22:31:23 +13:00
Andrew McMillan
60a6aeeecd
New functions for listing memberships, members and privileges.
2009-11-22 22:30:59 +13:00
Andrew McMillan
e322ef348d
Fix some bugs in this now we have a UI for editing it.
2009-11-22 22:30:34 +13:00
Andrew McMillan
ecbce99884
Granting for collection_id rather than dav_name now.
2009-11-22 00:24:09 +13:00
Andrew McMillan
60b2674eb1
Grant access to dav_principal view.
2009-11-22 00:22:56 +13:00
Andrew McMillan
b451f9d9d9
Don't expect an active column on principal.
2009-11-22 00:22:01 +13:00
Andrew McMillan
1b1684e10f
Don't have an 'active' column on the principal.
2009-11-22 00:21:10 +13:00
Andrew McMillan
bf199a83a3
Definition of a dav_principal writable view of usr+principal
2009-11-22 00:19:01 +13:00