ralf
0a06361625
* Notifications: aggregate messages by app:id to return only latest one, also added a cut-off date of 30 days and cleaning older messages
2023-09-25 09:45:14 +02:00
ralf
703608cb86
* Calendar/REST API: adding of participants to events
2023-09-18 14:13:48 +02:00
ralf
910489b7d5
fix removing last user/group from valid-for in mail-account did not work
...
add a strong warning that selecting a user/group for a mail account for all users effectively deletes it for all other users
2023-09-15 09:31:58 +02:00
nathan
575545e838
Api: Fix custom date & datetime fields with data format set caused a JS error
...
TypeError: Cannot set property format of #<Et2DateTime> which has only a getter
2023-09-13 09:15:24 -06:00
nathan
2aafc34140
Api: Fix customfield with no data sent breaks entire customfield tab
2023-09-13 09:11:30 -06:00
milan
d69fd2a4cc
cleanup for backport to 23
...
(cherry picked from commit 9cfb44529f
)
2023-09-13 10:40:32 +02:00
milan
93b4c30f54
fix use selection instead of drag/drop while pressing crt/alt
...
egwPreventSelect on mousedown seems to be no longer necessary in nextmatch
(cherry picked from commit b9a723a16f
)
2023-09-13 10:40:32 +02:00
hadi
a8bd6e9e3c
Fix click handling on grid's row no longer works
...
(cherry picked from commit 3dbdbc0596
)
2023-09-13 10:40:32 +02:00
Milan
6d7de44b7a
egw_action copy fixes regarding ticket 84314
...
(cherry picked from commit 0dd7616c5e
)
2023-09-13 10:40:32 +02:00
Milan
45b05a6268
WIP egw_action copy fixes
...
paste not working
(cherry picked from commit b00371c7e1
)
2023-09-13 10:40:32 +02:00
ralf
ff4c86f4f5
fix not translated context menu
...
window.egw with a reference to the main window in a popup, egw(_app, window) gives one with correct window context / translation in a popup (_app does not matter for translations, they are requested to be loaded from server-side)
(cherry picked from commit 40a4d38776
)
2023-09-13 10:40:32 +02:00
Milan
f430b66d3b
converted egw_action from javascript to typescript
...
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
(cherry picked from commit 5e3c67a5cf
)
2023-09-13 10:40:32 +02:00
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