cd20749ca0
Timesheet: Change context menu category change to go over AJAX instead of POST to take advantage of push
2020-08-06 09:15:52 -06:00
2cf0e7732d
Fix update was doing full refresh, changed back to previous behaviour
...
Left 'update-in-place', as discussed, as it's way more clear what it does.
2020-08-06 09:14:41 -06:00
faed2f97d4
Etemplate: Add et2_nextmatch.set_disable_autorefresh() to change it dynamically
2020-08-06 08:40:41 -06:00
19b8cb25a8
ignore MessageAppend all together for all new message notifications, as Sieve moved mails still use MessageNew
2020-08-06 14:46:28 +02:00
879943f3d2
do NOT update counter in Mail tab-header, eg. for Junk
2020-08-06 13:00:51 +02:00
e3c356b2c2
Add missing compiled js file from commit 13ed300c9c
2020-08-06 10:37:56 +02:00
3ee29ccacb
disable autorefresh in infolog and timesheet
2020-08-06 10:07:26 +02:00
deac5166e7
check et2 is ready
2020-08-06 09:40:53 +02:00
6e2745f129
update unseen counter in folder-tree for delete too
2020-08-06 09:02:34 +02:00
fba4323765
Etemplate: add disable_autorefresh attribute to nextmatch to be able to disable autorefresh
2020-08-05 11:21:33 -06:00
3b4d8071e9
improve fix not updated number of nextmatch rows on push type "delete"
2020-08-05 18:48:35 +02:00
13ed300c9c
* Etemplate: Fix entry widget had wrong ID, so was missing value
...
Typescript conversion error
2020-08-05 10:36:42 -06:00
321cd60fb5
fix not updated number of nextmatch rows on push type "delete"
2020-08-05 18:26:40 +02:00
2ea0792600
remove mails marked as \Delete eg. by TB, which does not expunge immediatly
2020-08-05 18:09:37 +02:00
e3cf9b7aa5
Make sure to clean up the duplicated class
2020-08-05 16:43:57 +02:00
6b3747d225
Update pushed flags without requesting from server
2020-08-05 15:38:14 +02:00
d8752eecf8
* Mail/Admin: do NOT allow to set forwards via Sieve rules, if user forwards are disabled (not standard SMTP!)
2020-08-05 14:08:31 +02:00
3ece75667d
Avoid extra request to server for update-in-place refresh
2020-08-05 10:43:04 +02:00
a43fc4bf20
Filemanager: Fix EACL could not select groups
2020-08-04 14:15:52 -06:00
3da73f95fb
* Calendar: Fix multiple all-day event rendering bug
...
If you had multiple all day, non-blocking events and switched from month to week view, if your window was small enough, some of them would be hidden.
2020-08-04 13:56:54 -06:00
371bb59bdf
pass requested uids to backend, also ignore Sent folder for notification and fix update of foldername
2020-08-04 18:17:04 +02:00
bb0b93bf67
changes to receive further push notifications from Dovecot 2.3+
2020-08-04 15:54:29 +02:00
9b77a5a1af
Calendar: Fix favorite with planner by user and a group could not find group members
...
It would then display one row for the group, instead of one row per group member. Did not happen if you had viewed the calendar for the group in another view, or group was selected when calendar opened.
2020-08-03 16:42:31 -06:00
9b5c1d20ba
* Infolog: Fix exporting search results failed if a contact filter was used
2020-08-03 09:41:02 -06:00
6525361145
Do not set active app on an app with status 5 (run in background) for mobile framework
2020-08-03 15:46:47 +02:00
70e8a1b3ae
Fix errors happening in mobile framework
2020-08-03 15:21:11 +02:00
b568b99a57
Add translations
2020-08-03 10:59:42 +02:00
a14a21fa49
* Tracker/Notifications: send mail after response to user and push errors
2020-08-01 15:10:07 +02:00
421bda29c4
* Container: use Ubuntu 20.04 as base of EGroupware container instead of 18.04
2020-07-31 17:52:41 +02:00
3972abdf52
* Notifications: taking push server into account for checking user is online for popup or email notifications
2020-07-31 17:50:01 +02:00
0e3143d45d
fix SQL error in ranking caused by automatic added ambigous column which app code had already aliased "$table.$col AS $col"
2020-07-31 13:39:05 +02:00
9825b36148
pending translations from our translation server
2020-07-31 13:02:30 +02:00
e84532af40
Changelog for 20.1.20200731
2020-07-31 12:54:28 +02:00
33e88d25ae
* Preferences: use push to ask every affected client to reload preferences, if affected
2020-07-31 09:47:49 +02:00
a562cdf502
dynamic enable password suggest for sharing links
2020-07-30 21:56:57 +02:00
88b7bccdb9
Etemplate: Password suggest now works if started disabled then enabled via JS
2020-07-30 13:50:12 -06:00
5379a0c924
Home using non-global EgwApp instances for portlets
2020-07-30 13:00:53 -06:00
80b72bfb3c
Etemplate: Fix password widget did not disable suggest dynamically
2020-07-30 09:21:40 -10:00
8a14301710
* Login: fix not working forced password reset
2020-07-30 15:17:41 +02:00
1624ceae07
Return an object for egw message in order to have access to it after display
2020-07-30 15:01:50 +02:00
0f4b40c7fb
* Mail: new preference to disable notifications for new arriving mails (requires push for mail)
2020-07-30 12:10:53 +02:00
e3889fb5d6
Calendar: Fix week view's now line jumped to wrong day for some timezones
2020-07-29 15:23:37 -10:00
471741ce12
Etemplate: Update controller indexMap when adding a new row
...
Fixes deleting former top mail that got moved down by a pushed new mail removed both newly added and the selected mail
2020-07-29 13:20:09 -06:00
33d983f547
* Calendar: fix not working refresh via push, if Home app is used
...
Current fix only makes sure global app.calendar created by home get completly destroyed (and newly created by calendar itself), and not just unregistered from the push
We probably want to modify home to create private app objects for its portlets
2020-07-29 18:25:09 +02:00
c5f03f6413
Timesheet: ACL data changed is an object
2020-07-29 09:51:48 -06:00
14c908de78
Do not include egw message in print
2020-07-29 15:45:25 +02:00
08acad038c
* Mail: replying to a mail should only update icon, not move it to top of list
2020-07-29 13:58:15 +02:00
631587eab1
Fix notifications stalling login
2020-07-29 12:55:15 +02:00
bd8b99f8c1
Try to fix up password with respect to autofill
2020-07-28 10:39:16 -06:00
4750db5a87
Changelog for 20.1.20200728
2020-07-28 13:53:39 +02:00