copyparty/tests
ed d30ae8453d idp: precise expansion of ${u} (fixes #79);
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
2024-03-21 20:10:27 +00:00
..
res/idp idp: precise expansion of ${u} (fixes #79); 2024-03-21 20:10:27 +00:00
__init__.py fix write-only volumes + add regression test 2021-04-24 02:48:41 +02:00
ptrav.py make linters happier 2023-11-30 17:33:07 +00:00
run.py make linters happier 2023-11-30 17:33:07 +00:00
test_dots.py black + isort 2024-03-21 18:51:23 +00:00
test_dxml.py make linters happier 2023-11-30 17:33:07 +00:00
test_httpcli.py make linters happier 2023-11-30 17:33:07 +00:00
test_idp.py idp: precise expansion of ${u} (fixes #79); 2024-03-21 20:10:27 +00:00
test_vfs.py list dotfiles only for specific volumes or users (#66): 2023-12-16 15:38:48 +00:00
util.py black + isort 2024-03-21 18:51:23 +00:00