max-nextcloud
max-nextcloud
`content` is already used as an id in the server template: https://github.com/nextcloud/server/blob/c10317f7f9f53a4de464915f754896eed7f1ee6c/core/templates/layout.user.php#L125 Make sure to have a unique id and to replace the correct dom element when mounting the vue...
https://github.com/nextcloud/server/blob/c10317f7f9f53a4de464915f754896eed7f1ee6c/core/templates/layout.user.php#L125 already makes use of the id `content`. Make sure to have a unique id and to replace the correct dom element when mounting the vue app.
Template repos can be used to seed new repos. Seems useful here. Only needs a setting to be toggled: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository
**Describe the bug** After editing a new page and inserting a new image the image won't render and displays a 403 error in view mode:  **To Reproduce** Steps to...
**Describe the bug** In the current cypress run logs there are a lot of exceptions thrown by circles. Example exception ```json { "reqId": "XmIybWFwQcTsxNQrtAQR", "level": 3, "time": "2023-09-13T21:37:47+00:00", "remoteAddr": "",...
### ⚠️ 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...
We're seeing a lot of sloooow queries due to the recommendations app. So many it actually brought the server to a halt. They all have a similar pattern but differ...
Fixes flaky cypress SmartPicker test. ### 🏁 Checklist - [x] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`) - [x] [Sign-off message](https://probot.github.io/apps/dco/) is...
### 📝 Summary ### 🏁 Checklist - [ ] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`) - [ ] [Sign-off message](https://probot.github.io/apps/dco/) is...
### 📝 Summary Currently we need to add more ram to the node runtime so it can build text. This is due to rollup needing plenty of ram when building...