Commit Graph

13102 Commits

Author SHA1 Message Date
e0454b0558 updated the intervall selectbox to 31, to enable recurrance intervalls within a month range 2008-05-09 08:04:47 +00:00
8578525e00 groupdav app (without own dir) 2008-05-08 20:50:46 +00:00
6587e340fc Some modifications required by CalDAV 2008-05-08 20:33:09 +00:00
d2e9143213 First version of new CalDav/CardDAV/GroupDAV access for calendar and
addressbook (infolog will follow).
CalDAV is tested so far with lightning 0.8 and Apple's iCal. Please note
that both distinguish between iCalServer and CalDAV!
The URL is currently http://domain.com/egroupware/groupdav.php/calendar/
2008-05-08 20:31:32 +00:00
9d7e48fcaa use a cn given+family name, instead of link title for contacts 2008-05-08 20:19:20 +00:00
cb9212e691 Calendar can now store participants which are no accounts or contacts.
- as required by iCal/CalDAV/GroupDAV/SyncML
- this also fixes problems with LDAP contacts, which have non-numeric
  ids
- iCal code now converts to and from all participant types supported by
  eGroupWare: some types (eg. ressources) require that the clients keeps
  the new X-EGROUPWARE-UID attribute
- calendar UI allows to enter email addresses via the addressbook search
  box (dont type search, but direct add)
2008-05-08 15:02:35 +00:00
5d50d41004 - modified etag/optimistic locking, to always increment the etag, was before only via the GUI
- replaced own "locks" via egw_cal.cal_edit_user/time with the new egw_vfs::lock() methods
2008-05-07 22:12:25 +00:00
641817662b enable roles in main addressbook list view 2008-05-07 14:13:34 +00:00
eef92b5785 Migration LDAP --> SQL 2008-05-07 13:13:23 +00:00
0c586d9ff0 bot-safer contact form 2008-05-07 13:12:33 +00:00
84a9f87127 "- setting ldapLimit to 2000, which is the default of slapd
- returning personal entries as personal (and not private)"
2008-05-07 13:08:58 +00:00
121752ed72 "MAILTO href in ATTENDEE, is just the email address, NO cn" 2008-05-07 09:09:33 +00:00
faae1ce6b6 "allow to (optionally) pass etag to importVCal, to check and fail if event is changed (needed by GroupDAV/CalDAV)" 2008-05-06 21:57:32 +00:00
36858cf2c2 "new parameter for exportVCal to export the UID the client sent and not the calendar-id-installid one, that's required by many GroupDAV/CalDAV clients and also the recommend behavior according to the RFC, it's off by default to not break SyncML" 2008-05-06 21:05:56 +00:00
ec3327010c optional check etag/optimistic lock on delete too 2008-05-06 19:58:15 +00:00
3a5b24dfda "fixed bug reported by matsie(at)terra.es: fatal error on ical export in calendar:
was cased by browser/inc/class.browser.inc.php having top priority in autoloading, which was never intended"
2008-05-06 05:57:21 +00:00
f6a883713f locking for eGW's WebDAV (and later on CalDAV).
no recursive (depth infinit) locks atm.
2008-05-01 11:44:55 +00:00
2e0882c868 "some uncommited stuff" 2008-04-30 19:01:13 +00:00
9df4251058 "- fixed bug introduced with r25260: connection charset for PDO connection was not longer set, causing utf8 filenames written to mysql, which thinks we are talking latin1 (mysql default)
- also fixed wrong DSN for mysqlt"
2008-04-30 19:00:14 +00:00
3e1c305a7c not used anymore by debian, according to peter eisentraut, the debian maintainer 2008-04-30 15:08:38 +00:00
d58ddd9999 "allow to insert rows with the auto-id specified" 2008-04-27 20:05:04 +00:00
a3a7503c0f "new static hook methods (class::method) are navitvly supported from php5.2.3+ on, so we need to add some compatibility for our required php5.1
"
2008-04-27 11:55:11 +00:00
afb99a49e9 AT holidays from eric.schwartz(at)gmx.at 2008-04-27 05:56:20 +00:00
2f4a67094e add missing (not used) parameters, creating warnings in error_log 2008-04-26 08:47:26 +00:00
69d7ee916d small fix for the etag & uid handling of new entries 2008-04-26 08:46:44 +00:00
163b795d45 "extra where condition, eg. to check etag on writing" 2008-04-26 07:49:01 +00:00
c906d34880 "some (not-required, so no header update neccessary) updates for the header template" 2008-04-25 19:07:25 +00:00
86368a1903 uid and etag (optimistic locking) for addressbook 2008-04-25 19:06:15 +00:00
684d6551f2 using static methods for the hooks (you need to update addressbook or call Admin >> Register hooks!) 2008-04-25 18:59:00 +00:00
4ecce4f5ae allow all php callables (eg. "class::method" for static calls) for ExecMethod, ExecMethod2 and as methodstring for hooks 2008-04-25 18:54:06 +00:00
a8b924696f removed some depricated and as far as I know nowhere used methods and make many functions static 2008-04-25 18:52:33 +00:00
46325b070c fixed fatal error happening on some installs when deleting a dir in sqlfs 2008-04-24 15:19:42 +00:00
4048c304d7 "using the configured temp directory for uploaded files" 2008-04-24 13:59:47 +00:00
f40cfd935d "using the configured temp directory for uploaded files" 2008-04-24 13:55:12 +00:00
45e293e989 class.uiinfolog.edit can handle the action_id now with multiple IDs from
the Addressbook. They are all linked now.
2008-04-23 08:27:49 +00:00
69ac5df990 Add to create a new Infolog directly from the Addressbook with multiple
Addresses als Links
2008-04-23 08:22:22 +00:00
0cdfc90f61 "using egw_vfs::mime_icon()" 2008-04-22 20:33:42 +00:00
0070d44a4a AT holidays from helmut.bienstock(at)mcbee.at 2008-04-22 11:40:21 +00:00
92c1bf9bfa "also check if the required classes are set for the session restore, fixes a problem with groupdav" 2008-04-22 10:11:49 +00:00
3ef9def241 using iso-8859-1 for talking to SoGo Connector (0.61 works) via GroupDAV 2008-04-22 08:55:18 +00:00
82e4a81bc8 "" 2008-04-22 08:42:31 +00:00
1113f2ec1c "spelling" 2008-04-22 06:09:02 +00:00
c2c2c390ce "fixed bug reported by Peter Goerzen and Nathan: deleting a contact from view gives error, even if the contact get's successful delete" 2008-04-22 06:08:01 +00:00
80367bb943 removed not longer used old vfs classes and the first stream_wrapper (oldvfs://), I have not yet droped the vfs table, to give the update script more testing with the change to restore 2008-04-21 17:38:39 +00:00
9e615429e9 sms notifications from aleksander.adamowski(at)olo.org.pl 2008-04-21 17:23:18 +00:00
9e838a4068 fixed infinit recursion on deleting entries with linked files, first reported by Peter Goerzen 2008-04-21 16:55:52 +00:00
72cbfd4083 Fixed misplaced bracket causing forced default addressbook preference to be re-set to the current user 2008-04-21 16:11:59 +00:00
1eb9acec27 enable sqlfs_stream_wrapper to run under setup 2008-04-21 15:37:11 +00:00
cf4cd2aa3f restore current egw_vfs::$is_root and egw_vfs::$user 2008-04-21 15:36:30 +00:00
0080dc39f0 special mkdir of links_stream_wrapper, so the entry dirs do not inherit the other read/browse rights from the app dir 2008-04-21 11:06:45 +00:00