Commit Graph

34471 Commits

Author SHA1 Message Date
Ralf Becker
21a44891ed * InfoLog: fix delegation no longer shown after database restore 2019-09-24 11:23:17 +02:00
nathangray
d602ec6677 Etemplate: More robust checking in get_tab_info() to handle tab template not fully loaded yet 2019-09-23 16:33:20 -06:00
nathangray
e83ad2cf5a Calendar: Make sure owner is sent as an array for proper processing of default_participant preference 2019-09-23 09:49:10 -06:00
Hadi Nategh
b3a48cbbc9 Fix top menubar for calendar in mobile mode 2019-09-23 12:29:13 +02:00
Hadi Nategh
950c00fadc Let browser deal with width, fix issue of nm header jumps down on hover action 2019-09-23 10:21:30 +02:00
Ralf Becker
3bf72f39d8 MariaDB before 10.3 could not update same table used in a sub-query 2019-09-21 09:39:32 +02:00
nathangray
b7eb1f866b Calendar: Add owner to values passed from quick add to edit dialog.
This fixes a bug where if multiple accounts were viewed as separate calendars, all accounts were added as participants when Quick add -> Edit was used on a single calendar
2019-09-20 09:47:51 -06:00
Hadi Nategh
68c5d1f2be Update more svg icons from Eva 2019-09-20 14:06:35 +02:00
Hadi Nategh
279de4bc35 Fix expose view download icon 2019-09-20 13:53:29 +02:00
Hadi Nategh
ab455be633 Fix saveAsDraft icon in mail compose 2019-09-20 10:44:19 +02:00
nathangray
5b545e24ec Etemplate: Fix sizing and layout for diffs when they're part of a multipart entry 2019-09-19 11:30:34 -06:00
Hadi Nategh
2a35c7c4e4 Fix priority and notification icons 2019-09-19 16:28:49 +02:00
Hadi Nategh
120bf82a69 Update more SVG icons from Eva 2019-09-19 14:50:58 +02:00
Ralf Becker
b80bb32375 * Password&Security: fix not working password change after 19.1.20190917 2019-09-19 12:58:17 +02:00
Hadi Nategh
131aa4715a Fix application tabs misalignment in monochrome theme 2019-09-19 12:15:40 +02:00
Ralf Becker
0554c64317 * History: fix timestamps broken by 19.1 update storing diffs using timestamp of preceeding row 2019-09-19 11:09:51 +02:00
Hadi Nategh
7dff2d7f94 Make mail compose dialog slightly bigger to get all actions in toolbar on a same line 2019-09-19 10:44:59 +02:00
Ralf Becker
a6dd184d64 keep timestamps when updating history-log to diff-format 2019-09-19 09:37:16 +02:00
nathangray
4e339a62a4 Filemanager: Fix shared directory could not open odp (or other non-odt files) in Collabora
Also fix "Permission denied" error trying to open office files without Collabora
2019-09-18 11:54:08 -06:00
nathangray
62299b8a15 Etemplate: historylog - get diff to work as part of multi-part entries 2019-09-17 15:19:55 -06:00
Ralf Becker
9a21f409af Changelog for 19.1.20190917 2019-09-17 18:20:42 +02:00
nathangray
0e8b0e0562 Etemplate: Fix unable to clear color picker 2019-09-17 09:11:29 -06:00
Ralf Becker
84f8e3a572 add WebAuthn to EPL apps 2019-09-17 10:47:35 +02:00
nathangray
6cbf065f7a Calendar - Different way to get participants for quick add -> edit 2019-09-16 11:46:10 -06:00
nathangray
47cde432ef * Calendar - Fix quick add lost additional participants 2019-09-16 10:46:35 -06:00
nathangray
ca76e377cd Etemplate - avoid JS errors if unloading a nextmatch that didn't get properly initialized.
This can happen if the nm is set disabled via server-side modification
2019-09-16 09:46:57 -06:00
nathangray
a1251b528f Admin - fix user accounts not displayed after submitting or canceling statistic
nm needs to start enabled or its initialization is skipped
2019-09-16 09:34:11 -06:00
Hadi Nategh
03f2588d67 Fix selectbox for rc online status 2019-09-16 13:21:24 +02:00
Hadi Nategh
a9e27d7128 Fix register button in webauthn's tab not visible 2019-09-16 13:10:12 +02:00
Hadi Nategh
87a0f0135f Fix app's icon in mobile template header not being displayed while the sidebar is toggled 2019-09-16 13:05:02 +02:00
Hadi Nategh
76e31e6bdd Implement mobile template for password dialog 2019-09-16 12:20:35 +02:00
Hadi Nategh
6013a71963 Fix height for avatar's dropdown menu in mobile template 2019-09-16 11:31:22 +02:00
Hadi Nategh
8bbb75df48 Update some icons 2019-09-16 10:13:10 +02:00
Ralf Becker
4f367e6bf1 * Univention: fix "Must change password upon next login" feature 2019-09-16 10:06:57 +02:00
Ralf Becker
b1fae07c75 invalidate opcache after writing header.inc.php if script is cached
so changes take immediate affect in our default container installation with opcache.validate_timestamps=off
2019-09-15 12:17:33 +02:00
Ralf Becker
14381800e6 * Setup: fix post_install.php breaking bcrypt header_admin_password
$ in password needs to be escaped as they otherwise address captures in preg_replace
2019-09-15 10:59:31 +02:00
nathangray
5980266fc7 Calendar - more icon changes from Eva
- Restore today icon
- replace day view icon
- better names for view icons to avoid future confusion
2019-09-13 09:50:33 -06:00
nathangray
6eac3e9652 Move gantt CSS to projectmanager 2019-09-13 09:50:33 -06:00
Ralf Becker
5621aeca53 * Notification: instead of overwritting From address use ReplyTo
as mail provider might not allow to have a From different from envelope sender
2019-09-13 14:30:55 +02:00
Ralf Becker
c5ea1618af CalDAV/CardDAV: fix not working creation of new contacts in MacOS Addressbook
OSX Addressbook sends ?add-member url-encoded
2019-09-12 09:10:19 +02:00
nathangray
2f1dfcc3d8 Calendar - Fix another case of group events not showing properly 2019-09-11 13:29:07 -06:00
Ralf Becker
a16a715829 * calendar: update to timezones version 2.2019b 2019-09-11 18:37:38 +02:00
Ralf Becker
e2529ea8a3 * Preferences: always show Security & Password popup, only disable password tab, if no rights to change it 2019-09-11 12:15:38 +02:00
nathangray
619d5a6707 Calendar - different 5 & 7 day icons from Eva 2019-09-10 10:53:03 -06:00
nathangray
6c772f7289 Calendar - button icons & icon size update for conflict & freetime search 2019-09-10 10:35:37 -06:00
nathangray
a6a3cb9a0f Etemplate - make sure dialog is wide enough if there is no title 2019-09-10 09:51:35 -06:00
Ralf Becker
ad1f79c2e7 do NOT query widgets from setup / installation, it fails with an exception 2019-09-10 09:29:48 +02:00
nathangray
861794fc4d use SVG for attach icon 2019-09-09 16:29:12 -06:00
nathangray
5c9678999c Addressbook - make type selectbox a little wider 2019-09-09 16:23:55 -06:00
nathangray
4f4d1e97d3 Api - fix category color positioning in nextmatch category header 2019-09-09 16:17:56 -06:00