ralf
|
d88c214408
|
fix not working navigation in filemanager mobile: using et2-vfs-path not et2-vfs-name not allowing /
|
2024-09-26 10:08:49 +02:00 |
|
ralf
|
e04aceee5a
|
fix [IMAP only] button was only shown if [Manual entry] was selected first
|
2024-09-26 09:08:18 +02:00 |
|
ralf
|
ac68a37757
|
* Mail: remove content of script and style tags from displayed html mail
only script tags itself, not their content was removed before, and style tags were not completely removed, if regular expression run into an error
|
2024-09-24 13:47:08 +02:00 |
|
ralf
|
cf24e9dbbe
|
fix PHP error: count(): Argument #1 ($value) must be of type Countable|array, null given
|
2024-09-24 12:48:48 +02:00 |
|
ralf
|
f72dec6d52
|
* All apps: limit number of loaded links to 20 and showing a load more button, if more are available
|
2024-09-24 12:34:20 +02:00 |
|
nathan
|
a556fae0f3
|
Et2LinkList: Do not create context menu until needed
|
2024-09-17 09:07:33 -06:00 |
|
nathan
|
84ef1ae2c8
|
Et2VfsSelectDialog: Only start search when first loaded if dialog is open
Previously it always started search, even if created closed.
|
2024-09-17 09:07:26 -06:00 |
|
ralf
|
92225d8fc6
|
* Admin: bulk action together with a selected group and select all was not working / complaining about nothing selected
(without group, it always skiped the last entry, due to num_rows=-1)
|
2024-09-17 13:15:16 +02:00 |
|
ralf
|
82ef5d6446
|
fix Framework::includeJS("", "app", "filemanager") failed on client-side, due to a double slash "//" in path
also fixed various warnings
|
2024-09-17 08:47:28 +02:00 |
|
ralf
|
89c67cfc49
|
if async ID would be longer than 64 chars truncate it to 32 chars plus md5 hash of all data
take care of being able to read old, just truncated IDs too
|
2024-09-16 13:38:27 +02:00 |
|
ralf
|
4040cb030f
|
added "No limit" as placeholder text to be more clear NOT to write "empty", which forbides (like every non-number) any export
|
2024-09-16 08:55:21 +02:00 |
|
ralf
|
94aba17961
|
fix ajax_get_options does not use default of true for globalCategories
|
2024-09-13 13:06:27 +02:00 |
|
ralf
|
0573437a3b
|
fix count(): Argument #1 ($value) must be of type Countable|array, null given
|
2024-09-13 08:38:51 +02:00 |
|
milan
|
57fcc04fb0
|
fix bug in tree where lazy loading without a result would never stop
(cherry picked from commit f4438ac59d )
|
2024-09-12 11:59:57 +02:00 |
|
ralf
|
6574cec164
|
fix et2-select-bool to return true/false and not "1" or "0", fixes mail-account edit switches sieve on again after apply
|
2024-09-12 11:56:33 +02:00 |
|
ralf
|
0eb67f37ea
|
fix et2-select-cat globalCategories attribute was not parsed correct (default for not setting the attribute is true!)
|
2024-09-12 11:06:30 +02:00 |
|
nathan
|
acba58111e
|
Calendar: Fix sidebox merge
|
2024-09-11 11:32:25 -06:00 |
|
ralf
|
5d491cf313
|
fix array_key_exists() Argument #2 must be of type array, null given when trying to create a new iCal Import profile for Infolog
|
2024-09-11 17:24:12 +02:00 |
|
ralf
|
bdf50616e9
|
* ActiveDirectory: allow to disable VLV controls, if your AD has problems with it AND can return all users in a single query
|
2024-09-11 09:01:13 +02:00 |
|
ralf
|
941321dd9f
|
fix config to show NO private custom-field tab was not taken into account (private CF tab was always used, for private CFs)
|
2024-09-10 10:55:10 +02:00 |
|
ralf
|
2fbc977310
|
allow longer sharing-path up to 1024 chars (instead of just 255), which also limited Collabora editing
|
2024-09-10 09:48:36 +02:00 |
|
ralf
|
43e90453c1
|
npm audit fix
|
2024-09-10 08:27:59 +02:00 |
|
dependabot[bot]
|
93c33cbad6
|
Bump twig/twig from 2.15.3 to 2.16.1
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.15.3 to 2.16.1.
- [Changelog](https://github.com/twigphp/Twig/blob/v2.16.1/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v2.15.3...v2.16.1)
---
updated-dependencies:
- dependency-name: twig/twig
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-10 08:23:17 +02:00 |
|
ralf
|
e4acb6c563
|
Use a [+] button instead of [Add] for adding explicit recurrences (to not conflict with exceptions label)
|
2024-09-09 20:18:24 +02:00 |
|
nathan
|
610490fc8e
|
Import/export: Avoid "Unable to schedule" error if schedule part contains whitespace
|
2024-09-09 10:46:17 -06:00 |
|
ralf
|
b768dc6e82
|
fix not working admin menu entries after mobile template automatic sidebar closing
|
2024-09-09 14:52:13 +02:00 |
|
ralf
|
2b93dea630
|
display via context menu selected users, some UI cleanups and name it in tree also "Bulk changes"
|
2024-09-09 11:54:07 +02:00 |
|
ralf
|
405e8ca30a
|
no longer mark high priority mail with a red bar
|
2024-09-09 11:13:17 +02:00 |
|
ralf
|
d38604f9e6
|
automatic close sidebox/-bar in mobile framework when tree or favorite is clicked
|
2024-09-09 10:30:10 +02:00 |
|
milan
|
d41c964095
|
fix bug in mail where EmptyTrash/EmptySpam action would make a wrong badge appear
|
2024-09-06 12:38:04 +02:00 |
|
ralf
|
891e9837af
|
fix some JS errors displayed in mail
|
2024-09-06 12:37:47 +02:00 |
|
nathan
|
085eea2bdb
|
Et2Tab: Add gap between tab contents
|
2024-09-06 10:20:01 +02:00 |
|
nathan
|
a40efb6142
|
Et2Tabs: Fix tab content being incorrectly marked as readonly
|
2024-09-06 10:20:01 +02:00 |
|
nathan
|
11812e36b6
|
Et2Tabs: Recognise hidden & disabled in the template
|
2024-09-06 10:20:01 +02:00 |
|
nathan
|
ecd7b4557d
|
Et2Tabs: Better handling of fallback tab sizing
Now considering tab may be bigger than parent
|
2024-09-06 10:20:01 +02:00 |
|
nathan
|
5f8574cdf6
|
Et2Tabs: Better handling of child nodes
|
2024-09-06 10:20:01 +02:00 |
|
ralf
|
3a75b29e07
|
two missing points in changelog: tabs for custom-fields and EGroupware font to use
|
2024-09-06 10:13:02 +02:00 |
|
ralf
|
6aeda44484
|
better alignment of custom-fields edit popup
|
2024-09-06 09:58:33 +02:00 |
|
nathan
|
bf15c93d96
|
Bigger border on context menu
|
2024-09-06 08:26:53 +02:00 |
|
ralf
|
5de5032222
|
fix PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead
|
2024-09-05 14:42:58 +02:00 |
|
ralf
|
25293895d4
|
changing default PHP version to 8.3 used since some time in releases
|
2024-09-05 10:25:46 +02:00 |
|
ralf
|
b374432373
|
remove additional/wrong changelog entry
|
2024-09-05 09:33:13 +02:00 |
|
ralf
|
cb8a40f3e9
|
Changelog for 23.1.20240905
|
2024-09-05 09:14:05 +02:00 |
|
ralf
|
1617176647
|
skip (rebased) commits older than the last tag
|
2024-09-05 09:09:23 +02:00 |
|
ralf
|
ede05b3d89
|
Changelog for 23.1.20240719
|
2024-09-05 08:23:05 +02:00 |
|
ralf
|
a1da4f1b92
|
npm audit fix
|
2024-09-05 08:22:55 +02:00 |
|
Ralf Becker
|
46810a4c50
|
pending translations from our translation server
|
2024-09-05 08:17:46 +02:00 |
|
milan
|
aafc8b7fa5
|
bring toggle-on and toggle-off icon to 23.1 so it can be used as slider in context menu
-- note: remove after bootstrap icons are available in 23.1
|
2024-09-04 11:00:24 +02:00 |
|
nathan
|
4fe2398a37
|
Fix disconnected et2-vfs-mime could stall template load
|
2024-09-03 10:49:14 -06:00 |
|
ralf
|
a8a7456ce5
|
replace et2-groupbox with legacy groupbox for 23.1
|
2024-09-03 13:01:34 +02:00 |
|