server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
I would like a feature that would create a checksum and verify the integrity of the files stored directly onto the server, so in the event there is an issue...
Fix https://github.com/nextcloud/server/issues/23877 Calls the existing DAV comments read handler https://github.com/nextcloud/server/blob/529d6537b25c3d7068eedbeb4b88797fe83a4e71/apps/dav/lib/Comments/EntityCollection.php#L179-L181 Run the following SQL query to observe updates to the database ```sql select * from oc_comments_read_markers order by marker_datetime ```
Closing a reminder in Thunderbird leads to an update of the event on the server, which generates an unnecessary notification event. While using a shared calender this leads to extreme...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
Follow-ups to https://github.com/nextcloud/server/pull/36534 Bugfixes: - [x] Improve loading indicator for actions - [x] Breadcrumbs show `Foldername.dTIMESTAMP` when browsing a deleted folder, in the old implementation we just showed `Foldername` -...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
### Describe the bug I'm trying to process contact photos in an app. Sometimes the photos I get from OCP\IAddressBook#search are binary blobs, sometimes they are links, that are Basic...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
### Bug description When you use `addScript` and request a script of your app to be loaded AND you have different versions of the app in both of your apps...