mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Put files behind auth #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NickKelly1 on GitHub (Feb 3, 2021).
Hi, love the project! My wife and I have been making great use of it.
So far as I can tell files are always publicly accessible meaning we can't upload anything sensitive.
Can we put files behind authentication so they aren't accessible without authentication and authorisation?
To recreate this issue:
PS. would love to contribute. Are PR's being accepted and are there any contribution guidelines?
@meltyshev commented on GitHub (Feb 8, 2021):
Hi, sorry for the long answer. Yes, files should only be accessible to authorized users. I will change it in the release version. Thank you!
About contribution guidelines: I will add them after we release the stable version of Planka (currently working on that huge roles change). It will become more stable to contribute - there will be stable API and migrations between versions.