.env.example .gitignore BUILD-INFO.txt CHANGELOG.md LICENSE README.md VERSION bin/backup.php bin/console bin/cron.php bin/generate-key.php bin/preflight.php composer.json database/schema.sql docs/ARCHITECTURE.md docs/DEPLOYMENT-CPANEL.md docs/GOOGLE-BRIDGE.md docs/OPERATIONS.md docs/SECURITY.md docs/SOURCE-PLAN.md docs/VALIDATION.md phpunit.xml.dist public/.htaccess public/assets/app.css public/assets/app.js public/index.php resources/google-apps-script/CalendarBridge.gs resources/google-apps-script/appsscript.json src/Application.php src/Audit.php src/Auth.php src/Config.php src/Controller/ApiController.php src/Controller/AuthController.php src/Controller/CalendarController.php src/Controller/ConflictController.php src/Controller/DashboardController.php src/Controller/EventController.php src/Controller/MirrorController.php src/Controller/SettingsController.php src/Controller/SystemController.php src/Crypto.php src/Csrf.php src/Database.php src/Flash.php src/Http/Request.php src/Http/Response.php src/Http/Router.php src/Logger.php src/RateLimiter.php src/Repository/CalendarSourceRepository.php src/Repository/ConflictRepository.php src/Repository/EventRepository.php src/Repository/MirrorTargetRepository.php src/Repository/NotificationRepository.php src/Service/CalendarSourceService.php src/Service/CalendarSyncService.php src/Service/ConflictEvaluator.php src/Service/ConflictService.php src/Service/DigestService.php src/Service/FetchException.php src/Service/IcsFetcher.php src/Service/IcsParser.php src/Service/MirrorFeedService.php src/Service/MirrorTargetService.php src/Service/NotificationService.php src/Service/SchedulerService.php src/Services.php src/Settings.php src/Support/DateHelper.php src/Support/PrivacyHelper.php src/Support/TextHelper.php src/Support/UrlHelper.php src/Support/Uuid.php src/ValidationException.php src/View.php storage/cache/.gitkeep storage/logs/.gitkeep templates/calendars/form.php templates/calendars/index.php templates/conflicts/index.php templates/conflicts/show.php templates/dashboard.php templates/error.php templates/events.php templates/layout.php templates/login.php templates/mirrors/form.php templates/mirrors/index.php templates/settings.php templates/system/index.php tests/ConflictEvaluatorTest.php tests/CryptoTest.php tests/Fixtures/basic.ics tests/IcsParserTest.php tests/PrivacyHelperTest.php tests/smoke.php