StefanU
0d4a99b885
Update folderOpen.svg
...
New version
2023-10-16 13:40:13 -06:00
StefanU
4d1de73cfc
Update MailFolderClosed.svg
...
New version
2023-10-16 13:38:38 -06:00
nathan
c1cb6dbd11
Calendar: Another attempt to avoid error when accepting external invitation
...
calendar_uiforms::event_changed(): Argument #2 ($_old) must be of type
array, bool given, called in
/var/www/epl-23.1/calendar/inc/class.calendar_uiforms.inc.php on line 2295
2023-10-16 08:55:28 -06:00
nathan
b89605f1cc
Fix wrong operator in 6b4a1316d2
2023-10-13 08:13:55 -06:00
nathan
5dfcfd2164
Calendar: Attempt to avoid error when accepting external invitation
...
calendar_uiforms::event_changed(): Argument #2 ($_old) must be of type
array, bool given, called in
/var/www/epl-23.1/calendar/inc/class.calendar_uiforms.inc.php on line 2295
2023-10-12 08:09:27 -06:00
nathan
de0ae8a6a7
Api: Fix unneeded reloads in nm when applying favourite
2023-10-10 09:55:15 -06:00
nathan
8584befb83
Api: Show nm columns from favourites
...
Need to update preferences before submitting
2023-10-10 09:55:04 -06:00
nathan
9c244a45f6
Api: Show nm columns from favourites, automatically reloading if needed to get missing columns
2023-10-10 09:54:57 -06:00
nathan
b60f9633e6
Fix favourites did not show customfield column if needed
2023-10-10 09:54:48 -06:00
nathan
ad21be3216
Api: Fix account selection was always loading some accounts
2023-10-06 10:49:29 -06:00
ralf
48e33e88a9
fixing some PHP deprecated filling the install log
2023-10-05 10:02:30 +02:00
nathan
ddeec753ee
Calendar: Fix sidebox category had no options
2023-10-04 09:13:31 -06:00
nathan
a430e98bcc
Calendar: Fix group events did not always show up
...
If the user had group events from more than one group, depending on the timing we were overwriting the first group(s)
2023-09-28 11:05:33 -06:00
ralf
702329aa92
use a docker-compose.override.yml for your changes
2023-09-28 08:53:28 +02:00
ralf
9226785202
fix docker-compose.yml and README.md for a regular (non-developer) docker-compose install
2023-09-28 08:52:47 +02:00
nathan
71806e051e
Put additonal options to static select before the static options
2023-09-26 13:04:17 -06:00
nathan
bf7106cf86
Hide tooltips when context menu opens
2023-09-25 10:35:55 -06:00
nathan
2d81a67c9b
Admin: Use appname for ACL edit, not the name of the application entry (eg: calendar vs event)
2023-09-25 10:30:38 -06:00
ralf
f90f1dea48
fix wrong colum "notification_created" has to be "notify_created"
2023-09-25 11:30:31 +02:00
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