max-nextcloud
max-nextcloud
**Describe the bug** Sometimes closing the editor won't save the file. The sync request goes out but since the version has not increased it does not save anything. **To Reproduce**...
## Goal When editing a markdown file I want to be able to embed content from another app either as a preview or editable ## Approach - [ ] define...
- test(jest): remove internal _oc_webroot stub - test(cy): introduce `cy.prepareWindowForSessionApi` - test(cy): refactor to use aliases - test(cy): introduce `cy.sessionUsers()` for users endpoint - test(api): split test and use `.its`...
**Describe the bug** If there is some initial state in the yjs document our sync mechanism fails and changes from the user in question are not transferred. If a yjs...
**Describe the bug** We observed on two different instances that the content of a file turned empty. Investigating it in more detail we found the following: * There was no...
### 📝 Summary Refactor the Polling Backend and Synchronization service ### 🏁 Checklist - [x] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`)...
This reverts commit 77d77561fc835335a72b6fecc6d5f53d895ca8e1. Merge once * https://github.com/nextcloud/server/issues/42306 is fixed. ### 🏁 Checklist - [x] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`)...
**Describe the bug** For a while the `sync.spec.js` has been failing on the stable27 branch:  Looks like it may have been introduced by #5087 or at the same time....
**Describe the bug** Cypress tests have been failing lately. **To Reproduce** Steps to reproduce the behavior: See https://github.com/nextcloud/text/actions/runs/7198062769/job/19606727251 https://github.com/nextcloud/text/actions/runs/7201473337?pr=5130 (debug run) **Expected behavior** Cypress tests pass. **Screenshots** See linked test...
In some places we treat a screen of width 1024 as mobile - in others it's the smallest that's not treated as mobile. Following up on #3768 also change the...