Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Borrowed from:
<https://github.com/woodruffw/ordered_enum/tree/master/src/ordered_enum>
|
|
|
|
This module is coupled to `utility.redis_tools` which needs to be
deprecated. Also, the routes are created by importing `app` instead of
creating a new blueprint.
|
|
|
|
|
|
|
|
All new API definitions should be migrated to "wqflask/ api"
|
|
|
|
|
|
set before (which caused some problems)
|
|
|
|
|
|
|
|
|
|
|
|
settings file)
|
|
|
|
|
|
BXD073bxBXD077F1
|
|
ProbeSet trait descriptions on the search result page
|
|
name was being set
|
|
the correct position in the query results
|
|
|
|
|
|
Feature/remove trait creation from search
|
|
+ prevent encoding error with try/except
|
|
manually resized
|
|
|
|
feature/remove_trait_creation_from_search
|
|
Add Resizeable Table Columns
|