nextcloud-server/apps/dav/lib
Louis Chemineau 88aa7683d9 fix: Drop unnecessary exit
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-19 17:44:23 +07:00
..
AppInfo fix(dav): add missing database index for dav_shares resourceid, type and access 2024-06-26 19:04:15 +07:00
Avatars
BackgroundJob fix(userstatus): Fix user status automation in real-life scenario 2024-06-25 09:33:12 +07:00
BulkUpload perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
CalDAV fix(dav): catch `MaxInstancesExceededException` on calendar events 2024-09-16 14:34:27 +07:00
CardDAV fix(carddav): limit vcard size 2024-07-04 22:18:40 +07:00
Command fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Comments fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Connector fix(filesreport): cast fileId to integer 2024-09-16 09:08:57 +07:00
Controller perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
DAV fix(caldav): stricter default calendar checks 2024-07-23 08:50:30 +07:00
Db
Direct perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Events
Exception
Files fix: Drop unnecessary exit 2024-09-19 17:44:23 +07:00
Listener fix(dav): add missing database index for dav_shares resourceid, type and access 2024-06-26 19:04:15 +07:00
Migration fix(BuildSocialSearchIndexBackgroundJob): offset not applied 2024-07-01 16:38:33 +07:00
Profiler
Provisioning/Apple fix(dav): cast parameters to string 2024-09-16 09:09:35 +07:00
Search
Service
Settings
SetupChecks fix: Migrate WebDAV endpoint check to SetupCheck API 2024-03-14 16:20:17 +07:00
Storage
SystemTag chore: Break closure call on two lines to make it readable 2024-03-19 16:01:25 +07:00
Traits
Upload fix: Use proper path when trying to check if a file needs to get copied 2024-03-08 10:02:45 +07:00
UserMigration Skip instead of throwing on invalid address book migration 2024-02-23 15:24:46 +07:00
Capabilities.php
HookManager.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +07:00
ResponseDefinitions.php
RootCollection.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Server.php fix(dav): Always respond custom error page on exceptions 2024-09-05 18:15:51 +07:00
ServerFactory.php