Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This function is coupled to "wqflask.app", therefore requiring it's
import at the module level. This may lead circular importation issues
when working with blueprints.
|
|
|
|
Hacky but re-implement `hmac_creation` as `create_hmac`
|
|
This avoids calling Redis twice when fetching metadata about the
resource.
|
|
If a user has several access roles, select the highest role.
|