tflidd
tflidd
> the barrier for stealing the tokens is quite high since you need access to the Nextcloud server, the account password (or any app token) and the master password for...
I try to use a hardware device for 2FA, so one time passwords are only a backup if one or all of these devices won't work. In that case, I...
> This started happening to me with the desktop sync client version 3.5.2 on Linux. I've downgraded to 3.5.1 and the problem went away. Server version is 24.0.1. I've disabled...
On the bottom of each page you find a link to edit the document, so you can submit the changes yourself.
It's better to call things what they are. Advantage of the Si-units is that you have MiB and MB to make a difference. Question now would be, if php considers...
There was a dynamic redirect before that probably caught this case as well: ``` # Anything else is dynamically handled by Nextcloud location ^~ /.well-known { return 301 /index.php$uri; }...
I even found an older pull request which does the same thing: https://github.com/nextcloud/documentation/pull/7130
Question: the current version (without this PR) works regarding the webfinger and nodeinfo redirect? In this case we can close this PR and all other related PRs. Not sure if...
Interesting. Is this working properly, meaning is the connection stable an fast? Currently in the forums, we rather recommend to use 3rd party software and it would be cool to...
It's going the other way around to use specific redirects: https://github.com/nextcloud/documentation/pull/8007