Commit Graph

41778 Commits

Author SHA1 Message Date
ralf
5327c6e770 show upload error for TinyMCE images by pushing it as error-message to client and also show it instead of the URL 2024-06-25 13:57:49 +02:00
ralf
bad6a86f39 Changelog for 23.1.20240624 2024-06-24 10:31:40 +02:00
ralf
7772fd25ed * Mail: fix broken PDF attachments which were quoted-printable encoded 2024-06-24 09:42:55 +02:00
ralf
714e4b2169 allow numbers in table- and column-names 2024-06-24 09:06:33 +02:00
ralf
ed02332adb allow to switch sanitizing off and account for space after comma 2024-06-20 20:39:14 +02:00
ralf
da6a397e3f * Mail: do not stall (quick-)preview on mails without text-part e.g. PDF only 2024-06-20 15:02:17 +02:00
ralf
864bd19040 * Filemanager: automatic shorten too long filenames and replace 4-byte utf-8 characters, which gave an error when trying to store VFS 2024-06-20 12:29:35 +02:00
ralf
553829d30c fix reported problems 2024-06-20 11:13:27 +02:00
dependabot[bot]
3d5a9b63ae Bump pug from 3.0.2 to 3.0.3
Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)

---
updated-dependencies:
- dependency-name: pug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 07:54:23 +02:00
dependabot[bot]
f8a0fe514f Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 07:52:35 +02:00
ralf
f5e266f2c6 fix infinite recursion when checking for Windows timezones without "Standard Time" prefix 2024-06-13 20:20:51 +02:00
ralf
96b6ef5c8c fix Et2Number shows scroll-buttons if disabled and allows to in/decrement value 2024-06-13 15:30:27 +02:00
ralf
c93b8b4203 * Calendar: fix editing recurring events of type RDATE/explicit dates
changing time and giving error "duration longer than interval", and now also displaying the explicit times
2024-06-11 15:50:32 +02:00
ralf
1725406d9a fix PHP Error stalling import of exceptions without master (or private master not readable by importing user) 2024-06-10 08:08:51 +02:00
ralf
4f50e6e31c * Mail: allow to edit/fix mail account if no session password is available e.g. SAML or OpenIdConnect SSO login 2024-06-07 11:56:34 +02:00
ralf
6de9a15cb8 fix typo causing PHP Fatal 2024-06-06 20:25:09 +02:00
ralf
02dfd24542 if iCal file contains no participant information, always add current user as participant
fixes importing events w/o participants won't add current user to existing event, imported for another user before
2024-06-06 20:25:09 +02:00
ralf
af6bbbe4e7 * CalDAV/CardDAV/REST API: fix not working limited result
(since using generator instead of iterator)
2024-06-06 09:10:36 +02:00
ralf
2067df1fa4 fix PHP Fatal and not working iCal export of RDATE events
we need to read rdates also for search, not just read
2024-06-06 09:07:17 +02:00
ralf
8d5f036758 fix one problem if all recurrences of an event with explicit recurrences were overwritten/exceptions 2024-06-06 09:07:17 +02:00
ralf
2bfcc20856 * Calendar: fix generating/importing exceptions on recurring events using explicit RDATEs instead of a RRULE
also correctly recognize Windows timezone names without "Standard Time" postfix like "Romance" instead of "Romance Standard Time" for "Europe/Paris"
2024-06-06 09:07:17 +02:00
nathan
cc98141e86 Calendar: iCal can import events that use RDATE:VALUE=PERIOD 2024-06-06 09:07:17 +02:00
ralf
ebb213ddbb * eSync/Mail/Calendar: limit request for all mail and events to 1 year back, instead of previous 178 or 100 days 2024-05-15 16:08:30 +02:00
ralf
8b250157eb * Resources: fix category-name not shown in edit, if user has no edit rights to the resources 2024-05-15 12:50:54 +02:00
ralf
d3d69caa6f fix not displayed category in mobile view 2024-05-15 12:32:50 +02:00
ralf
9f5bd62e35 * Resources: fix editing on mobile devices gave a template error
(unnecessary whitespace in <et2-vbox > caused preprocessor to fail)
2024-05-15 12:03:28 +02:00
ralf
9dbcf7041c * eSync: fix whole-day events were one day longer (shifted by timezone difference) 2024-05-15 11:30:09 +02:00
ralf
ece56abcc4 fix some errors in timesheet REST API 2024-05-10 16:30:33 +02:00
ralf
9059f66745 fix PHP error in tracking, if no links given (e.g. in filemanager notifications) 2024-05-08 08:37:33 +02:00
ralf
62bceb7d15 translation of OIC error message 2024-05-07 11:37:47 +02:00
ralf
3d474c2fff display OpenIDConnect errors and problem on the login page, do NOT fail silently 2024-05-07 11:28:52 +02:00
ralf
0640eb58c6 * InfoLog: now fully supported by REST API 2024-05-06 17:36:09 +02:00
ralf
495f1c4034 WIP InfoLog REST API 2024-05-06 17:36:09 +02:00
ralf
a12549c5e1 WIP InfoLog REST API 2024-05-06 17:35:35 +02:00
ralf
0ae9130089 fix one more case (empty AB and PM lists) after performance fix for custom fields 2024-05-04 08:11:38 +02:00
ralf
02b23434bb fix empty customfields tab after performance fix 2024-05-04 07:39:33 +02:00
nathan
b067a22380 Admin: Fix user record couldn't generate a title without account_id
This caused import of new users to fail.
2024-05-03 17:30:24 +02:00
ralf
2f5978c48d fix some object/array errors 2024-05-03 17:30:24 +02:00
ralf
10a4ee9206 some Windows AD seem to get confused by using ldap_get_entries together with ldap_(first|next)_entry
check if we got the requested number of entries ($start[1]) back and only continue in that case
2024-05-03 15:18:04 +02:00
ralf
e08a664784 npm audit fix: update ejs to 3.1.10 2024-05-03 07:30:13 +02:00
nathan
21aae3c8ea Admin: Fix user & group import threw error "Class "admin_egw_record" not found" 2024-05-02 11:22:17 -06:00
nathan
559d8fba63 Performance improvements for customfields where we have just 1 field, not the whole list 2024-05-02 11:19:35 +02:00
ralf
417af60ba3 fix Handler::etag(): Argument #1 ($entry) must be of type array, null given 2024-05-02 11:11:51 +02:00
ralf
4b61724bd5 fix error in filemanager notifications: notifications::set_popupdata(): Argument #1 ($_appname) must be of type string, null given 2024-05-02 10:21:41 +02:00
ralf
81620ec08e fix error "Bad search filter" when accessing the calendar 2024-05-02 09:16:15 +02:00
ralf
4e00994511 need to first npm install, before we can run grunt 2024-04-30 13:43:06 +02:00
ralf
2361d690bc fix composer no longer installs EGroupware apps (runs plugins) as root and npm install fails silent on network errors / timeouts 2024-04-30 13:25:50 +02:00
Ralf Becker
a65abb3940 pending translations from our translation server 2024-04-30 10:26:26 +02:00
ralf
debfe516eb prefer homebrew gtar over ports gnutar 2024-04-30 09:50:24 +02:00
ralf
f1a1e69653 Changelog for 23.1.20240430 2024-04-30 09:27:17 +02:00