Commit Graph

3298 Commits

Author SHA1 Message Date
nathangray
4fc24305a1 Addressbook: Fix sort changes wouldn't stay in some circumstances
In particular, sorting by Name would always reset
2021-01-07 11:22:01 -07:00
Ralf Becker
ac100e4424 pending changes from our translation server 2020-12-15 18:58:45 +01:00
nathangray
85c7442c3f * Addressbook: Fix newly added distribution lists could not be added to with the context menu 2020-12-01 10:46:12 -07:00
Ralf Becker
f4dccd73d4 fix error "Class Accounts not found" 2020-11-20 15:49:15 +01:00
Ralf Becker
acf9b33afb * Addressbook: allow sharing of individual contacts to make them available to other addressbooks or users
add contact info to check_shared_with call, so sharerequires policy uses current data
2020-11-19 09:47:31 +01:00
Ralf Becker
23223d785d allow to filter by (not) shared and add groups to shared-with filter 2020-11-19 09:42:23 +01:00
Ralf Becker
42d000145f enable unshare action also when shared-with column is shown and fix some bugs arround unsharing and resharing 2020-11-19 09:42:23 +01:00
Ralf Becker
99305cb536 display shared-with in addressbook column and allow to use it as filter 2020-11-19 09:42:23 +01:00
Ralf Becker
bd85f19c5e give explicit select-options priority over querying accounts via link-widget, fixes not displayed addressbook for sharing 2020-11-19 09:42:22 +01:00
Ralf Becker
93e5afac69 changes to implement policies on contact sharing 2020-11-19 09:42:22 +01:00
Ralf Becker
312439c694 WIP addressbook sharing: action to unshare contacts shared by user (only in shared_by_me view) 2020-11-19 09:42:22 +01:00
Ralf Becker
76c347f603 WIP contact sharing: context menu to share and filter for shared contacts 2020-11-19 09:42:22 +01:00
Ralf Becker
9d776189b0 sharing ACL: need explicit new ACL or edit rights, to share into an addressbook 2020-11-19 09:42:22 +01:00
Ralf Becker
71d185a019 WIP contact sharing 2020-11-19 09:42:22 +01:00
Hadi Nategh
3ac80c316f Fix some more styling issues 2020-11-04 11:51:59 +01:00
Hadi Nategh
f56c73816e Fix styling of CRV view's close button 2020-11-04 10:56:49 +01:00
Hadi Nategh
df40f8dacf Add close button into CRM view 2020-11-03 16:24:02 +01:00
Hadi Nategh
4ebce118e7 Take crm_list preference into account for dblclick action on contact 2020-11-02 15:48:45 +01:00
Hadi Nategh
f55fae6a3b * Addressbook: Open CRM views into individual tabs 2020-10-30 17:21:55 +01:00
Ralf Becker
9fe09ef09b * Addressbook: allow to configure sending fax via email by replacing the number with an email address 2020-10-28 13:32:30 +01:00
Ralf Becker
c25b34e43a fix PHP Warning "continue" targeting switch, though a single continue/break works too 2020-10-23 20:04:37 +02:00
nathangray
4b9d561bbe CRM: Fix some list bugs
- Adding an infolog did not show up
- CRM.ts got disconnected if infolog list got reloaded
2020-10-13 08:43:02 -06:00
nathangray
05115e4633 Addressbook: Delete contacts over AJAX to avoid refresh 2020-10-02 09:20:54 -06:00
nathangray
7a1cb417a5 Addressbook: Export listed accounts as being in the addressbook of the exporter. They now are 'Accounts' 2020-10-02 09:16:47 -06:00
Ralf Becker
f4af341919 * CardDAV/Addressbook: do NOT add empty room number as further organizational unit
eg. OutlookSynchronizer adds the semicolon to the org-unit
2020-09-11 12:41:10 +02:00
nathangray
7feeb47aff Filter push updates for CRM entries on all linked contacts, not just primary 2020-09-08 09:08:13 -06:00
nathangray
ae933e39d8 Add missing CRM.js 2020-09-08 09:08:09 -06:00
nathangray
c9fe81e5fa Separate CRM list from infolog list so push updates don't conflict 2020-09-08 09:05:31 -06:00
Ralf Becker
6f97a8834e fix nm as 2nd and selectbox as 3rd parameter 2020-08-12 15:18:27 +02:00
nathangray
ee472bb5a9 Change addressbook group / template on client side, not server side
Fixes the issue where the nextmatch_controller is part of the context for the request, but the first thing set_template() does when the server tells the nextmatch to change the template is destroy the controller.  This means that when the data is parsed, the context is missing or damaged.
2020-08-09 18:50:19 +02:00
nathangray
b6e47f9b11 Etemplate: Password widget now auto-updates the second 'confirm' password if you have two and suggest a password. 2020-07-23 13:56:14 -06:00
Ralf Becker
361d5cb351 bump version to 20.1 2020-06-28 10:04:21 +02:00
nathangray
d7d5837ecf Nicer password widget on account edit dialog
- Added plain-text attribute to avoid encrypting password
- Suggest password now fills both fields the same
2020-06-15 16:08:24 -06:00
Ralf Becker
d83c567703 pending translations from our translation server 2020-06-12 12:29:47 +02:00
nathangray
18852b91bc Addressbook: Fix typo in CSV export 2020-06-08 09:11:42 -06:00
Hadi Nategh
15ced22755 Use colored icon for Scheduled call action 2020-06-08 11:48:42 +02:00
nathangray
d89b92f27b * Addressbook: Add selectbox for addressbook to Add distribution list dialog 2020-05-22 11:58:27 -06:00
nathangray
a29d79a7ab * Addressbook: New context menu action to change contact type 2020-05-20 13:05:56 -06:00
nathangray
ded0ef4264 * Addressbook: Fix videoconference online check caused an error with non-user contacts 2020-05-20 11:02:04 -06:00
nathangray
934d309856 Make taglist-state update its own options when country code changes
Fixes bug where options were not properly set if they had to be fetched from server.
2020-05-13 15:21:26 -06:00
Ralf Becker
dfb5531118 pending translations from our translation server 2020-04-29 19:53:40 +02:00
Hadi Nategh
490ada9394 Add more translations and fix csp error while frame accessing egroupware.org 2020-04-29 17:39:04 +02:00
Hadi Nategh
0488da6722 fix invite action's caption 2020-04-29 10:34:18 +02:00
Hadi Nategh
79f8079150 Add "Invite to call" action for inviting users into an existing call 2020-04-28 18:35:33 +02:00
Hadi Nategh
b7ec2a9b91 Add phone call actions 2020-04-23 17:31:33 +02:00
Hadi Nategh
6e932e09ae Fix error when status app is not available 2020-04-22 11:52:07 +02:00
Ralf Becker
1436aeeb27 pending translations from our translation server 2020-04-21 16:30:16 +02:00
nathangray
85b44d4df3 Fix missing translation reported by Stefan Unverricht 2020-04-16 10:23:22 -06:00
nathangray
dbb3b2688e Fix missing translation reported by Stefan Unverricht 2020-04-15 11:21:53 -06:00
Ralf Becker
943609a009 unify video conference actions and translations 2020-04-09 10:50:54 +02:00