ralf
|
3631b3e3c9
|
fix/allow searching, reading and updating own account for account-selection preference "none" or "groupmembers"
|
2024-03-30 09:11:08 +02:00 |
|
nathan
|
b82e573ad0
|
Fix Et2Select.onTagClick did not work
|
2024-03-27 14:12:54 -06:00 |
|
nathan
|
0d5a23cb8a
|
Stop using hardcoded default of 100 for search
Now using max of maxmatches preference and 100
|
2024-03-27 14:11:34 -06:00 |
|
nathan
|
194e5b9cc7
|
Et2Textarea: Fix height parameter
|
2024-03-27 13:54:32 -06:00 |
|
nathan
|
b1527a2b30
|
* Api: Fix removing email tag did not properly update display
|
2024-03-25 15:05:09 -06:00 |
|
ralf
|
f84a5fdb4a
|
* Mail: fix forwarding and reply to mail with just a PDF or image was showing it and not opening a compose window
|
2024-03-20 12:52:12 +02:00 |
|
nathan
|
03465542bf
|
Use id list instead of just the first ID when update returns no data
(update, total <=0)
|
2024-03-20 10:55:10 +02:00 |
|
ralf
|
f6594a06d5
|
fix total <= 0 returned for get_rows call with given UIDs, stalling refresh of queued push updated in mail app
|
2024-03-20 10:45:16 +02:00 |
|
nathan
|
abf5b76803
|
Prevent sidemenu keyhandlers from stopping events from widgets
|
2024-03-19 08:08:45 -06:00 |
|
ralf
|
bc8bddf2c0
|
only bind queue event-handler for the first queued item, not of every queued item
jQuery.one() only makes sure each event-handler is called only once, but it does NOT stop installing multiple ones
|
2024-03-18 16:15:21 +02:00 |
|
nathan
|
a310c21e15
|
* Api: Fix list updates while app was hidden were not all shown when switching back to the app
If updates/add was done for multiple entries while a nextmatch was hidden, only the first update or new entry was shown
|
2024-03-17 09:05:06 +02:00 |
|
nathan
|
8f2ebf9bd6
|
Api: Fix missing required validation & styling
|
2024-03-17 09:04:42 +02:00 |
|
nathan
|
f314efabf2
|
Fix editable tags failed their tests
editable was not passed to tag, edit mode broke
|
2024-03-17 09:04:42 +02:00 |
|
nathan
|
4916bb9283
|
Et2Select: Add prefix slot, reflected into SlSelect
|
2024-03-17 09:04:42 +02:00 |
|
ralf
|
589515ec34
|
fix required validation for <et2-select multiple and it's custom-field equivalent
|
2024-03-15 13:27:24 +02:00 |
|
ralf
|
a968c369db
|
fix PHP TypeError: Cannot use object of type EGroupware\Stylite\Link\Sharing as array
|
2024-03-13 13:54:17 +02:00 |
|
nathan
|
be4cc0e4e4
|
Et2Email: Fix search result required 2 down arrows to get result #2
|
2024-03-12 15:01:29 -06:00 |
|
nathan
|
a210a4998c
|
Api: Fix favorites with non-ascii names could overlap
|
2024-03-11 08:29:22 -06:00 |
|
ralf
|
b110e75744
|
* Addressbook/Mail: new value "Hide groups without email" for preference "Hide user groups as distribution list"
|
2024-03-11 11:36:40 +02:00 |
|
ralf
|
16c20f62ef
|
fixing the fix: forwarded messages containing just a PDF were now unreadable again
|
2024-03-08 14:42:13 +02:00 |
|
ralf
|
5d24c6830e
|
fix for mails containing only a PDF but with a correct Content-Transfer-Encoding: base64
|
2024-03-08 13:20:17 +02:00 |
|
nathan
|
7112b6a2ba
|
Fix listbox didn't have correct sub-element. Fixes placeholder dialogs in Collabora.
|
2024-03-07 11:42:20 -07:00 |
|
ralf
|
018083dc0e
|
fix some PHP Warnings
|
2024-03-06 20:34:42 +02:00 |
|
nathan
|
6c260ebb7e
|
Fix addressbook context menu -> Mail -> Add to ... didn't work after the first time
|
2024-03-06 08:56:58 -07:00 |
|
nathan
|
64f9d34010
|
Api: Fix favorites that change columns lost their values
Setting columns often causes a reload, which skips the applyFilters().
|
2024-03-06 08:56:22 -07:00 |
|
ralf
|
b41d7222a4
|
asyncservice must be protected so __get() instantiates it automatically
|
2024-03-06 11:42:05 +02:00 |
|
ralf
|
1befa941ee
|
Fix some PHP Deprecated or Warnings
|
2024-03-06 10:58:52 +02:00 |
|
ralf
|
8a9e75360c
|
fixing the fix, only set binary, if it has not content-transfer-encoding header with value base64
|
2024-03-05 20:04:44 +02:00 |
|
ralf
|
5cf6253f77
|
if we have no text body, but only a PDF or an image, set binary, as it's already base64 transfer-encoded, when recreating the mail with a different subject
|
2024-03-05 18:01:53 +02:00 |
|
ralf
|
c673e19b19
|
* eSync: fix syncing forwarded and replied flags to client incl. push using highestmodseq, if supported by IMAP server
|
2024-03-05 14:55:23 +02:00 |
|
ralf
|
abae788811
|
Changelog for 23.1.20240304
|
2024-03-04 10:15:17 +02:00 |
|
Ralf Becker
|
bb7846dae1
|
pending translations from our translation-server
|
2024-03-04 09:05:43 +01:00 |
|
ralf
|
90702598a8
|
* LDAP: fix error creating a new group without a description
|
2024-02-29 13:42:03 +02:00 |
|
ralf
|
9e01db5c39
|
fix one more undefined warning
|
2024-02-29 09:22:32 +02:00 |
|
ralf
|
2cdc2818c2
|
* ActiveDirectory: fix import was not detecting members removed from groups
as for AD always the full import is used for groups and setting/removing members was skipped for the full/initial import
|
2024-02-28 16:33:05 +02:00 |
|
ralf
|
9d96eb7875
|
fix mail with just PDF / no body or multipart, to fix regular PDF attachments broken after initial fix
|
2024-02-28 11:33:25 +02:00 |
|
ralf
|
7c415e8084
|
* LDAP/ADS: fix sync was not converting numeric ID of primary group, it case it is different in SQL
|
2024-02-28 10:50:21 +02:00 |
|
ralf
|
356a23e8a9
|
* Mail: display messages containing just a PDF (and no body part)
|
2024-02-28 08:06:57 +02:00 |
|
ralf
|
f02f1d9822
|
also handle and fix directories connected to itself like unconnected ones --> move to /lost+found
|
2024-02-27 15:42:20 +02:00 |
|
ralf
|
a1eeb43308
|
* EPL: add S3 check to FSCK to delete files not in egw_sqlfs table or empty files from S3 buckets
|
2024-02-27 14:55:38 +02:00 |
|
milan
|
08e170a4d5
|
fix confirm function in egw_app policy
-- enable deletion of groups again
backport to 23.1
(cherry picked from commit d84b418f08 )
|
2024-02-23 09:48:50 +01:00 |
|
ralf
|
5a2827a746
|
* REST API: fix PATCHing of custom-fields
|
2024-02-21 17:29:46 +02:00 |
|
ralf
|
fb38ef962d
|
* Notifications/Async service: fix caching in mail account always used sender from first notification
|
2024-02-21 09:05:03 +02:00 |
|
ralf
|
4986f8dd2f
|
ignore / never delete anonymous user, which is required for EGroupware to function properly
|
2024-02-20 18:44:35 +02:00 |
|
ralf
|
5ff1390099
|
if we have a user and group context, use the shared base of both
|
2024-02-20 18:18:52 +02:00 |
|
ralf
|
c37d2a82a2
|
fix now "Position" named former "Title" field in placeholder list (and other places)
|
2024-02-16 10:33:45 +02:00 |
|
ralf
|
2c461cb59b
|
fixing the fix ;) using both, the old and the new condition is necessary to correctly saving all preferences
|
2024-02-15 20:30:30 +02:00 |
|
ralf
|
369a5c69fd
|
Reapply "fix array_diff_assoc(): Argument #1 ($array) must be of type array, null given"
This reverts commit e210b7fafe .
|
2024-02-15 20:30:01 +02:00 |
|
ralf
|
24d19ec8c1
|
Reapply "fix default-alarm(s) in calendar could not be removed:"
This reverts commit 94c23e709a .
|
2024-02-15 20:29:57 +02:00 |
|
ralf
|
ee7dc17b4b
|
* AD/LDAP: periodic import calls addaccount hook for existing account when email was just set, to activate mail account
|
2024-02-15 20:19:29 +02:00 |
|