Commit Graph

2160 Commits

Author SHA1 Message Date
Ralf Becker
9e6a471fe2 * Addressbook/CardDAV: fixed Apple iOS and OS X addressbook messed up phone numbers (Mobile is now mobile for both and iPhone is matched to EGroupware private cell)
also removed copy of supportedFields and using again default ones from addressbook_vcal, with Apple specific fixes in _get_handler()
2012-02-10 11:23:09 +00:00
Ralf Becker
ccb2d9b80a fixed images allways get resized, because mb_substring returned 3 bytes, using cut_bytes now 2012-02-10 09:09:02 +00:00
Nathan Gray
91adfbec6c Make sure letter filter doesn't persist 2012-02-02 15:28:16 +00:00
Klaus Leithoff
3785edd9df * addressbook/csv-import: fix/enable update of account - userdata when accounts are stored with ldap. If the condition is on account_id, we supplement the condition with owner=0 (this is needed to correctly determine the storage engine (ldap/sql) for accounts); we strongly recomment NOT to try to use this for adding accounts: use admin import definitions for that task 2011-09-19 10:29:29 +00:00
Ralf Becker
5591a797ff ensure accounts and group addressbooks are never private! 2011-09-09 06:37:26 +00:00
Klaus Leithoff
8cc9192080 have edit.xet renewed; 2011-08-29 12:54:24 +00:00
Klaus Leithoff
1628b766a1 have edit.xet renewed; handle onclick event in addressbook view mode for name popup for IE9 2011-08-29 12:46:54 +00:00
Ralf Becker
fcd0e6364e backported r33878, r33880 from Nathan to display supported fileformats in addressbook prefs 2011-08-26 10:14:17 +00:00
Klaus Leithoff
9a7b0dfd7b fix by Ralf for bug, that prevented the update of accounts, if your accountselection method is groupmembers 2011-07-18 10:09:58 +00:00
Oscar Manuel Gómez Senovilla
45a463830e Update Czech translation for 1.8. Tracker #2886 2011-06-23 13:41:31 +00:00
Ralf Becker
1872646b1e * Addressbook/LDAP: fixed lettersearch by backporting LDAP class from trunk 2011-05-03 19:58:10 +00:00
Ralf Becker
61566c2b56 fixing the fix ... (db-name is in key, not value) 2011-04-21 15:06:12 +00:00
Ralf Becker
13418a3c57 * PostgreSQL/Addressbook: fixed SQL error when listing account, groups or querying birthdays 2011-04-21 14:33:18 +00:00
Ralf Becker
2727fc4abc * Addressbook/PostgreSQL: fixed SQL error when checking "use whole query" 2011-04-15 06:50:48 +00:00
Klaus Leithoff
5ea72c33c9 * addressbook: enable advanced search for addressbook org view 2011-04-12 11:49:40 +00:00
Ralf Becker
67372c4933 * Addressbook/PostgreSQL: lettersearch in organisation-view allways returned empty 2011-04-11 16:34:41 +00:00
Ralf Becker
79e6d38c41 * SyncML/Calendar/PostgreSQL: fixed SQL error when searching participants (SELECT DISTINCT requires ORDER-BY-expressions to be in SELECT-list) 2011-04-11 12:10:23 +00:00
Ralf Becker
57624460a5 * Addressbook: lettersearch was not working for addressbooks in LDAP if PostgreSQL database was used (bug #2851)
wrong parsing of sql query to construct LDAP query
2011-04-10 15:33:05 +00:00
Ralf Becker
a7d0ee8550 * LDAP addressbook filter for all addressbooks by "(objectclass=inetorgperson)" to not get eg. computer accounts from Samba 2011-03-07 13:55:05 +00:00
Ralf Becker
b9e714f40d * CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:34:21 +00:00
Nathan Gray
4f6ead8a07 Remove category from contacts when category is deleted 2011-02-18 18:48:27 +00:00
Klaus Leithoff
5ad740aa83 fix for bug/problem regarding the merge of contacts: main links of linked addresses where not moved to the new target 2011-02-15 14:51:33 +00:00
Ralf Becker
c553f870bc fix for bug #2835: copied contacts lose categories of source 2011-02-15 14:10:36 +00:00
Klaus Leithoff
c0b1198b78 * addressbook: postgres compatibility for distributionlists 2011-01-14 13:00:40 +00:00
Klaus Leithoff
0dd145fca6 * addressbook: check if typefilter is valid (type available), if not remove it 2011-01-14 12:05:16 +00:00
Oscar Manuel Gómez Senovilla
b113030cf9 tracker #2789 2011-01-02 15:11:27 +00:00
Oscar Manuel Gómez Senovilla
ad557993a5 Update spanish translation, and some polish files 2011-01-01 23:22:08 +00:00
Klaus Leithoff
ba2f3105fb using bocontacts->default_addressbook for add_default; do not try to rebuild the logic of bo construct 2010-12-13 13:22:00 +00:00
Klaus Leithoff
20ce8ff14c filter @ from n_fn when trying to add the email via addressbook.email dialog 2010-12-07 15:17:05 +00:00
Ralf Becker
1db7a3d067 * fixed birthday of contacts/accounts in LDAP could not be modified in addressbook 2010-12-06 18:29:59 +00:00
Klaus Leithoff
8d45385f5d * eMail: remove invalid -at- when occurring in full name, when adding address to email; skip addresses that produce a parse error while parsed with imap_rfc822_parse_adrlist 2010-12-06 15:07:06 +00:00
Nathan Gray
2eda1476cf Merge custom fields when merging contacts 2010-11-29 20:48:15 +00:00
Klaus Leithoff
50841e4b0b dont use the global template object anymore; do our own now 2010-11-29 11:27:55 +00:00
Ralf Becker
28592a9330 * read access to groupmembers for account-selection "groupmembers" (only for account_repository sql!)
fixes not shown users in "grant access" for non-admin users
2010-11-05 08:57:39 +00:00
Ralf Becker
0fa2fc259e forgot to remove comment, photos get now resized 2010-11-05 07:52:14 +00:00
Ralf Becker
f45cb1b996 * scaling now addressbook images uploaded via CardDAV or SyncML to 60 pixel width like already done for web GUI 2010-11-04 20:43:59 +00:00
Ralf Becker
74aefac21f * fixed empty getctag, causing eg. Sogo connector not to update in EGroupware modified addressbooks under 1.8 2010-10-31 08:09:33 +00:00
Jörg Lehrke
0ee6b985bc Fix Apple CardDAV issue 2010-10-29 08:47:06 +00:00
Ralf Becker
7cdc1ef83a removed filemanager icons, as they require for correction function a stylite.links stream wrapper from EPL 2010-10-26 13:32:41 +00:00
Ralf Becker
fa58c2adc4 * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
Merge of following commits from Trunk:
r32609: * GroupDAV preference for addressbook-home-set (requires to register hooks)
r32610: missing groupdav hooks
r32611: fixed missing "users" of principal url in calendar-user-address-set
r32615: as the pricipal of current user is influenced by GroupDAV prefs, we have to include them in the etag
r32619: loop over existing addressbooks, to make sure each ab is only once in addressbook-home-set, even when selected multiple times in the prefs because of symbolic ab like "primary group"
r32620: urlencode and decode account_lid in url to cope with group-names with space in it, which stall iPhone OS 4.2 devices
r32621: fixed bug: GroupDAV/CardDAV PUT request to /addressbook/ changes owner, also checking now required ACL for moving contacts between addressbooks
r32622: returning "403 Forbidden" if addressbook_bo->save() fails, happens when writing new entries in ABs without ADD rights
r32623: * iCal on iPhone detects URL now correct
reverted calendar-home-set to report only users calendar, as reporting multiple break propfind
r32624: we need a real redirect, not just a proxy
r32631: fixed working in GroupDAV prefs and translation
2010-10-21 11:26:47 +00:00
Ralf Becker
567e952fba * CardDAV pref which addressbooks to sync and many fixes for iPhone OS 4.0, 4.1, 4.2beta and Mac iCal and contact app
Merge of following commits from Trunk:
r32609: * GroupDAV preference for addressbook-home-set (requires to register hooks)
r32610: missing groupdav hooks
r32611: fixed missing "users" of principal url in calendar-user-address-set
r32615: as the pricipal of current user is influenced by GroupDAV prefs, we have to include them in the etag
r32619: loop over existing addressbooks, to make sure each ab is only once in addressbook-home-set, even when selected multiple times in the prefs because of symbolic ab like "primary group"
r32620: urlencode and decode account_lid in url to cope with group-names with space in it, which stall iPhone OS 4.2 devices
r32621: fixed bug: GroupDAV/CardDAV PUT request to /addressbook/ changes owner, also checking now required ACL for moving contacts between addressbooks
r32622: returning "403 Forbidden" if addressbook_bo->save() fails, happens when writing new entries in ABs without ADD rights
r32623: * iCal on iPhone detects URL now correct
reverted calendar-home-set to report only users calendar, as reporting multiple break propfind
r32624: we need a real redirect, not just a proxy
r32631: fixed working in GroupDAV prefs and translation
2010-10-21 11:17:46 +00:00
Nathan Gray
9f315b6187 * Fix for Addressbook History NOT showing old or new value for some custom fields (Stylite #8230) 2010-10-14 15:53:09 +00:00
Nathan Gray
d261f92a75 * Fix for Addressbook History NOT showing old or new value for some custom fields (Stylite #8230) 2010-10-14 15:08:05 +00:00
Nathan Gray
4d22beeb64 Backport 32513 - Add mimetype to export plugin 2010-10-12 22:50:12 +00:00
Nathan Gray
e646cc4f8e Add mimetype to export plugin 2010-10-12 22:48:43 +00:00
Ralf Becker
59ffc34a9f - fix for egw.org bug #2729: extended search for recipients filtered by categories does not work
- cancel button in advanced search, cancels now the advanced search and not just closes the window
2010-10-12 14:17:49 +00:00
Ralf Becker
c973df5693 - fix for egw.org bug #2729: extended search for recipients filtered by categories does not work
- cancel button in advanced search, cancels now the advanced search and not just closes the window
2010-10-12 14:05:48 +00:00
Ralf Becker
93d34b8557 - fix for egw.org bug #2729: extended search for recipients filtered by categories does not work
- cancel button in advanced search, cancels now the advanced search and not just closes the window
2010-10-12 14:01:36 +00:00
Jörg Lehrke
33bd0fed50 Announce all available addressbooks and calendars of the current user with GroupDAV 2010-10-09 22:49:10 +00:00
Jörg Lehrke
7ca68fcba4 Announce all available addressbooks and calendars of the current user with GroupDAV 2010-10-09 22:43:02 +00:00