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
nathan
0d87e1ab2b
Calendar: iCal can import events that use RDATE:VALUE=PERIOD
2023-11-13 17:21:15 -07:00
ralf
66a1fd2670
script to import mail usernames and passwords and store it encrypted for the given mail-account (acc_id)
2023-11-13 17:21:21 +02:00
ralf
45381cc144
fix count(): Argument #1 ($value) must be of type Countable|array, null given
2023-11-13 14:53:22 +02:00
hadi
b0bd89591b
Fix js error of Cannot read properties of null (reading '0')
2023-11-13 13:26:18 +01:00
hadi
415cbdf5b2
Fix set video src and duration not working
2023-11-13 12:50:23 +01:00
ralf
2740632bdb
untested fallback-auth GET parameter implementation (base64 encoded "username:password")
2023-11-13 09:12:33 +02:00
ralf
4bd33fc609
update Icalendar to 2.2.1 add ability to parse RDATE with PERIOD (just returning the start)
2023-11-13 08:12:57 +02:00
ralf
b19a2b518e
using nodejs v20.x (and PHP 8.2 by default) for development images
2023-11-12 08:52:16 +02:00
nathan
441bc8ad00
Doc: Make sure _data directory is present
2023-11-10 15:16:59 -07:00
nathan
1396ba6fd4
Calendar: Fix iCal import with mismatched recurrence date did not properly create exception
2023-11-10 14:32:41 -07:00
nathan
7e8380698a
Calendar: Process multiple VCALENDAR in the same file when importing iCal files
2023-11-10 10:33:19 -07:00
nathan
f435ee0fd3
Doc: Reduce heading levels so TOC looks better
2023-11-10 09:28:13 -07:00
ralf
ef43d7298b
* Mail/REST API: support an "X-No-Location: true" header to avoid getting a "Location" header when uploading attachments
...
Also change HTTP Status from "200 Ok" to "201 Created" for a "Location" header,
and send a correct URL to download the attachment again with a GET request.
2023-11-10 17:07:06 +02:00
ralf
6529956da2
missing css files of "fix only active sidebox-category header should be white"
2023-11-10 11:28:56 +02:00
ralf
bce267c7eb
Changelog for 23.1.20231110
2023-11-10 08:15:04 +02:00
Ralf Becker
3e27a643b6
pending translations from our translation server
2023-11-10 06:44:58 +01:00
nathan
7a2fc14e8b
Doc: Add some documentation on some of our special CSS classes
2023-11-09 14:05:34 -07:00
nathan
e3ea655318
Api: Fix no customfields shown if there was an extra comma in field attribute
2023-11-09 11:42:04 -07:00
nathan
45f9801df8
Code documentation
2023-11-09 11:12:16 -07:00
nathan
da92471920
Add default keyboard shortcuts for save & cancel buttons
2023-11-08 14:37:30 -07:00
nathan
ad3321c438
Mail: Remove mail-only key handler, it was double-sending
2023-11-08 13:37:10 -07:00
ralf
5cb26394a7
WIP S3 stream-wrapper: do not complain about missing files in filesystem, if they are in S3
2023-11-08 19:27:50 +02:00
ralf
bb93cd205c
fix some of the filesystem checks were not working (executing their SQL queries)
2023-11-08 19:23:47 +02:00
nathan
6a5697eab8
More Drag helper style adjustments
...
- height adjustments for mail so we can see address & subject
- Change how avatar is sized so we can override it via CSS
2023-11-08 09:54:00 -07:00
nathan
b895da55ee
Make sure pdo is connected, fixes error in some Sharing tests
2023-11-08 08:29:34 -07:00
nathan
a93146c1cb
Addressbook: Avoid error if n_fn is not in popup template
2023-11-06 15:12:43 -07:00
nathan
fe68cdb1b6
Run rights for applications translation from Birgit
2023-11-06 13:38:25 -07:00
nathan
cfd628e87f
Slightly better rendering for description contents
...
Uses the litElement lifecycle better, updated() is called after render()
2023-11-03 16:15:53 -06:00
nathan
1bc26101cd
Fix default drag & drop helper did not work well with webcomponents
...
It doesn't let us do async, so was not waiting for widgets to be updated
2023-11-03 16:13:45 -06:00
hadi
d89646df27
Fix Editable Avatar's edit/delete icons are no longer displayed
2023-11-03 11:32:14 +01:00
nathan
454ab3fb98
Fix spacing & sizing
...
- Move option group titles to the left more
- Fix calendarowner dropdown would not size properly in sidebox
2023-11-02 17:29:50 -06:00
nathan
4d1e81b8b1
-Fix broken filter when search results have option groups
...
- Fix JS error if option has no label yet
2023-11-02 17:00:34 -06:00
nathan
c2623dcb55
Fix some issues when search results have option groups
...
- Options sometimes disappeared when selected
- Count was off if one of the results was already selected
2023-11-02 16:58:38 -06:00
nathan
999a3298c0
Preferences: New account display preferences that include email address
2023-11-02 14:37:26 -06:00
nathan
5ba1ef4d34
Calendar: Only show owner / participant label in selected tags, no additional information
...
Previously it showed the email addresses too
2023-11-02 14:19:08 -06:00
ralf
a30ac656ba
* Addressbook/REST API: categories were lost, when updating existing contacts
2023-11-02 21:20:56 +02:00
nathan
8544a807e3
Admin: Group action to add / remove application run rights
2023-11-02 13:08:02 -06:00
nathan
ba04abd1b4
Et2Dialog: Fix height attribute was not setting dialog height
2023-11-02 13:04:32 -06:00
ralf
b759afa57d
fix only active sidebox-category header should be white, not the text of the whole sidebox, like the drop-down icon of selectboxes in calendar
2023-11-02 20:26:16 +02:00