Nathan Gray
5e89cfbabf
Apply 'hide_accounts' preference to link searching
2010-06-16 14:09:52 +00:00
Jörg Lehrke
1431f149e2
Fix GroupDAV/Addressbook categories issue
2010-06-14 07:45:25 +00:00
Nathan Gray
b85467dd26
Use enanced searching for link queries also
2010-04-26 14:31:55 +00:00
Jörg Lehrke
334a8c6fc3
Fix addressbook_bo::find_contact()
2010-04-21 17:41:34 +00:00
Nathan Gray
c87e751c76
Disable history logging for accounts when the backend is LDAP because it was showing changes for all entries instead of the current entry
2010-04-16 16:06:37 +00:00
Nathan Gray
68a2a3d641
Notify linked apps about changes in contact data so linked addresses get displayed with new information
2010-03-24 16:23:12 +00:00
Jörg Lehrke
a8804a44ef
GroupDAV updates
2010-03-06 23:06:43 +00:00
Ralf Becker
97d3b59999
"sort group-addressbooks and other-user-addressbooks alphabetical"
2010-03-05 14:54:07 +00:00
Jörg Lehrke
e377d1914c
Addressbook cleanups from backport
2010-02-26 15:47:51 +00:00
Klaus Leithoff
c9ab7e557b
fixing issue: failed add to organisation from org-view, when colon in org_unit/org_location/organisation
2010-02-25 13:42:27 +00:00
Klaus Leithoff
ea5535284f
fix for addressbook hook_home problem; birthdays where not displayed correctly anymore in home view
2010-02-16 10:42:27 +00:00
Nathan Gray
63117b9ceb
Add an option to keep deleted contacts, and only admins can purge them
2010-02-10 23:07:43 +00:00
Jörg Lehrke
b6097fa156
SyncML Content Handling
...
* Improved find-methods
* Timezone support for InfoLog
* SyncML Preferences
- addressbook and address list are now joined
- Primary User Group for addressbook and calendar
* SlowSync uses old mapping information (can be disabled within the preferences)
2010-02-09 21:56:39 +00:00
Nathan Gray
0db5355347
Add history logging to addressbook
2010-02-08 17:53:47 +00:00
Nathan Gray
6df521de8d
Implement options so link_query() can be limited
2009-12-08 21:24:46 +00:00
Christian Binder
c3df45932f
make birthday date check also work for 200 years more in the future
2009-12-02 11:18:20 +00:00
Christian Binder
144f5fe24c
check for a valid birthday date if we run the contacts cleanup tool
2009-12-02 11:06:01 +00:00
Jörg Lehrke
dd92e60180
Use UID for find_content(); code cleanups
2009-12-01 10:24:55 +00:00
Ralf Becker
e642601607
Allow to use account_id as unique key in csv import and added it to cvs
...
export.
2009-11-27 13:35:43 +00:00
Christian Binder
f94c037269
instanciate categories class in addressbook_bo constructor
2009-11-26 08:30:22 +00:00
Christian Binder
bd3bdae734
fixed again wrong $this->owner to $this->user
2009-11-20 10:37:11 +00:00
Christian Binder
6e8f5f453d
fixed categories var being initialized somewhere between nowhere and nirvana
2009-11-20 09:05:23 +00:00
Christian Binder
71c7c427ca
check for contact_id > 0
2009-11-19 14:18:45 +00:00
Christian Binder
43649aa268
fixed typo
2009-11-18 11:11:16 +00:00
Christian Binder
dee4177242
changed owner to user, this was an old error which probably never produced any impacts
2009-11-18 09:55:31 +00:00
Christian Binder
0b4313adba
using new categories check_perms() method on vcard export (prevent exposing private categories) and merge given categories with existing ones on vcard import
2009-11-18 07:46:01 +00:00
Christian Binder
8e6f54f9de
new addressbook admin function to cleanup addressbook fields on all contacts - useful if synchronisatioin creates duplicates
2009-11-11 08:44:51 +00:00
Jörg Lehrke
5810575d05
Be more tolerant within find_contact()
2009-11-06 14:43:46 +00:00
Christian Binder
94c29e7819
remove url und url_home from mandatory matching fields because this fields vary too much (with http:// or not)
2009-11-04 16:22:36 +00:00
Christian Binder
79a3b59ccb
avoid setting fullname to empty string by first checking the strlen of it
2009-11-04 15:09:24 +00:00
Jörg Lehrke
2d89868180
allows to limit contact synchronization to specific an addressbook and distribution list (thanks to Zorg)
2009-08-22 14:22:55 +00:00
Ralf Becker
ff7aff5207
"Implemented ability to check for more then one right:
...
@param int $required=EGW_ACL_READ required rights on the addressbook or multiple rights or'ed together,
to return only addressbooks fullfilling all the given rights
"
2009-08-21 07:12:07 +00:00
Klaus Leithoff
2efaf05803
if there is an & within org_name, org_unit and such, the add to org will not work, as the GET Parameter gets splitted by &; ADDITIONAL: if there is any export limit set, pass it on to the nextmatch, to be evaluated by the export
2009-07-20 12:11:05 +00:00
Klaus Leithoff
21d2db0e54
fixing an n_fn issue, (n_fn was not updated anymore)
2009-07-20 07:47:55 +00:00
Ralf Becker
a5ff2eb037
fix for invalid category ids, eg. delete categories
2009-07-16 16:05:40 +00:00
Ralf Becker
d333605510
- merged SyncML-1.2 branch with trunk:
...
svn merge ^/trunk/addressbook@27378 ^/branches/SyncML-1.2/addressbook .
- re-added to trunk commits, which were somehow not in SyncML-1.2 branch:
svn merge -c 26581 ^/trunk/addressbook
svn merge -c 26582 ^/trunk/addressbook
2009-07-15 19:44:09 +00:00
Ralf Becker
4634465bb8
addressbook maintenance: set full name and file as in contacts of all
...
users
2009-05-09 07:58:16 +00:00
Ralf Becker
eb7e801074
- moved get_addressbooks method from ui to bo
...
- fixed not removed '()' if org-name is empty
2009-05-02 09:37:19 +00:00
Klaus Leithoff
c0baa83dbe
read_calendar should return an array, as it is expected, and described in the functions description
2009-04-01 10:59:56 +00:00
Ralf Becker
cfcbdc93f4
"query account_lid (via accounts::id2name) only if it's not already in the data
...
without that accounts_sql::get_list without limit requires quite a lot more time and memory"
2009-03-02 11:40:28 +00:00
Ralf Becker
db52734dd1
default format for fileas
2008-10-10 11:25:35 +00:00
Ralf Becker
90dbfd6a37
"addressbook part of Regis patch"
2008-10-10 10:55:52 +00:00
Ralf Becker
338f3f246f
file_access hook for attachments
2008-10-07 09:05:48 +00:00
Stefan Becker
4167181289
"Patch for changing customfields in organisations, whan updating every member in the organisation"
2008-06-12 17:40:19 +00:00
Stefan Becker
968be31df1
"Patch for changing a empty org field, when changing all fields for all members of organisations"
2008-06-12 14:28:25 +00:00
Ralf Becker
ef700b0061
new class naming schema
2008-06-07 17:45:33 +00:00
Ralf Becker
28654c560e
include next and last date in csv export and use same fields for nextmatch csv export
2008-06-05 12:04:00 +00:00
Ralf Becker
b69b8085e6
Fixed some problems with the etag handling, causing an SQL error on
...
merging contacts, as reported by Johannes Gorschlüter from Stylite
2008-05-17 06:44:17 +00:00
Ralf Becker
7a2e1a66e2
renamed addressbook classes to use autoloading, was just a test to get
...
an idea about the effort - not sure I want to do that with all apps ;-)
2008-05-10 12:02:49 +00:00