nathan
|
e419287cfb
|
Fix price select did not fill in price
|
2023-04-05 16:42:50 -06:00 |
|
nathan
|
2c8656ebdc
|
Import/Export: Fix export CSV category filter was missing application categories
|
2023-04-05 13:59:22 -06:00 |
|
nathan
|
0026591f03
|
Api: Remove call to jQuery.dialog from app_base.js
Replaced with alert warning to port app to typescript (egw_app.ts)
|
2023-04-05 13:16:47 -06:00 |
|
nathan
|
8ec449403f
|
Api: Remove call to jQuery.dialog
|
2023-04-05 11:52:55 -06:00 |
|
nathan
|
aa89bf82af
|
Et2Select: Re-color dropdown icon in darkmode
|
2023-04-05 11:30:36 -06:00 |
|
ralf
|
a0b81c3cc3
|
* LDAP/AD: if only users get imported, set their primary group and memberships as configured for auto-created accounts (Default group by default)
|
2023-04-05 16:57:33 +02:00 |
|
ralf
|
ccd6acd606
|
* Calendar/CalDAV: set current user as owner for events created in resource calendar
|
2023-04-05 16:08:36 +02:00 |
|
ralf
|
819b277c24
|
added more docu to the docker-compose installation
|
2023-04-05 10:05:23 +02:00 |
|
ralf
|
390e90fa89
|
add link to instructions how to install missing timezones in the DB to the logged error-message
|
2023-04-05 08:44:15 +02:00 |
|
nathan
|
24bb8ffebf
|
Et2Description: Fix urls from activateLinks did not open properly
|
2023-04-04 14:08:24 -06:00 |
|
nathan
|
cc1d79dd74
|
Home: Remove drag & drop support of favorites due to conflicts with interact.js for resizing
|
2023-04-04 13:38:53 -06:00 |
|
nathan
|
9eecc9218f
|
Calendar: Fix calendars on Home did not load when sidebox was not loaded
|
2023-04-04 13:16:35 -06:00 |
|
ralf
|
b146452754
|
move use of mail.index.preview template behind its definition, to fix PHP message: EGroupware\Api\Etemplate\Widget\Template::instance('mail.index.preview', '', '', '') template NOT found!
|
2023-04-04 20:22:20 +02:00 |
|
ralf
|
566dac47af
|
* LDAP/AD/Setup: periodic import disables (add|edit)account hooks, if account-repository is not SQL and further performance improvements
- also log interactive initial or incremental import via setup
- fix conflict resolution if account_id of user already used for a group
|
2023-04-04 19:59:05 +02:00 |
|
nathan
|
55116c7b49
|
Et2Select: Fix select closes immediately after opening
If you click to open then click again to close, select wouldn't stay open after that.
|
2023-04-04 10:12:48 -06:00 |
|
nathan
|
7dfb0f734f
|
Calendar: Fix missing scrollbar in conflict list
|
2023-04-04 09:26:14 -06:00 |
|
nathan
|
70916b8fe3
|
Calendar: fix update after delete does not show new events
Deleting the event caused a "hole" in daywise ID list, and trying to load that event's data failed.
|
2023-04-04 08:39:10 -06:00 |
|
hadi
|
bf2cb8818a
|
Remove extra navigation icon on toolbars dropdown menu
|
2023-04-04 13:10:20 +02:00 |
|
ralf
|
878ce27e8b
|
remove Grunt job for no longer existing jdots template always recreating jdots directory
|
2023-04-04 09:00:19 +02:00 |
|
ralf
|
4ccd15a50d
|
* Mail/Calendar: show scrollbar, if meeting request does not fit into preview area
|
2023-04-04 08:46:51 +02:00 |
|
nathan
|
98ae5aac1c
|
Et2Select: It was impossible to have "," in an option value, as it would get split by set_value()
see a9d2a3972c
|
2023-04-03 14:55:04 -06:00 |
|
nathan
|
6194c15b91
|
Calendar: fix planner's vertical bar time cursor did not follow mouse
|
2023-04-03 14:41:54 -06:00 |
|
nathan
|
886de143d4
|
Fix "Uncaught (in promise) TypeError: Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'."
|
2023-04-03 11:57:57 -06:00 |
|
nathan
|
1702269b65
|
Api: Fix readonly category select did not load application categories
Categories were loaded before attributes & application was not used
|
2023-04-03 10:21:46 -06:00 |
|
nathan
|
6b98908faa
|
Infolog: When creating an event from an infolog, don't send an invalid category ID. Fixes validation error when saving the event.
|
2023-04-03 09:35:22 -06:00 |
|
nathan
|
a9d2a3972c
|
Et2Select: It was impossible to have "," as an option value, as it would get split by fix_bad_value()
|
2023-04-03 08:52:31 -06:00 |
|
nathan
|
de4b2746e5
|
Calendar: Fix calendars on Home did not load due to app.calendar being missing
|
2023-04-03 08:51:00 -06:00 |
|
ralf
|
fc003c613b
|
* EPL/CTI/Addressbook: phone numbers written with unusual separator like pipe symbol where not found
|
2023-04-03 16:44:31 +02:00 |
|
hadi
|
cac2508c4a
|
* Mail: Make list refresh option available in 3pane-view through column selector
|
2023-04-03 16:06:11 +02:00 |
|
ralf
|
2446f2968a
|
* LDAP/ADS: fix memberships of local groups were lost in periodic account-import
also logging startup errors like LDAP connection problems
|
2023-04-03 15:25:41 +02:00 |
|
hadi
|
1e34d624ac
|
Fallback on vertical mode if no preferences is set as default
|
2023-04-03 13:17:27 +02:00 |
|
hadi
|
44d4b70aaf
|
Add autocomplete attribute to input widgets
|
2023-04-03 12:29:50 +02:00 |
|
hadi
|
c4809386e1
|
Set a max height for select tags
|
2023-03-31 14:07:30 +02:00 |
|
nathan
|
73723eff5a
|
Don't try to load disabled templates
Allows us to disable / not load templates even if they have template / ID
|
2023-03-30 10:49:56 -06:00 |
|
nathan
|
d27cb07ceb
|
Change sharing permissions
Filemanager now allows all but Collabora share in CE. Other apps are unchanged - EPL only
|
2023-03-30 10:19:54 -06:00 |
|
nathan
|
14cedcea1a
|
Calendar: Fix "now" line in planner view took a minute to show up
|
2023-03-30 09:24:32 -06:00 |
|
nathan
|
deefd1e0ea
|
Et2SelectDayOfWeek: Fix missing all days, weekday, weekend options
|
2023-03-30 08:33:07 -06:00 |
|
hadi
|
1aa0528642
|
Fix broken vfsPath widget
|
2023-03-30 16:04:52 +02:00 |
|
hadi
|
91c11a72ac
|
Keep et2 buttons used as et2Dialog's footer buttons initial width in order to get them fit into dialog otherwise dialog width calculation goes wrong
|
2023-03-30 12:34:24 +02:00 |
|
ralf
|
7afc50b7d9
|
check version is in changelog (pushed and current tree updated) before proceeding
|
2023-03-30 09:05:15 +02:00 |
|
ralf
|
8211e0a8e3
|
fix PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
|
2023-03-29 22:32:16 +02:00 |
|
nathan
|
2446c3823f
|
Et2TabsMobile: Fix double values when submitting.
Render was making multiple copies of the sub-template
|
2023-03-29 11:02:28 -06:00 |
|
nathan
|
7d71246ff0
|
Et2Date: Fix incorrect validation error for empty dates on mobile
|
2023-03-29 10:22:35 -06:00 |
|
hadi
|
09560a325a
|
Fix some dialog's buttons are not getting fit into the dialog initiated size
|
2023-03-29 17:21:41 +02:00 |
|
nathan
|
f01f84885d
|
Calendar: Fix fallback icon if owner / participant has no lavatar
|
2023-03-28 14:43:50 -06:00 |
|
nathan
|
46af0265fa
|
Et2CheckboxReadonly: Fix checkbox was not visible if selectedValue attribute was not set
|
2023-03-28 14:20:47 -06:00 |
|
nathan
|
0bcb0ab356
|
Calendar: Fix recur exception button said "undefined" when it should have been hidden
|
2023-03-28 14:03:48 -06:00 |
|
nathan
|
b67abdafd1
|
Fix up recur days
|
2023-03-28 13:48:26 -06:00 |
|
nathan
|
70db89b2f6
|
Et2DateReadonly: Fix readonly date did not re-render when value changed
|
2023-03-28 08:30:45 -06:00 |
|
ralf
|
219d8a8419
|
activate links in changelog
thought something's broken in the et2-textarea widget, as the link does NOT open on click
|
2023-03-28 13:34:04 +02:00 |
|