This package contains the web interface based on flask
2012 by AG DSN.
parse_authorization_header()
authenticate()
Resource
get_user_or_404()
get_authenticated_user()
get_interface_or_404()
generate_user_data()
UserResource
ChangeEmailResource
ChangePasswordResource
FinanceHistoryResource
AuthenticationResource
UserByIPResource
MPSKSClientsResource
MPSKSClientAddResource
MPSKSClientDeleteResource
MPSKSClientChangeResource
UserInterfaceResource
ActivateNetworkAccessResource
TerminateMembershipResource
ResetWifiPasswordResource
RegistrationResource
EmailConfirmResource
ResetPasswordResource
Extend the Flask class to set Jinja options.
Options that are passed to the Jinja environment in
create_jinja_environment()
. Changing these options after
the environment is created (accessing jinja_env
) will
have no effect.
Changed in version 1.1.0: This is a dict
instead of an ImmutableDict
to allow
easier configuration.
Create and configure the main? Flask app object
Register custom commands executable via flask $command_name.
This package contains the web interface based on flask
2012 by AG DSN.
Build an URL for an asset generated by esbuild.
To prevent Jinja2 from inlining the calls of this filter with constant parameters, this filter needs to be declared as a context filter. The context is not actually used.
Make pretty category names for flash messages, etc
Format date or datetime objects using Flask-Babel
Format datetime objects using Flask-Babel
Returns string representing “time since” e.g. 3 days ago, 5 hours ago etc.
adopted from http://flask.pocoo.org/snippets/33/
Tests if the user has one of the required_privileges to view the requested component.
Tests if another value is greater than a given value.
Tests if another value is greater than or equal a given value.