Commit Graph

40470 Commits

Author SHA1 Message Date
ralf
a9d59bb903 Changelog for 23.1.20230911 2023-09-11 08:25:38 +02:00
ralf
1e04bd2f72 fix error: count(): Argument #1 ($value) must be of type Countable 2023-09-11 08:09:45 +02:00
ralf
549e023998 * Mail: equal sign followed by numbers is mangled in plain-text mails (e.g. =22 becomes a ")
If we detected qprint encoding in the plain-text body of a composed mail (not an arrived mail!), we wrongly decoded it.
2023-09-08 09:36:06 +02:00
nathan
044b57a813 Calendar: Fix days offset by one
Depending on your timezone and current time, your calendar could show the wrong days (Tuesday -> Monday)
2023-09-07 16:34:35 -06:00
nathan
0d4cde3ad6 Fix date & time formatting on mobile
- Date & DateTimeOnly did not show value
- timesheet view was missing start time
2023-09-06 13:44:21 -06:00
nathan
2f32b0fc4c Fix export fails with "File not found" 2023-09-05 13:28:04 -06:00
nathan
8e7c09c905 Fix some incorrect / unwanted import warnings 2023-09-05 09:12:41 -06:00
nathan
3803c4ebee Fix addressbook list type filter gave error when changing 2023-09-05 08:45:59 -06:00
nathan
6793f62c0f Api: Fix legacy onchange in nextmatch got nextmatch instead of changed widget 2023-09-05 08:45:55 -06:00
nathan
834141bdd0 Et2Select: Fix some static option selects did not show their values when readonly 2023-08-30 08:16:38 -06:00
ralf
fd8b994dde fix "no SSL connection" error when trying to change password over a ldaps connection
also fix PHP Fatal error "Can NOT convert object to string", when trying to log an error
2023-08-25 18:02:55 +02:00
ralf
c933999294 fix Error: Class "Accounts" not found 2023-08-24 16:43:47 +02:00
nathan
7370cfe0ee Fix admins could not delete other user's shares 2023-08-24 08:18:48 -06:00
nathan
b8b730b0cd Sharing updates
- admin can set / change share password, encrypted using system
- admin can change share owner
- now recording last modified date / user when changing share
- change encrypted password column name
- new share column for encrypted type
2023-08-24 08:18:35 -06:00
ralf
666753d4cc Changelog for 23.1.20230824 2023-08-24 12:20:58 +02:00
Ralf Becker
1cbb5eff05 pending translations from our translation server 2023-08-24 12:13:58 +02:00
nathan
6876ea3d1d Mail: If there are multiple attachments with the same file name, give them unique names when integrating to another app 2023-08-24 11:31:59 +02:00
ralf
916f951af7 npm audit fix for "moderate severity vulnerability" 2023-08-24 09:32:55 +02:00
StefanU
9c23050465
Add deleted.svg
as replacement for png
2023-08-23 20:56:29 +02:00
nathan
23888417f5 Filemanager: Try to avoid type error in list when mime is missing
Uncaught TypeError: Cannot read properties of null (reading 'mime_odf_regex')
    at collaboraFilemanagerAPP.isEditable (filemanager.ts:1566:38)
2023-08-23 10:52:31 -06:00
nathan
db8f7588d1 Mail: Fix JS error selecting an account group that has an email address
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'find')
    at SearchMixin.ts:621:41
2023-08-23 10:21:50 -06:00
nathan
e399560e32 Load anonymous user's lang preference for error translation 2023-08-23 10:20:42 -06:00
nathan
9a770824bb Better error message for not found / expired share
German translation from Birgit
2023-08-23 09:56:22 -06:00
nathan
d29ac098b2 Let share errors show with their status codes instead of as basic_auth 2023-08-23 09:56:14 -06:00
nathan
e3f139f2af Fix canceled close still destroyed session 2023-08-23 09:55:46 -06:00
nathan
f3568fdcd9 Importexport: Fix first definition in list could not be executed directly with type button
CreateObject(importexport__ui) file /var/www/epl-trunk/importexport/inc/class.importexport__ui.inc.php not found! (100)
2023-08-23 09:55:01 -06:00
nathan
5a777b9e79 Admin: Fix error editing export ACL definition
Cannot access offset of type string on string

/var/www/epl-trunk/admin/inc/class.admin_wizard_export_acl_csv.inc.php (51)
2023-08-23 09:54:26 -06:00
ralf
d10f76e35b * Mail/ActiveSync: fix wrong mime-type / broken mail when AS smart-forward is used e.g. by gmail app 2023-08-23 14:59:01 +02:00
nathan
1911f73884 Calendar: disable scrolling on year/month in sidemenu calendar 2023-08-21 14:44:46 -06:00
ralf
39848c7efe * AD/LDAP: added a DN filter to the periodic import to e.g. use 2 OU with a shared base 2023-08-21 17:16:37 +02:00
ralf
809855eaa9 * AD/LDAP: fix periodic incremental import was loosing memberships to local groups for modified users 2023-08-18 11:48:08 +02:00
ralf
ba4b3149b2 add warning to use --data-binary when uploading attachments with curl 2023-08-17 18:48:06 +02:00
ralf
5e395373d9 * ActiveDirectory: fix not working ldaps connection on a non-standard port 2023-08-17 12:26:35 +02:00
ralf
a2bb65dca2 * ActiveDirectory: fix not working ldaps connection on a non-standard port 2023-08-17 12:23:35 +02:00
ralf
8e3ed5372d npm run build / rollupjs fails, if /usr/share/egroupware-extra is NOT owned by root 2023-08-17 08:47:44 +02:00
nathan
03587c2dc4 Fix doubled single customfields when one custom field had options from file 2023-08-16 09:30:17 -06:00
nathan
3362940b78 * Api: Store recoverable password (encrypted) for shares so you don't have to change it when you forget 2023-08-16 09:20:27 -06:00
nathan
86740d8b90 Fix up password customfield
- passwd->et2-password custom field type
- passwordToggle attribute (changed name, icon didn't change)
2023-08-16 09:20:18 -06:00
nathan
dd0780b29c Projectmanager: Fix context menu 'Project element' did not work
egw_links.js:66 Uncaught array of value needs a prefix
2023-08-16 09:16:59 -06:00
hadi
713a9b3a93 Add browser notification for newly arrived mails 2023-08-16 17:00:37 +02:00
hadi
d13151aa44 Missing parts from commit f0656f280f 2023-08-16 16:58:20 +02:00
hadi
3c0eac2e60 Fix mail preview does not show bcc field 2023-08-16 16:58:01 +02:00
ralf
be09fe7354 fix dry-run is not counting updated or created users 2023-08-16 10:51:51 +02:00
ralf
0e3eb70fae allow to set a higher account-import log-level then "info" 2023-08-15 16:07:49 +02:00
nathan
f32a38834f Resources: Fix error adding new accessory
Cannot access offset of type string on string (0)
2023-08-14 15:08:13 -06:00
StefanU
5c60a2c962
Add planner.svg
as replacement for png
2023-08-14 19:08:38 +02:00
nathan
6c3197e38e Mail: Translate attachment button label 2023-08-14 08:46:17 -06:00
nathan
6ce475ae57 * Mail: Add attachment action "Forward to" that adds file directly to compose window 2023-08-14 08:46:09 -06:00
hadi
906f41328f Fix mail preview in mobile view no longer shows email addresses in its details box 2023-08-10 17:48:33 +02:00
ralf
2da6961dcb * Calendar/CalDAV: Thunderbird and CalDAVSynchronizer: update only participant data, instead of failing when the event was changed 2023-08-10 15:12:24 +02:00