1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-22 17:52:30 +01:00
ntfy/user
Nikolay Zlatev 5c9cebf059 user.Manager: fix ACL write, read order
This should fix "read-only access to topic *" being applied before "read-write access to topic _PREFIX_*"
Before this if we have:

ntfy access user "mytopic*" rw
ntfy access user "*" ro

read-only access rule was applied first and user couldn't write to
mytopic*
2023-10-13 15:41:17 +03:00
..
manager.go user.Manager: fix ACL write, read order 2023-10-13 15:41:17 +03:00
manager_test.go ACLs and underscores, resolves #840 2023-08-18 22:44:52 +02:00
types.go
types_test.go