richdocuments/lib
Arthur Schiwon 3e90cc881c
refactor: untangle Node|ICacheEntry parameter in shouldWatermark
Results in split methods as we do not have nice overloading in PHP. But
simplifies parameters when calling them, while implementation is being
hidden yet simplified as it does not have to deal with different objects
but a few primitive types.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2025-10-07 20:05:46 +02:00
..
AppInfo feat: Add storage wrappert to block download on secure view 2025-05-21 15:57:47 +02:00
Backgroundjobs chore: Bump php-cs-fixer config and apply 2024-09-19 11:43:02 +02:00
Command chore: Bump php-cs-fixer config and apply 2024-09-19 11:43:02 +02:00
Controller refactor: untangle Node|ICacheEntry parameter in shouldWatermark 2025-10-07 20:05:46 +02:00
Conversion fix: portable document format --> pdf 2025-02-04 13:13:05 -05:00
Db fix(settings): generate user config per userId & handle guest users 2025-02-05 13:15:53 +01:00
Events chore: Bump php-cs-fixer config and apply 2024-09-19 11:43:02 +02:00
Exceptions feat(wopi): support for wopi proof key 2025-08-14 11:05:54 -04:00
Listener refactor: untangle Node|ICacheEntry parameter in shouldWatermark 2025-10-07 20:05:46 +02:00
Middleware wopi: allow to fetch settings from inside the document 2025-08-29 10:51:24 +05:30
Migration fix: Avoid different table schema when migration from older oc releases 2025-03-20 10:00:03 +01:00
Notification fix(notifications): Notifier::prepare() threw \InvalidArgumentException which is deprecated 2025-01-03 11:56:10 +01:00
Preview feat: Add config flag to disable preview generation 2025-03-12 10:46:06 +01:00
Reference perf: Use getFirstNodeById as it is cached 2024-07-15 07:52:49 +02:00
Service feat(AI): generate presentations with AI 2025-09-22 12:51:39 -04:00
Settings enh: set ooxml as default doc_format 2025-07-11 15:01:52 -04:00
Storage refactor: untangle Node|ICacheEntry parameter in shouldWatermark 2025-10-07 20:05:46 +02:00
TaskProcessing feat(AI): generate presentations with AI 2025-09-22 12:51:39 -04:00
Template fix: Generate preview with proper aspect ratio for templates 2025-01-24 14:58:07 +01:00
WOPI feat(wopi): support for wopi proof key 2025-08-14 11:05:54 -04:00
AppConfig.php fix: correctly watermark PDFs 2025-07-14 15:19:05 -04:00
Capabilities.php feat: Add apple pages/numbers/keynote mimetypes 2024-12-19 23:30:37 +01:00
Helper.php fix(Wopi): fall back to super share if share token is not available 2025-05-06 17:25:13 -04:00
PermissionManager.php refactor: untangle Node|ICacheEntry parameter in shouldWatermark 2025-10-07 20:05:46 +02:00
TaskProcessingManager.php fix: also check if the assistant app is enabled 2024-12-17 12:20:49 -05:00
TemplateManager.php feat(AI): generate presentations with AI 2025-09-22 12:51:39 -04:00
TokenManager.php fix: editor uid issue 2025-08-04 12:21:24 +02:00
UploadException.php chore: Add SPDX header 2024-05-09 10:37:22 +02:00