CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
teamvault/__init__.py
teamvault/__version__.py
teamvault/cli.py
teamvault/manage.py
teamvault/middleware.py
teamvault/settings.py
teamvault/urls.py
teamvault/views.py
teamvault/webpack-stats.json
teamvault/wsgi.py
teamvault.egg-info/PKG-INFO
teamvault.egg-info/SOURCES.txt
teamvault.egg-info/dependency_links.txt
teamvault.egg-info/entry_points.txt
teamvault.egg-info/requires.txt
teamvault.egg-info/top_level.txt
teamvault/apps/__init__.py
teamvault/apps/accounts/__init__.py
teamvault/apps/accounts/auth.py
teamvault/apps/accounts/context_processors.py
teamvault/apps/accounts/forms.py
teamvault/apps/accounts/models.py
teamvault/apps/accounts/urls.py
teamvault/apps/accounts/utils.py
teamvault/apps/accounts/views.py
teamvault/apps/accounts/migrations/0001_initial.py
teamvault/apps/accounts/migrations/0002_add_user_settings.py
teamvault/apps/accounts/migrations/0003_usersettings_avatar.py
teamvault/apps/accounts/migrations/0004_alter_usersettings_hide_deleted_secrets.py
teamvault/apps/accounts/migrations/0005_rename_usersettings_userprofile.py
teamvault/apps/accounts/migrations/__init__.py
teamvault/apps/accounts/templates/accounts/_avatar.html
teamvault/apps/accounts/templates/accounts/login.html
teamvault/apps/accounts/templates/accounts/logout.html
teamvault/apps/accounts/templates/accounts/user_detail.html
teamvault/apps/accounts/templates/accounts/user_list.html
teamvault/apps/accounts/templates/accounts/user_settings.html
teamvault/apps/audit/__init__.py
teamvault/apps/audit/auditlog.py
teamvault/apps/audit/filters.py
teamvault/apps/audit/models.py
teamvault/apps/audit/urls.py
teamvault/apps/audit/views.py
teamvault/apps/audit/migrations/0001_initial.py
teamvault/apps/audit/migrations/0002_auto_20170313_1544.py
teamvault/apps/audit/migrations/0003_logentry_categories.py
teamvault/apps/audit/migrations/0004_alter_logentry_category.py
teamvault/apps/audit/migrations/0005_alter_logentry_category.py
teamvault/apps/audit/migrations/0006_logentry_reason.py
teamvault/apps/audit/migrations/0007_alter_logentry_category.py
teamvault/apps/audit/migrations/__init__.py
teamvault/apps/audit/templates/audit/log.html
teamvault/apps/secrets/__init__.py
teamvault/apps/secrets/context_processors.py
teamvault/apps/secrets/exceptions.py
teamvault/apps/secrets/filters.py
teamvault/apps/secrets/forms.py
teamvault/apps/secrets/models.py
teamvault/apps/secrets/tasks.py
teamvault/apps/secrets/urls.py
teamvault/apps/secrets/utils.py
teamvault/apps/secrets/views.py
teamvault/apps/secrets/api/__init__.py
teamvault/apps/secrets/api/serializers.py
teamvault/apps/secrets/api/urls.py
teamvault/apps/secrets/api/views.py
teamvault/apps/secrets/management/__init__.py
teamvault/apps/secrets/management/commands/__init__.py
teamvault/apps/secrets/management/commands/update_search_index.py
teamvault/apps/secrets/migrations/0001_initial.py
teamvault/apps/secrets/migrations/0002_secret_filename.py
teamvault/apps/secrets/migrations/0003_auto_20150113_1915.py
teamvault/apps/secrets/migrations/0004_unaccent_extension.py
teamvault/apps/secrets/migrations/0005_secret_search_index.py
teamvault/apps/secrets/migrations/0006_auto_20150124_1103.py
teamvault/apps/secrets/migrations/0007_auto_20150205_1918.py
teamvault/apps/secrets/migrations/0008_auto_20150322_0944.py
teamvault/apps/secrets/migrations/0009_auto_20150322_0949.py
teamvault/apps/secrets/migrations/0011_remove_secret_search_index.py
teamvault/apps/secrets/migrations/0012_secret_search_index.py
teamvault/apps/secrets/migrations/0013_auto_20161021_1411.py
teamvault/apps/secrets/migrations/0014_auto_20170313_1544.py
teamvault/apps/secrets/migrations/0015_secretrevision_plaintext_data_sha256.py
teamvault/apps/secrets/migrations/0016_auto_20180220_1053.py
teamvault/apps/secrets/migrations/0017_auto_20180220_1115.py
teamvault/apps/secrets/migrations/0018_auto_20180220_1244.py
teamvault/apps/secrets/migrations/0019_secret_notify_on_access_request.py
teamvault/apps/secrets/migrations/0020_auto_20180220_1356.py
teamvault/apps/secrets/migrations/0021_auto_20180220_1428.py
teamvault/apps/secrets/migrations/0022_secret_last_changed.py
teamvault/apps/secrets/migrations/0023_auto_20190822_1234.py
teamvault/apps/secrets/migrations/0024_auto_20210824_1203.py
teamvault/apps/secrets/migrations/0025_alter_secret_description_alter_secret_name.py
teamvault/apps/secrets/migrations/0026_allowed_groups_users_intermediate.py
teamvault/apps/secrets/migrations/0027_sharedsecretdata_only_one_set.py
teamvault/apps/secrets/migrations/0028_sharedsecretdata_grant_description_and_more.py
teamvault/apps/secrets/migrations/0029_sharedsecretdata_granted_by.py
teamvault/apps/secrets/migrations/0030_sharedsecretdata_granted_on.py
teamvault/apps/secrets/migrations/0031_rename_share_data_fields.py
teamvault/apps/secrets/migrations/0032_alter_sharedsecretdata_granted_by.py
teamvault/apps/secrets/migrations/__init__.py
teamvault/apps/secrets/templates/opensearch.xml
teamvault/apps/secrets/templates/secrets/dashboard.html
teamvault/apps/secrets/templates/secrets/secret_addedit.html
teamvault/apps/secrets/templates/secrets/secret_delete.html
teamvault/apps/secrets/templates/secrets/secret_detail.html
teamvault/apps/secrets/templates/secrets/secret_list.html
teamvault/apps/secrets/templates/secrets/secret_restore.html
teamvault/apps/secrets/templates/secrets/secret_row.html
teamvault/apps/secrets/templates/secrets/secret_search.html
teamvault/apps/secrets/templates/secrets/addedit_content/cc.html
teamvault/apps/secrets/templates/secrets/addedit_content/file.html
teamvault/apps/secrets/templates/secrets/addedit_content/password.html
teamvault/apps/secrets/templates/secrets/detail_content/_js.html
teamvault/apps/secrets/templates/secrets/detail_content/_su_confirm_modal.html
teamvault/apps/secrets/templates/secrets/detail_content/cc.html
teamvault/apps/secrets/templates/secrets/detail_content/file.html
teamvault/apps/secrets/templates/secrets/detail_content/meta.html
teamvault/apps/secrets/templates/secrets/detail_content/password.html
teamvault/apps/secrets/templates/secrets/search/_search_item.html
teamvault/apps/secrets/templates/secrets/share_content/_share_list_entry.html
teamvault/apps/secrets/templates/secrets/share_content/share_list_modal.html
teamvault/apps/secrets/templatetags/__init__.py
teamvault/apps/secrets/templatetags/smart_pagination.py
teamvault/apps/secrets/tests/__init__.py
teamvault/apps/secrets/tests/test_model_consistency.py
teamvault/apps/settings/__init__.py
teamvault/apps/settings/config.py
teamvault/apps/settings/models.py
teamvault/apps/settings/webpack.py
teamvault/apps/settings/migrations/0001_initial.py
teamvault/apps/settings/migrations/__init__.py
teamvault/static/bundled/0e11b62db931f85340d4.woff
teamvault/static/bundled/0ea53bd19b062bb4b1a0.woff
teamvault/static/bundled/1458587c0aa7cd06b82b.woff
teamvault/static/bundled/1be936c894a0d2538aec.woff
teamvault/static/bundled/1df741eb9a4ccdba01d2.woff
teamvault/static/bundled/1ece20ed1ce14a31dc9e.woff
teamvault/static/bundled/21cb8f55d8e0c5b89751.woff2
teamvault/static/bundled/267b2500600d0f79e1dc.woff2
teamvault/static/bundled/3343afa6b8c01e48a23b.woff2
teamvault/static/bundled/349ed9fa39221b45ae9a.woff2
teamvault/static/bundled/3555e897caceedb85c78.woff
teamvault/static/bundled/36828c2aa518db3d9dfe.woff2
teamvault/static/bundled/4404b6f14866b5181b22.woff
teamvault/static/bundled/455ea818179b4def0c43.woff2
teamvault/static/bundled/45a265d0f07b31cde85f.ttf
teamvault/static/bundled/45b1694298986e76152b.woff2
teamvault/static/bundled/4d986b00ff9ca3828fbd.woff2
teamvault/static/bundled/5165a96db616b820c773.woff
teamvault/static/bundled/575edee732e02309b47e.woff
teamvault/static/bundled/5e8f879de58d6f900998.woff2
teamvault/static/bundled/60127e352b7a11f7f1bc.ttf
teamvault/static/bundled/6205fd00fb1b573e9f0f.ttf
teamvault/static/bundled/62378484038222d8dcb8.woff
teamvault/static/bundled/64d5f06ee726edd58ca3.woff2
teamvault/static/bundled/6bec2374043867d07479.woff
teamvault/static/bundled/70e04c856f46aa529052.woff
teamvault/static/bundled/740ce50b50dd0c553a92.woff
teamvault/static/bundled/8236e953c7367362a568.woff2
teamvault/static/bundled/8d3cabfc66809162fb4d.woff2
teamvault/static/bundled/9432de654f2ae9e9bc21.woff
teamvault/static/bundled/9cfbb32450c2f97b3722.woff
teamvault/static/bundled/aa8b1b55c728cb4221da.woff
teamvault/static/bundled/adc51aab4d771ab65f81.ttf
teamvault/static/bundled/ae9c1f88ace17d23e8e6.woff
teamvault/static/bundled/bacd5de623fb563b961a.ttf
teamvault/static/bundled/c0dcdaeaab8caa158cb9.woff
teamvault/static/bundled/c5eb8fb453e49d29b817.woff
teamvault/static/bundled/c85b4172ef8cea3d563d.woff
teamvault/static/bundled/cd04c2ad00870c9ceebf.woff
teamvault/static/bundled/cda9c93f49237f11c766.woff
teamvault/static/bundled/e67a6d49530694caae42.woff
teamvault/static/bundled/e8456c67c82fc38f40c6.woff
teamvault/static/bundled/e931bc0d14f5bbb1da22.woff2
teamvault/static/bundled/eb0d4c666d17c3ab1848.woff
teamvault/static/bundled/eb91f7b948a42799f678.ttf
teamvault/static/bundled/f43b6ebf46ee6fba0555.woff2
teamvault/static/bundled/f681eaa0ad0df351e7db.woff
teamvault/static/bundled/fb8184add5a3101ad0a3.woff2
teamvault/static/bundled/main-28e48c6972dfda92c688.js
teamvault/static/bundled/main-28e48c6972dfda92c688.js.LICENSE.txt
teamvault/static/bundled/main-7b225262d27db5fe5581.js
teamvault/static/bundled/main-7b225262d27db5fe5581.js.LICENSE.txt
teamvault/static/js/index.js
teamvault/static/js/utils.js
teamvault/static/scss/avatars.scss
teamvault/static/scss/base.scss
teamvault/static/scss/fontawesome.scss
teamvault/static/scss/scrollbar.scss
teamvault/static/scss/search.scss
teamvault/static/scss/secrets.scss
teamvault/static/scss/select2.scss
teamvault/static/scss/theme.scss
teamvault/templates/404_anon.html
teamvault/templates/404_loggedin.html
teamvault/templates/base.html
teamvault/templates/base_nav.html
teamvault/templates/pagination.html
teamvault/templates/helpers/filter.html
teamvault/templates/helpers/filter_item.html
teamvault/templates/helpers/filter_row.html
teamvault/templates/rest_framework/api.html