nathangray
8b443447b6
Fix static var accessed as a constant
2021-03-24 06:44:11 +01:00
Ralf Becker
49d9df43c2
fix Db errors with PHP 7.4+
...
caused by private $this->app not stored in session when Db\Depricated was instaciated
also move $GLOBALS[egw]->ADOdb to a static class var to fix session restore order caused $GLOBALS[egw] not yet restored giving a warning
2021-03-22 18:42:17 +01:00
Ralf Becker
46c5533b0c
countdown: convert datetime server-side into a duration to avoid problems with wrong time or timezone on client
2021-02-17 16:11:19 +01:00
Ralf Becker
2be005f2b9
backport from master
2021-02-16 22:05:45 +02:00
Ralf Becker
f9038d0cd3
* EPL/mail: support SpamTitan REST API to manage spam, requires an API token
2021-02-08 17:32:35 +02:00
Ralf Becker
51aedaeea1
make countdown a value-widget to get automatic timezone handling by date widgets beforeSendToClient method
2021-01-28 11:22:49 +01:00
Ralf Becker
72f7ac95b4
fix empty accounts addressbook after 20.1.20210125 update
2021-01-26 12:52:20 +02:00
Ralf Becker
7960831180
document EGroupware timestamps and remove own __toString() method to be able to compare objects
2021-01-22 15:15:08 +01:00
Ralf Becker
2ec25b9e45
allow to format link-registry entries "add", "edit", ... as "url" parameter for actions
2021-01-14 16:00:16 +02:00
nathangray
b6036de8e2
* Etemplate: Add context menu action on linked files to copy them somewhere else
...
Also, update vfsSelect to use request(), so it processes the additional stuff in response so we can have a success message.
2021-01-07 11:19:09 -07:00
Ralf Becker
311a973385
* LDAP/Addressbook: use accounts filter from setup for accounts addressbook too
2020-12-29 19:37:56 +02:00
Ralf Becker
b8c424a9d2
guard against mail account looses all accounts it is valid for
2020-12-17 08:32:29 +01:00
Ralf Becker
db77752510
* Setup: fix no accounts found for SQL instances
...
in setup without an active user, no grants existed, seemed no problem before, maybe caused by contact sharing
2020-12-15 18:15:40 +01:00
Hadi Nategh
4499b054dc
Add Segoe font family into HTMLEditor
2020-12-09 16:42:10 +01:00
Ralf Becker
ed657aa533
limit number of returned rows on link query by default to 100
2020-12-07 14:31:59 +01:00
nathangray
af32261af4
Try to avoid some "Illegal offset type" warnings
2020-12-04 09:11:30 -07:00
Ralf Becker
587de98c56
also run Egw::__destruct() explicit for notifications
2020-11-22 11:51:02 +01:00
Ralf Becker
82ac3963d2
* Tracker: fix empty notification mail, if ticket was opened by following a link in notification mail
2020-11-21 18:57:46 +01:00
nathangray
8fa11c8f0b
Api: Add charset parameter to tidy->repairString() to avoid mangling some non-ascii characters when merging into document
2020-11-21 09:38:23 -07: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
93e5afac69
changes to implement policies on contact sharing
2020-11-19 09:42:22 +01:00
Ralf Becker
090c443f20
fix not working writable sharing
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
7242c19d22
fix error creating new accounts
2020-11-19 09:42:22 +01:00
Ralf Becker
47da58aa92
only save sharing information if its given, eg. not the case for CardDAV
2020-11-19 09:42:22 +01:00
Ralf Becker
f49481a784
fix contacts shared with a user are not visible in his personal AB, but when all addressbooks selected
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
nathangray
74ffe2dc10
Etemplate: Fix sub-templates not expanded and children not processed if id is set but does not expand
2020-11-12 13:01:08 -07:00
nathangray
1047abe80b
Etemplate: Fix unwanted row reset if box had no ID
2020-11-12 13:00:39 -07:00
Hadi Nategh
e9bfeb4db7
Fix CRM View sidebox content gets disappeared after directly reopening a contact
2020-11-04 11:51:49 +01:00
Hadi Nategh
f55fae6a3b
* Addressbook: Open CRM views into individual tabs
2020-10-30 17:21:55 +01:00
Ralf Becker
84579ced53
fix typo and missing Accounts.php
2020-10-30 13:54:22 +01:00
Ralf Becker
cacea8fe99
* Saml/Shiboleth/SmallPART: allow to use affiliation attribute to sync with Teachers group
2020-10-30 13:54:22 +01:00
Ralf Becker
f51f93db26
* Ads/CardDAV/Addressbook: fix exception / HTTP status 401 when trying to delete an not existing distribution list
2020-10-29 20:30:23 +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
0b0aae31a3
* ActiveDirectory/Mail: fix groups as distribution lists
2020-10-22 18:08:24 +02:00
Ralf Becker
85a7679049
* ActiveDirectory: implement addtional user or group filter
2020-10-22 14:11:02 +02:00
Ralf Becker
7804b60478
* Api: setting configured server-timezone for the databases connection, to fix cases were they do not match
2020-10-19 17:26:24 +02:00
Ralf Becker
5cebe65b83
creating a new dir from filemanager-select dialog always gave an error
2020-10-19 13:00:47 +02:00
Hadi Nategh
39235bc8b2
* HTML Editor: fix bug in editing uploaded image
2020-10-19 11:17:03 +02:00
Ralf Becker
b9cb563eb6
* Api: detect if framework data is missing for popups too and redirect to cd=popup to load it
2020-10-16 09:47:05 +02:00
Hadi Nategh
612889c3c7
* Api: Add table button into html editor's toolbar
2020-10-14 11:20:27 +02:00
nathangray
b6f19f5a2b
Avoid some 'array_key_exists() expects parameter 2 to be array' warnings by checking first
2020-10-13 15:23:42 -06:00
nathangray
0bc8fc9100
Api: Move list of common merge placeholders into parent class to reduce duplication, add link/<format> options
2020-10-07 08:55:47 -06:00
Ralf Becker
18cbde732d
implement UDM_REST_INSECURE environment variable to UCS appliance with no valid cert yet
2020-10-07 10:23:01 +02:00
nathangray
e5789515a2
* Calendar/Merge: Fix {{link}} placeholder not working for HTML mails, use {{link/href}} to get a clickable link
2020-10-06 12:03:21 +02:00
nathangray
2f5b514e35
Merge: Fix {{link}} placeholder was incorrectly wrapped in HREF tag. Use {{link/href}} for that now.
2020-10-06 12:01:47 +02:00