8
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
inc/drivers_ldap: fix 'Undefined variable' More... over 11 years ago
CardDAV Query Report More... over 11 years ago
Support multiple text-match elements within a filter query. More... over 11 years ago
Call log_caldav_action for VCARD PUT requests. More... over 11 years ago
Support uniqueMember with DN for user names. More... over 11 years ago
Added check to ensure email field does not get a double extension. More... over 11 years ago
Merge branch 'master' of ssh://gitlab.com/davical-project/davical More... over 11 years ago
Adjust copyright; remove broken footer beacon More... over 11 years ago
Merge branch 'master' of gitlab.com:davical-project/davical More... over 11 years ago
added network timeout option for LDAP (thanks Sebastian Kotthoff) More... over 11 years ago
Merge branch 'master' of https://gitlab.com/davical-project/davical More... over 11 years ago
Translation updates and new languages. More... over 11 years ago
Updated home page with updated information on support structure. Eliminated blog, SourceForge -> GitLab on page header More... over 11 years ago
added $c->disable_caldav_proxy_propfind_collections option - it is very useful if your client not uses the "calendar-proxy-read" and "calendar-proxy-write" resources returned by PROPFIND for each principal (http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-proxy.txt). The main reason to disable these resources is that it is EXTREMELY expensive to create them (especially on servers with lot of users who share their collections) and most clients will never use them (or use this functionality by explicitly asking for these resources using expand-property REPORT, which will work regardness the value of this option) supported values: false/unset => keep these resource active true => never show these resources array('User-Agent'=>'#regex1#', 'X-Client'=>'#regex2#') => if a client sends "User-Agent" header which matches the regex1 OR "X-Client" header which matches regex2 then do not show these resources More... over 11 years ago
added $c->hide_bound configuration options - it is very useful if you use iOS (which not supports delegation) in combination with other software which supports degation ... simply use case is: bind all collections you want to see on iOS (emulation of delegation) and then hide these collections from other clients with real delegation support supported values: false/unset => always show bound collections true => never show bound collections array('User-Agent'=>'#regex1#', 'X-Client'=>'#regex2#') => if a client sends "User-Agent" header which matches the regex1 OR "X-Client" header which matches regex2 then all bound collections are hidden More... over 11 years ago
added functions for regex comparison (see next commits) More... over 11 years ago
various cheduling related fixes (there are still few remaining bugs) More... over 11 years ago
expand-property repord - prevent infinite recursion and recursion to the object itself (non-recursive getting request URL properties) More... over 11 years ago
various cheduling related fixes (there are still few remaining bugs) More... over 11 years ago
fixed uninitialized principal object for calendar-proxy-* queries More... over 11 years ago
Awl interface related changes More... over 11 years ago
comment out lines related to external invitation (the Email class is still undefined) More... over 11 years ago
awl interface related changes More... over 11 years ago
fixed missing semicolons in drivers_ldap.php More... almost 12 years ago
fixed masking of confidential event components More... almost 12 years ago
transform date from iOS to standart format More... about 12 years ago
Revert "add fix for the OSX Contacts.app:" More... about 12 years ago
Support regression testing with postgres on non-default port More... about 12 years ago
Merge branch 'master' of github.com:DAViCal/davical into github More... about 12 years ago
Merge branch 'master' of github.com:DAViCal/davical into github More... about 12 years ago