From 18e14fe7486be3ce0a75a9707caa4cca49873bc7 Mon Sep 17 00:00:00 2001 From: Samuel Ortion Date: Tue, 21 May 2024 21:45:08 +0200 Subject: [PATCH] Bulk update - time for a revenge ? --- .dockerignore | 0 .env.example | 0 .github/ISSUE_TEMPLATE/bug_report.md | 0 .github/ISSUE_TEMPLATE/feature_request.md | 0 .gitignore | 0 .gitmodules | 0 .ideas/database_entity_model.svg | 0 .ideas/insert_observation.sh | 0 .ideas/observation_template.sql | 0 .ideas/url_escape.php | 0 CHANGELOG.md | 0 CONTRIBUTING.md | 0 INSTALL.md | 0 LICENSE | 0 README.md | 4 ---- TODO | 0 config/birdnet.conf.example | 0 config/stations/station.conf.example | 0 daemon/database/migrations/.gitignore | 0 daemon/database/structure-mysql.sql | 0 daemon/database/structure-sqlite.sql | 0 daemon/plotter/__init__.py | 0 daemon/systemd/templates/birdnet_analyzis.service | 0 daemon/systemd/templates/birdnet_plotter.service | 0 daemon/systemd/templates/birdnet_plotter.timer | 0 daemon/systemd/templates/birdnet_recording.service | 0 daemon/systemd/templates/birdnet_streaming.service | 0 daemon/systemd/templates/birdnet_ttyd.service | 0 docker-compose.yml | 0 docker/all/Dockerfile | 0 docker/all/README.md | 0 docker/database/init/00-init-databases.sql | 0 docker/nginx/Dockerfile | 0 docker/nginx/nginx.conf.template | 0 docker/php-fpm/Dockerfile | 0 docker/recording/Dockerfile | 0 docker/symfony/Dockerfile | 0 docs/DATABASE.md | 0 docs/DOCKER.md | 0 media/logo.png | Bin media/logo.svg | 0 requirements.txt | 0 uninstall.sh | 0 utils/fix_permissions.sh | 0 utils/synchronize_model_outputs_with_database.sh | 0 www/.env | 0 www/.env.local.example | 0 www/.gitignore | 0 www/TODO | 0 www/assets/app.js | 0 www/assets/bootstrap.js | 0 www/assets/controllers.json | 0 www/assets/controllers/delete-record_controller.js | 0 www/assets/controllers/manage-records_controller.js | 0 www/assets/controllers/record-play_controller.js | 0 www/assets/styles/app.css | 0 www/assets/styles/menu.css | 0 www/assets/utils/date.js | 0 www/assets/utils/delete.js | 0 www/assets/utils/spectro.js | 0 www/composer.json | 0 www/composer.lock | 0 www/config/bundles.php | 0 www/config/packages/cache.yaml | 0 www/config/packages/doctrine.yaml | 0 www/config/packages/doctrine_migrations.yaml | 0 www/config/packages/framework.yaml | 0 www/config/packages/mailer.yaml | 0 www/config/packages/routing.yaml | 0 www/config/packages/security.yaml | 0 www/config/packages/sensio_framework_extra.yaml | 0 www/config/packages/translation.yaml | 0 www/config/packages/twig.yaml | 0 www/config/packages/validator.yaml | 0 www/config/packages/web_profiler.yaml | 0 www/config/packages/webpack_encore.yaml | 0 www/config/preload.php | 0 www/config/routes.yaml | 0 www/config/routes/framework.yaml | 0 www/config/routes/web_profiler.yaml | 0 www/config/secrets/dev/dev.decrypt.private.php | 0 www/config/secrets/dev/dev.encrypt.public.php | 0 www/config/secrets/prod/prod.encrypt.public.php | 0 www/config/services.yaml | 0 www/docker-compose.override.yml | 0 www/docker-compose.yml | 0 www/migrations/.gitignore | 0 www/migrations/Version20220818163807.php | 0 www/migrations/Version20220818165607.php | 0 www/nginx.conf.template | 0 www/package-lock.json | 0 www/package.json | 0 www/public/favicon.ico | Bin www/public/index.php | 0 www/public/media/logo.svg | 0 www/src/AppBundle/ConnectionObservations.php | 0 www/src/Controller/.gitignore | 0 www/src/Controller/AuthController.php | 0 www/src/Controller/DisksController.php | 0 www/src/Controller/HomeController.php | 0 www/src/Controller/RecordsController.php | 0 www/src/Controller/RegistrationController.php | 0 www/src/Controller/ServicesController.php | 0 www/src/Controller/SpectroController.php | 0 www/src/Controller/StatsController.php | 0 www/src/Controller/TodayController.php | 0 www/src/Entity/.gitignore | 0 www/src/Entity/User.php | 0 www/src/Form/RegistrationFormType.php | 0 www/src/Kernel.php | 0 www/src/Repository/.gitignore | 0 www/src/Repository/UserRepository.php | 0 www/src/Security/EmailVerifier.php | 0 www/symfony.lock | 0 www/templates/about/index.html.twig | 0 www/templates/base.html.twig | 0 www/templates/chart.html.twig | 0 www/templates/disks/index.html.twig | 0 www/templates/footer.html.twig | 0 www/templates/index.html.twig | 0 www/templates/logs/logs.html.twig | 0 www/templates/menu.html.twig | 0 www/templates/records/best.html.twig | 0 www/templates/records/delete_button.html.twig | 0 www/templates/records/index.html.twig | 0 www/templates/records/player.html.twig | 0 .../registration/confirmation_email.html.twig | 0 www/templates/registration/register.html.twig | 0 www/templates/services/status.html.twig | 0 www/templates/spectro/index.html.twig | 0 www/templates/stats.html.twig | 0 www/templates/stats/index.html.twig | 0 www/templates/title.html.twig | 0 www/templates/today/index.html.twig | 0 www/templates/today/manage.html.twig | 0 www/templates/today/species.html.twig | 0 www/templates/utils/calendar.html.twig | 0 www/templates/utils/locale-switcher.html.twig | 0 www/templates/utils/nav-item.html.twig | 0 www/translations/.gitignore | 0 www/translations/messages+intl-icu.es.xlf | 0 www/translations/messages+intl-icu.fr.xlf | 0 www/translations/security.es.xlf | 0 www/translations/security.fr.xlf | 0 www/translations/validators.es.xlf | 0 www/translations/validators.fr.xlf | 0 www/webpack.config.js | 0 www/yarn.lock | 0 148 files changed, 4 deletions(-) mode change 100644 => 100755 .dockerignore mode change 100644 => 100755 .env.example mode change 100644 => 100755 .github/ISSUE_TEMPLATE/bug_report.md mode change 100644 => 100755 .github/ISSUE_TEMPLATE/feature_request.md mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 .ideas/database_entity_model.svg mode change 100644 => 100755 .ideas/insert_observation.sh mode change 100644 => 100755 .ideas/observation_template.sql mode change 100644 => 100755 .ideas/url_escape.php mode change 100644 => 100755 CHANGELOG.md mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 INSTALL.md mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 TODO mode change 100644 => 100755 config/birdnet.conf.example mode change 100644 => 100755 config/stations/station.conf.example mode change 100644 => 100755 daemon/database/migrations/.gitignore mode change 100644 => 100755 daemon/database/structure-mysql.sql mode change 100644 => 100755 daemon/database/structure-sqlite.sql mode change 100644 => 100755 daemon/plotter/__init__.py mode change 100644 => 100755 daemon/systemd/templates/birdnet_analyzis.service mode change 100644 => 100755 daemon/systemd/templates/birdnet_plotter.service mode change 100644 => 100755 daemon/systemd/templates/birdnet_plotter.timer mode change 100644 => 100755 daemon/systemd/templates/birdnet_recording.service mode change 100644 => 100755 daemon/systemd/templates/birdnet_streaming.service mode change 100644 => 100755 daemon/systemd/templates/birdnet_ttyd.service mode change 100644 => 100755 docker-compose.yml mode change 100644 => 100755 docker/all/Dockerfile mode change 100644 => 100755 docker/all/README.md mode change 100644 => 100755 docker/database/init/00-init-databases.sql mode change 100644 => 100755 docker/nginx/Dockerfile mode change 100644 => 100755 docker/nginx/nginx.conf.template mode change 100644 => 100755 docker/php-fpm/Dockerfile mode change 100644 => 100755 docker/recording/Dockerfile mode change 100644 => 100755 docker/symfony/Dockerfile mode change 100644 => 100755 docs/DATABASE.md mode change 100644 => 100755 docs/DOCKER.md mode change 100644 => 100755 media/logo.png mode change 100644 => 100755 media/logo.svg mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 uninstall.sh mode change 100644 => 100755 utils/fix_permissions.sh mode change 100644 => 100755 utils/synchronize_model_outputs_with_database.sh mode change 100644 => 100755 www/.env mode change 100644 => 100755 www/.env.local.example mode change 100644 => 100755 www/.gitignore mode change 100644 => 100755 www/TODO mode change 100644 => 100755 www/assets/app.js mode change 100644 => 100755 www/assets/bootstrap.js mode change 100644 => 100755 www/assets/controllers.json mode change 100644 => 100755 www/assets/controllers/delete-record_controller.js mode change 100644 => 100755 www/assets/controllers/manage-records_controller.js mode change 100644 => 100755 www/assets/controllers/record-play_controller.js mode change 100644 => 100755 www/assets/styles/app.css mode change 100644 => 100755 www/assets/styles/menu.css mode change 100644 => 100755 www/assets/utils/date.js mode change 100644 => 100755 www/assets/utils/delete.js mode change 100644 => 100755 www/assets/utils/spectro.js mode change 100644 => 100755 www/composer.json mode change 100644 => 100755 www/composer.lock mode change 100644 => 100755 www/config/bundles.php mode change 100644 => 100755 www/config/packages/cache.yaml mode change 100644 => 100755 www/config/packages/doctrine.yaml mode change 100644 => 100755 www/config/packages/doctrine_migrations.yaml mode change 100644 => 100755 www/config/packages/framework.yaml mode change 100644 => 100755 www/config/packages/mailer.yaml mode change 100644 => 100755 www/config/packages/routing.yaml mode change 100644 => 100755 www/config/packages/security.yaml mode change 100644 => 100755 www/config/packages/sensio_framework_extra.yaml mode change 100644 => 100755 www/config/packages/translation.yaml mode change 100644 => 100755 www/config/packages/twig.yaml mode change 100644 => 100755 www/config/packages/validator.yaml mode change 100644 => 100755 www/config/packages/web_profiler.yaml mode change 100644 => 100755 www/config/packages/webpack_encore.yaml mode change 100644 => 100755 www/config/preload.php mode change 100644 => 100755 www/config/routes.yaml mode change 100644 => 100755 www/config/routes/framework.yaml mode change 100644 => 100755 www/config/routes/web_profiler.yaml mode change 100644 => 100755 www/config/secrets/dev/dev.decrypt.private.php mode change 100644 => 100755 www/config/secrets/dev/dev.encrypt.public.php mode change 100644 => 100755 www/config/secrets/prod/prod.encrypt.public.php mode change 100644 => 100755 www/config/services.yaml mode change 100644 => 100755 www/docker-compose.override.yml mode change 100644 => 100755 www/docker-compose.yml mode change 100644 => 100755 www/migrations/.gitignore mode change 100644 => 100755 www/migrations/Version20220818163807.php mode change 100644 => 100755 www/migrations/Version20220818165607.php mode change 100644 => 100755 www/nginx.conf.template mode change 100644 => 100755 www/package-lock.json mode change 100644 => 100755 www/package.json mode change 100644 => 100755 www/public/favicon.ico mode change 100644 => 100755 www/public/index.php mode change 100644 => 100755 www/public/media/logo.svg mode change 100644 => 100755 www/src/AppBundle/ConnectionObservations.php mode change 100644 => 100755 www/src/Controller/.gitignore mode change 100644 => 100755 www/src/Controller/AuthController.php mode change 100644 => 100755 www/src/Controller/DisksController.php mode change 100644 => 100755 www/src/Controller/HomeController.php mode change 100644 => 100755 www/src/Controller/RecordsController.php mode change 100644 => 100755 www/src/Controller/RegistrationController.php mode change 100644 => 100755 www/src/Controller/ServicesController.php mode change 100644 => 100755 www/src/Controller/SpectroController.php mode change 100644 => 100755 www/src/Controller/StatsController.php mode change 100644 => 100755 www/src/Controller/TodayController.php mode change 100644 => 100755 www/src/Entity/.gitignore mode change 100644 => 100755 www/src/Entity/User.php mode change 100644 => 100755 www/src/Form/RegistrationFormType.php mode change 100644 => 100755 www/src/Kernel.php mode change 100644 => 100755 www/src/Repository/.gitignore mode change 100644 => 100755 www/src/Repository/UserRepository.php mode change 100644 => 100755 www/src/Security/EmailVerifier.php mode change 100644 => 100755 www/symfony.lock mode change 100644 => 100755 www/templates/about/index.html.twig mode change 100644 => 100755 www/templates/base.html.twig mode change 100644 => 100755 www/templates/chart.html.twig mode change 100644 => 100755 www/templates/disks/index.html.twig mode change 100644 => 100755 www/templates/footer.html.twig mode change 100644 => 100755 www/templates/index.html.twig mode change 100644 => 100755 www/templates/logs/logs.html.twig mode change 100644 => 100755 www/templates/menu.html.twig mode change 100644 => 100755 www/templates/records/best.html.twig mode change 100644 => 100755 www/templates/records/delete_button.html.twig mode change 100644 => 100755 www/templates/records/index.html.twig mode change 100644 => 100755 www/templates/records/player.html.twig mode change 100644 => 100755 www/templates/registration/confirmation_email.html.twig mode change 100644 => 100755 www/templates/registration/register.html.twig mode change 100644 => 100755 www/templates/services/status.html.twig mode change 100644 => 100755 www/templates/spectro/index.html.twig mode change 100644 => 100755 www/templates/stats.html.twig mode change 100644 => 100755 www/templates/stats/index.html.twig mode change 100644 => 100755 www/templates/title.html.twig mode change 100644 => 100755 www/templates/today/index.html.twig mode change 100644 => 100755 www/templates/today/manage.html.twig mode change 100644 => 100755 www/templates/today/species.html.twig mode change 100644 => 100755 www/templates/utils/calendar.html.twig mode change 100644 => 100755 www/templates/utils/locale-switcher.html.twig mode change 100644 => 100755 www/templates/utils/nav-item.html.twig mode change 100644 => 100755 www/translations/.gitignore mode change 100644 => 100755 www/translations/messages+intl-icu.es.xlf mode change 100644 => 100755 www/translations/messages+intl-icu.fr.xlf mode change 100644 => 100755 www/translations/security.es.xlf mode change 100644 => 100755 www/translations/security.fr.xlf mode change 100644 => 100755 www/translations/validators.es.xlf mode change 100644 => 100755 www/translations/validators.fr.xlf mode change 100644 => 100755 www/webpack.config.js mode change 100644 => 100755 www/yarn.lock diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/.ideas/database_entity_model.svg b/.ideas/database_entity_model.svg old mode 100644 new mode 100755 diff --git a/.ideas/insert_observation.sh b/.ideas/insert_observation.sh old mode 100644 new mode 100755 diff --git a/.ideas/observation_template.sql b/.ideas/observation_template.sql old mode 100644 new mode 100755 diff --git a/.ideas/url_escape.php b/.ideas/url_escape.php old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/INSTALL.md b/INSTALL.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 32c55ca..ff0f2a2 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@

Realtime BirdNET powered soundscape analysis for bird song identification.

-

- BirdNET-stream logo image IA generated -

- ## Introduction BirdNET-stream records sound 24/7 on any Linux computer with a microphone and analyze it using BirdNET algorithm by [**@kahst**](https://github.com/kahst). diff --git a/TODO b/TODO old mode 100644 new mode 100755 diff --git a/config/birdnet.conf.example b/config/birdnet.conf.example old mode 100644 new mode 100755 diff --git a/config/stations/station.conf.example b/config/stations/station.conf.example old mode 100644 new mode 100755 diff --git a/daemon/database/migrations/.gitignore b/daemon/database/migrations/.gitignore old mode 100644 new mode 100755 diff --git a/daemon/database/structure-mysql.sql b/daemon/database/structure-mysql.sql old mode 100644 new mode 100755 diff --git a/daemon/database/structure-sqlite.sql b/daemon/database/structure-sqlite.sql old mode 100644 new mode 100755 diff --git a/daemon/plotter/__init__.py b/daemon/plotter/__init__.py old mode 100644 new mode 100755 diff --git a/daemon/systemd/templates/birdnet_analyzis.service b/daemon/systemd/templates/birdnet_analyzis.service old mode 100644 new mode 100755 diff --git a/daemon/systemd/templates/birdnet_plotter.service b/daemon/systemd/templates/birdnet_plotter.service old mode 100644 new mode 100755 diff --git a/daemon/systemd/templates/birdnet_plotter.timer b/daemon/systemd/templates/birdnet_plotter.timer old mode 100644 new mode 100755 diff --git a/daemon/systemd/templates/birdnet_recording.service b/daemon/systemd/templates/birdnet_recording.service old mode 100644 new mode 100755 diff --git a/daemon/systemd/templates/birdnet_streaming.service b/daemon/systemd/templates/birdnet_streaming.service old mode 100644 new mode 100755 diff --git a/daemon/systemd/templates/birdnet_ttyd.service b/daemon/systemd/templates/birdnet_ttyd.service old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/docker/all/Dockerfile b/docker/all/Dockerfile old mode 100644 new mode 100755 diff --git a/docker/all/README.md b/docker/all/README.md old mode 100644 new mode 100755 diff --git a/docker/database/init/00-init-databases.sql b/docker/database/init/00-init-databases.sql old mode 100644 new mode 100755 diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile old mode 100644 new mode 100755 diff --git a/docker/nginx/nginx.conf.template b/docker/nginx/nginx.conf.template old mode 100644 new mode 100755 diff --git a/docker/php-fpm/Dockerfile b/docker/php-fpm/Dockerfile old mode 100644 new mode 100755 diff --git a/docker/recording/Dockerfile b/docker/recording/Dockerfile old mode 100644 new mode 100755 diff --git a/docker/symfony/Dockerfile b/docker/symfony/Dockerfile old mode 100644 new mode 100755 diff --git a/docs/DATABASE.md b/docs/DATABASE.md old mode 100644 new mode 100755 diff --git a/docs/DOCKER.md b/docs/DOCKER.md old mode 100644 new mode 100755 diff --git a/media/logo.png b/media/logo.png old mode 100644 new mode 100755 diff --git a/media/logo.svg b/media/logo.svg old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/uninstall.sh b/uninstall.sh old mode 100644 new mode 100755 diff --git a/utils/fix_permissions.sh b/utils/fix_permissions.sh old mode 100644 new mode 100755 diff --git a/utils/synchronize_model_outputs_with_database.sh b/utils/synchronize_model_outputs_with_database.sh old mode 100644 new mode 100755 diff --git a/www/.env b/www/.env old mode 100644 new mode 100755 diff --git a/www/.env.local.example b/www/.env.local.example old mode 100644 new mode 100755 diff --git a/www/.gitignore b/www/.gitignore old mode 100644 new mode 100755 diff --git a/www/TODO b/www/TODO old mode 100644 new mode 100755 diff --git a/www/assets/app.js b/www/assets/app.js old mode 100644 new mode 100755 diff --git a/www/assets/bootstrap.js b/www/assets/bootstrap.js old mode 100644 new mode 100755 diff --git a/www/assets/controllers.json b/www/assets/controllers.json old mode 100644 new mode 100755 diff --git a/www/assets/controllers/delete-record_controller.js b/www/assets/controllers/delete-record_controller.js old mode 100644 new mode 100755 diff --git a/www/assets/controllers/manage-records_controller.js b/www/assets/controllers/manage-records_controller.js old mode 100644 new mode 100755 diff --git a/www/assets/controllers/record-play_controller.js b/www/assets/controllers/record-play_controller.js old mode 100644 new mode 100755 diff --git a/www/assets/styles/app.css b/www/assets/styles/app.css old mode 100644 new mode 100755 diff --git a/www/assets/styles/menu.css b/www/assets/styles/menu.css old mode 100644 new mode 100755 diff --git a/www/assets/utils/date.js b/www/assets/utils/date.js old mode 100644 new mode 100755 diff --git a/www/assets/utils/delete.js b/www/assets/utils/delete.js old mode 100644 new mode 100755 diff --git a/www/assets/utils/spectro.js b/www/assets/utils/spectro.js old mode 100644 new mode 100755 diff --git a/www/composer.json b/www/composer.json old mode 100644 new mode 100755 diff --git a/www/composer.lock b/www/composer.lock old mode 100644 new mode 100755 diff --git a/www/config/bundles.php b/www/config/bundles.php old mode 100644 new mode 100755 diff --git a/www/config/packages/cache.yaml b/www/config/packages/cache.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/doctrine.yaml b/www/config/packages/doctrine.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/doctrine_migrations.yaml b/www/config/packages/doctrine_migrations.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/framework.yaml b/www/config/packages/framework.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/mailer.yaml b/www/config/packages/mailer.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/routing.yaml b/www/config/packages/routing.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/security.yaml b/www/config/packages/security.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/sensio_framework_extra.yaml b/www/config/packages/sensio_framework_extra.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/translation.yaml b/www/config/packages/translation.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/twig.yaml b/www/config/packages/twig.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/validator.yaml b/www/config/packages/validator.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/web_profiler.yaml b/www/config/packages/web_profiler.yaml old mode 100644 new mode 100755 diff --git a/www/config/packages/webpack_encore.yaml b/www/config/packages/webpack_encore.yaml old mode 100644 new mode 100755 diff --git a/www/config/preload.php b/www/config/preload.php old mode 100644 new mode 100755 diff --git a/www/config/routes.yaml b/www/config/routes.yaml old mode 100644 new mode 100755 diff --git a/www/config/routes/framework.yaml b/www/config/routes/framework.yaml old mode 100644 new mode 100755 diff --git a/www/config/routes/web_profiler.yaml b/www/config/routes/web_profiler.yaml old mode 100644 new mode 100755 diff --git a/www/config/secrets/dev/dev.decrypt.private.php b/www/config/secrets/dev/dev.decrypt.private.php old mode 100644 new mode 100755 diff --git a/www/config/secrets/dev/dev.encrypt.public.php b/www/config/secrets/dev/dev.encrypt.public.php old mode 100644 new mode 100755 diff --git a/www/config/secrets/prod/prod.encrypt.public.php b/www/config/secrets/prod/prod.encrypt.public.php old mode 100644 new mode 100755 diff --git a/www/config/services.yaml b/www/config/services.yaml old mode 100644 new mode 100755 diff --git a/www/docker-compose.override.yml b/www/docker-compose.override.yml old mode 100644 new mode 100755 diff --git a/www/docker-compose.yml b/www/docker-compose.yml old mode 100644 new mode 100755 diff --git a/www/migrations/.gitignore b/www/migrations/.gitignore old mode 100644 new mode 100755 diff --git a/www/migrations/Version20220818163807.php b/www/migrations/Version20220818163807.php old mode 100644 new mode 100755 diff --git a/www/migrations/Version20220818165607.php b/www/migrations/Version20220818165607.php old mode 100644 new mode 100755 diff --git a/www/nginx.conf.template b/www/nginx.conf.template old mode 100644 new mode 100755 diff --git a/www/package-lock.json b/www/package-lock.json old mode 100644 new mode 100755 diff --git a/www/package.json b/www/package.json old mode 100644 new mode 100755 diff --git a/www/public/favicon.ico b/www/public/favicon.ico old mode 100644 new mode 100755 diff --git a/www/public/index.php b/www/public/index.php old mode 100644 new mode 100755 diff --git a/www/public/media/logo.svg b/www/public/media/logo.svg old mode 100644 new mode 100755 diff --git a/www/src/AppBundle/ConnectionObservations.php b/www/src/AppBundle/ConnectionObservations.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/.gitignore b/www/src/Controller/.gitignore old mode 100644 new mode 100755 diff --git a/www/src/Controller/AuthController.php b/www/src/Controller/AuthController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/DisksController.php b/www/src/Controller/DisksController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/HomeController.php b/www/src/Controller/HomeController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/RecordsController.php b/www/src/Controller/RecordsController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/RegistrationController.php b/www/src/Controller/RegistrationController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/ServicesController.php b/www/src/Controller/ServicesController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/SpectroController.php b/www/src/Controller/SpectroController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/StatsController.php b/www/src/Controller/StatsController.php old mode 100644 new mode 100755 diff --git a/www/src/Controller/TodayController.php b/www/src/Controller/TodayController.php old mode 100644 new mode 100755 diff --git a/www/src/Entity/.gitignore b/www/src/Entity/.gitignore old mode 100644 new mode 100755 diff --git a/www/src/Entity/User.php b/www/src/Entity/User.php old mode 100644 new mode 100755 diff --git a/www/src/Form/RegistrationFormType.php b/www/src/Form/RegistrationFormType.php old mode 100644 new mode 100755 diff --git a/www/src/Kernel.php b/www/src/Kernel.php old mode 100644 new mode 100755 diff --git a/www/src/Repository/.gitignore b/www/src/Repository/.gitignore old mode 100644 new mode 100755 diff --git a/www/src/Repository/UserRepository.php b/www/src/Repository/UserRepository.php old mode 100644 new mode 100755 diff --git a/www/src/Security/EmailVerifier.php b/www/src/Security/EmailVerifier.php old mode 100644 new mode 100755 diff --git a/www/symfony.lock b/www/symfony.lock old mode 100644 new mode 100755 diff --git a/www/templates/about/index.html.twig b/www/templates/about/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/base.html.twig b/www/templates/base.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/chart.html.twig b/www/templates/chart.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/disks/index.html.twig b/www/templates/disks/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/footer.html.twig b/www/templates/footer.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/index.html.twig b/www/templates/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/logs/logs.html.twig b/www/templates/logs/logs.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/menu.html.twig b/www/templates/menu.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/records/best.html.twig b/www/templates/records/best.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/records/delete_button.html.twig b/www/templates/records/delete_button.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/records/index.html.twig b/www/templates/records/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/records/player.html.twig b/www/templates/records/player.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/registration/confirmation_email.html.twig b/www/templates/registration/confirmation_email.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/registration/register.html.twig b/www/templates/registration/register.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/services/status.html.twig b/www/templates/services/status.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/spectro/index.html.twig b/www/templates/spectro/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/stats.html.twig b/www/templates/stats.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/stats/index.html.twig b/www/templates/stats/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/title.html.twig b/www/templates/title.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/today/index.html.twig b/www/templates/today/index.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/today/manage.html.twig b/www/templates/today/manage.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/today/species.html.twig b/www/templates/today/species.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/utils/calendar.html.twig b/www/templates/utils/calendar.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/utils/locale-switcher.html.twig b/www/templates/utils/locale-switcher.html.twig old mode 100644 new mode 100755 diff --git a/www/templates/utils/nav-item.html.twig b/www/templates/utils/nav-item.html.twig old mode 100644 new mode 100755 diff --git a/www/translations/.gitignore b/www/translations/.gitignore old mode 100644 new mode 100755 diff --git a/www/translations/messages+intl-icu.es.xlf b/www/translations/messages+intl-icu.es.xlf old mode 100644 new mode 100755 diff --git a/www/translations/messages+intl-icu.fr.xlf b/www/translations/messages+intl-icu.fr.xlf old mode 100644 new mode 100755 diff --git a/www/translations/security.es.xlf b/www/translations/security.es.xlf old mode 100644 new mode 100755 diff --git a/www/translations/security.fr.xlf b/www/translations/security.fr.xlf old mode 100644 new mode 100755 diff --git a/www/translations/validators.es.xlf b/www/translations/validators.es.xlf old mode 100644 new mode 100755 diff --git a/www/translations/validators.fr.xlf b/www/translations/validators.fr.xlf old mode 100644 new mode 100755 diff --git a/www/webpack.config.js b/www/webpack.config.js old mode 100644 new mode 100755 diff --git a/www/yarn.lock b/www/yarn.lock old mode 100644 new mode 100755