max-nextcloud

Results 86 issues of 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: ![grafik](https://github.com/nextcloud/collectives/assets/97337118/370b4a71-c09f-449a-8cdd-3a883167580f) **To Reproduce** Steps to...

bug
frontend
1. to develop
29 feedback

**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": "",...

bug

### ⚠️ 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
0. Needs triage
29-feedback

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...

1. to develop
performance

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...