Normalize file permissions to executable

This commit is contained in:
authentik Default Admin 2026-03-06 22:24:34 +00:00
parent 80378291ec
commit e9a75e9d04
51 changed files with 0 additions and 0 deletions

0
Dockerfile Normal file → Executable file
View file

0
apps/__init__.py Normal file → Executable file
View file

0
apps/accounts/__init__.py Normal file → Executable file
View file

0
apps/accounts/admin.py Normal file → Executable file
View file

0
apps/accounts/apps.py Normal file → Executable file
View file

0
apps/accounts/migrations/0001_initial.py Normal file → Executable file
View file

0
apps/accounts/migrations/__init__.py Normal file → Executable file
View file

0
apps/accounts/models.py Normal file → Executable file
View file

0
apps/accounts/permissions.py Normal file → Executable file
View file

0
apps/accounts/serializers.py Normal file → Executable file
View file

0
apps/accounts/tests/__init__.py Normal file → Executable file
View file

0
apps/accounts/tests/test_auth.py Normal file → Executable file
View file

0
apps/accounts/tests/test_permissions.py Normal file → Executable file
View file

0
apps/accounts/urls.py Normal file → Executable file
View file

0
apps/accounts/views.py Normal file → Executable file
View file

0
apps/projects/__init__.py Normal file → Executable file
View file

0
apps/projects/admin.py Normal file → Executable file
View file

0
apps/projects/apps.py Normal file → Executable file
View file

0
apps/projects/migrations/0001_initial.py Normal file → Executable file
View file

0
apps/projects/migrations/__init__.py Normal file → Executable file
View file

0
apps/projects/tests/__init__.py Normal file → Executable file
View file

0
apps/projects/tests/test_api.py Normal file → Executable file
View file

0
apps/resources/__init__.py Normal file → Executable file
View file

0
apps/resources/admin.py Normal file → Executable file
View file

0
apps/resources/apps.py Normal file → Executable file
View file

0
apps/resources/migrations/0001_initial.py Normal file → Executable file
View file

0
apps/resources/migrations/__init__.py Normal file → Executable file
View file

0
apps/resources/models.py Normal file → Executable file
View file

0
apps/resources/serializers.py Normal file → Executable file
View file

0
apps/resources/services.py Normal file → Executable file
View file

0
apps/resources/tests/__init__.py Normal file → Executable file
View file

0
apps/resources/tests/test_api.py Normal file → Executable file
View file

0
apps/resources/urls.py Normal file → Executable file
View file

0
apps/resources/views.py Normal file → Executable file
View file

0
apps/translations/__init__.py Normal file → Executable file
View file

0
apps/translations/admin.py Normal file → Executable file
View file

0
apps/translations/apps.py Normal file → Executable file
View file

0
apps/translations/migrations/0001_initial.py Normal file → Executable file
View file

0
apps/translations/migrations/0002_enable_pg_trgm.py Normal file → Executable file
View file

0
apps/translations/migrations/0003_add_trgm_index.py Normal file → Executable file
View file

0
apps/translations/migrations/__init__.py Normal file → Executable file
View file

0
apps/translations/models.py Normal file → Executable file
View file

0
apps/translations/serializers.py Normal file → Executable file
View file

0
apps/translations/services.py Normal file → Executable file
View file

0
apps/translations/tests/__init__.py Normal file → Executable file
View file

0
apps/translations/tests/test_api.py Normal file → Executable file
View file

0
apps/translations/tests/test_suggestions.py Normal file → Executable file
View file

0
apps/translations/urls.py Normal file → Executable file
View file

0
apps/translations/validators.py Normal file → Executable file
View file

0
apps/translations/views.py Normal file → Executable file
View file

0
conftest.py Normal file → Executable file
View file