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