1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-09 04:33:09 +01:00
Commit Graph

43574 Commits

Author SHA1 Message Date
ralf
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
ralf
5200e5ad2b change max symlink-size to 1024 chars (from 255) 2025-01-09 19:59:32 +01:00
ralf
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
ralf
5d7d48aea3 ignore double slashes in the Request-URI 2025-01-07 14:39:10 +01:00
ralf
50da59dc37 replace deprecated et2_dialog with new Et2Dialog 2025-01-07 09:00:52 +01:00
nathan
14a2548615 Fix merge document dialog used user preference over action path, even if it was missing 2025-01-06 10:59:54 -07:00
nathan
cdccd2a275 Et2VfsPath: Fix Enter would not accept typed value in Firefox 2025-01-06 10:43:08 -07:00
ralf
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
ralf
8ff5beb78f * EPL Invoices: allow to select a mail template and directly mail invoice to buyer 2025-01-03 16:10:33 +01:00
ralf
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
ralf
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
ralf
091cbabe20 show app-icon and translated name for /(apps|templates)/$app 2025-01-03 09:32:59 +01:00
ralf
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
nathan
9753e6ee14 Api: More details in error message if mail can't be merged & sent 2024-12-20 08:22:48 -07:00
nathan
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
nathan
16155ffd01 Et2Search / SearchMixin: Clear button focuses search, ready for new value 2024-12-19 13:34:34 -07:00
nathan
1a8027c456 Et2Search / SearchMixin: Hide clear button when dropdown is visible 2024-12-19 13:19:00 -07:00
nathan
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
ralf
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
ralf
d53a86f10e allow to specify a message with $_GET[msg] when redirecting to configuration 2024-12-19 20:45:14 +01:00
milan
98c1e920e8 make bi icons same size as other icons
(cherry picked from commit d3ac3d7432)
2024-12-19 18:31:22 +01:00
milan
3e466125da calendar edit et2-date-time popup always placed top
(cherry picked from commit 4147c28b3e)
2024-12-19 17:56:36 +01:00
milan
6ddd824cfe calendar 7/5 in toolbar adjustment
(cherry picked from commit 545ac9779d)
2024-12-19 17:56:23 +01:00
milan
127fda214f mail compose "To" left align
(cherry picked from commit 7e75fb5f1d)
2024-12-19 17:56:15 +01:00
milan
3e0abb0df5 fix mail compose save as draft
fixup 914c723c78

(cherry picked from commit 810f54f1b2)
2024-12-19 14:56:45 +01:00
milan
31da81ef00 status app visual adjustments regarding Ticket
(cherry picked from commit b4aab2f712)
2024-12-18 18:14:10 +01:00
milan
1cda5091fa fixed alignment of timesheet descriptions regarding ticket # 101351
(cherry picked from commit 86c4a384ed)
2024-12-18 17:09:27 +01:00
milan
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
milan
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
milan
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
milan
06f9a50eba fix table alignment in calendar multi-week and month view
(cherry picked from commit 849cc8071e)
2024-12-18 16:40:25 +01:00
milan
cec8fa22e6 change 'insert timestamp' icon from 'magic' to 'pin-map' regarding
Also removed ellipsis from fancy tab header

(cherry picked from commit 4c4725883e)
2024-12-18 16:40:15 +01:00
milan
36de06b157 WIP cleanup css revert too much removed css
(cherry picked from commit ff396d74b3)
2024-12-18 16:40:09 +01:00
milan
54dcda0897 WIP cleanup css --removed some no longer used css
(cherry picked from commit ab16fd77c6)
2024-12-18 16:40:05 +01:00
ralf
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
nathan
2877e9d193 Add Et2Dropdown, just a wrapper around SlDropdown 2024-12-17 08:47:04 -07:00
ralf
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
ralf
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
ralf
a184b0ca7f fix capitalisation of ZUGFeRD 2024-12-14 20:46:36 +01:00
ralf
050b7528aa adding invoices app 2024-12-14 11:35:26 +01:00
ralf
e881ddb8a2 Changelog for 23.1.20241214 2024-12-14 11:17:20 +01:00
ralf
7b19f4d28b catch and ignore ValueError of file_gets_contents('') 2024-12-14 11:01:47 +01:00
Ralf Becker
dd56ec1013 pending translations from our translation server 2024-12-14 10:37:57 +01:00
ralf
85042361c4 Fix TypeError about string array index on string 2024-12-14 09:23:27 +01:00
ralf
d3f71bd5fc fix stalled legacy diff-widget 2024-12-14 08:26:54 +01:00
ralf
2563177c9d do not store "user_timezone_read" 2024-12-14 08:14:20 +01:00
ralf
9df736bafa new storage object using a JSON blob to store date not in SQL schema 2024-12-14 08:14:20 +01:00
nathan
98762d3a8c Calendar: Fix recurrence tab widget spacing was too narrow 2024-12-13 09:23:46 -07:00
nathan
d1164fba33 Make tab & enter behave the same when editing 2024-12-13 09:13:59 -07:00
nathan
8d523f31a5 Et2Select: Better handling of focus with allowFreeEntries=true multiple=false editModeEnabled=false 2024-12-13 09:13:52 -07:00