Commit Graph

36005 Commits

Author SHA1 Message Date
Hadi Nategh
62a02c61b6 * Notifications: Add refresh handler for notifications (click on Notifications header) 2021-03-31 16:46:34 +02:00
nathangray
69a5bcf3a1 Filemanager: Fix superuser logout button did not work 2021-03-30 11:45:35 -06:00
nathangray
35d8411585 Calendar: Fix could not delete alarms in unsaved copy of an event 2021-03-29 08:44:36 -06:00
nathangray
754261ce56 Resources: Allow 0 quantity & usable 2021-03-24 15:16:15 -06:00
nathangray
1a94a0ef98 Api: Stop annoying "column saved" message that kept coming up 2021-03-24 10:23:56 -06:00
Ralf Becker
d422c5ad62 docker files for 7.4 builds 2021-03-24 08:52:04 +01:00
Ralf Becker
e1c1a3e4b7 Changelog for 20.1.20210324 2021-03-24 07:56:15 +01:00
nathangray
8b443447b6 Fix static var accessed as a constant 2021-03-24 06:44:11 +01:00
nathangray
66a0454936 Infolog: Fix CRM view would overwrite state in infolog list, leading to wrong filters in favorites 2021-03-22 13:24:15 -06:00
nathangray
afd2364979 Put selected columns into nextmatch value so columns are saved in favourites 2021-03-22 13:24:05 -06:00
nathangray
b5f45f1e71 * Infolog: Fix details / no details filter preference was not saved 2021-03-22 13:23:51 -06:00
Ralf Becker
49d9df43c2 fix Db errors with PHP 7.4+
caused by private $this->app not stored in session when Db\Depricated was instaciated
also move $GLOBALS[egw]->ADOdb to a static class var to fix session restore order caused $GLOBALS[egw] not yet restored giving a warning
2021-03-22 18:42:17 +01:00
nathangray
70ebe8edbb Replacement favorite icons from Eva 2021-03-18 12:55:53 -06:00
nathangray
18caa02cde Mail: No longer need to defer select handler restoration 2021-03-17 10:33:48 -06:00
nathangray
4fb80bfb3e Solve the problem with mail selecting the next mail and marking it as read when you move a mail by turning off the select-next-row thing for mail 2021-03-17 10:33:40 -06:00
nathangray
244f306422 Need to wait to restore the select handler to avoid nm selecting the next row. 2021-03-17 10:33:30 -06:00
nathangray
976e46fadc Mail: Attempt to stop mail from loading but not displaying the next mail after moving a mail to another folder
Now de-selecting so push update does not re-select
2021-03-17 10:33:22 -06:00
nathangray
9e9500d0c0 Mail: Attempt to stop mail from loading but not displaying the next mail after moving a mail to another folder
This is a timing issue.
2021-03-17 10:33:08 -06:00
nathangray
cc6691ffe2 Calendar: Fix "Object of class EGroupware\Api\DateTime could not be converted to string" error when adding recurrence to an event 2021-03-17 09:03:11 -06:00
Hadi Nategh
bfdce2334f Compact theme:
- Fix framework tabs not being able to get closed
- Fix some styling
- Fix framework tabs are overriding last active opened tab
2021-03-17 15:32:20 +01:00
Hadi Nategh
3dc697e8fc Fix framework in compact theme stalls on applications load when there's a framework tab 2021-03-17 15:31:26 +01:00
Hadi Nategh
e01059f3b6 Add tooltip for sidemenu toggle button 2021-03-17 15:30:48 +01:00
Hadi Nategh
29cd28b538 Fix missing icons in compact theme 2021-03-17 10:47:22 +01:00
Hadi Nategh
9134a0bc51 * Notifications: fix notification sub messages (grouped entries) would still show up even though their parent message once been deleted 2021-03-12 10:22:09 +01:00
Hadi Nategh
e6aef87a62 Fix broken handling ical file with mimetype of application/octet-stream 2021-03-11 14:57:34 +01:00
nathangray
ba109513cb Calendar: fix immediate notifications, broken by 767b77a 2021-03-10 08:58:40 -07:00
Hadi Nategh
d004c2dd36 Add contact label preference in order to control displayed info for To/Cc/Bcc addresses when composing an email 2021-03-10 12:11:17 +01:00
nathangray
f410c8fffe Addressbook: Fix CRM view action for organisation was missing if user had no tracker access 2021-03-09 08:35:59 -07:00
Ralf Becker
ebbff0951d fix missing "Select one" option for group-members 2021-03-04 17:05:10 +02:00
Hadi Nategh
9ecd48fff4 Fix some styling issues 2021-03-03 11:09:24 +01:00
Ralf Becker
17dbd35884 fix Call to protected method admin_cmd_config::exec() from context infolog_customfields 2021-03-02 17:36:43 +02:00
Hadi Nategh
1a3aee6fdd Fix extra tabs opened not keeping their orders after reload 2021-03-02 15:28:11 +01:00
Hadi Nategh
276b1cab44 Add missing changes from less file 2021-03-02 15:21:11 +01:00
Hadi Nategh
f79f1da31e Some Ui styling improvements 2021-03-02 14:51:13 +01:00
Ralf Becker
18c550b692 * CalDAV/Calendar: fix weekly recurring events without explicit weekday (BYDAY) were not using start-date 2021-03-02 15:28:03 +02:00
Ralf Becker
c742d0bafc pending translations from our translation server 2021-03-01 20:34:48 +01:00
nathangray
51407479ee Etemplate: Fix some load bugs
- tabs got doLoadingFinished() multiple times if tablist was modified by data
- selectbox with cached options did not load correctly first time
2021-03-01 09:16:33 -07:00
Ralf Becker
2c4982d2ac * CalDAV/Calendar: participants without status were not imported for new events (eg. from Thunderbird) 2021-03-01 15:41:09 +02:00
nathangray
60450ce640 Calendar: Fix update if hidden for more than one user's calendar in week view 2021-02-26 09:07:26 -07:00
nathangray
c5dc12f6ae Calendar: Fix events that were updated while calendar was not the active tab were misplaced at the beginning of the day 2021-02-26 09:07:18 -07:00
nathangray
cb928e24e1 Add videoconference link to event notification email 2021-02-26 09:06:45 -07:00
nathangray
b0e5e8a441 Calendar: Fix infolog displayed on calendar did not properly convert to timesheet entry 2021-02-23 10:28:10 -07:00
Hadi Nategh
a7959054ce Fix error Cannot read property 'decrypt_hover' of undefined 2021-02-22 11:46:55 +01:00
Hadi Nategh
25fcad568d Some styling improvements 2021-02-19 13:12:46 +01:00
Hadi Nategh
57683ee72d Use box-shadow around avatars instead of border, borders in zoomed mode would cut edges. 2021-02-19 13:12:35 +01:00
nathangray
dcfa8cfdbf Add upload svg so it can be used instead of png 2021-02-18 11:28:55 -07:00
nathangray
821f7cf562 Disable context menu on topmenu items 2021-02-18 11:07:21 -07:00
nathangray
f7a5709027 Calendar: Translation of "send notifications" 2021-02-18 09:16:09 -07:00
nathangray
228c81b1f9 - Fix immediate notification had weird participants
- More accepting regex for participants
2021-02-18 09:15:53 -07:00
nathangray
ae55605230 Calendar: Add icon for notification action, use REQUEST method (reconfirm event) for immediate notifications 2021-02-18 09:15:42 -07:00