root
36887244e6
Fix config/app.php missing semicolon (caused 500)
2026-06-04 20:22:51 +02:00
root
9b5c655c68
High priority fixes: PayPal env(), RadioApiKey Bearer-only, User restrict, SettingsService TTL, PHPStan config, + fix 7 broke points (forceFill)
2026-06-04 20:17:45 +02:00
root
b2bb1811d0
Medium priority fixes: CORS from env, shared HasRadioSettings trait, lazy RconService, validated() fixes, LogoGenerator hardening, DB indexes, user profile consistency, radio rank N+1 fix
2026-06-04 20:05:36 +02:00
root
4b6872e5e0
Low priority fixes: debug comments, Fortify cleanup, badge cost setting, profile query merge, User model fixes, VPN constructor cleanup, PayPal POST, PII removal, Dutch→English translations, duplicate rank check, CHANGELOG
2026-06-04 19:57:01 +02:00
root
66cbd46f37
Add 'What's New in V3' section to README
2026-06-04 19:41:48 +02:00
root
889cec60e9
Clean README in Arcturus style: badges, tables, quick start, clear sections
2026-06-04 19:37:10 +02:00
root
8ce3fcca85
Bulletproof installation: Redis, build-essential, DB user creation, PHP tuning, SSL, firewall, verification
2026-06-04 19:34:06 +02:00
root
b8a15c8412
Compact and correct README: PHP 8.5, php8.5-fpm, Ubuntu 26.04, remove changelogs
2026-06-04 19:31:54 +02:00
root
82d00ad11d
Rename .env.example to .env.install with step-by-step guide, update README
2026-06-04 19:30:24 +02:00
root
c468040792
Add .env.example.linux and .env.example.windows, remove .env.standard, update README
2026-06-04 19:27:53 +02:00
root
4487084614
Update README: PHP 8.5, Ubuntu 26.04
2026-06-04 19:24:51 +02:00
root
e96e2a0fd3
Remove all XAMPP support from CMS (files, references, configs)
2026-06-04 19:22:01 +02:00
root
4378144f45
Remove server IP from README, use placeholder
2026-06-04 19:19:02 +02:00
root
59188a5f2c
XAMPP warning in English
2026-06-04 19:18:19 +02:00
root
ff364992ca
Add XAMPP security warning: not supported, extremely unsafe for production
2026-06-04 19:17:18 +02:00
root
2997486662
Rewrite README: document Nitro V3 update system, sudoers config, Commandocentrum; remove outdated content
2026-06-04 19:14:40 +02:00
root
f76f30e88f
Nitro V3 Update: configureerbare paths via Commandocentrum + sudoers fix
2026-06-04 18:56:08 +02:00
root
1f04979ffe
Remove all auto-update functionality (commands, services, widgets, blades, translations)
2026-06-03 22:54:39 +02:00
root
1f9af5279a
fix: add DEFAULT 0 to last_username_change column, seeder, fillable, and factory
2026-05-27 20:23:06 +02:00
root
7814176358
docs: update changelog (May 27, 2026)
2026-05-27 17:18:56 +02:00
root
56616d084c
fix: add Dashboard/Homepage translations and OPcache troubleshooting to README
2026-05-27 17:16:47 +02:00
root
e34300a8a1
Add /client/* to CORS paths
2026-05-26 19:15:50 +02:00
root
e2422e9a16
Add CORS_ALLOWED_ORIGINS to .env.example
2026-05-26 19:02:58 +02:00
root
a65db47c85
Add changelog to README
2026-05-26 17:25:01 +02:00
root
af2c79ac59
Restore PHP 8.5 constraint (system runs PHP 8.5.6)
2026-05-26 17:09:30 +02:00
root
e754858c84
Remove nonexistent PHP 8.5 constraint, restrict CORS allowed_headers
2026-05-26 17:08:31 +02:00
root
769abddeca
Disable Boost browser_logs_watcher by default, remove old browser.log
2026-05-26 17:05:17 +02:00
root
c0077a6039
Fix session same_site to use env, fix Article model import, remove unused traits
2026-05-26 16:59:49 +02:00
root
d8ea6d214f
Fix robots.txt to block crawlers from admin/cms paths
2026-05-26 16:54:11 +02:00
root
55b5aab458
Security fixes: remove dangerous public scripts, add .htaccess hardening, disable log-viewer by default, remove root index.php
2026-05-26 16:52:09 +02:00
root
93e6f6a273
Add (bool) type casts to all boolean env() calls across config files
2026-05-26 16:40:52 +02:00
root
f5c21e36f1
Add (bool) type casts to all boolean env() calls in config/habbo.php
2026-05-26 16:37:29 +02:00
root
b50de1f7ce
Fix debug banner condition to use config('app.debug') directly instead of habbo config
2026-05-26 16:33:41 +02:00
root
45848cb4c5
Remove auto-recovery mechanism that caused race conditions with view cache
2026-05-26 16:05:58 +02:00
root
4aa574e75e
docs: rewrite README in English with Linux/Windows setup guides and add auto-install scripts
2026-05-25 15:25:46 +02:00
root
943d5bfc38
feat: install and configure Inertia.js with React
...
- Install inertia-laravel, @inertiajs/react, react, @vitejs/plugin-react
- Add HandleInertiaRequests middleware registered in web group
- Create Inertia root template (resources/views/app.blade.php)
- Add React entry point and page components (resources/js/)
- Add Inertia demo route (/inertia-test)
- HomeController reverted to Blade (index page stays original)
- Remove inertia-test2 test route
2026-05-25 15:15:14 +02:00
root
4ce68720bb
fix: disable APP_DEBUG in production, fix .htaccess structure, add .gitignore cleanup
...
- Set APP_DEBUG=false in .env to prevent stack trace leakage
- Use strict comparison (===) for MD5 password migration check
- Fix duplicate rewrite rules and orphaned closing tag in .htaccess
- Remove leftover test files (cookies.txt, ci_test.txt, test-registration.php)
- Remove duplicate package-lock.json (using yarn only)
- Update .gitignore for above files
2026-05-25 14:30:37 +02:00
root
4e07aa3580
fix: register anonymous component path for filament-components view cache
2026-05-24 19:29:48 +02:00
root
bf3b474ee1
feat: complete configuration and database upgrade to native mariadb driver
2026-05-24 18:43:57 +02:00
root
eea81a3e9a
Fix middleware class collision (RadioApiKey -> alias), add missing setup.do and setup.reset routes, fix SSE int type cast
2026-05-24 14:20:22 +02:00
root
261a5e63c6
Fix SSE listeners type cast, replace Blade tab component with Alpine.js tabs in DjModeration, use wire:confirm instead of onclick
2026-05-24 14:15:44 +02:00
root
0c6c558a59
Add radio embed widget, SSE real-time, song history, moderation panel, and Auto DJ
...
- Embed widget: standalone iframe player with dark/light/transparent themes, copy-paste embed code admin page
- Real-time SSE: streaming now-playing/listeners/dj events, replaces polling in radio-player and embed
- Song history: auto-records song changes to radio_song_plays table, Filament resource to view
- DJ moderation: unified panel for shouts approval, song request queue, DJ applications
- Auto DJ: playlist management with round-robin playback when no DJ is live
- Refactored radio-player Alpine component to use EventSource API with auto-reconnect
2026-05-24 14:07:32 +02:00
root
5476dce882
Add multi-step radio wizard with Shoutcast/Icecast/AzureCast support and multi-language translations
...
- New 5-step RadioWizardController with session-based wizard flow
- Enhanced RadioStreamService with Shoutcast/Icecast/ AzureCast auto-detection
- Connection test functionality for stream, now-playing, and listeners
- Wizard views for all 5 steps with step indicator navigation
- All 21 language files updated with wizard translation keys (NL/EN + placeholders)
- Wizard link added to existing radio setup page
- Routes registered under /admin/radio/wizard/*
2026-05-24 13:12:57 +02:00
root
8c49a1138c
Add attribute_changes column to activity_log table to fix SQLSTATE[42S22] error
2026-05-23 19:58:48 +02:00
root
0c15e54b81
fix: update CI config for shell executor
2026-05-23 19:16:29 +02:00
root
91a5a62c5e
chore: update CI test timestamp
2026-05-23 19:11:28 +02:00
root
2d8beaa531
chore: fix code style with Laravel Pint
2026-05-23 19:05:37 +02:00
root
0795cd283d
chore: add GitLab CI/CD pipeline with PHPStan, Pint, and PHPUnit
2026-05-23 18:54:31 +02:00
root
7e8313a55b
chore: improve code quality - PHPStan level 5, add #[\Override] attributes, fix return types
2026-05-23 18:44:16 +02:00
root
6de250f49f
fix: remove spatie/laravel-ray (breaks error handler) and fix dontSubmitEmptyLogs for activitylog v5
2026-05-23 18:26:38 +02:00