Hadi Nategh
8a9aad7f2c
* Filemanager: Fix video controller not working in filemanager gallery
2021-11-02 17:45:17 +01:00
Ralf Becker
45437a5c9d
add $depth parameter to Vfs::checkLock($url, int $depth=0) and use it to query all locks in one go for filemanager_ui::get_rows()
2021-10-29 08:48:26 -06:00
nathan
facdf2d119
API: Make sure memberships is an array to avoid other errors (PHP 8.0)
2021-10-27 13:41:48 -06:00
Ralf Becker
12c6b57ed0
fix regression reported by @asig2016 after big warning fix
2021-10-23 09:56:11 +02:00
nathan
1ecfe6fea5
Api: Fix "Unsupported operand types: array + bool" when infolog linked contact could not be read
2021-10-22 09:43:09 -06:00
Hadi Nategh
dddd0a2ee0
Fix onchange event not working for date-range widget
2021-10-22 13:27:37 +02:00
nathan
17d4c2a869
Api: Fix merge action files in subdirectories had their path as part of action caption instead of just the file name
2021-10-21 09:59:57 -06:00
nathan
3c7d18b8db
Api: Change app placeholders list to use some more horizontal space, stop hiding common & user placeholders
2021-10-21 08:40:37 -06:00
Ralf Becker
efff64299c
fix big chunk of PHP 8.0 warnings
2021-10-21 10:42:18 +02:00
nathan
e70060f34b
Api: Fix cf sub-entry placeholder expansion was not passing content for placeholders like {{#customer/n_fn}}
2021-10-20 14:10:41 -06:00
Ralf Becker
a8cc4d3c33
closing/commiting the session to speed up calendar loading
2021-10-20 13:58:40 +02:00
nathan
eb1ed53c1a
JS changes from 068e3feff0
2021-10-19 14:23:31 -06:00
nathan
dacb898218
Api: Fix setting the date min attribute to a number did not work
...
jQueryUI timepicker checks the type of variable
2021-10-19 14:22:55 -06:00
nathan
888fd1d61c
Add missing placeholder widget JS
2021-10-19 09:47:38 -06:00
nathan
f4daa11c5b
Api: Fix replacements from sub-apps (eg: infolog contact) were missing
2021-10-19 09:19:26 -06:00
Hadi Nategh
2af7775aa2
* Mail: Add set flags action into mail filters
2021-10-19 13:15:35 +02:00
Hadi Nategh
551d797cb6
* Mail: Implements date extension for vacation rule. None imap admin user can also set vacation rule by date.
2021-10-19 13:15:13 +02:00
nathan
d7de30a423
Infolog: Avoid errors adding app replacements if incorrect parameters given
2021-10-19 10:13:04 +02:00
nathan
b320f7517f
Fix kanban merge into document stopped working with introduction of PDF checkbox
2021-10-19 09:48:12 +02:00
nathan
82103dd514
* Collabora: Merge placeholder dialogs
...
Added merge placeholder & address dialogs to Collabora. Also some new merge preferences for target filename and location, and placeholder list UI
2021-10-14 13:18:21 -06:00
nathan
09f93f2b9d
* Add filemanager actions to convert editable files to PDF or PNG and a checkbox to merge file as PDF
2021-10-14 09:18:55 -06:00
nathan
9de404da9c
Fix ReflectionParameter::isArray() was deprecated as of PHP 8.0.0
2021-10-14 08:59:12 -06:00
nathan
65b0a31aeb
Fix expansion broken in ddddc5ba05
...
Caused export field checkboxes in new definition to not keep their value
2021-10-14 08:58:49 -06:00
Hadi Nategh
894ebe2f51
PHP8: fix lots of warnings
2021-10-14 15:38:48 +02:00
Hadi Nategh
ab8a7d4c23
Remove none existing mail connectionTimeout preference. Fixes warning of Undefined array key 'connectionTimeout'.
2021-10-14 11:36:35 +02:00
Ralf Becker
60536222ce
fix PHP 8.0 error forwarding mail as attachment (calling count on null)
2021-10-14 09:41:53 +02:00
Ralf Becker
ccadef611d
fix PHP 8.0 error when converting an InfoLog into a ticket
...
Cannot access offset of type string on string
Also add line and file to our non-json exception handler, for easier identifying the problems
2021-10-14 08:08:34 +02:00
Alexandros Sigalas
fdd275c605
Tabs of tabwidget, added onClick and ondDblclick events ( #109 )
...
* Tabs of tabwidget, added onClick and ondDblclick events
* OnClick and ondDblclick events on Tabs of tabwidget, parse functions only once.
2021-10-13 08:33:37 -06:00
Hadi Nategh
2d7aed2f4b
Fix error "Non-static method Merge::get_all_ids() cannot be called statically"
2021-10-12 12:57:01 +02:00
Ralf Becker
d51d0eee83
fix a bunch of PHP Warnings
2021-10-12 11:51:56 +02:00
Ralf Becker
c844a47889
fix PHP 8.0 error: Undefined constant "EGroupware\Api\Contacts\cat_id"
2021-10-11 18:41:03 +02:00
Ralf Becker
389b66bedf
fix PHP Warning: Illegal string offset 'tmp_name'
2021-10-11 14:03:09 +02:00
Hadi Nategh
8feac04979
Merge pull request #108 from asig2016/21.1_toolbar
...
Added preference_id and preference_app attributes to toolbar widget, …
2021-10-11 10:22:46 +02:00
Ralf Becker
2e1f6a983f
output line and file of exception as trace not always contain it
2021-10-09 08:43:48 +02:00
Alexandros Sigalas
a1f4922506
Added preference_id and preference_app attributes to toolbar widget, to make usage in edit forms opened in framework tabs easier.
2021-10-08 17:38:42 +03:00
Ralf Becker
f21492632b
an other chunk of PHP 8.0 Warnings fixed
2021-10-08 15:44:32 +02:00
Hadi Nategh
fbfe937524
Accept mail externalImages with long url
2021-10-08 14:31:44 +02:00
Ralf Becker
867c000d99
fix Api\Accounts::username(): Argument #1 ($account_id) must be of type ?int, string given
2021-10-08 14:11:15 +02:00
Ralf Becker
7de75f16c1
fix PHP 8.0 errors around ACL dialog and policy:
...
- bitwise AND operator gives TypeError if both values are neither a number nor a numeric string, eg: null, "run"
- Etemplate::setElementAttribute() must NOT be called before instantiating an Etemplate object, you will get fatal error otherwise, because no request object
2021-10-08 09:06:45 +02:00
Ralf Becker
ca00987fb2
fix PHP 8.0 Fatal error: Declaration of Api\Etemplate\Request\Session::read($id = null) must be compatible with Api\Etemplate\Request::read($id = null, $handle_not_found = true)
2021-10-07 18:40:15 +02:00
Ralf Becker
7525a9b186
fix not working preferences GUI after ddddc5ba05
2021-10-07 17:28:42 +02:00
Ralf Becker
a599f9390c
fix TypeError: Argument 1 passed to EGroupware\Api\Accounts::username() must be of the type int, null given
2021-10-07 16:53:54 +02:00
Ralf Becker
542192ce6e
fix PHP 8.0 error Illegal string offset
...
folder object need to be cast to string (folder name) as objects are not allowed as array keys
2021-10-07 12:37:32 +02:00
Ralf Becker
16d02a856c
fix missing icons after previous commit
2021-10-07 11:57:43 +02:00
Ralf Becker
7a93814c25
fix PHP 8.0 error when deleting a Kanban card
...
- link deletion failed when link_id was "" as in PHP 8.0 "" < 0 --> gave the error
- link to card was never deleted as board_id is not stored in card
2021-10-07 10:44:59 +02:00
Ralf Becker
7c40fc0981
an other chunk of fixed PHP 8.0 Warnings
2021-10-07 10:16:09 +02:00
Hadi Nategh
8c47c14b8d
Fix styling in toolbar
2021-10-06 15:46:19 +02:00
Ralf Becker
9a15aad67d
fix mail account creation under PHP 8.0
...
PHP 8.0: "new" > 0 === true
PHP<8.0: "new" > 0 === false
2021-10-06 12:32:54 +02:00
Hadi Nategh
ed86f5bfae
PHP8: fix error Illegal offset typePHP, happens while moving mail from one account to another
2021-10-06 11:43:43 +02:00
Hadi Nategh
b6319bc18b
Fix wrong condition on checking url strlen
2021-10-06 11:35:53 +02:00