root
1db80e76fe
chore: clean up repo structure and polish docs
...
- Rewrite .gitignore in English with proper patterns for build artifacts, storage files, and IDE files
- Remove tracked build assets (hash-based) and storage files from git
- Update LICENSE copyright to 2026 Remco (Epicnabbo)
- Fix clone URLs in README (remove placeholder gitea-server)
- Sync docs/INSTALL.md with README installation guide
2026-06-06 20:12:08 +02:00
root
1f04979ffe
Remove all auto-update functionality (commands, services, widgets, blades, translations)
2026-06-03 22:54:39 +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
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
b46c278dba
chore: remove unused bootstrap and jquery npm dependencies, delete duplicate jQuery vendored files
2026-05-23 17:09:02 +02:00
root
33c03e8b7b
perf: remove all delays, set iframe src directly in HTML for max speed
2026-05-22 21:32:20 +02:00
root
f694caa397
fix: poll iframe for canvas instead of load event for accurate Nitro ready detection
2026-05-22 21:25:26 +02:00
root
16dd87d365
fix: always set iframe src outside @if block, delay Nitro loading by 500ms
2026-05-22 21:21:49 +02:00
root
76bce1d092
feat: add customizable Nitro client loading overlay with Filament settings
...
Add full Client Login Effect section to Theme & Buttons page with:
- Enable toggle, 30+ animation effects, customizable colors/logo/text
- 6 loading bar styles (sliding, dots, pulse, double, spinner, skeleton)
- Optimized to single DB query via WebsiteSetting::whereIn
- Overlay covers Nitro v3 internal loading (5s min, 15s fallback)
2026-05-22 21:09:33 +02:00
root
9d73f82529
Initial commit
2026-05-09 17:32:17 +02:00