Commit Graph

43577 Commits

Author SHA1 Message Date
e38ed1f797 fix DE translation of "not enabled" to "nicht aktiv" statt "nicht einschalten" 2025-01-12 10:29:44 +01:00
f1cd065a0f * Addressbook: fix non-active accounts where visible for non-admins, if hidden accounts exist
also fix not working sorting by account_lid/username
2025-01-12 10:26:26 +01:00
ae646209f0 * All apps: merge-print of OpenDocument files now also replaces in header- and footer-lines or text-frames (styles.xml part of the document) 2025-01-11 14:57:45 +01:00
fb2f9af81b * Mail: prefer identity email over SMTP username for Return-Path header, if both are from the same domain 2025-01-11 11:04:11 +01:00
5200e5ad2b change max symlink-size to 1024 chars (from 255) 2025-01-09 19:59:32 +01:00
ffb55e2132 fix mail app gives "404 Not found" when clicking on link of pdf or xml files 2025-01-09 11:36:05 +01:00
5d7d48aea3 ignore double slashes in the Request-URI 2025-01-07 14:39:10 +01:00
50da59dc37 replace deprecated et2_dialog with new Et2Dialog 2025-01-07 09:00:52 +01:00
14a2548615 Fix merge document dialog used user preference over action path, even if it was missing 2025-01-06 10:59:54 -07:00
cdccd2a275 Et2VfsPath: Fix Enter would not accept typed value in Firefox 2025-01-06 10:43:08 -07:00
4df252b5d6 WIP invoices: adding invoice-number to attachment name and fixing missing attachment/invoice if merging more then one (aka directly sending mail) 2025-01-04 10:02:30 +01:00
8ff5beb78f * EPL Invoices: allow to select a mail template and directly mail invoice to buyer 2025-01-03 16:10:33 +01:00
c11532e72f * Invoices (EPL): allow to use Invoices app as viewer for e-invoices in Mail (without rights for Invoices app itself) 2025-01-03 09:34:27 +01:00
a9ba203660 WIP invoices: allow to query and use not just the first app supporting a certain mime-type
thought mail code still only checks for certain apps
2025-01-03 09:34:00 +01:00
091cbabe20 show app-icon and translated name for /(apps|templates)/$app 2025-01-03 09:32:59 +01:00
25136a7b5d use a regular expression to only save wanted stuff in JSON blob
also re-implement data_merge to also merge and init JSON columns
2024-12-20 21:40:13 +01:00
9753e6ee14 Api: More details in error message if mail can't be merged & sent 2024-12-20 08:22:48 -07:00
5972624464 Mail: Merge into email was only accepted for classes named <appname>_merge, now accepting EGroupware\<appname>\Merge also 2024-12-20 08:22:40 -07:00
16155ffd01 Et2Search / SearchMixin: Clear button focuses search, ready for new value 2024-12-19 13:34:34 -07:00
1a8027c456 Et2Search / SearchMixin: Hide clear button when dropdown is visible 2024-12-19 13:19:00 -07:00
ec7936b448 Et2Select / SearchMixin: fix some more allowFreeEntry issues
- existing values were not being properly matched
- " freeEntry " option.class (with spaces) was causing nasty error in LitElement
2024-12-19 13:18:52 -07:00
b02ff90092 fix errors / exceptions in merge-print or other downloads do NOT show the error but trigger a redirect giving potentially a different unrelated error
A better fix would be to use a different cd-code e.g. cd=postSubmit and fix the server-side framework to return the framework / sidebox AND the page-content incl. the error, which it currently does not :(
With cd=popup we don't get the framework / sidebox (if running in the main window), but we get the error and a F5 / reload fixes the framework
2024-12-19 20:46:49 +01:00
d53a86f10e allow to specify a message with $_GET[msg] when redirecting to configuration 2024-12-19 20:45:14 +01:00
98c1e920e8 make bi icons same size as other icons
(cherry picked from commit d3ac3d7432)
2024-12-19 18:31:22 +01:00
3e466125da calendar edit et2-date-time popup always placed top
(cherry picked from commit 4147c28b3e)
2024-12-19 17:56:36 +01:00
6ddd824cfe calendar 7/5 in toolbar adjustment
(cherry picked from commit 545ac9779d)
2024-12-19 17:56:23 +01:00
127fda214f mail compose "To" left align
(cherry picked from commit 7e75fb5f1d)
2024-12-19 17:56:15 +01:00
3e0abb0df5 fix mail compose save as draft
fixup 914c723c78

(cherry picked from commit 810f54f1b2)
2024-12-19 14:56:45 +01:00
31da81ef00 status app visual adjustments regarding Ticket #101431
(cherry picked from commit b4aab2f712)
2024-12-18 18:14:10 +01:00
1cda5091fa fixed alignment of timesheet descriptions regarding ticket # 101351
(cherry picked from commit 86c4a384ed)
2024-12-18 17:09:27 +01:00
64de6df947 Mail Compose change "To" label to a dropdown to add bcc cc etc
(cherry picked from commit 0df6426c03)
2024-12-18 16:49:10 +01:00
04d98f4784 Mail Compose change "To" label to a dropdown to add bcc cc etc
(cherry picked from commit d4c819899c)
2024-12-18 16:46:32 +01:00
2d01b02764 mail compose move toggle html checkbox to the top next to toolbar
(cherry picked from commit 914c723c78)
2024-12-18 16:42:35 +01:00
06f9a50eba fix table alignment in calendar multi-week and month view
(cherry picked from commit 849cc8071e)
2024-12-18 16:40:25 +01:00
cec8fa22e6 change 'insert timestamp' icon from 'magic' to 'pin-map' regarding #101741
Also removed ellipsis from fancy tab header

(cherry picked from commit 4c4725883e)
2024-12-18 16:40:15 +01:00
36de06b157 WIP cleanup css revert too much removed css
(cherry picked from commit ff396d74b3)
2024-12-18 16:40:09 +01:00
54dcda0897 WIP cleanup css --removed some no longer used css
(cherry picked from commit ab16fd77c6)
2024-12-18 16:40:05 +01:00
36a8e0dfa2 allow to use Api\DateTime::sql_filter also for non-integer columns like regular DB DateTime or Timestamp columns 2024-12-17 17:38:45 +01:00
2877e9d193 Add Et2Dropdown, just a wrapper around SlDropdown 2024-12-17 08:47:04 -07:00
b45a33842b do NOT (re)move data with numerical indexes to JSON blob, as filters are also run through data2db 2024-12-17 14:27:03 +01:00
a4cc3ef55f change Recurrence to just a nextmatch-header as there is nothing to sort by and you get an SQL error clicking on it 2024-12-17 08:31:58 +01:00
a184b0ca7f fix capitalisation of ZUGFeRD 2024-12-14 20:46:36 +01:00
050b7528aa adding invoices app 2024-12-14 11:35:26 +01:00
e881ddb8a2 Changelog for 23.1.20241214 2024-12-14 11:17:20 +01:00
7b19f4d28b catch and ignore ValueError of file_gets_contents('') 2024-12-14 11:01:47 +01:00
dd56ec1013 pending translations from our translation server 2024-12-14 10:37:57 +01:00
85042361c4 Fix TypeError about string array index on string 2024-12-14 09:23:27 +01:00
d3f71bd5fc fix stalled legacy diff-widget 2024-12-14 08:26:54 +01:00
2563177c9d do not store "user_timezone_read" 2024-12-14 08:14:20 +01:00
9df736bafa new storage object using a JSON blob to store date not in SQL schema 2024-12-14 08:14:20 +01:00