Commit Graph

40039 Commits

Author SHA1 Message Date
nathan
11589fc8a2 Fix Et2Link always opening in the same popup 2023-04-26 08:06:56 -06:00
nathan
b5e78154d0 Timesheet: Allow exact start & end times 2023-04-26 08:06:12 -06:00
nathan
c1cbfc415d Add statustext to list of detached attributes 2023-04-26 08:05:35 -06:00
ralf
9d1e34e377 * Calendar/CalDAV: fix recurring events with users only added to an exception and have been deleted or rejected after 2023-04-25 17:37:09 +02:00
ralf
e549648187 change default to disable last/next event for users, as it's quite a performance drain 2023-04-25 17:03:29 +02:00
hadi
8d4c4c9d37 Fix js error causes stop execution for apps with no favorites 2023-04-25 17:01:18 +02:00
nathan
d57bcd12ac Fix missing entry values 2023-04-25 08:09:07 -06:00
nathan
2e3784ea54 Admin: Remove missing content types from custom field type2 to avoid validation errors on submit 2023-04-25 08:08:44 -06:00
nathan
9b57b24f0e Always strip comma regardless of number preference so parse float always works. 2023-04-25 08:07:53 -06:00
hadi
a88c423abe Do not translate category names 2023-04-25 12:01:19 +02:00
hadi
f7a1be6525 Make content marking possible on nm rows 2023-04-24 15:02:11 +02:00
ralf
c431057f56 * CalDAV/InfoLog: fix infinit loop causing high database load, if sync-collection report did not query calendar-data 2023-04-24 13:06:44 +02:00
hadi
3203a2b90e Fix broken resizing mail compose's textarea 2023-04-21 14:16:47 +02:00
hadi
f072d6d620 Set right set of attachments object for smime resolved attachments sent to client-side 2023-04-21 11:57:57 +02:00
ralf
553986c7cb backport dependabot update of guzzlehttp/psr7 from 2.4.0 to 2.4.5 2023-04-20 21:27:18 +02:00
nathan
1e2695c7ce Calendar: When moving an event reset status of non-users according to event owner's preference instead of always resetting 2023-04-20 08:21:57 -06:00
nathan
9e56554408 Resources: Fix category ACL with no admin added a blank user, which then failed validation 2023-04-20 08:21:09 -06:00
nathan
edcd9ae55c Resources: Make ACL edit popup wider 2023-04-20 08:20:38 -06:00
nathan
aea9731d22 Resources: Give ACL dialog permissions table full width 2023-04-20 08:19:15 -06:00
nathan
889fa75f8c Fix typo in 5a824ef 2023-04-20 08:19:08 -06:00
nathan
aded689831 Fix et2container.getValueById() failed with error on (some) webcomponents 2023-04-20 08:12:46 -06:00
nathan
c01b39fe64 Mail: Fix moving folder hangs showing waiting icon 2023-04-20 08:12:15 -06:00
hadi
1b827f9f1e Fix sub-infolog indicator icon gets positioned wrongly when viewing the infolog in CRM view 2023-04-20 11:45:55 +02:00
nathan
ecffd5fb73 Api: Fix Et2Link did not open PDFs in Collabora, but always downloaded them 2023-04-19 11:14:01 -06:00
nathan
fe962c2177 Et2Select: Fix doubled tags, long tags missing ellipsis 2023-04-19 11:13:37 -06:00
nathan
cefbf87dd4 Preferences: Change default multiselect close preference from open to close except email 2023-04-19 11:12:22 -06:00
nathan
daf57803f9 Preferences: Add a preference option for if select multiple dropdowns stay open, excluding email selection
Also, German translations from Birgit
2023-04-19 11:11:52 -06:00
nathan
0242891289 Preferences: Add a preference for if select multiple dropdowns stay open or closes immediately after selection 2023-04-19 11:11:35 -06:00
nathan
0ec664cacb Api: Fix single custom field with ID = fieldname did not properly load value 2023-04-19 08:14:57 -06:00
ralf
718ea95b8b fix lists from other users gave a validation error for account-display "Lastname, Firstname" because of the comma 2023-04-18 16:27:29 +02:00
ralf
02d4b6d30e fix some PHP Deprecated and typos in comments 2023-04-18 09:11:56 +02:00
nathan
1ca751f17d Fix multi-select in headers did not trigger update when a tag was removed
Value got passed around by reference, so as soon as the value was changed, activeFilters had the updated value.  Now just leaving applyFilters() to do the check.
2023-04-17 16:23:16 -06:00
nathan
dcf34dd74c Add implicit preference to remember user's last sort order.
Sort stored in favorites override this when the favorite is used.
2023-04-17 15:21:33 -06:00
nathan
80b99c67ec Calendar: Fix error shown after importing ical
"substr(): Argument #1 ($string) must be of type string, array given"
2023-04-14 10:50:44 -06:00
nathan
134a82791a Validation changes:
- Fix multiplying messages on focus/blur
- Server-side (Manual) messages do not block submit.  Server set it, we'll let server check it.
2023-04-14 09:58:37 -06:00
ralf
56acd2ef31 nodejs PPA does NOT exist for ppc64le, falling back to the version included in Ubuntu and the separate npm package 2023-04-12 17:26:06 +02:00
ralf
120ab6673a building multi-platform images for EGroupware: arm(64) or ppc64le instead of only amd64 2023-04-12 17:26:06 +02:00
ralf
8b12c082a4 activate links in changelog
thought something's broken in the et2-textarea widget, as the link does NOT open on click
2023-04-12 14:16:10 +02:00
ralf
45a89423ce Changelog for 23.1.20230412 2023-04-12 11:21:00 +02:00
Ralf Becker
3522e60e84 pending changes from our translation server 2023-04-12 11:16:00 +02:00
nathan
c5a26649c9 Timesheet: Fix broken total in header
Passing columns as string caused them to get split by comma, but $total_sql had round(...,2) in it.  Changed to use array.
2023-04-12 10:55:18 +02:00
nathan
4edf57ad8a Et2DateDurationReadonly: Fix value change did not update, so displayed value was unchanged 2023-04-12 10:55:18 +02:00
nathan
c949d5bc2a Et2NumberReadonly: If value is null, just show nothing 2023-04-12 10:55:18 +02:00
ralf
a743ff1717 bringing README in sync with docker-compose.yml again 2023-04-12 10:53:49 +02:00
ralf
4c01c4c819 fix Collabora init container and Nginx config for newer Collabora version
also fix wrong path for sources-push volume
2023-04-12 10:53:49 +02:00
Markus Klein
6de05fcd0c Extend docker README.md 2023-04-12 10:53:49 +02:00
Markus Klein
a6df052004 Fix docker-compose source volume definition
Always use a bind mount for the source volume to ensure the source-push volume works as intended.

Additionally add some clarifying comments in several places.
2023-04-12 10:53:49 +02:00
nathan
85f9ef0c6f Fix et2-vbox center alignment 2023-04-11 13:13:59 -06:00
ralf
978e858d8d make the actual content-column with aliases and forwarding addresses flex, not the last column with checkboxes 2023-04-11 18:35:05 +02:00
ralf
5c24d4bec8 implement onlyEmail attribute for et2-select-mail to only display email address, even if we have a full rfc822 address and use it for aliases and forwards in admin mail 2023-04-11 18:35:05 +02:00