server
server copied to clipboard
☁️ Nextcloud server, a safe home for all your data
## Summary Migrate code from hooks to typed events, also unify the user events as some had already a `getUid` method -> now all provide this convenient helper. ## Checklist...
### ⚠️ 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...
The input should be clamped to a reasonable width (maybe just use 300px?) 
**Is your feature request related to a problem? Please describe.** After NC29, loopback access to the NC server instance is required for `Setup and Security warnings`. In the absense of...
### ⚠️ 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...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
https://github.com/nextcloud/server/blob/c109ae9437403c5bd17834c2ee53507c1d1f2ad2/core/Command/Preview/Repair.php#L216-L223 Creation should be skipped to speed up the deletion. I was trying to delete my 65k folders and the command ramped up until ~4d run time. Without the get+newFolder...
When running in delete mode, we don't have to loop over all the previews, delete them one-by-one and then delete the empty folder. We can delete them directly, if their...