mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
it is now possible to grant access to users other than `${u}`
(the user which the volume belongs to)
previously, permissions did not apply correctly to IdP volumes due to
the way `${u}` and `${g}` was expanded, which was a funky iteration
over all known users/groups instead of... just expanding them?
also adds another sanchk that a volume's URL must contain a
`${u}` to be allowed to mention `${u}` in the accs list, and
similarly for `${g}` / `@${g}` since users can be in multiple groups
|
||
|---|---|---|
| .. | ||
| res/idp | ||
| __init__.py | ||
| ptrav.py | ||
| run.py | ||
| test_dots.py | ||
| test_dxml.py | ||
| test_httpcli.py | ||
| test_idp.py | ||
| test_vfs.py | ||
| util.py | ||