Commit Graph

40816 Commits

Author SHA1 Message Date
ralf
2331fc4135 allow to specify tag used for changelog as --last-tag <tag> 2023-11-22 10:01:57 +02:00
nathan
3fd2cacf57 Et2Select: Fix overflow / row limit 2023-11-21 14:54:14 -07:00
nathan
a17cbe1f45 Filtering email search results on just value
Should catch even more duplicates, though value has both name & email
2023-11-21 14:07:59 -07:00
nathan
519306c8d5 Et2Select: Better fix for 80ad5dddb2 which caused problems with selecting options in Et2SelectEmail 2023-11-21 13:57:24 -07:00
nathan
80ad5dddb2 Et2Select: Fix selects with options from file were not showing their initial set value 2023-11-21 12:01:25 -07:00
ralf
bb9e8dcd7c fix date-filter were not taken into account when deleting all mails in a folder 2023-11-21 17:53:38 +02:00
Ralf Becker
769eaaa353 pending translations from our translation-server 2023-11-21 15:18:11 +01:00
ralf
1c40074331 WIP oauth mail-authentication updates refresh-token and redirects to IdP, if refresh-token is expired 2023-11-21 15:57:00 +02:00
nathan
fa71d9d450 Silence some PHP warnings 2023-11-20 16:13:11 -07:00
nathan
441f90d92e Mail: Fix share as download link from filemanager gave JS error
Unable to set field data to '[object Object]' in window 'compose_0__

Caused by accessing select_options through deprecated options object
2023-11-20 11:03:28 -07:00
ralf
bbe300fb2f refactored S3 config into an own class and remounting backups automatic to s3direct stream-wrapper 2023-11-18 10:00:09 +02:00
ralf
1e3a240729 fix S3direct stream-wrapper to be auto-loadable and mountable into Vfs, also using it when mounting backups into vfs 2023-11-18 09:16:39 +02:00
nathan
6fcbf87a10 Fix Et2SelectEmail and pass email tags again
Still doesn't work though
2023-11-17 14:31:23 -07:00
nathan
d07af215c1 Fix nm column resize grabs mousedown, blocking filter selection 2023-11-17 11:56:24 -07:00
nathan
032035ae5f Et2Listbox: Fix options were not shown
Fixes merge placeholders not shown in Collabora
2023-11-17 11:16:35 -07:00
nathan
95019464bd Only log invalid date values when there's a value to log 2023-11-17 10:25:36 -07:00
dependabot[bot]
5680224346 Bump tinymce/tinymce from 5.10.8 to 5.10.9
Bumps [tinymce/tinymce](https://github.com/tinymce/tinymce-dist) from 5.10.8 to 5.10.9.
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/5.10.9/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.10.8...5.10.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17 16:05:28 +02:00
ralf
e533d68a64 add PHP 8.2 as supported 2023-11-17 15:07:13 +02:00
ralf
e896319f99 check and bail if composer installs egroupware default apps not as git clones 2023-11-17 15:01:59 +02:00
hadi
dfd3d6beda Fix size property does not get applied for Et2Select widget anymore 2023-11-17 12:15:11 +01:00
ralf
bf7a20d05b fix PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead 2023-11-17 11:19:15 +02:00
ralf
1b9c543547 * API: support OpenID Connect for authentication against another OIC IdP
also migrating old fallback auth classes to new auth_fallback parameter and reordering providers a bit / give OIC a prominent position
2023-11-17 10:17:29 +02:00
nathan
9f46ee5e62 Et2Select fixes
- Fix sometimes not shown emptyLabel
 - Fix LinkSearch result count
2023-11-16 15:05:38 -07:00
nathan
2b7f4ae5ee Revert "Et2Select: Even better handling of false invalid value", it was too strict leaving blanks instead of emptyLabel
This reverts commit 7db80d066f.
2023-11-16 13:46:30 -07:00
nathan
7db80d066f Et2Select: Even better handling of false invalid value 2023-11-16 13:33:05 -07:00
nathan
2e2c3fb0b6 Fix validation messages after Shoelace update
- some messages (textbox) were out of position
- Selectboxes did not show validation message
- Selectbox considered false a valid value for required, even if that wasn't an option
2023-11-16 13:13:36 -07:00
nathan
3cf4cbab9a Fix missing value in some static option selects
Shoelace select initially rejects the value due to missing option, and needs to be re-set once our options have arrived
2023-11-16 10:09:20 -07:00
ralf
5eaf6a275f renamed build:dev to docs:serve and add separate docs (just building no serving) 2023-11-16 14:56:21 +02:00
ralf
1022309b8e fix too few arguments to function Api\Db::select(), 3 passed at least 5 expected 2023-11-16 14:04:09 +02:00
ralf
8c4ca8701d more renames of Et2Dialog attribute modal to isModal 2023-11-16 13:42:44 +02:00
ralf
5ffdbf7341 fix audio files wont play (modal attribute renamed to isModal) 2023-11-16 13:36:01 +02:00
nathan
3fdb3cd3d5 Avoid error if unlink parent is not a directory 2023-11-15 15:51:10 -07:00
nathan
9c8ec0d872 Et2SelectEmail: Fix incorrect total result, wrongly shown "No results" 2023-11-15 15:25:53 -07:00
nathan
c15607d71a Don't send duplicates in result
Causes issues in the select where the option cannot be removed once selected
2023-11-15 15:23:20 -07:00
nathan
3673b47e5f Fix quick add selecbox overlaps app when hidden 2023-11-15 14:22:17 -07:00
nathan
ff97c1b90f Api: Fix client side validation failure when widget value was null
Happens for readonlys, disabled, selects with no valid options
2023-11-15 11:57:46 -07:00
nathan
453486ce19 Calendar: Fix incorrect extra user as participant 2023-11-15 11:16:53 -07:00
nathan
5a02959468 Et2Select: Let select option list get as big as it needs 2023-11-15 09:38:54 -07:00
nathan
a9fcf05fab Home: Fix portlet broken by Shoelace update to 1.8
They made HasSlotController internal only
2023-11-15 09:02:12 -07:00
ralf
8814f55ff3 fix error, if this.editor is not (or no longer) set 2023-11-15 17:27:50 +02:00
ralf
c897b03f71 fix 2 JS errors in mobile mail, while search for another 2023-11-15 16:13:58 +02:00
ralf
41e102f015 * Mail/Sieve: fix vacation message with redirect kept mail in INBOX, even if rule moved it to a folder 2023-11-15 10:07:09 +02:00
nathan
fef8d27790 Calendar: Make sure iCal imports recurring event exceptions as exceptions, not additional events 2023-11-14 15:10:45 -07:00
nathan
a2df0b0b12 Fix some npm deprecated warnings 2023-11-14 10:56:41 -07:00
nathan
046bd4f042 Calendar: Change iCal export use to use event timezone. Fixes whole day events grow to next day 2023-11-14 09:55:06 -07:00
ralf
c495e15ed9 also allow IMAP type derived from Dovecot like EGroupware Mail 2023-11-14 16:42:27 +02:00
ralf
aa98478fbd if the username contains non-ascii chars, try email address, as Dovecot does NOT deal with non-ascii usernames 2023-11-14 16:27:35 +02:00
ralf
5e416aca55 fix SQL error creating new mail-user, if username contains non-ascii chars 2023-11-14 15:50:36 +02:00
ralf
2f664b1d0a ignore SQL error "Illegal mix of collations (ascii_general_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation '='" stalling mail for usernames with non-ascii chars 2023-11-14 15:22:53 +02:00
ralf
e131e24cfa fix wrong curl call for viewing email 2023-11-14 14:37:46 +02:00