Commit Graph

41677 Commits

Author SHA1 Message Date
ralf
4a21aee7f6 * Mail: fix list of Sieve rules was not scrollable 2024-03-20 11:14:50 +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
dependabot[bot]
1e15936462 Bump follow-redirects from 1.15.4 to 1.15.6
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 09:20:09 +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
74678556d1 * Calendar/CalDAV: do not allow to resurrect a deleted meeting by accepting it again via CalDAV or meeting-request from mail app 2024-03-13 17:25:55 +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
e006b2b634 * Mail: configurable limit to exclude attachments from automatic saving as drafts, default is no limit / attachments are always saved in drafts 2024-03-06 15:47:03 +02:00
ralf
27380821bb fix manual save-as-draft did not contain attachments
as getValues() contained empty attachments object overwriting the content
2024-03-06 14:07:30 +02: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
acab3ca856 * eSync: fix for messages with no text body e.g. just a PDF or an image, returns empty body with attachment(s) 2024-03-05 15:30:27 +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
dependabot[bot]
01c34abdb2 Bump phpseclib/phpseclib from 3.0.34 to 3.0.36
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.34 to 3.0.36.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.34...3.0.36)

---
updated-dependencies:
- dependency-name: phpseclib/phpseclib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 08:22:37 +02:00
ralf
95ba184a25 * eSync: only first to address was shown / send to client 2024-03-04 19:37:59 +02:00
ralf
18e3fdb83e * eSync: fix inline forward with attachment(s) and smartForward (e.g. GMail client) was broken
(not multipart/mixed, but text/html)
2024-03-04 17:27:39 +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
013b6c03bc npm audit fix --force (updating browser-sync to new major version!) 2024-03-04 08:42:01 +02:00
ralf
17a04a10ec npm audit fix --force (updating browser-sync to new major version!) 2024-03-04 08:37:12 +02: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
1fe985cad5 fix $check_only parameter and a little nicer cli formatting 2024-02-27 17:04:31 +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
4464aabbb2 fix not working scrolling on FSCK page 2024-02-27 15:22:16 +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
ralf
8759d438ae ThunderBird changed there holiday URLs (again) 2024-02-27 11:50:31 +02:00
ralf
c8c8164cb1 * EPL: fix purging old versions also deletes them in S3, if used 2024-02-26 15:10:03 +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