.dockerignore
.gitignore
.readthedocs.yaml
CHANGELOG.rst
CONTRIBUTORS.rst
Dockerfile
LICENSE
Makefile
README.rst
SECURITY.md
SUPPORT.md
app.wsgi
constraints.in
constraints.txt
docker-compose.yml
pyproject.toml
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release.yml
.github/workflows/labels.yaml
.github/workflows/publish.yml
.github/workflows/scheduled.yml
.github/workflows/test.yml
docs/changelog.rst
docs/commandline.rst
docs/community.rst
docs/concepts.rst
docs/conf.py
docs/faq.rst
docs/index.rst
docs/kinto-admin.rst
docs/overview.rst
docs/requirements.txt
docs/troubleshooting.rst
docs/_static/piwik.js
docs/_static/theme_overrides.css
docs/_templates/footer.html
docs/_templates/indexcontent.html
docs/_templates/layout.html
docs/api/index.rst
docs/api/versioning.rst
docs/api/1.x/_details-delete-list.rst
docs/api/1.x/_details-delete-object.rst
docs/api/1.x/_details-get-list.rst
docs/api/1.x/_details-get-object.rst
docs/api/1.x/_details-head-list.rst
docs/api/1.x/_details-patch-object.rst
docs/api/1.x/_details-post-list.rst
docs/api/1.x/_details-put-object.rst
docs/api/1.x/_status-delete-list.rst
docs/api/1.x/_status-delete-object.rst
docs/api/1.x/_status-get-list.rst
docs/api/1.x/_status-get-object.rst
docs/api/1.x/_status-patch-object.rst
docs/api/1.x/_status-post-list.rst
docs/api/1.x/_status-put-object.rst
docs/api/1.x/accounts.rst
docs/api/1.x/admin.rst
docs/api/1.x/authentication.rst
docs/api/1.x/backoff.rst
docs/api/1.x/batch.rst
docs/api/1.x/buckets.rst
docs/api/1.x/collections.rst
docs/api/1.x/deprecation.rst
docs/api/1.x/errors.rst
docs/api/1.x/filtering.rst
docs/api/1.x/flush.rst
docs/api/1.x/groups.rst
docs/api/1.x/history.rst
docs/api/1.x/index.rst
docs/api/1.x/openapi.rst
docs/api/1.x/openid.rst
docs/api/1.x/pagination.rst
docs/api/1.x/permissions.rst
docs/api/1.x/records.rst
docs/api/1.x/selecting_fields.rst
docs/api/1.x/sorting.rst
docs/api/1.x/timestamps.rst
docs/api/1.x/utilities.rst
docs/configuration/good-practices.rst
docs/configuration/index.rst
docs/configuration/production.rst
docs/configuration/settings.rst
docs/core/api.rst
docs/core/cache.rst
docs/core/decorators.rst
docs/core/errors.rst
docs/core/glossary.rst
docs/core/index.rst
docs/core/notifications.rst
docs/core/permission.rst
docs/core/quickstart.rst
docs/core/rationale.rst
docs/core/resource.rst
docs/core/storage.rst
docs/core/testing.rst
docs/core/utils.rst
docs/core/viewsets.rst
docs/core/_static/theme_overrides.css
docs/core/images/cliquet-base.png
docs/core/images/cliquet-mozilla.png
docs/images/alwaysdata-button.svg
docs/images/architecture.svg
docs/images/color-formatter.png
docs/images/concepts-general.png
docs/images/concepts-permissions.png
docs/images/heroku-button.png
docs/images/kinto-logo.png
docs/images/kinto-logo.svg
docs/images/logo-admin.svg
docs/images/logo-attachment.svg
docs/images/logo-community.svg
docs/images/logo-history.svg
docs/images/logo-javascript.svg
docs/images/logo-jsonschema.svg
docs/images/logo-multiapps.svg
docs/images/logo-permissions.svg
docs/images/logo-python.svg
docs/images/logo-selfhostable.svg
docs/images/logo-synchronisation.svg
docs/images/overview-deployonce-selfhost.png
docs/images/overview-features.png
docs/images/overview-synchronisation.png
docs/images/overview-use-cases.png
docs/images/scalingo-button.svg
docs/images/screenshot-kinto-admin-1.png
docs/images/screenshot-kinto-admin-2.png
docs/images/screenshot-kinto-admin-3.png
docs/images/screenshot-kinto-admin-4.png
docs/images/sequence-storage.png
docs/images/sync-both.svg
docs/images/sync-newest.svg
docs/images/sync-oldest.svg
docs/tutorials/custom-id-generator.rst
docs/tutorials/first-steps.rst
docs/tutorials/index.rst
docs/tutorials/install.rst
docs/tutorials/notifications-custom.rst
docs/tutorials/permission-setups.rst
docs/tutorials/permissions.rst
docs/tutorials/synchronisation.rst
docs/tutorials/write-plugin.rst
kinto/__init__.py
kinto/__main__.py
kinto/authorization.py
kinto/contribute.json
kinto/events.py
kinto/schema_validation.py
kinto.egg-info/PKG-INFO
kinto.egg-info/SOURCES.txt
kinto.egg-info/dependency_links.txt
kinto.egg-info/entry_points.txt
kinto.egg-info/requires.txt
kinto.egg-info/top_level.txt
kinto/config/__init__.py
kinto/config/kinto.tpl
kinto/core/__init__.py
kinto/core/authentication.py
kinto/core/authorization.py
kinto/core/decorators.py
kinto/core/errors.py
kinto/core/events.py
kinto/core/initialization.py
kinto/core/metrics.py
kinto/core/openapi.py
kinto/core/schema.py
kinto/core/scripts.py
kinto/core/statsd.py
kinto/core/testing.py
kinto/core/utils.py
kinto/core/cache/__init__.py
kinto/core/cache/memcached.py
kinto/core/cache/memory.py
kinto/core/cache/testing.py
kinto/core/cache/postgresql/__init__.py
kinto/core/cache/postgresql/schema.sql
kinto/core/cornice/__init__.py
kinto/core/cornice/cors.py
kinto/core/cornice/errors.py
kinto/core/cornice/pyramidhook.py
kinto/core/cornice/renderer.py
kinto/core/cornice/resource.py
kinto/core/cornice/service.py
kinto/core/cornice/util.py
kinto/core/cornice/validators/__init__.py
kinto/core/cornice/validators/_colander.py
kinto/core/cornice/validators/_marshmallow.py
kinto/core/cornice_swagger/__init__.py
kinto/core/cornice_swagger/swagger.py
kinto/core/cornice_swagger/util.py
kinto/core/cornice_swagger/views.py
kinto/core/cornice_swagger/converters/__init__.py
kinto/core/cornice_swagger/converters/exceptions.py
kinto/core/cornice_swagger/converters/parameters.py
kinto/core/cornice_swagger/converters/schema.py
kinto/core/cornice_swagger/templates/index.html
kinto/core/cornice_swagger/templates/index_script_template.html
kinto/core/listeners/__init__.py
kinto/core/permission/__init__.py
kinto/core/permission/memory.py
kinto/core/permission/testing.py
kinto/core/permission/postgresql/__init__.py
kinto/core/permission/postgresql/schema.sql
kinto/core/permission/postgresql/migrations/migration_001_002.sql
kinto/core/resource/__init__.py
kinto/core/resource/model.py
kinto/core/resource/schema.py
kinto/core/resource/viewset.py
kinto/core/storage/__init__.py
kinto/core/storage/exceptions.py
kinto/core/storage/generators.py
kinto/core/storage/memory.py
kinto/core/storage/testing.py
kinto/core/storage/utils.py
kinto/core/storage/postgresql/__init__.py
kinto/core/storage/postgresql/client.py
kinto/core/storage/postgresql/migrator.py
kinto/core/storage/postgresql/pool.py
kinto/core/storage/postgresql/schema.sql
kinto/core/storage/postgresql/migrations/migration_001_002.sql
kinto/core/storage/postgresql/migrations/migration_002_003.sql
kinto/core/storage/postgresql/migrations/migration_003_004.sql
kinto/core/storage/postgresql/migrations/migration_004_005.sql
kinto/core/storage/postgresql/migrations/migration_005_006.sql
kinto/core/storage/postgresql/migrations/migration_006_007.sql
kinto/core/storage/postgresql/migrations/migration_007_008.sql
kinto/core/storage/postgresql/migrations/migration_008_009.sql
kinto/core/storage/postgresql/migrations/migration_009_010.sql
kinto/core/storage/postgresql/migrations/migration_010_011.sql
kinto/core/storage/postgresql/migrations/migration_011_012.sql
kinto/core/storage/postgresql/migrations/migration_012_013.sql
kinto/core/storage/postgresql/migrations/migration_013_014.sql
kinto/core/storage/postgresql/migrations/migration_014_015.sql
kinto/core/storage/postgresql/migrations/migration_015_016.sql
kinto/core/storage/postgresql/migrations/migration_016_017.sql
kinto/core/storage/postgresql/migrations/migration_017_018.sql
kinto/core/storage/postgresql/migrations/migration_018_019.sql
kinto/core/storage/postgresql/migrations/migration_019_020.sql
kinto/core/storage/postgresql/migrations/migration_020_021.sql
kinto/core/storage/postgresql/migrations/migration_021_022.sql
kinto/core/storage/postgresql/migrations/migration_022_023.sql
kinto/core/storage/postgresql/migrations/migration_023_024.sql
kinto/core/views/__init__.py
kinto/core/views/batch.py
kinto/core/views/errors.py
kinto/core/views/heartbeat.py
kinto/core/views/hello.py
kinto/core/views/openapi.py
kinto/core/views/version.py
kinto/plugins/__init__.py
kinto/plugins/flush.py
kinto/plugins/prometheus.py
kinto/plugins/statsd.py
kinto/plugins/accounts/__init__.py
kinto/plugins/accounts/authentication.py
kinto/plugins/accounts/scripts.py
kinto/plugins/accounts/utils.py
kinto/plugins/accounts/views.py
kinto/plugins/admin/README.md
kinto/plugins/admin/VERSION
kinto/plugins/admin/__init__.py
kinto/plugins/admin/views.py
kinto/plugins/admin/build/VERSION
kinto/plugins/admin/build/index.html
kinto/plugins/admin/build/assets/index-CYFwtKtL.css
kinto/plugins/admin/build/assets/index-DJ0m93zA.js
kinto/plugins/admin/build/assets/logo-VBRiKSPX.png
kinto/plugins/admin/public/help.html
kinto/plugins/default_bucket/__init__.py
kinto/plugins/history/__init__.py
kinto/plugins/history/listener.py
kinto/plugins/history/views.py
kinto/plugins/openid/__init__.py
kinto/plugins/openid/utils.py
kinto/plugins/openid/views.py
kinto/views/__init__.py
kinto/views/admin.py
kinto/views/buckets.py
kinto/views/collections.py
kinto/views/contribute.py
kinto/views/groups.py
kinto/views/permissions.py
kinto/views/records.py
scripts/pull-kinto-admin.sh
tests/__init__.py
tests/browser.ini
tests/browser.py
tests/functional.ini
tests/functional.py
tests/support.py
tests/test_authorization.py
tests/test_cache_metrics.py
tests/test_config.py
tests/test_init.py
tests/test_main.py
tests/test_views_admin.py
tests/test_views_buckets.py
tests/test_views_collections.py
tests/test_views_collections_cache.py
tests/test_views_contribute.py
tests/test_views_disable_default.py
tests/test_views_groups.py
tests/test_views_hello.py
tests/test_views_metrics.py
tests/test_views_objects_permissions.py
tests/test_views_permissions.py
tests/test_views_records.py
tests/test_views_schema_collection.py
tests/test_views_schema_group.py
tests/test_views_schema_record.py
tests/test_views_version.py
tests/core/__init__.py
tests/core/listeners.py
tests/core/support.py
tests/core/test_authentication.py
tests/core/test_authorization.py
tests/core/test_cache.py
tests/core/test_decorators.py
tests/core/test_deprecation.py
tests/core/test_errors.py
tests/core/test_initialization.py
tests/core/test_listeners.py
tests/core/test_logging.py
tests/core/test_metrics.py
tests/core/test_openapi.py
tests/core/test_permission.py
tests/core/test_schema.py
tests/core/test_scripts.py
tests/core/test_storage.py
tests/core/test_storage_migrations.py
tests/core/test_storage_pool.py
tests/core/test_utils.py
tests/core/test_views_batch.py
tests/core/test_views_errors.py
tests/core/test_views_heartbeat.py
tests/core/test_views_hello.py
tests/core/test_views_openapi.py
tests/core/test_views_postgresql.py
tests/core/test_views_transaction.py
tests/core/resource/__init__.py
tests/core/resource/test_base.py
tests/core/resource/test_cache_expires.py
tests/core/resource/test_events.py
tests/core/resource/test_filter.py
tests/core/resource/test_model.py
tests/core/resource/test_object.py
tests/core/resource/test_object_permissions.py
tests/core/resource/test_pagination.py
tests/core/resource/test_partial_response.py
tests/core/resource/test_preconditions.py
tests/core/resource/test_schema.py
tests/core/resource/test_sort.py
tests/core/resource/test_sync.py
tests/core/resource/test_views.py
tests/core/resource/test_views_cors.py
tests/core/resource/test_viewset.py
tests/core/schema/postgresql-permission-1.sql
tests/core/schema/postgresql-storage-1.6.sql
tests/core/schema/postgresql-storage-11.sql
tests/core/testapp/__init__.py
tests/core/testapp/views.py
tests/core/testapp/static/index.html
tests/core/testplugin/__init__.py
tests/openapi/__init__.py
tests/openapi/support.py
tests/openapi/test_plugins.py
tests/openapi/test_resources.py
tests/openapi/test_responses_buckets.py
tests/openapi/test_responses_collections.py
tests/openapi/test_responses_errors.py
tests/openapi/test_responses_groups.py
tests/openapi/test_responses_records.py
tests/openapi/test_validation.py
tests/plugins/__init__.py
tests/plugins/test_accounts.py
tests/plugins/test_admin.py
tests/plugins/test_default_bucket.py
tests/plugins/test_flush.py
tests/plugins/test_history.py
tests/plugins/test_openid.py
tests/plugins/test_prometheus.py
tests/plugins/test_statsd.py
tests/test_configuration/test.ini