Commit graph

46 commits

Author SHA1 Message Date
Egor
4ad7255fc2 new eye icon to show/hide proton mail password during initial entry, fix proton re-linking, new release 2026-03-28 14:25:55 -07:00
Egor
e4131e0c88 default integration flags to true, update x/crypto to latest, v1.1.0 2026-03-11 19:19:10 -07:00
Egor
26f786271a make info logging more consistent 2026-02-27 18:26:01 -08:00
Egor
70e6b8f17f rename Delete to Trash 2026-02-27 13:43:47 -08:00
Egor
fa716d86b0 better logging levels 2026-02-26 23:56:19 -08:00
Egor
b5740b801e code cleanups and refactors 2026-02-26 18:35:11 -08:00
Egor
2c1f38b9f2 better notification action ordering 2026-02-24 22:02:00 -08:00
Egor
f9af82edcf new delete action for proton mail notifications 2026-02-24 20:43:17 -08:00
Egor
2ca579a2d8 code cleanups, switch to chi rate limiting middleware 2026-02-24 01:24:22 -08:00
Egor
c686fa3870 new favicon 2026-02-18 19:08:26 -08:00
Egor
6ca908eaab correcting sqlite limitation on bursty requests which lock the DB without a busy timeout 2026-02-18 11:35:25 -08:00
Egor
a74491fbe3 display subscription id in tooltip 2026-02-18 00:29:47 -08:00
Egor
98adc34ef0 correcting webpush data 2026-02-17 22:23:46 -08:00
Egor
d11b16e2cf remove excessive logging 2026-02-17 21:54:07 -08:00
Egor
6f84d107cc adding basic webpush request validation 2026-02-17 21:22:06 -08:00
Egor
ba032f72cc minor UI nits 2026-02-17 19:05:41 -08:00
Egor
cd5f8e39c4 more minor webpush UI adjustments 2026-02-16 23:13:47 -08:00
Egor
6027c1cac5 webpush improvements 2026-02-16 21:52:53 -08:00
Egor
66968834fb ignore favicon 404s 2026-02-16 18:25:20 -08:00
Egor
3fa96bbfa6 cache previously created signal groups better for potential re-use 2026-02-15 22:45:41 -08:00
Egor
6fb5babf87 clean up unused admin routes, expose existing apps via new endpoint, update schema to allow an app to have many subscription channels 2026-02-15 21:19:40 -08:00
Egor
fdb2de1b0f fix version in api/health response 2026-02-14 14:40:47 -08:00
Egor
9a85b78543 version all APIs for v1 2026-02-14 12:53:08 -08:00
Egor
2cc7380dc5 fix proton access token expiring after not being refreshed on service start, fix linking regression 2026-02-13 00:05:16 -08:00
Egor
360df3c0f1 code clean ups, minor improvements 2026-02-12 23:13:16 -08:00
Egor
7619355a18 minor logging improvements 2026-02-11 00:52:54 -08:00
Egor
f6237440cd split larger files into multiple, slim down biome config, dont retry for permanent errors, consistently use Link, new chi middleware to fix 401s hanging 2026-02-10 17:10:02 -08:00
Egor
461c926299 reduce health spam, make dockerfile health checks respect the configured port 2026-02-09 18:10:57 -08:00
Egor
6b98fa9ec8 fix /health but for real this time 2026-02-09 03:22:38 -08:00
Egor
b4205c5195 fix health endpoint, nits 2026-02-09 02:57:30 -08:00
Egor
f5d3703097 don't cache signal auth status, dont send empty messages to non-webpush channels 2026-02-09 02:07:32 -08:00
Egor
897df27e00 using biome for html/cs/js formatting and linting, simplify app to run with no services, re-implement proton and signal implementations to be much better, configure all integration in web UI instead of .env 2026-02-09 01:19:47 -08:00
Egor
5d99180862 return linked account from /api/health 2026-02-07 12:58:36 -08:00
Egor
c1296a4c53 health monitoring for prism, expose server version in /api/health 2026-02-07 03:07:21 -08:00
Egor
8408a7dd04 fix sqlite open 2026-02-07 02:13:05 -08:00
Egor
60c1432c07 improve README, code cleaning, use the other sqlite lib for less RAM usage, use any instead of interface, add 3 retries with exponential backoff for undelivered notifications 2026-02-07 01:54:06 -08:00
Egor
e2d434f12b different sqlite lib to avoid CGO for faster builds, 2026-02-06 23:23:57 -08:00
Egor
3a8bb2d22e better error logging, improvements for sqlite, prevent DB nil overwrites on conflict 2026-02-06 22:38:04 -08:00
Egor
519dd9e46f fix notify self, fix superfluous WriteHeader warning 2026-02-06 19:30:03 -08:00
Egor
3f8fbe5b99 fix signal linking, docker dev is for prism dev image 2026-02-06 17:39:28 -08:00
Egor
b12a156fc1 lock down alpine version, code clean ups, optimize release size with upx 2026-02-05 22:19:38 -08:00
Egor
303e093e89 re-architect to a new integration system, ensure that signal is optional, adding telegram support 2026-02-05 15:46:28 -08:00
Egor
ba4c245189 nits 2026-02-03 21:18:09 -08:00
Egor
03e5981482 support webpush and webhooks together, allow unregistered webpush, rename endpoints to apps 2026-02-03 19:31:47 -08:00
Egor
14e77c2b56 make protonmail notifications work again, cleaner UI, update to v2 of IMAP lib, 2026-02-03 03:25:48 -08:00
Egor
641c1cda4d re-organize folder structure 2026-02-02 14:52:07 -08:00