You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also hardcoded into some of my scripts and configs. Gonna have to go through to change that... 🤣
Referencing #18061, it may be nice to keep the old endpoint around for a bit before it is fully deprecated. Though the web interface exposed link should change.
What's the rationale to deprecate a static endpoint that depends on login credentials only? In terms of user documentation, it's far easier to have a static string users can cut'n'paste than /USERNAME/ …
It's been changed on the frontend for files at this point, so I'd say that places still using the old endpoint should be reported as a separate more specific bug.
The documented url is
/remote.php/dav/files/USERNAME/
, butremote.php/webdav/
is still exposed to the user interface:server/apps/files/templates/appnavigation.php
Lines 44 to 45 in 1074e98
server/lib/private/OCS/CoreCapabilities.php
Line 55 in 1074e98
And some hardcoded endpoints are here:
https://github.com/nextcloud/server/tree/1074e9838b508aacaac8e8d49f9506d68402dafa/build/integration/features/bootstrap
The text was updated successfully, but these errors were encountered: