Hello everybody,
we have released a new maintenance release:
Changelog 20.1.20210125
- Admin: Context menu action to clear user credentials
- Status/Videoconference: fix broken fullscreen mode in BBB client
- Calendar: Fix videoconference link in event tooltip
- Calendar: Fix event notifications had the wrong times in iCal attachment if user timezone was not server timezone
- Calendar: Fix bug where yearly planner would not show events that went outside the displayed time period
- All apps: Add context menu action on linked files to copy them somewhere else
- Etemplate: Avoid “Uncaught TypeError: Cannot read property ‘length’ of undefined”
- Mail: New “Save As” preference option to attach just the mail, no mail attachments
- LDAP/Addressbook: use accounts filter from setup for accounts addressbook too
- Projectmanager: Fix async notifications were sent out to too many users
- Projectmanager: fix some modification dates were stored in user time
- Tracker: Fix export filter for groups was allowing non-group accounts as options
- Tracker: Add resolution to the fields that escalations can change
- FPM/Container: start more php processes by default and keep them running to better cope with high usage
- Push: Change Push-Container latest => stable
This Maintanace update is provided via Docker container AND egroupware-docker package!
New functions / preferences or other important things:
- Admin: Context menu action to clear user credentials
It is now possible to delete both the e-mail account credentials (IMAP, SMTP, S/MIME) and the security tokens of one (or more) users in the user administration via the context menu.
- All apps: Add context menu action on linked files to copy them somewhere else
Linked files can now be copied to the EGroupware file system via the context menu. Thus, also e.g. directly into another ticket or any other data set.
- Mail: New “Save As” preference option to attach just the mail, no mail attachments
We have added a new setting:
It is now also possible to save only the email without attachments.
This is used when emails are saved as items in other modules (i.e. as a calendar entry, for example).
- LDAP/Addressbook: use accounts filter from setup for accounts addressbook too
It is now possible to set filters for LDAP accounts (unwanted in EGroupware).
This is useful, for example, when operating on a UCS server in order not to have some system accounts in EGroupware.
A HowTo follows (here in the forum).
- Tracker: Add resolution to the fields that escalations can change
It is now possible to also change the solution as an action in case of escalation:
- FPM/Container: start more php processes by default and keep them running to better cope with high usage
The first reason for the package update:
We increase various parameters of the EGroupware web server to increase performance (under high load). Details/the commit for this:
- Push: Change Push-Container latest => stable
Second reason for the package update:
We change in
/etc/egroupware-docker/docker.compose.yml
the entry
push:
image: phpswoole/swoole:4.6-php7.4-alpine
to a fixed (stable) tag.
Due to the change (to an alpine-image) the container-image is also significantly smaller.
It is essential to make your own settings in the
/etc/egroupware-docker/docker.compose.override.yml
to be made!
The commits in detail on GitHub:
The update information is collected in the following topic
in chronological order.
Many greetings
Your EGroupware team