b65e97c087
Calendar: If we don't have a sidebox to check parent, just accept it
...
Fixes missing events in group calendars on home
2022-01-18 13:06:39 -07:00
f2d187353a
Calendar: Fix double encoded ><& characters in event tooltip description
...
Backport of c9d5eb50db
2022-01-17 13:07:53 -07:00
d0902a6815
fix PHP 8.0 TypeError: strlen(): Argument #1 ($str) must be of type string, array given
2022-01-17 21:36:54 +02:00
26e09680c2
implement new "units" parameter to limit used units in date-since widget
...
eg. <date-since units="d" shows age in days
2022-01-14 17:24:07 +02:00
9e655d4de2
fixing the fix ;)
...
call_user_func_array(): Argument #1 ($callback) must be a valid callback, class admin_account does not have a method "ajax_process_content"
2022-01-12 13:33:30 +02:00
8b0cf6dbf2
fix Error Method admin_account::delete::et2_process() does not exist
2022-01-12 13:00:40 +02:00
8e2b649801
fix not closing popups when using et2_process json.php handler
2022-01-10 19:57:42 +02:00
4853f9a622
use $method parameter of Api\Etemplate::exec() plus new et2_process handler as menuaction GET parameter
...
allows determining the called function on the URL to eg. send it to different FPM pool
(before the menuaction of et2 was always "EGroupware\Api\Etemplate::ajax_process_content")
2022-01-10 19:57:42 +02:00
5625695c26
Avoid duplicating from email address when generating identity
2022-01-10 14:04:31 +01:00
b1de5e3881
Revert "use $method parameter of Api\Etemplate::exec() plus new et2_process handler as menuaction GET parameter"
...
This reverts commit 5576048f95
.
2022-01-10 10:11:23 +01:00
02342f48c3
pending translations from our translation server
2022-01-09 19:32:20 +01:00
5576048f95
use $method parameter of Api\Etemplate::exec() plus new et2_process handler as menuaction GET parameter
...
allows determining the called function on the URL to eg. send it to different FPM pool
(before the menuaction of et2 was always "EGroupware\Api\Etemplate::ajax_process_content")
2022-01-09 17:57:39 +02:00
9f6451193e
fix PHP 8.0 Error: count(): Argument #1 ($value) must be of type Countable|array, null given
2022-01-08 11:28:06 +02:00
0ae7f21fa1
fix explode(): Argument #2 ($string) must be of type string, array given
2022-01-06 19:12:10 +02:00
6bafc579f0
allow to pass url including http(s) scheme to Html::link($url, ...) and therefore other methods of Html class
2021-12-23 10:03:10 +02:00
860028d01a
Add "Org | Name Email" as email identity format into identLabel preference options
2021-12-20 10:46:06 +01:00
8c9b63e2c6
Set From identity base on identLabel preference
2021-12-20 10:45:05 +01:00
6800484429
fix PHP Warning: explode(): Empty delimiter
2021-12-16 20:23:31 +02:00
c6f447f49c
fix still not working sync-report for accounts addressbook
...
turns out Microsoft AD also returns a "Virtual List View error" if sorting by standard LDAP (modify|created)timestamp, have to use when(Changed|Created) instead, as for filter
2021-12-16 20:08:35 +02:00
5a2eb5b987
* CardDAV/Addressbook: fix GET request regression after REST API introduction
2021-12-16 19:56:43 +02:00
22856798e3
Calendar: JS changes from d6cca90dbf
& 4c2e5ba853
2021-12-15 15:19:05 -07:00
00084b77f3
Calendar: Remove drag to create event placeholder when edit dialog is opened
2021-12-15 15:10:51 -07:00
5161735eee
Calendar: Remove drag to create event placeholder when popup is closed
2021-12-15 15:10:41 -07:00
4bf0258f14
Calendar: Avoid error if $userid is not numeric
2021-12-15 15:10:01 -07:00
0a6dbbcd28
Calendar: Add notification placeholders $$date$$ and $$fullname$$ to preference help hover
2021-12-15 15:09:48 -07:00
806ab83f3c
Calendar: Fix missing notification placeholders $$date$$ and $$fullname$$
2021-12-15 15:09:38 -07:00
9439c2d799
fix SQLfs fsck to query errors in chunks of 500, in case there are a huge numbers of them
2021-12-14 21:28:56 +02:00
1448581403
Decode html entities used in inline image sources because tinymce encodes them
2021-12-14 10:36:00 +01:00
d237c22249
Make mail's receive notification action icon colorful when it's being selected
2021-12-14 10:02:24 +01:00
8d33f4c154
Fix error Unsupported operand types: int + stringPHP
2021-12-13 10:45:09 +01:00
4d73fe42ca
Fix calendar category report throws error "Undefined constant active"
2021-12-13 10:08:40 +01:00
1c65b55f63
Fix issue contact plus button sometimes gets stuck
2021-12-10 10:51:38 +01:00
5b7706c77d
* Etemplate: Add link icon overlay to link list
2021-12-06 10:13:33 -07:00
de2c406c76
add compiled js file for commit 89507d1f2b
2021-12-06 10:28:40 +01:00
89507d1f2b
Add underline button into html editor's toolbar
2021-12-06 10:25:49 +01:00
f8dea76dab
update AdoDB to latest master to include all PHP 8.0 fixes
2021-12-04 20:26:36 +02:00
e74262ff43
pending translations from our translation server
2021-12-04 15:45:41 +01:00
92749274d1
Better support Guacamole installation and deinstallation:
...
- allow declaring views of an app and drop them like tables (no support for installing them via setup)
- drop tables in reverse order, in case they have constrains
- support $setup_info[$app]['skip_create_tables'] to not create tables via schema-proc (because they are created via SQL in default_records)
2021-12-04 10:01:01 +02:00
2f537252a8
Replace hyphen in utf-8
2021-12-03 11:40:26 -07:00
0543af4d82
Api: Force merge placeholder charset to UTF-8, avoids mangled accent characters
2021-12-03 11:40:19 -07:00
5548926e37
fix PHP 7.3 syntax error / PHP 7.4 syntax, as 21.1 still supported PHP 7.3
2021-12-02 21:41:43 +02:00
5f0b2ab513
* CardDAV/ActiveDirectory: fix empty account-addressbook if sync-collection-report is used
...
Microsoft AD can NOT filter by (modify|create)TimeStamp, we have to use when(Created|Changed) attribute
2021-12-02 20:09:49 +02:00
67412124a4
fix syntax error under PHP 7.3
...
7.3 is still the minimum requirement for 21.1
2021-12-01 20:00:15 +02:00
0435f3a4a5
* Guacamole/Backup/Restore: fix not working restore for Guacamole
...
disabling constraints and only truncate Guacamole tables, not dropping and creating them again
2021-11-30 21:57:26 +02:00
e50703aaae
Changelog for 21.1.20211130
2021-11-30 10:11:56 +02:00
feb18acb9a
fix PHP 8.0 error ("" < -1) as there is no automatic cast anymore
...
SyncObject->Check(): Unmet condition in object from type SyncProvisioning: parameter maxattsize is LOWER than -1. Check failed!
2021-11-30 09:39:27 +02:00
fbba3c56cc
Mail: Make sure pressing [del] key twice in a row does not delete the first row on the second press
...
Backport of 4cc8eea7b6
2021-11-29 09:35:53 -07:00
77900b09b3
fix Undefined array key warning
2021-11-29 16:46:18 +02:00
74dbdc30fb
fix a couple of Undefined array key warnings
2021-11-29 16:36:16 +02:00
b7cd2cb526
fix not working multiple users for single mail account
...
replaced legacy-options and type attribute with the actual ones
2021-11-27 11:22:35 +02:00