Hadi Nategh
c6e025d31b
Fix attachments and addresses in mail display
2023-02-08 14:59:56 +01:00
Hadi Nategh
8aabdee6f7
Fix mail mobile view no longer shows unseen status
2023-02-08 14:36:21 +01:00
Hadi Nategh
5660f89b60
Fix broken pgp encryption frame in mail compose
2023-02-08 12:29:20 +01:00
Hadi Nategh
8b5ee28335
Get attachments dropdown left aligned
2023-02-08 10:09:17 +01:00
Hadi Nategh
7f6f4e94a6
Remove gap between addresses in mail preview
2023-02-08 09:54:03 +01:00
ralf
ed09a0b079
add missing readonly et2-select-lang to fix language column in news-admin index
2023-02-08 08:24:59 +01:00
nathan
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
nathan
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
nathan
2a3a8a7371
Et2Select: Fix tags can't be removed
2023-02-07 10:04:56 -07:00
Hadi Nategh
553c318529
More styling for mail preview
2023-02-07 16:50:22 +01:00
Hadi Nategh
84a58ec6ae
Add new attribute for details widget to overlay the summary container
2023-02-07 16:49:18 +01:00
Hadi Nategh
78ec08fcc4
Rearrange the date in mail preview
2023-02-07 15:41:04 +01:00
Hadi Nategh
98b8258f0f
Get addresses out of details and fix attachments caption
2023-02-07 12:22:23 +01:00
Hadi Nategh
cb6f2ee808
Add missing column on email tag tooltip
2023-02-07 10:01:46 +01:00
Hadi Nategh
26214a3aa3
Fix collabora app installed check and set the right action name
2023-02-07 09:47:58 +01:00
ralf
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
nathan
eb416c3d91
Calendar: Include current user as explicit select option for import target
2023-02-06 16:38:33 -07:00
nathan
95a4b319bb
Calendar: Fix bug in iCal import that gave bad calendar owner value
2023-02-06 16:23:39 -07:00
nathan
2c15e2f8ef
Et2Description: Fix broken activate links test, it needed camelCase attribute
2023-02-06 15:59:32 -07:00
nathan
1b7f9d3ebc
Et2SelectEmail: Give dragged tags some z-index, so they go over the other controls
2023-02-06 15:07:30 -07:00
nathan
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
ralf
c48e2dccf1
fix explode(): Argument #2 ($string) must be of type string, array given
2023-02-06 20:38:14 +01:00
ralf
e4acb0eac1
fix an other substr(): Passing null to parameter #1 ($string) of type string is deprecated
2023-02-06 20:27:59 +01:00
ralf
6e1de33a23
fix server- and client-side had different attribute-names for legacy-options
2023-02-06 17:14:22 +01:00
ralf
330ffe73df
fix somehow wrong legacy-options for customfields widget
2023-02-06 16:31:28 +01:00
Hadi Nategh
5ade68dd76
Add collabora action into default and set attachments label
2023-02-06 16:15:32 +01:00
ralf
bd8198d230
missing et2-select-lang widget
2023-02-06 15:52:58 +01:00
ralf
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
Hadi Nategh
28d8a73ace
Fix broken vfs size indicator
2023-02-06 12:10:15 +01:00
Hadi Nategh
dda3b1f5d1
Remove excessive BR tag from email tag
2023-02-06 11:33:50 +01:00
Hadi Nategh
e9c960671a
Fix alignment and color for mail subject in preview
2023-02-06 11:23:19 +01:00
StefanU
88edfc8d3f
Update mail_label4.svg
...
File optimisation
2023-02-03 22:12:38 +01:00
nathan
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
StefanU
3a695bd45d
Add some svg icons
2023-02-03 21:47:14 +01:00
ralf
846defb42e
fix missing curl caused nodejs install to fail
2023-02-03 20:29:16 +01:00
nathan
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
StefanU
888c3f30a2
Update phone.svg
...
File optimations, earphone => full 32px
2023-02-03 18:02:22 +01:00
StefanU
1880606fb6
Update cti_phone.svg
...
File optimations, earphone => full 32px
2023-02-03 18:00:24 +01:00
ralf
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
ralf
c2714a6813
* Univention: make birthday of users available in addressbook (univentionPerson.univentionBirthday attribute)
2023-02-03 11:26:17 +01:00
ralf
4b342db97e
fix some warnings / notices in session creation
2023-02-03 09:57:37 +01:00
ralf
4f0e65c1a5
fix not working login with domain selectbox
2023-02-03 09:57:07 +01:00
nathan
21599f6097
Make all toolbar toggle button icons gray when off
2023-02-02 10:46:51 -07:00
nathan
929bf866cd
Et2Lavatar: Fix missed property camelCase
...
contact_id -> contactId
2023-02-02 09:19:04 -07:00
Hadi Nategh
138999f233
Add again full value as tooltip for email tags
2023-02-02 12:12:08 +01:00
ralf
b4eafbcd70
* LDAP: fix LDAP protocol error creating new groups without a description
...
make sure not to unset (empty) description for new groups
2023-02-02 08:56:53 +01:00
dependabot[bot]
4ddf327185
Bump symfony/http-kernel from 5.4.6 to 5.4.20
...
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel ) from 5.4.6 to 5.4.20.
- [Release notes](https://github.com/symfony/http-kernel/releases )
- [Changelog](https://github.com/symfony/http-kernel/blob/6.2/CHANGELOG.md )
- [Commits](https://github.com/symfony/http-kernel/compare/v5.4.6...v5.4.20 )
---
updated-dependencies:
- dependency-name: symfony/http-kernel
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 08:07:50 +01:00
nathan
1fa9d91d59
Et2Description: Fix links were not clickable
...
activateLinks property got typoed to activeLinks in the template conversion
2023-02-01 14:31:17 -07:00
nathan
346a720d27
Et2LAvatar: Update statustext (tooltip) with name based on lname & fname
2023-02-01 14:06:54 -07:00
nathan
86376bdc0c
Et2DateRange: Add relative -> absolute conversion as needed when setting value
2023-02-01 13:04:25 -07:00