Commit Graph

1372 Commits

Author SHA1 Message Date
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
79b4e252fe references #18 feat: add Nostr link button to meetup pages #32
Added a button to the landing-page and landing-page-event views in the
meetup section. This button, when the nostr attribute contains 'npub1',
links out to the corresponding Nostr page using the nostr attribute value.
2024-01-07 11:16:26 +01:00
HolgerHatGarKeineNode
32e165ac42 feat: Add 'My Meetups' link to mobile navigation
This commit adds a new link 'My Meetups' to the mobile navigation in both
the 'Profile' and 'Meetups' sections, allowing users to access their meetups
directly from the mobile navigation. This should improve user experience by
providing a quicker and more intuitive navigation path to personal meetups.
2024-01-07 10:38:12 +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
20c943d636 Remove various icons from the wireui component library. 2023-12-11 13:23:49 +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
a7071c88db Merge pull request #20 from paulwillen/master
Adding some additional translations for Dutch
2023-12-08 15:24:30 +00:00
Paul Willen
130994f13c Merge branch 'master' of github.com:paulwillen/einundzwanzig-portal 2023-12-08 16:21:49 +01:00
Paul Willen
c0e07cf99c Some additional dutch translations 2023-12-08 16:21:47 +01:00
HolgerHatGarKeineNode
85b5382237 hotfix 2023-11-24 17:11:08 +01:00
HolgerHatGarKeineNode
454648d1a6 hotfix 2023-11-24 17:03:30 +01:00
HolgerHatGarKeineNode
71b59d66ec Merge pull request #19 from paulwillen/master
Preparations for a Dutch Fork
2023-11-24 15:17:40 +00:00
Paul Willen
758d1280c5 Merge branch 'master' of https://github.com/paulwillen/einundzwanzig-portal 2023-11-24 15:51:04 +01:00
Paul Willen
debe4f4093 Preparations for a Dutch fork 2023-11-24 15:37:05 +01:00
HolgerHatGarKeineNode
df1eb750b7 add VITE_PORT again 2023-11-17 15:59:25 +01:00
HolgerHatGarKeineNode
c76dbcb8cc add email lists 2023-11-17 12:48:57 +01:00
HolgerHatGarKeineNode
679e59d893 resolves #18 2023-10-31 18:23:44 +01:00
Benjamin Takats
2c0430f8b0 resolves #18 2023-10-31 18:19:46 +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
6b3597fa2c nostrplebs redirect to einundzwanzig nostr client 2023-09-27 14:58:47 +02:00
HolgerHatGarKeineNode
3a5fe52cd1 nostrplebs api added 2023-08-27 18:39:50 +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
0c3d2068ad meetup fix 2023-08-24 22:42:39 +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
34d3da2a06 nostr plebs animation added 2023-08-23 14:56:02 +02:00
HolgerHatGarKeineNode
6ba310a63a nostr plebs animation added 2023-08-23 13:58:27 +02:00
HolgerHatGarKeineNode
b5b8f9b035 follow all nostr plebs 2023-08-23 13:11:37 +02:00
HolgerHatGarKeineNode
ff158e5aad follow all nostr plebs 2023-08-23 13:08:07 +02:00
HolgerHatGarKeineNode
8c2e341fe2 follow all nostr plebs 2023-08-23 13:04:57 +02:00
HolgerHatGarKeineNode
350135afdc search nostr plebs 2023-08-22 17:28:28 +02:00
HolgerHatGarKeineNode
99782dd4d1 search nostr plebs 2023-08-22 17:18:37 +02:00
HolgerHatGarKeineNode
68e926a757 search nostr plebs 2023-08-22 17:16:41 +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
e84cdab499 list of nostr plebs added 2023-08-21 19:32:43 +02:00