nextcloud-server/apps/dav/lib
Christoph Wurst 91b31bfb15
fix(dav): Reduce CalDAV backend memory footprint
fetchAll inflates memory. Fetching in a loop allows GC to run earlier
and more often.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-11-02 11:12:34 +07:00
..
AppInfo Move NeedsSystemAddressBookSync to dav application where it’s registered 2023-10-19 11:44:02 +07:00
Avatars Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +07:00
BackgroundJob fix(caldav): Cast calendar objects id to int when building index 2023-06-06 09:45:39 +07:00
BulkUpload when reading an empty file getting EOF is not an error 2023-07-20 13:41:47 +07:00
CalDAV fix(dav): Reduce CalDAV backend memory footprint 2023-11-02 11:12:34 +07:00
CardDAV Merge pull request #39852 from nextcloud/pragmaHeader 2023-10-18 03:30:21 +07:00
Command Refactors dav app commands. 2023-09-20 15:43:15 +07:00
Comments Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_app 2023-09-17 10:14:20 +07:00
Connector fix(dav): report status 2023-09-18 11:29:15 +07:00
Controller fix: close cursor after reading the invitation 2023-08-10 21:45:57 +07:00
DAV Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +07:00
Db feat(dav): implement personal absence settings backend 2023-10-29 00:08:44 +07:00
Direct techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2023-08-28 15:50:45 +07:00
Events feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin 2023-07-17 16:06:15 +07:00
Exception
Files
Listener Refactors "strpos" calls in /apps/dav to improve code readability. 2023-06-12 09:46:07 +07:00
Migration add index for classification 2023-10-31 10:41:32 +07:00
Profiler
Provisioning/Apple
Search
Service feat(dav): implement personal absence settings backend 2023-10-29 00:08:44 +07:00
Settings Enable caldav push notifications by default 2023-09-12 13:58:40 +07:00
SetupChecks Change SetupResult API to named constructors 2023-10-19 11:44:03 +07:00
Storage
SystemTag feat(files): add systemtags view 2023-09-18 15:33:21 +07:00
Traits
Upload fix(dav): use quota of destination in s3 chunk upload 2023-08-02 10:09:13 +07:00
UserMigration fix(dav): Remove usage of indirect thecodingmachine/safe dependency 2023-10-24 11:25:42 +07:00
Capabilities.php dav: Add OpenAPI spec 2023-07-11 16:37:40 +07:00
HookManager.php fix: Cleanup unused imports and some type deprecations 2023-07-06 10:37:40 +07:00
RootCollection.php fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 2023-07-25 11:19:26 +07:00
Server.php Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_app 2023-09-17 10:14:20 +07:00