max-nextcloud
max-nextcloud
Fixes #354.
When running `cargo test` with a recent cargo (1.75.0) there's a warning printed: ``` warning: notify_push v0.1.0 (/home/max/code/nextcloud/notify_push) ignoring invalid dependency `test_client` which is missing a lib target ```
I'm working on adding an nfs container that can be attached as storage. Collecting my notes here so they do not get lost.
Simplify the handling of csrf-tokens and auth. ### 🏁 Checklist - [x] Code is properly formatted (`npm run lint` / `npm run stylelint` / `composer run cs:check`) - [x] [Sign-off...
# Bug description When opening one of my favorite folders via the favorites list the folder description is not shown Regression of #3697 and #1100. ## To Reproduce Steps to...
**Is your feature request related to a problem? Please describe.** In case two users start a new yjs session at the same time they need to initialize it with the...
Worked in 29 and main and will be fixed by upgrading tiptap (#5435). _Originally posted by @max-nextcloud in https://github.com/nextcloud/text/issues/5657#issuecomment-2049754409_
**Is your feature request related to a problem? Please describe.** The current terminology, database structure and flow for sync have been inherited from the tiptap 1 sync mechanism. This is...
**Describe the bug** When a link in a read only document is focussed with the tab key the link bubble does not open - even not on pressing space or...
This tutorial should be used to develop apps that will most likely not be shipped with the server. So there's no need to include the compiled js. We should avoid...