f7bcc773a8
Fix resize handler in mail compose
2023-02-17 12:37:19 +01:00
d17f7d2e55
Fix fields in composer are not equally aligned
2023-02-17 11:35:44 +01:00
fb8b1d5fdc
Import/Export: Fix import definition dialog field mapping was not translated
2023-02-16 13:37:42 -07:00
7c46ce4c15
Update portrait.svg
...
Size corrected, file optimisations
2023-02-16 20:24:56 +01:00
744ab4318f
Update landscape.svg
...
Size corrected, file optimisations
2023-02-16 20:24:13 +01:00
1493743e1b
Update planner_category_view.svg
...
New design
2023-02-16 20:00:08 +01:00
33ca8a47a9
Et2Select: Tweak size calculations for rows setting to work better for all font size preferences
2023-02-16 11:59:34 -07:00
324457342a
Update month_view.svg
...
New design
2023-02-16 19:57:29 +01:00
727c122d8f
Addressbook: Fix advanced search was losing private custom field values when they were on a separate tab
2023-02-16 08:41:23 -07:00
ee244bf282
Addressbook: Fix advanced search was not including private custom fields when they were on a separate tab
2023-02-16 08:24:17 -07:00
e043153ad4
Fix dragover sometimes is not fully visible
2023-02-16 15:30:31 +01:00
b25346c1e4
ET2Button doesn't get resized properly after set/remove label therefore try to force an update
2023-02-16 15:17:13 +01:00
32392ea0e3
Add missing app.js part a139d1e7d2
2023-02-16 11:24:59 +01:00
4731128d50
fix not working REPORT or PROPFIND
...
PHP runs out of memory, as bo->search($query) increments $query['start'] itself, so we need to check and break after total is reached
2023-02-16 09:21:18 +01:00
35efc6bc43
Calendar: Fix toolbar integration buttons could only register click on the top half of the button
2023-02-15 15:10:24 -07:00
8d58eefc0a
Change side menu bullet icons to 16px
2023-02-15 14:58:10 -07:00
ad39688a9a
Update unread_flagged_small.svg
...
Size corrected, file optimised, colour corrected
2023-02-15 21:51:36 +01:00
524a9b3c7b
Change how readonly multiple selects with rows=1 show more tags are hidden
...
Showing total number of values is way easier than showing the number that aren't displayed
2023-02-15 13:23:05 -07:00
c3e53c9d86
replaced ProfindIterator now in Calendar and InfoLog too with a generator
2023-02-15 19:50:44 +01:00
62b4724bf8
Fix tab header was still partially visible during printing
2023-02-15 10:43:14 -07:00
1901cb9930
Move print dialog row count & orientation to the same line
2023-02-15 10:02:23 -07:00
ced2bc6061
Et2Password: Fix still forced autocomplete="new-password"
2023-02-15 09:21:40 -07:00
bac32f4bba
Addressbook: Fix required customfields were still required on advanced search dialog's "Extra private" tab
2023-02-15 08:44:39 -07:00
a139d1e7d2
WIP making mail nm header more responsive
2023-02-15 16:35:54 +01:00
a769cdad34
fix not working account_id filter for contacts in ActiveDirectory
2023-02-15 15:32:44 +01:00
330656c437
* Status/ActiveDirectory: fix not displayed photo avatar
2023-02-15 14:34:20 +01:00
d3bb9b9b78
WIP making mail nm header more responsive
2023-02-15 13:24:36 +01:00
d2e03e6a28
setting same chunk-size of 500 as iterator used for optimal performance
2023-02-15 12:41:33 +01:00
9ba61e0b25
implement PROPFIND and REPORTs specially multiget with a generator to fix various problems with the iterator logic
2023-02-15 12:40:12 +01:00
27bd803e84
fix empty collection in PROPFIND/REPORT after last commit caused by creating a reference / NULL value in filter for path-attr/caldav_name
2023-02-15 08:45:28 +01:00
9fe2914d83
Infolog: Use deleted icon from common for deleted status
2023-02-14 16:52:57 -07:00
84bdea4193
Fix nm print dialog missing print orientation
2023-02-14 16:27:44 -07:00
c3348c8230
Et2Date: Copy drop shadow from select dropdown
2023-02-14 14:13:55 -07:00
80c5a64316
Et2Password: Autocorrect always off
2023-02-14 13:48:21 -07:00
d1c6145af0
Et2Password: Some cleanup
...
- Now passing autocomplete & autocorrect parameters on instead of forcing
- Only doing the readonly input trick if autocomplete=="new-password"
2023-02-14 13:43:26 -07:00
03a166f8c8
Filemanager: Fix missing EPL tabs
2023-02-14 13:24:19 -07:00
973b86afb1
Addressbook: Skip duplicate check in advanced search
2023-02-14 13:10:15 -07:00
396c537dd7
Mail: Fix compose + to tracker tried to pass object as value
2023-02-14 11:47:25 -07:00
7d9c55e4bf
Fix attachment's dropdown menu in mail display dialog not being enabled
2023-02-14 18:22:56 +01:00
68caabe1ae
Fix hidden tabs did not make children readonly
...
Fixes required fields on hidden tabs still got validated
2023-02-14 10:09:58 -07:00
704291d80b
Add call.svg
...
as replacement for call.png
2023-02-14 15:21:36 +01:00
883fc6ab6d
Update call.svg
...
Telephone handset mirrored
2023-02-14 15:19:53 +01:00
322bb5d629
Update arrow_up.svg
...
Colour corrected, size corrected, file optimised
2023-02-14 14:12:29 +01:00
6569246768
Update arrow_right.svg
...
Colour corrected, size corrected, file optimised
2023-02-14 14:11:44 +01:00
6e8834b4ec
Update arrow_left.svg
...
Colour corrected, size corrected, file optimised
2023-02-14 14:08:36 +01:00
11fd3dacfe
Update arrow_down.svg
...
Colour corrected, size corrected, file optimised
2023-02-14 13:55:44 +01:00
16c8fb420b
Et2Password: Overwrite render to force input to readonly as a work-around for browsers ignoring autocomplete="new-password"
...
Doesn't make a difference for me, but easy for others to test if I commit
2023-02-13 15:59:38 -07:00
5e0fd45173
fix found URL in multiget REPORT where reported as NOT found too, if number of URLs exceeds chunk-size of 500
2023-02-13 23:16:43 +01:00
03a237fd7e
Et2Select: Turn off browser autocomplete in search
2023-02-13 14:57:55 -07:00
0b86ba7a20
* Addressbook/CardDAV: fix new Thunderbird 110 could not sync big addressbooks
...
TB 110 does an initial PROPFIND and then requests ALL resources in a single multiget REPORT, which caused two problems:
a) enabled CalDAV/CardDAV request logging switched output-buffering on and then runs out of memory --> switching it and therefore logging off for multiget REPORTS with more then 200 resources
b) PROPFIND iterator wrongly continued running, if the not found resources together with the found ones exceeded the chunk-size of 500
2023-02-13 22:42:13 +01:00