|
|
a96a814661
|
correcting sqlite limitation on bursty requests which lock the DB without a busy timeout
|
2026-02-18 11:35:25 -08:00 |
|
|
|
667c8f77ac
|
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 |
|
|
|
244ab02651
|
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 |
|
|
|
c41d7ecfef
|
fix sqlite open
|
2026-02-07 02:13:05 -08:00 |
|
|
|
7fd57101a3
|
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 |
|
|
|
23e905ee99
|
different sqlite lib to avoid CGO for faster builds,
|
2026-02-06 23:23:57 -08:00 |
|
|
|
b08fd5356d
|
better error logging, improvements for sqlite, prevent DB nil overwrites on conflict
|
2026-02-06 22:38:04 -08:00 |
|
|
|
ac40783aa7
|
re-architect to a new integration system, ensure that signal is optional, adding telegram support
|
2026-02-05 15:46:28 -08:00 |
|
|
|
2d4160f583
|
support webpush and webhooks together, allow unregistered webpush, rename endpoints to apps
|
2026-02-03 19:31:47 -08:00 |
|
|
|
051a13cb7a
|
re-organize folder structure
|
2026-02-02 14:52:07 -08:00 |
|