Commit Graph

711 Commits

Author SHA1 Message Date
user
977bec311b Enforce URL validation for specific meetup fields. 2025-10-27 11:59:24 +01:00
fsociety
227f911dce 🎨 refactor(CountryPolicy): remove debug statement from create method in CountryPolicy class 2024-11-21 20:33:13 +01:00
fsociety
c1ebd9244a feat: add signal field to meetups
- Added a new field "Signal" to the meetups form
- Included validation for the new signal field in the form backend
- Updated landing page to display the signal link if available
- Added display of the signal link in the meetup action column
- Created a new migration to add the signal field to the meetups table
- Included the signal field in the API endpoints for meetups and events.
2024-09-24 17:21:59 +02:00
fsociety
f584c07912 feat: add successful payment response handling 2024-09-10 22:18:44 +02:00
fsociety
d12b0e3261 feat: add successful payment response handling 2024-09-10 22:14:46 +02:00
fsociety
cf15c22116 feat(payment): add WebLN payment functionality
Implemented functionality to create an invoice and make payment using WebLN. Also added error handling and logging for payment process. Updated UI to display payment information and a button to initiate payment.
2024-09-10 21:15:21 +02:00
fsociety
2077cc9941 add webln test page 2024-09-10 20:29:50 +02:00
fsociety
13a8b13156 meetups and meetups-events edit buttons added on all landing pages 2024-03-15 15:18:28 +01:00
HolgerHatGarKeineNode
bb5b7ddd4e feat: Add venue description to Venue API and update form view (#72ea2ba)
In the VenueController, the Venue API now includes a description of the venue
by concatenating the city name and street. This change is reflected in the
'bitcoin-event-form' view where the 'option-description' attribute now uses the
venue's description instead of the city name.
2024-01-29 18:44:46 +01:00
HolgerHatGarKeineNode
72ea2ba783 feat(VenueTable): remove country filter from venue query
Removed the filter that limits venue results to a specific country
in the VenueTable. This change will provide results from all countries.
2024-01-29 18:39:49 +01:00
HolgerHatGarKeineNode
d89d54710a feat: Update CourseEventPolicy and Docker compose settings
Update the 'update' method in CourseEventPolicy to check if the event was created by the user. Adjust the service name in docker-compose from 'laravel.test' to 'laravel'.
2024-01-15 20:33:46 +01:00
HolgerHatGarKeineNode
7b8d32807c closes #21 feat: add calendar stream URL to meetups
This commit adds a calendar stream URL to each meetup. The URL is copied to
the clipboard when the user clicks on a new button added to the UI. The copied
URL can be pasted into a compatible calendar app, allowing the user to easily
add the meetup to their calendar. This feature was added to several views
including 'profile/meetups', 'meetup/landing-page', and
'meetup/landing-page-event'. The associated controller 'DownloadMeetupCalendar'
and livewire components were also updated accordingly.
2024-01-07 10:31:39 +01:00
HolgerHatGarKeineNode
93d3858f30 fix lnurl-auth problem 2023-12-27 22:31:11 +01:00
HolgerHatGarKeineNode
0c820be43b Implement feature flags and update views
This commit implements feature flags using the "ylsideas/feature-flags" library and updates various frontend views to show or hide sections based on the feature flag. Additionally, a new migration file is created for the features database table and the LibraryItem model is updated with a new searchLibraryItems function. The composer.json and composer.lock files are updated to include the new dependencies.
2023-12-08 21:40:48 +01:00
HolgerHatGarKeineNode
245ebc9220 fix nl-be 2023-12-08 17:52:51 +01:00
HolgerHatGarKeineNode
46ed688373 fix nl-be 2023-12-08 17:45:29 +01:00
HolgerHatGarKeineNode
6fd3e534ac fix nl-be 2023-12-08 17:41:44 +01:00
HolgerHatGarKeineNode
21fa8f7ed7 allow custom countries 2023-12-08 17:33:54 +01:00
HolgerHatGarKeineNode
c76dbcb8cc add email lists 2023-11-17 12:48:57 +01:00
HolgerHatGarKeineNode
5627831191 resolves #18 2023-10-30 11:39:00 +01:00
HolgerHatGarKeineNode
b12b579b76 remove rule 2023-10-04 21:24:14 +02:00
HolgerHatGarKeineNode
69d26adf69 remove rule 2023-10-04 21:19:55 +02:00
HolgerHatGarKeineNode
ca322e55b3 update meetups api, enriched with nextEvent data 2023-09-28 20:33:39 +02:00
HolgerHatGarKeineNode
61f1baf18d nostrplebs api added 2023-08-27 17:37:50 +02:00
HolgerHatGarKeineNode
b4b376c22a meetup fix 2023-08-26 11:54:11 +02:00
HolgerHatGarKeineNode
9e5ed582be meetup fix 2023-08-25 12:57:58 +02:00
HolgerHatGarKeineNode
2e0070b018 meetup fix 2023-08-24 22:36:40 +02:00
HolgerHatGarKeineNode
3a7f087782 log feed error 2023-08-24 12:17:42 +02:00
HolgerHatGarKeineNode
c9ae968aec $wire login 2023-08-23 16:44:47 +02:00
HolgerHatGarKeineNode
eebaa386ee $wire login 2023-08-23 16:41:28 +02:00
HolgerHatGarKeineNode
a2d8c4c416 search nostr plebs 2023-08-22 17:04:05 +02:00
HolgerHatGarKeineNode
276b83dbc1 isset($value['npub']) 2023-08-22 13:53:01 +02:00
HolgerHatGarKeineNode
a129b0aaa8 list of nostr plebs added 2023-08-21 19:31:03 +02:00
HolgerHatGarKeineNode
ddb79aed0b enable nostr nip-05 login 2023-08-21 18:04:06 +02:00
HolgerHatGarKeineNode
45b1b66e11 add header and footer to profile page 2023-08-21 15:46:14 +02:00
HolgerHatGarKeineNode
634f58c4b7 fixes #16 2023-08-21 15:33:18 +02:00
HolgerHatGarKeineNode
cab049f459 bindle api 2023-08-18 21:03:52 +02:00
HolgerHatGarKeineNode
8070745731 exclude bindle from nostr 2023-08-11 15:05:49 +02:00
HolgerHatGarKeineNode
da2c84abc8 exclude bindles from nostr 2023-08-08 18:46:41 +02:00
HolgerHatGarKeineNode
fd0852be14 add visible_on_map field to meetups table 2023-08-07 15:48:11 +02:00
HolgerHatGarKeineNode
34e065a06e add visible_on_map field to meetups table 2023-08-07 15:43:13 +02:00
SirRufusss
4da466648c Merge branch 'master' into buecherverleih 2023-08-03 21:08:53 +02:00
HolgerHatGarKeineNode
a121bcccad update bindle 2023-08-03 18:57:10 +02:00
HolgerHatGarKeineNode
a77e178ba8 update bindle form 2023-08-03 18:53:22 +02:00
HolgerHatGarKeineNode
d67fc518ba update bindle form 2023-08-02 18:34:33 +02:00
HolgerHatGarKeineNode
9177dc22aa update bindle page 2023-08-02 16:06:05 +02:00
HolgerHatGarKeineNode
4e48cb5050 addOptionalTextField 2023-08-02 14:26:11 +02:00
HolgerHatGarKeineNode
ba55f62afa add dedicated Bindle page 2023-08-02 14:15:55 +02:00
p.sterz
6604d739af [newPage: Buecherverleih]first layout 2023-07-21 18:31:50 +02:00
p.sterz
61050ada15 Setting up + routing the page 2023-07-21 12:39:11 +02:00