Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
"user_id" is jumbled up; it's either bytes or plain strings. This
correctly parses it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* wqflask/wqflask/show_trait/show_trait.py
(ShowTrait): Replace `check_owner_or_admin` with
`get_user_access_roles`
* wqflask/wqflask/views.py
(show_temp_trait): Pass `user_id` as extra arg to ShowTrait.
(show_trait_page): Ditto.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"let" is lexically scoped.
|
|
This link has the {{ resource_id }} set because it's a required
argument for the "@edit_admins_access_required" decorator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This endpoint either makes resources public or non-public by tweaking
the access-masks.
|
|
|
|
|
|
|
|
|
|
This now supports passing the `resource_id` directly.
|
|
|
|
|
|
|
|
A group does not have "admin" privileges. Instead, a user can have
admin privileges over a particular group.
|
|
|
|
|
|
Use the new auth proxy tools instead.
|
|
|
|
|
|
|