Commit Graph

39499 Commits

Author SHA1 Message Date
d816d837cd changes to get old eTemplate apps like KnowledgeBase working in 23.1
makes some more symbols global again in one block at the end of the files
2023-02-09 14:17:24 +01:00
6d9c31d6be Fix misaligned avatar in mail preview 2023-02-09 12:36:00 +01:00
365c165eca Apply same styling for attachments in mail display 2023-02-09 11:38:01 +01:00
584bdcb5c2 Rearrange attachments container in mail preview 2023-02-09 11:27:27 +01:00
5a2bbd6463 Adjust details container calculation for overlaySummary based on left/right alignment 2023-02-09 11:26:25 +01:00
32dd160e35 Et2Date: Add placement property to control where calendar popup opens. "top", "bottom", or "auto" 2023-02-08 14:36:09 -07:00
00a857b2d7 Projectmanager: Fix gantt column selection opens with wrong position
Now using a proper dialog, similar to nextmatch column selection
2023-02-08 11:48:56 -07:00
efa550f251 Et2Select: Add onTagClick property for actions on tag clicks
Fixes unable to detect clicking on individual tags inside readonly et2-select-email
2023-02-08 09:11:33 -07:00
c6e025d31b Fix attachments and addresses in mail display 2023-02-08 14:59:56 +01:00
8aabdee6f7 Fix mail mobile view no longer shows unseen status 2023-02-08 14:36:21 +01:00
5660f89b60 Fix broken pgp encryption frame in mail compose 2023-02-08 12:29:20 +01:00
8b5ee28335 Get attachments dropdown left aligned 2023-02-08 10:09:17 +01:00
7f6f4e94a6 Remove gap between addresses in mail preview 2023-02-08 09:54:03 +01:00
ed09a0b079 add missing readonly et2-select-lang to fix language column in news-admin index 2023-02-08 08:24:59 +01:00
193dbfc339 Et2Select: Fix some search weirdness
- Search didn't start until 1 character more than expected
- Search didn't happen on enter because the et2-searchbox inside stopped the key event from bubbling
2023-02-07 16:24:06 -07:00
9cde6a7171 Fix some styling on select-email
- Make +N tag right aligned & look like text, not tag
- Fix popup to open below but covering field
- give popup border & dropshadow
2023-02-07 12:04:05 -07:00
2a3a8a7371 Et2Select: Fix tags can't be removed 2023-02-07 10:04:56 -07:00
553c318529 More styling for mail preview 2023-02-07 16:50:22 +01:00
84a58ec6ae Add new attribute for details widget to overlay the summary container 2023-02-07 16:49:18 +01:00
78ec08fcc4 Rearrange the date in mail preview 2023-02-07 15:41:04 +01:00
98b8258f0f Get addresses out of details and fix attachments caption 2023-02-07 12:22:23 +01:00
cb6f2ee808 Add missing column on email tag tooltip 2023-02-07 10:01:46 +01:00
26214a3aa3 Fix collabora app installed check and set the right action name 2023-02-07 09:47:58 +01:00
7522e7615f fix Argument 2 passed to EGroupware\Api\Mail\Smtp::mailbox_address() must be of the type string, null given
called in /usr/share/egroupware/api/src/Mail/Smtp.php on line 238
caused by no mail domain specified in config or mail account
2023-02-07 08:19:39 +01:00
eb416c3d91 Calendar: Include current user as explicit select option for import target 2023-02-06 16:38:33 -07:00
95a4b319bb Calendar: Fix bug in iCal import that gave bad calendar owner value 2023-02-06 16:23:39 -07:00
2c15e2f8ef Et2Description: Fix broken activate links test, it needed camelCase attribute 2023-02-06 15:59:32 -07:00
1b7f9d3ebc Et2SelectEmail: Give dragged tags some z-index, so they go over the other controls 2023-02-06 15:07:30 -07:00
cd980c78df Limit mail to & cc addresses to 1 row, show all on hover.
Use:
multiple="true" rows="1" maxTagsVisible="1"
to trigger show all on hover
2023-02-06 14:48:55 -07:00
c48e2dccf1 fix explode(): Argument #2 ($string) must be of type string, array given 2023-02-06 20:38:14 +01:00
e4acb0eac1 fix an other substr(): Passing null to parameter #1 ($string) of type string is deprecated 2023-02-06 20:27:59 +01:00
6e1de33a23 fix server- and client-side had different attribute-names for legacy-options 2023-02-06 17:14:22 +01:00
330ffe73df fix somehow wrong legacy-options for customfields widget 2023-02-06 16:31:28 +01:00
5ade68dd76 Add collabora action into default and set attachments label 2023-02-06 16:15:32 +01:00
bd8198d230 missing et2-select-lang widget 2023-02-06 15:52:58 +01:00
ab6338f13f * TimeSheet: allow to update times in events tab rows by clicking on the time
@todo nathan: setting min/max values on Et2DateTime loaded via a template into dialog does NOT work, as widget has not instantiated Flatpicker,
when the dialog.getUpdateComplete promise returns and the widget then simply ignores the set min/max time :(
2023-02-06 14:42:18 +01:00
28d8a73ace Fix broken vfs size indicator 2023-02-06 12:10:15 +01:00
dda3b1f5d1 Remove excessive BR tag from email tag 2023-02-06 11:33:50 +01:00
e9c960671a Fix alignment and color for mail subject in preview 2023-02-06 11:23:19 +01:00
88edfc8d3f Update mail_label4.svg
File optimisation
2023-02-03 22:12:38 +01:00
1d8d4f9c72 Fix some readonly issues where widgets were not looking readonly
- Editable tags were still editable if the select was readonly
- LinkTo could still select an app (readonly not passed on)
- Hide the dropdown for multi-select when readonly
2023-02-03 14:09:07 -07:00
3a695bd45d Add some svg icons 2023-02-03 21:47:14 +01:00
846defb42e fix missing curl caused nodejs install to fail 2023-02-03 20:29:16 +01:00
1faeffebee Stop Widget::get_array() creating unwanted indexes
When some widgets checked for value in beforeSendToClient() or validate(), they were accidentally creating a numeric index in nm content.  When these indexes built up over several submits, they caused problems with grids with repeating rows.

Fixes addressbook organisation column goes missing
2023-02-03 11:32:20 -07:00
888c3f30a2 Update phone.svg
File optimations, earphone => full 32px
2023-02-03 18:02:22 +01:00
1880606fb6 Update cti_phone.svg
File optimations, earphone => full 32px
2023-02-03 18:00:24 +01:00
6c327e7a64 * LDAP/Addressbook: make further LDAP attributes available as custom-fields using "ldap_<attribute>" as name for accounts in LDAP 2023-02-03 11:28:43 +01:00
c2714a6813 * Univention: make birthday of users available in addressbook (univentionPerson.univentionBirthday attribute) 2023-02-03 11:26:17 +01:00
4b342db97e fix some warnings / notices in session creation 2023-02-03 09:57:37 +01:00
4f0e65c1a5 fix not working login with domain selectbox 2023-02-03 09:57:07 +01:00