Commit Graph

44 Commits

Author SHA1 Message Date
Jeff a534a6c761 WIP, mostly just noodling
Test / test (push) Failing after 57s Details
2025-03-15 12:52:51 -04:00
Jeff c684e2e31c Add json content type
Test / test (push) Failing after 53s Details
2024-10-14 15:30:39 -04:00
Jeff f3e3077374 Log on service worker end
Test / test (push) Failing after 54s Details
2024-10-14 15:11:18 -04:00
Jeff 4f0e68be41 Log subscription
Test / test (push) Failing after 52s Details
2024-10-14 15:08:17 -04:00
Jeff 65185a4e9f Try converting subscription to json first
Test / test (push) Failing after 53s Details
2024-10-14 15:05:09 -04:00
Jeff b966b30c06 Add pwa build variables
Test / test (push) Failing after 32s Details
2024-10-14 14:59:04 -04:00
Jeff 43ee91c8e4 Remove window. in b64ToUInt8
Test / test (push) Failing after 55s Details
2024-10-13 00:21:41 -04:00
Jeff cc7faccecc Narrow further
Test / test (push) Failing after 53s Details
2024-10-13 00:19:25 -04:00
Jeff 478cd10022 Even more logs
Test / test (push) Failing after 56s Details
2024-10-13 00:16:01 -04:00
Jeff 5b5c8fa847 Log even more garbage
Test / test (push) Failing after 54s Details
2024-10-12 17:46:29 -04:00
Jeff b816cb56da Log even more garbage
Test / test (push) Failing after 54s Details
2024-10-12 17:43:30 -04:00
Jeff 121cc90de9 Log even more garbage
Test / test (push) Failing after 54s Details
2024-10-12 17:40:06 -04:00
Jeff 3ff16c58b2 Log more, try adding /
Test / test (push) Failing after 52s Details
2024-10-12 17:30:53 -04:00
Jeff 00876f08e9 Log what the stupid event data is
Test / test (push) Failing after 52s Details
2024-10-12 17:27:34 -04:00
Jeff fc043461a2 Use event.data instead of event in service worker subscription logic
Test / test (push) Failing after 53s Details
2024-10-12 17:18:15 -04:00
Jeff e3a0b6e730 Register for messages on the serviceWorker property I guess
Test / test (push) Failing after 53s Details
2024-10-12 17:13:45 -04:00
Jeff b92750e5d5 Add more log
Test / test (push) Failing after 30s Details
2024-10-12 17:06:34 -04:00
Jeff a07f028b75 Add even more logging
Test / test (push) Failing after 57s Details
2024-10-12 16:58:54 -04:00
Jeff 5741b9fee2 Fix jsonification of message, try sending reply immediately upon receiving message event
Test / test (push) Failing after 54s Details
2024-10-12 15:08:40 -04:00
Jeff 16250ef533 Fix error in render method
Test / test (push) Failing after 53s Details
2024-10-12 14:47:12 -04:00
Jeff 1d3edec7bc Actually display messages
Test / test (push) Failing after 52s Details
2024-10-12 14:44:17 -04:00
Jeff 07d638b66c Send debug messages back to client
Test / test (push) Failing after 52s Details
2024-10-12 14:38:35 -04:00
Jeff 4a7d752230 Convert subscription to JSON
Test / test (push) Failing after 55s Details
2024-10-12 14:07:13 -04:00
Jeff 0c3e6f60b1 Catch errors in subscribe callback
Test / test (push) Failing after 54s Details
2024-10-12 14:03:22 -04:00
Jeff d655492d16 Show error when enabling notifications
Test / test (push) Failing after 54s Details
2024-10-12 13:58:46 -04:00
Jeff a23f5bdd4a getSubscription returns subscription at the start of the current session, so rely on the result of the subscribe call
Test / test (push) Failing after 53s Details
2024-10-12 13:34:57 -04:00
Jeff 8890093dfd Send subscribed event to worker
Test / test (push) Failing after 53s Details
2024-10-12 12:33:30 -04:00
Jeff 93340fb1dd See what's going on with notifications
Test / test (push) Failing after 51s Details
2024-10-12 12:16:53 -04:00
Jeff 49392ebc4f Fix Dockerfile
Test / test (push) Failing after 49s Details
2024-10-12 12:16:43 -04:00
Jeff 4021f8c95b Point to correct database
Test / test (push) Failing after 54s Details
2024-10-12 11:56:00 -04:00
Jeff 4d5f5543f8 Try to fix db password not being injected during migration
Test / test (push) Failing after 58s Details
2024-10-02 01:46:40 -04:00
Jeff dfea928ad2 Make postgres port the default
Test / test (push) Failing after 49s Details
2024-10-02 01:37:48 -04:00
Jeff 8a3be36048 Fix migrations to actually run
Test / test (push) Failing after 58s Details
2024-10-02 01:32:34 -04:00
Jeff 0cd1e061b7 Beat head against desk harder
Test / test (push) Failing after 54s Details
2024-10-02 01:19:47 -04:00
Jeff 3a4d670d04 Make things work with or without bundler
Test / test (push) Failing after 55s Details
2024-10-02 01:17:02 -04:00
Jeff b1bbe9a314 Trying to fix import again
Test / test (push) Failing after 57s Details
2024-10-02 01:12:39 -04:00
Jeff e9e4a61236 Fix import
Test / test (push) Failing after 55s Details
2024-10-02 01:10:33 -04:00
Jeff 7143f180f6 Persist push subscription object, store subscription id on the front end for overwriting subscription objects when subscription changes
Test / test (push) Failing after 51s Details
2024-10-02 01:07:51 -04:00
Jeff c1cfdb78de Add installation instructions for not iOS
Test / test (push) Failing after 2m12s Details
2024-09-25 14:17:54 -04:00
Jeff e86534dc86 Add playwright to gitea action
Test / test (push) Failing after 1m12s Details
2024-09-25 13:24:07 -04:00
Jeff a7c955e908 Add installation instructions for iOS
Test / test (push) Successful in 33s Details
2024-09-25 13:04:06 -04:00
Jeff c24cfa0b4c Change postgres port 2024-04-30 21:56:09 -04:00
Jeff 06fb6b50d0 Bind postgres on 0.0.0.0 2024-04-30 21:47:02 -04:00
Jeff c151af831e Create a dockerized remix app 2024-04-30 20:50:52 -04:00