.gitignore
.gitlab-ci.yml
LICENSE
README.md
aurori_icon.inkscape.svg
aurori_logo.inkscape.svg
config.ini.template
pyproject.toml
requirements.txt
setup.cfg
setup.py
test.py
.vscode/launch.json
aurori/LICENSE.md
aurori/README.md
aurori/__init__.py
aurori/alembic.ini
aurori/config.py
aurori/exceptions.py
aurori/routes.py
aurori/version.py
aurori.egg-info/PKG-INFO
aurori.egg-info/SOURCES.txt
aurori.egg-info/dependency_links.txt
aurori.egg-info/requires.txt
aurori.egg-info/top_level.txt
aurori/actions/__init__.py
aurori/actions/action.py
aurori/actions/actionGenerator.py
aurori/actions/actionManager.py
aurori/actions/models.py
aurori/actions/routes.py
aurori/actions/webclientActions.py
aurori/api/__init__.py
aurori/api/check.py
aurori/api/decorator.py
aurori/api/routes.py
aurori/common/__init__.py
aurori/common/intEnum.py
aurori/common/intFlag.py
aurori/common/jsonDict.py
aurori/common/objDict.py
aurori/files/__init__.py
aurori/files/fileManager.py
aurori/files/models.py
aurori/files/routes.py
aurori/files/storage_backends/base.py
aurori/files/storage_backends/local.py
aurori/jobs/__init__.py
aurori/jobs/job.py
aurori/jobs/jobManager.py
aurori/jobs/models.py
aurori/jobs/routes.py
aurori/logs/__init__.py
aurori/logs/logManager.py
aurori/logs/routes.py
aurori/menus/__init__.py
aurori/menus/menuBuilder.py
aurori/menus/routes.py
aurori/messages/__init__.py
aurori/messages/mailingJob.py
aurori/messages/messageManager.py
aurori/messages/models.py
aurori/messages/routes.py
aurori/migrations/README.md
aurori/migrations/env.py
aurori/migrations/script.py.mako
aurori/migrations/versions/00000_initialisation.py
aurori/monits/__init__.py
aurori/monits/cleanupMonitorEventsJob.py
aurori/monits/cleanupMonitorItemsJob.py
aurori/monits/events.py
aurori/monits/models.py
aurori/monits/monitManager.py
aurori/monits/monits.py
aurori/monits/process.py
aurori/monits/processMonitJob.py
aurori/monits/triggerMonitProcessingJob.py
aurori/monits/types.py
aurori/monits/views.py
aurori/nodes/__init__.py
aurori/nodes/models.py
aurori/nodes/nodeClass.py
aurori/nodes/nodeManager.py
aurori/nodes/routes.py
aurori/openproject/__init__.py
aurori/openproject/api.py
aurori/openproject/openprojectManager.py
aurori/openproject/jobs/__init__.py
aurori/openproject/jobs/create_ticket.py
aurori/openproject/models/__init__.py
aurori/openproject/models/openproject.py
aurori/pages/__init__.py
aurori/pages/pageBuilder.py
aurori/pages/routes.py
aurori/users/__init__.py
aurori/users/basemodels.py
aurori/users/defaultmodels.py
aurori/users/routes.py
aurori/users/userManager.py
aurori/widgets/__init__.py
aurori/widgets/widget.py
aurori/widgets/widgetmanager.py
aurori/workspaces/__init__.py
aurori/workspaces/dataView.py
aurori/workspaces/models.py
aurori/workspaces/page.py
aurori/workspaces/permission.py
aurori/workspaces/routes.py
aurori/workspaces/section.py
aurori/workspaces/viewHandler.py
aurori/workspaces/workspace.py
aurori/workspaces/workspaceHooks.py
aurori/workspaces/workspaceManager.py
examples/.gitignore
examples/EmptyExample/.gitignore
examples/EmptyExample/README.md
examples/EmptyExample/backend/app.py
examples/EmptyExample/backend/config.ini.template
examples/EmptyExample/backend/environment.py
examples/EmptyExample/backend/workspaces/Log/permissions.py
examples/EmptyExample/backend/workspaces/Log/workspace.py
examples/EmptyExample/backend/workspaces/Log/actions/README.md
examples/EmptyExample/backend/workspaces/Log/jobs/README.md
examples/EmptyExample/backend/workspaces/Log/pages/README.md
examples/EmptyExample/backend/workspaces/Log/pages/log.py
examples/EmptyExample/backend/workspaces/Log/views/README.md
examples/EmptyExample/backend/workspaces/Users/monits.py
examples/EmptyExample/backend/workspaces/Users/permissions.py
examples/EmptyExample/backend/workspaces/Users/workspace.py
examples/EmptyExample/backend/workspaces/Users/actions/README.md
examples/EmptyExample/backend/workspaces/Users/actions/login.py
examples/EmptyExample/backend/workspaces/Users/actions/lostPassword.py
examples/EmptyExample/backend/workspaces/Users/actions/provideMenu.py
examples/EmptyExample/backend/workspaces/Users/actions/register.py
examples/EmptyExample/backend/workspaces/Users/actions/resendVerificationRequest.py
examples/EmptyExample/backend/workspaces/Users/actions/resetPassword.py
examples/EmptyExample/backend/workspaces/Users/actions/runActionlink.py
examples/EmptyExample/backend/workspaces/Users/actions/verifyUser.py
examples/EmptyExample/backend/workspaces/Users/jobs/README.md
examples/EmptyExample/backend/workspaces/Users/models/README.md
examples/EmptyExample/backend/workspaces/Users/models/__init__.py
examples/EmptyExample/backend/workspaces/Users/models/alembic.ini
examples/EmptyExample/backend/workspaces/Users/models/user.py
examples/EmptyExample/backend/workspaces/Users/models/migrations/README
examples/EmptyExample/backend/workspaces/Users/models/migrations/env.py
examples/EmptyExample/backend/workspaces/Users/models/migrations/script.py.mako
examples/EmptyExample/backend/workspaces/Users/pages/README.md
examples/EmptyExample/backend/workspaces/Users/pages/users.py
examples/EmptyExample/backend/workspaces/Users/templates/lostPassword.mail
examples/EmptyExample/backend/workspaces/Users/templates/requestVerification.mail
examples/EmptyExample/backend/workspaces/Users/templates/welcome.mail
examples/EmptyExample/backend/workspaces/Users/templates/welcome.message
examples/EmptyExample/backend/workspaces/Users/views/README.md
examples/EmptyExample/backend/workspaces/Users/views/userList.py
examples/EmptyExample/backend/workspaces/Users/views/userLockedList.py
examples/MinimalExample/.gitignore
examples/MinimalExample/README.md
examples/MinimalExample/backend/app.py
scripts/quality_report.py
tests/api_test/action.req
tests/api_test/action_test.py
tests/api_test/dashboard.req
tests/api_test/login.req
tests/api_test/refresh.req