Hoang Pham
Hoang Pham
On /save endpoint: In SessionMiddleware and beforeController hook: * The getDocument($documentId) method is called in both assertDocumentSession() and assertDocumentBaseVersionEtag(), resulting in two separate database SELECT queries. (assertUserOrShareToken() contains the call...
Here are some of my initial thoughts about potential optimizations to decrease database workloads and improve performance: * Minimize the number of API calls to the /push endpoint from the...
PR: https://github.com/ONLYOFFICE/onlyoffice-nextcloud/pull/1131
PR: https://github.com/nextcloud/user_saml/pull/997 Customers tested successfully!