tangled
alpha
login
or
join now
smokesignal.events
/
smokesignal
star
56
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
The smokesignal.events web application
star
56
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
9
pulls
pipelines
commits
Author
Commit
Message
Date
Nick Gerakines
44ff7388
feature: events.smokesignal.event.configure XRPC procedure
main
3mo ago
Nick Gerakines
e3a54ea8
bug: quick-create-event form code dupe caused date issue
3mo ago
Nick Gerakines
8cc15145
bug: language case caused missing template
3mo ago
Nick Gerakines
52ab35d7
feature: post RSVP going to feed
3mo ago
Nick Gerakines
13f0e15f
feature: direct rsvp url behavior tuning
3mo ago
Nick Gerakines
07fcf43c
bug: htmx invalid target on edit settings
3mo ago
Nick Gerakines
31e108af
feature: tap admin
3mo ago
Nick Gerakines
0c73656b
chore: linting and formatting
3mo ago
Nick Gerakines
4042bbcf
bug: access tokens can be expired in cookies because we refresh them
3mo ago
Nick Gerakines
64039b27
chore: setting auth cookie to expire after a year
3mo ago
Nick Gerakines
367f3936
feature: create event, create rsvp, and get rsvp mcp tools
3mo ago
Nick Gerakines
4417caef
refactor: inconsistent source file names
3mo ago
Nick Gerakines
b09815c9
refactor: removing unused code
3mo ago
Nick Gerakines
0a49874f
bug: Adding missing account:email scope was left behind
3mo ago
Nick Gerakines
27fb94db
chore: finishing mcp auth refactor
3mo ago
Nick Gerakines
ee467090
feature: oauth overhaul with permission-set
3mo ago
Nick Gerakines
6a200aab
feature: community.lexicon.calendar.getRSVP
3mo ago
Nick Gerakines
d2e15291
bug: lfg content not loaded
3mo ago
Nick Gerakines
c56fb2c4
feature: initial pass of breaking out site js/css as bundle
3mo ago
Nick Gerakines
c5f2a1a6
bug: navigating between pages sometimes does not load maps
3mo ago
Nick Gerakines
dc0bb2de
feature: home page has navigable globe view
3mo ago
Nick Gerakines
557d01f0
feature: display up to 5 locations on event page
3mo ago
Nick Gerakines
3250dc01
feature: create event intention content persists through auth gate
3mo ago
Nick Gerakines
0c90251c
refactor: simplification and refactoring of create and manage event code and templates
3mo ago
Nick Gerakines
0d37980d
chore: updating dep
3mo ago
Nick Gerakines
2155fb3b
bug: links section should not include duplicates from facets
3mo ago
Nick Gerakines
2e83b18c
bug: bad query for user page
3mo ago
Nick Gerakines
fe5a7876
refactor: tuning location page map
3mo ago
Nick Gerakines
7479f16a
feature: location pages
3mo ago
Nick Gerakines
ef020473
feature: lfg profile creation on home page activity feed
3mo ago
Nick Gerakines
539e002d
chore: bumping auth cookie to force everyone to reauth with new scopes
3mo ago
Nick Gerakines
9b588e32
feature: lfg
3mo ago
Nick Gerakines
a0db4696
feature: map on home page
3mo ago
Nick Gerakines
f99cc17b
feature: index geo locations
3mo ago
Nick Gerakines
9048d557
bug: location query string param should be zero or more
3mo ago
Nick Gerakines
a8febc77
feature: location suggestions include recent smoke signal event locations and source logos
3mo ago
Nick Gerakines
be6142e6
feature: display geo map on view event
3mo ago
Nick Gerakines
b0a37c9a
feature: location suggestions and geo support
3mo ago
Nick Gerakines
ff16ccc2
feature: index beaconbits-app records
3mo ago
Nick Gerakines
a54d8d6c
feature: Add event thumbnail image support
3mo ago
Nick Gerakines
bbc508b9
feature: sync did to tap
4mo ago
Nick Gerakines
d8dff42b
chore: removing facet-gen
4mo ago
Nick Gerakines
7d5be105
bug: create event on home submitted wrong content type
4mo ago
Nick Gerakines
15d9f12c
refactor: linting and cleanup
4mo ago
Nick Gerakines
77969692
feature: session overhaul
4mo ago
Nick Gerakines
fa2c3a87
feature: tap rollout to replace jetstream
4mo ago
Nick Gerakines
9ae88e7f
bug: register button visibility
4mo ago
Nick Gerakines
50a6a749
refactor: refreshing login page per Tom's UI experiment
4mo ago
Nick Gerakines
6a4e0ec3
bug: stray debug macros broke release build
4mo ago
Nick Gerakines
b84b9e56
bug: errors raised in some field parsing during indexing ops
4mo ago
Nick Gerakines
56cc0718
feature: import bluesky profile on first login
4mo ago
Nick Gerakines
4ac696ac
fix: regression in js used for cropping
4mo ago
Nick Gerakines
c52e3289
fix: image dimensions were inconsistent
4mo ago
Nick Gerakines
30dda629
bug: uploading event banners failed most of the time
4mo ago
Nick Gerakines
13c74bbb
refactor: improving profile content and blob handling
4mo ago
Nick Gerakines
b295fb4b
fix: uploading headers was broken
4mo ago
Nick Gerakines
b11c8c10
feature: link attestation XRPC
4mo ago
Nick Gerakines
b726c8f4
chore: Update title tag for view event to include event name
4mo ago
Nick Gerakines
db2500e4
bug: content trim needed before facet parsing
5mo ago
Nick Gerakines
5a5400ba
bug: facet out of bounds
5mo ago
feature: events.smokesignal.event.configure XRPC procedure
main
44ff7388
Nick Gerakines
3mo
bug: quick-create-event form code dupe caused date issue
e3a54ea8
Nick Gerakines
3mo
bug: language case caused missing template
8cc15145
Nick Gerakines
3mo
feature: post RSVP going to feed
52ab35d7
Nick Gerakines
3mo
feature: direct rsvp url behavior tuning
13f0e15f
Nick Gerakines
3mo
bug: htmx invalid target on edit settings
07fcf43c
Nick Gerakines
3mo
feature: tap admin
31e108af
Nick Gerakines
3mo
chore: linting and formatting
0c73656b
Nick Gerakines
3mo
bug: access tokens can be expired in cookies because we refresh them
4042bbcf
Nick Gerakines
3mo
chore: setting auth cookie to expire after a year
64039b27
Nick Gerakines
3mo
feature: create event, create rsvp, and get rsvp mcp tools
367f3936
Nick Gerakines
3mo
refactor: inconsistent source file names
4417caef
Nick Gerakines
3mo
refactor: removing unused code
b09815c9
Nick Gerakines
3mo
bug: Adding missing account:email scope was left behind
0a49874f
Nick Gerakines
3mo
chore: finishing mcp auth refactor
27fb94db
Nick Gerakines
3mo
feature: oauth overhaul with permission-set
ee467090
Nick Gerakines
3mo
feature: community.lexicon.calendar.getRSVP
6a200aab
Nick Gerakines
3mo
bug: lfg content not loaded
d2e15291
Nick Gerakines
3mo
feature: initial pass of breaking out site js/css as bundle
c56fb2c4
Nick Gerakines
3mo
bug: navigating between pages sometimes does not load maps
c5f2a1a6
Nick Gerakines
3mo
feature: home page has navigable globe view
dc0bb2de
Nick Gerakines
3mo
feature: display up to 5 locations on event page
557d01f0
Nick Gerakines
3mo
feature: create event intention content persists through auth gate
3250dc01
Nick Gerakines
3mo
refactor: simplification and refactoring of create and manage event code and templates
0c90251c
Nick Gerakines
3mo
chore: updating dep
0d37980d
Nick Gerakines
3mo
bug: links section should not include duplicates from facets
2155fb3b
Nick Gerakines
3mo
bug: bad query for user page
2e83b18c
Nick Gerakines
3mo
refactor: tuning location page map
fe5a7876
Nick Gerakines
3mo
feature: location pages
7479f16a
Nick Gerakines
3mo
feature: lfg profile creation on home page activity feed
ef020473
Nick Gerakines
3mo
chore: bumping auth cookie to force everyone to reauth with new scopes
539e002d
Nick Gerakines
3mo
feature: lfg
9b588e32
Nick Gerakines
3mo
feature: map on home page
a0db4696
Nick Gerakines
3mo
feature: index geo locations
f99cc17b
Nick Gerakines
3mo
bug: location query string param should be zero or more
9048d557
Nick Gerakines
3mo
feature: location suggestions include recent smoke signal event locations and source logos
a8febc77
Nick Gerakines
3mo
feature: display geo map on view event
be6142e6
Nick Gerakines
3mo
feature: location suggestions and geo support
b0a37c9a
Nick Gerakines
3mo
feature: index beaconbits-app records
ff16ccc2
Nick Gerakines
3mo
feature: Add event thumbnail image support
a54d8d6c
Nick Gerakines
3mo
feature: sync did to tap
bbc508b9
Nick Gerakines
4mo
chore: removing facet-gen
d8dff42b
Nick Gerakines
4mo
bug: create event on home submitted wrong content type
7d5be105
Nick Gerakines
4mo
refactor: linting and cleanup
15d9f12c
Nick Gerakines
4mo
feature: session overhaul
77969692
Nick Gerakines
4mo
feature: tap rollout to replace jetstream
fa2c3a87
Nick Gerakines
4mo
bug: register button visibility
9ae88e7f
Nick Gerakines
4mo
refactor: refreshing login page per Tom's UI experiment
50a6a749
Nick Gerakines
4mo
bug: stray debug macros broke release build
6a4e0ec3
Nick Gerakines
4mo
bug: errors raised in some field parsing during indexing ops
b84b9e56
Nick Gerakines
4mo
feature: import bluesky profile on first login
56cc0718
Nick Gerakines
4mo
fix: regression in js used for cropping
4ac696ac
Nick Gerakines
4mo
fix: image dimensions were inconsistent
c52e3289
Nick Gerakines
4mo
bug: uploading event banners failed most of the time
30dda629
Nick Gerakines
4mo
refactor: improving profile content and blob handling
13c74bbb
Nick Gerakines
4mo
fix: uploading headers was broken
b295fb4b
Nick Gerakines
4mo
feature: link attestation XRPC
b11c8c10
Nick Gerakines
4mo
chore: Update title tag for view event to include event name
b726c8f4
Nick Gerakines
4mo
bug: content trim needed before facet parsing
db2500e4
Nick Gerakines
5mo
bug: facet out of bounds
5a5400ba
Nick Gerakines
5mo
next