Commit Graph

136 Commits

Author SHA1 Message Date
HolgerHatGarKeineNode
b3ce0419f6 ⚙️ Refactor Vite config import and tidy Tailwind CSS setup
✂️ Consolidate `defineConfig` import syntax
🎨 Replace hard‑coded zinc palette with neutral variables
🧹 Remove redundant @source imports and obsolete style rules
 Add Alpine.js `[x-cloak]` helper with responsive variants
🚫 Clean up unused base layer selectors and leaflet styles
2025-12-09 21:43:59 +01:00
HolgerHatGarKeineNode
9511bcdb11 ⚙️ Raise top‑meetup and top‑country limits from 10 → 15; add guard for empty sparkline data before rendering chart. 2025-12-09 21:32:13 +01:00
HolgerHatGarKeineNode
e18d79aa40 🚀 Refactor Laravel Boost MCP server configuration and enhance routing structure with new endpoints, redirects, and country-specific route groups
- 🛠️ Updated Laravel Boost MCP server command from `vendor/bin/sail` to `docker` with proper arguments
- 🌐 Added comprehensive routing structure including country-specific groups, dashboard redirects, and meetup/calendar routes
- 📝 Included new test routes, error handling, and image serving capabilities
- 🔧 Enhanced authentication middleware usage with country prefixes for various resource routes
- 🚫 Commented out legacy book rental routes while maintaining flexibility for future activation
- 🔄 Implemented fallback 404 handling with rate limiting and included auth routes from separate file
2025-12-09 04:08:38 +01:00
HolgerHatGarKeineNode
312837e6fd 📋 Improve service links section: Add copy-to-clipboard functionality for IP and URLs, remove unnecessary whitespace-pre-wrap class, and display "Anonymous" when appropriate. 2025-12-07 06:44:02 +01:00
HolgerHatGarKeineNode
14c1d9df15 📋 Add copy-to-clipboard feature for service URLs: Enhance user experience by allowing easy copying of clearnet, onion, I2P, and pkdns links. 2025-12-07 06:28:06 +01:00
HolgerHatGarKeineNode
c4cea2ae7a 🛠️ Add anon column to self-hosted services: Update views, models, forms, and migrations to support anonymous service creation and display 2025-12-07 06:16:47 +01:00
HolgerHatGarKeineNode
9ee7ef1771 🌍 Add "IP Adresse" translations and update relevant views across supported languages 2025-12-07 06:06:59 +01:00
HolgerHatGarKeineNode
980b833e80 🌐 Enhance service management: Add IP address field to forms, views, and database schema 2025-12-07 06:04:52 +01:00
HolgerHatGarKeineNode
eb7d792f1c 🌍 Add full translations for self-hosted service functionality across supported languages 2025-12-07 05:24:01 +01:00
HolgerHatGarKeineNode
4e150518a4 🛠️ Remove deprecated LNbits enum and related references from SelfHostedServiceType 2025-12-07 05:18:54 +01:00
HolgerHatGarKeineNode
0750852f51 🛠️ Enhance SEO: Add meta tags for services and meetups landing pages, including dynamic title, description, and image handling 2025-12-07 05:14:52 +01:00
HolgerHatGarKeineNode
95de6e96c9 🛠️ Update dependencies: Add symfony/event-dispatcher v7.2 to composer.json and downgrade to v7.4.0 in composer.lock 2025-12-07 04:02:33 +01:00
HolgerHatGarKeineNode
6da17adb41 🛠️ Update dependencies: Add symfony/mailer v7.2 to composer.json and update composer.lock 2025-12-07 04:01:24 +01:00
HolgerHatGarKeineNode
17071c43e7 🛠️ Update dependencies: Downgrade symfony/string to v7.4.0 and add it to composer.json 2025-12-07 04:00:15 +01:00
HolgerHatGarKeineNode
428b664440 🛠️ Update dependencies: Add symfony/translation v7.2 and downgrade symfony/translation to v7.4.0 in composer.lock 2025-12-07 03:59:08 +01:00
HolgerHatGarKeineNode
2c5c4d4ac9 🛠️ Update dependencies: Bump PHP to ^8.3 and downgrade symfony/clock to v7.4.0 2025-12-07 03:57:19 +01:00
HolgerHatGarKeineNode
22910553e4 🛠️ Enhance service index: Add link tooltips, improve button spacing, and clean up component formatting 2025-12-07 03:51:40 +01:00
HolgerHatGarKeineNode
6d8436c8a5 🛠️ Add delete functionality for services with confirmation modal and extend creator name display limit to 20 characters 2025-12-07 01:11:57 +01:00
HolgerHatGarKeineNode
14f717a2b9 🛠️ Refactor service components: Add dynamic type filters, restructure landing page UI, and introduce ServiceForm for improved form handling and validations 2025-12-07 01:06:20 +01:00
HolgerHatGarKeineNode
aef4deedd6 🛠️ Add services index and landing page components with dynamic links and new Polish translations 2025-12-07 00:01:15 +01:00
HolgerHatGarKeineNode
bc700a1f2c 🖋️ Update dashboard Meetup list with responsive layout and improved button styles 2025-12-06 02:24:25 +01:00
HolgerHatGarKeineNode
ee6ca08aa3 🛠️ Add event deletion functionality with confirmation modal to meetups landing page 2025-12-06 02:21:18 +01:00
HolgerHatGarKeineNode
0662a614b9 🛠️ Add recurring events creation logic and translations for supported languages 2025-12-06 00:14:08 +01:00
HolgerHatGarKeineNode
d0d19663aa 🛠️ Ensure meetup names are converted to ASCII before sanitizing in ExtractLogos command 2025-12-05 23:27:12 +01:00
HolgerHatGarKeineNode
22592bbd23 🛠️ Use sanitized studly case for meetup names in ExtractLogos command output filenames 2025-12-05 23:07:28 +01:00
HolgerHatGarKeineNode
60634146fe 🛠️ Use camel case for meetup names in ExtractLogos command output filenames 2025-12-05 23:02:10 +01:00
HolgerHatGarKeineNode
1adbec3519 🛠️ Add ExtractLogos command to export meetup logos to public storage 2025-12-05 22:54:17 +01:00
HolgerHatGarKeineNode
90d61fcfdd 🛠️ Remove unused notification logic from login process in Livewire auth blade 2025-12-05 22:16:26 +01:00
HolgerHatGarKeineNode
5b729dcb51 🌍 Fix incorrect variable reference for country flag rendering in dashboard meetups list 2025-12-05 22:10:28 +01:00
HolgerHatGarKeineNode
4d01f21747 🌍 Replace emoji flags with scalable SVG country flags across dashboard views for improved accessibility and consistency 2025-12-05 21:51:45 +01:00
HolgerHatGarKeineNode
7b5c8c5afa 🌐 Add "Select the city..." translations across supported languages 2025-12-05 19:18:07 +01:00
HolgerHatGarKeineNode
57a21514d1 🌍 Scope cities and venues by country, add default country handling, and enhance dropdowns with searchable and flag-based country selection 2025-12-05 19:16:17 +01:00
HolgerHatGarKeineNode
0b6853a6ff 🌍 Scope cities, venues, and courses by country across views and refine sidebar counts accordingly 2025-12-05 19:06:55 +01:00
HolgerHatGarKeineNode
c9971144da 🌍 Scope lecturers and courses by country across views and enhance sidebar with dynamic country flags 2025-12-05 19:04:38 +01:00
HolgerHatGarKeineNode
4b16efaf9c 🌐 Replace language-selector component, introduce livewire:language.selector and enhance sidebar with dynamic language and country selection options 2025-12-05 18:44:23 +01:00
HolgerHatGarKeineNode
f75a7e128c 🖼️ Improve lnurl-auth user lookup and add Hungarian meetup URL to README 2025-12-05 17:53:26 +01:00
HolgerHatGarKeineNode
7f8eaa35ed 🌐 Refine CNAME instructions in README for improved formatting and clarity 2025-12-02 21:38:53 +01:00
HolgerHatGarKeineNode
0f798bf610 🌐 Simplify CNAME instructions in README for better clarity 2025-12-02 21:37:20 +01:00
HolgerHatGarKeineNode
1edd6b62f8 🌐 Update CNAME instructions in README for national domains setup 2025-12-02 21:35:59 +01:00
HolgerHatGarKeineNode
c69840c4e4 🌐 Expand README with localized URLs and instructions for adding custom national domains 2025-12-02 21:34:54 +01:00
HolgerHatGarKeineNode
14dfc3fff7 🖼️ Fix QR overlay image path in lnurl-auth flow and ensure compatibility with localized and default images 2025-12-02 20:41:27 +01:00
HolgerHatGarKeineNode
aedff4e2f5 🖼️ Fallback to default QR overlay image if localized version is unavailable 2025-12-02 20:40:07 +01:00
HolgerHatGarKeineNode
c9240fe1f4 🖼️ Dynamically load QR code overlay image based on user language preference 2025-12-02 20:20:00 +01:00
HolgerHatGarKeineNode
851be489b8 🔗 Update Laravel Forge deployment badge URL in README.md 2025-12-02 20:14:15 +01:00
HolgerHatGarKeineNode
6cda136f62 🔧 Remove unused page title suffix in SEO configuration 2025-12-02 20:11:59 +01:00
HolgerHatGarKeineNode
6f77108ca2 🌐 Add Polish translations and expand Spanish dictionaries
- Added a new `lang/pl.json` file with comprehensive Polish translations.
- Enhanced `lang/es.json` with additional Spanish keys and phrases for better coverage.
2025-12-02 19:56:35 +01:00
HolgerHatGarKeineNode
b339a05bb8 🛠️ Simplify route controller imports and adjust formatting in api.php 2025-12-02 11:20:29 +01:00
HolgerHatGarKeineNode
f7102f0d43 🚨 Add numeric validation to user_id in MeetupController@index 2025-11-27 15:57:06 +01:00
HolgerHatGarKeineNode
572889bf42 🛠️ Use findOrFail in MeetupController@index to handle missing users gracefully 2025-11-27 15:51:25 +01:00
HolgerHatGarKeineNode
c4f9f1a089 Add meetup/ical route and handler in MeetupController
- Introduced a new route `meetup/ical` in `api.php` to handle iCal data export.
- Added `ical` method to `MeetupController` returning a 404 response for now.
2025-11-27 15:48:40 +01:00