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
{{ message }}
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
My personal bias would go towards only unloading the project from the server and renaming its folder on disk to something like ${projectSlug}.deleted (Project folder names containing dots are ignored when the server starts up), rather than deleting it altogether, because that would be an irreversible operation and it's safest if people do it through familiar channels like their Explorer/Finder or shell.
I think until authentication and access rights as laid out in #55 are in, we should only enable it for passwordless local-only servers (because letting anyone with the server password delete projects seems like too much power).
The text was updated successfully, but these errors were encountered:
My personal bias would go towards only unloading the project from the server and renaming its folder on disk to something like
${projectSlug}.deleted
(Project folder names containing dots are ignored when the server starts up), rather than deleting it altogether, because that would be an irreversible operation and it's safest if people do it through familiar channels like their Explorer/Finder or shell.I think until authentication and access rights as laid out in #55 are in, we should only enable it for passwordless local-only servers (because letting anyone with the server password delete projects seems like too much power).
The text was updated successfully, but these errors were encountered: