chore: rebrand all RBox references to MyWebdav across codebase and docs
Replace every occurrence of "RBox" with "MyWebdav" in source files, configuration, legal documents, UI components, and test fixtures. This includes renaming the `RBoxApp` class to `MyWebdavApp` in the JavaScript component, updating the TOTP issuer from "RBox" to "MyWebdav" in the auth router, changing the application description in the argument parser, and updating all user-facing strings in HTML templates, legal policies, and the manifest file. The `.env.example` default for `TOTP_ISSUER` is also updated accordingly.
This commit is contained in:
@@ -20,7 +20,7 @@ async def browser():
|
||||
async def context(browser):
|
||||
context = await browser.new_context(
|
||||
viewport={"width": 1920, "height": 1080},
|
||||
user_agent="Mozilla/5.0 (X11; Linux x86_64) RBox E2E Tests",
|
||||
user_agent="Mozilla/5.0 (X11; Linux x86_64) MyWebdav E2E Tests",
|
||||
ignore_https_errors=True,
|
||||
service_workers='block'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user