Commit Graph

  • ba437e3c5a feat: block web UI routes on api.pingql.com, serve JSON root M1 2026-03-18 09:30:13 +0400
  • 3a9cd62cdd fix: increase tos top padding to pt-28 M1 2026-03-18 09:26:18 +0400
  • 1325512c6d fix: reduce tos page padding and section spacing M1 2026-03-18 04:04:47 +0400
  • 7a6a1fdd10 build: rebuild css with pt-40 and pt-2 for tos page M1 2026-03-18 04:02:47 +0400
  • 143868eb21 fix: increase TOS top padding, add spacing above h2s M1 2026-03-18 03:59:52 +0400
  • 7db2889960 feat: add Terms of Service page M1 2026-03-18 03:52:58 +0400
  • 705073b508 fix: center hero section vertically on pageload M1 2026-03-18 03:45:14 +0400
  • 7e3c651db7 fix: define brand color via @theme for tailwind v4 compat M1 2026-03-18 03:25:34 +0400
  • ce4411b13b feat: add 1-20s interval options, lower API minimum to 1s M1 2026-03-18 03:20:33 +0400
  • 3df7f4b702 fix: logout properly expires cookie with matching domain/path attributes M1 2026-03-18 03:08:00 +0400
  • 8221b3a33d fix: remove redundant 'jitter' word from pings table M1 2026-03-18 03:05:39 +0400
  • a246b60cbe fix: space between time and jitter label M1 2026-03-17 11:23:01 +0400
  • 1e3a5ff4d1 perf: reduce monitor poll interval to 50ms for tighter jitter M1 2026-03-17 10:58:28 +0400
  • bd3c33dda4 fix: jitter = actual check start minus ideal scheduled time, not wall clock at dispatch M1 2026-03-17 10:54:36 +0400
  • 27be1fa8bf fix: jitter_ms now measured in Rust at check start, excludes latency and return trip M1 2026-03-17 10:52:08 +0400
  • e7ec457d0e feat: show jitter_ms in pings table time column M1 2026-03-17 10:48:24 +0400
  • f71388a51a feat: jitter_ms tracking — scheduled_at stamped at dispatch, jitter computed on ingest M1 2026-03-17 10:44:35 +0400
  • 5c91cbc522 refactor: convert all static HTML to EJS with cssHash cache-busting, remove stale html files M1 2026-03-17 09:54:44 +0400
  • ac693e55e0 fix: immutable cache-control headers for versioned static assets M1 2026-03-17 09:45:24 +0400
  • 41bfe52f10 feat: cache-bust static assets with CSS content hash on startup M1 2026-03-17 09:44:18 +0400
  • 6342ec907f fix: tailwind v4 @source directives, rebuild CSS (8.9KB → 33KB) M1 2026-03-17 09:42:24 +0400
  • ea5f1840df fix: use @tailwindcss/cli for cross-platform compat M1 2026-03-17 09:33:28 +0400
  • a995fe3c94 feat: replace Tailwind CDN with self-hosted pre-built CSS M1 2026-03-17 09:32:34 +0400
  • 3638ce3dd2 chore: check -> ping M1 2026-03-17 09:28:45 +0400
  • 081d3ad6e2 chore: simplify global network card copy M1 2026-03-17 09:27:50 +0400
  • 6cf11dadde feat: replace response time card with global monitoring network M1 2026-03-17 09:26:49 +0400
  • 486c94f4ff chore: strengthen security section on privacy page M1 2026-03-17 08:42:01 +0400
  • 6965a114f0 chore: lifetime -> with strikethrough M1 2026-03-17 08:36:25 +0400
  • ca686403d9 chore: drop XEC ticker M1 2026-03-17 08:31:53 +0400
  • 3fa6c5f1f6 chore: add eCash/XEC to accepted crypto M1 2026-03-17 08:31:08 +0400
  • 7d67312a1b feat: replace SSRF card with crypto payments feature card M1 2026-03-17 08:30:23 +0400
  • a5d321f198 chore: drop Stripe from privacy page, add crypto payments mention M1 2026-03-17 08:26:58 +0400
  • 62b67aaa7c feat: privacy page at /privacy, drop query language nav link M1 2026-03-17 08:22:17 +0400
  • 5dd514aa94 feat: update landing features to reflect current product M1 2026-03-17 08:17:15 +0400
  • 24bf97ae7d chore: pro interval 2.5s -> 1s M1 2026-03-17 08:15:06 +0400
  • 0e6c27eca9 chore: pro plan -> /mo M1 2026-03-17 08:13:53 +0400
  • e925e9b0ed feat: add lifetime plan at to pricing section M1 2026-03-17 08:09:35 +0400
  • 819a979f28 chore: pro plan priced at /mo M1 2026-03-17 08:02:56 +0400
  • 08e5039d81 chore: free plan 5 monitors / 20s interval M1 2026-03-17 08:02:04 +0400
  • 98c0cc35b2 chore: pro plan interval 5s -> 2.5s M1 2026-03-17 07:58:42 +0400
  • 1495da41fa chore: remove limits during testing M1 2026-03-17 07:57:42 +0400
  • 34fd66f784 feat: pricing page — 10 monitors/30s free, unlimited/5s pro coming soon; enforce 30s min interval M1 2026-03-17 07:55:07 +0400
  • cf8903f95d fix: fixed width on text column prevents layout shift when timestamp changes M1 2026-03-17 07:48:00 +0400
  • 017d489e2e fix: mutate polyline points in place on SSE ping, no fetch, no flicker M1 2026-03-17 07:44:09 +0400
  • 2c32bc1115 Revert "fix: client-side sparkline with local buffer, no server fetch on update" M1 2026-03-17 07:42:36 +0400
  • 72bc11813d fix: client-side sparkline with local buffer, no server fetch on update M1 2026-03-17 07:38:26 +0400
  • 6929d8f51f fix: atomic SVG replaceWith() on sparkline update, no empty-frame bounce M1 2026-03-17 07:35:54 +0400
  • 0874583a4f Revert "fix: static HTML label spans outside swap zone, chart only returns SVG + label update script" M1 2026-03-17 07:34:02 +0400
  • e8bfaa42d7 fix: static HTML label spans outside swap zone, chart only returns SVG + label update script M1 2026-03-17 07:32:39 +0400
  • 1e90b5f3c2 fix: move min/max labels out of SVG into HTML overlays, no more text stretch M1 2026-03-17 07:30:28 +0400
  • 5eb463a03a fix: SVG h-full so it fills container exactly, no overflow or clipping M1 2026-03-17 07:28:57 +0400
  • 51baf7c495 fix: chart container w-full overflow-hidden prevents graph escaping bounds M1 2026-03-17 07:27:05 +0400
  • f00c78116b fix: detail page updates all stats, status bar, pings table in realtime via SSE M1 2026-03-17 07:23:54 +0400
  • 93c3a1e84a fix: pin sparkline container to 120x32 to prevent layout shift on update M1 2026-03-17 07:20:56 +0400
  • ed5e213b1a fix: migrate() uses CREATE IF NOT EXISTS — no more data wipe on restart M1 2026-03-17 07:17:54 +0400
  • 1794c05b4f fix: restore status dot, latency, last-ping time updates on SSE M1 2026-03-17 07:15:31 +0400
  • 94d24bac35 fix: fetch sparkline/chart immediately on SSE ping, no debounce delay M1 2026-03-17 07:12:48 +0400
  • b802c7c68b fix: bust Cloudflare cache on app.js with version query string M1 2026-03-17 07:10:27 +0400
  • 66b368453d refactor: single account-level SSE stream instead of per-monitor connections M1 2026-03-17 07:06:09 +0400
  • 55f9f6d8ed refactor: SSE just refreshes sparkline/chart from server, no DOM stat patching M1 2026-03-17 07:03:10 +0400
  • 749c6f391e fix: SSE stream 500 — replace error() with plain Response in stream handler M1 2026-03-17 06:59:43 +0400
  • 15227b9c6e fix: key_plain -> key in dashboard query M1 2026-03-17 06:51:27 +0400
  • e461d73ce3 refactor: drop all hashing, store keys plaintext M1 2026-03-17 06:47:22 +0400
  • 54c89a5a11 fix: store key_plain on sub-keys, display always in settings with copy button M1 2026-03-17 06:40:33 +0400
  • c684d96d90 fix: rename API Keys -> Sub-Keys, show key inline on creation, no reload M1 2026-03-17 06:37:29 +0400
  • ab4f60e159 fix: rotate button inline with key field, updates in place M1 2026-03-17 06:34:57 +0400
  • 0c65b5e3fa fix: just show the login key on settings page M1 2026-03-17 06:33:13 +0400
  • 2ec1915ef5 fix: remove pointless internal UUID from settings, show login key label instead M1 2026-03-17 06:31:41 +0400
  • 9d8982ae50 fix: key rotation shows new key in dedicated reveal, not sub-key div; clarify account ID label M1 2026-03-17 06:29:58 +0400
  • b80f4673b2 fix: use standard UUID v4 for keys instead of custom 256-bit hex format M1 2026-03-17 06:26:52 +0400
  • bbd5df8c46 fix: 8 groups of 8 chars, not 16 groups of 4 M1 2026-03-17 06:26:14 +0400
  • 43a1abc2ed fix: format keys as XXXX-XXXX-...-XXXX (8 groups), normalize before hashing M1 2026-03-17 06:25:19 +0400
  • b8ac4e7b1f fix: redirect loop on stale cookie, login broken for 64-char keys, stale docs M1 2026-03-17 06:22:16 +0400
  • 6bdd76b4f0 security: auth redesign, SSRF protection, CORS lockdown, and 13 other fixes M1 2026-03-17 06:10:10 +0400
  • 5071e340c7 fix: SSE-driven chart/sparkline refresh, debounced server-side partials M1 2026-03-16 21:21:56 +0400
  • 2f7273604b refactor: full SSR dashboard, minimal SSE DOM patches, poll-based refresh M1 2026-03-16 21:14:45 +0400
  • 878829111f fix: use raw ETA tag for timestamp HTML in SSR monitor list M1 2026-03-16 17:37:48 +0400
  • 31f95288e6 fix: missing closing ETA block tag in home.ejs SSR section M1 2026-03-16 17:32:22 +0400
  • 0597c7f6e7 fix: set cookie domain to .pingql.com so it works on both subdomains M1 2026-03-16 17:26:56 +0400
  • ef56b47b09 feat: cookie-based auth, SSR dashboard, JS-optional login M1 2026-03-16 17:25:59 +0400
  • 8e4cb84599 ux: widen dashboard layout to max-w-7xl, consistent px-8 padding M1 2026-03-16 17:15:45 +0400
  • d41d3a3737 fix: latency chart red dots — track up/down with latency values M1 2026-03-16 17:13:48 +0400
  • 923f0349dc feat: fully SSE-driven detail/home pages, kill polling intervals M1 2026-03-16 17:10:12 +0400
  • 037013b564 fix: SSE ping rows match existing table row style M1 2026-03-16 17:07:31 +0400
  • a681833d8d feat: detail edit form matches new monitor form (method, headers, body, timeout) M1 2026-03-16 17:04:30 +0400
  • ef2b2c043d feat: live sparkline updates on SSE ping M1 2026-03-16 16:20:34 +0400
  • 31d1fa7b04 fix: SSE via fetch for auth headers, remove query param auth, add heartbeat every 10s M1 2026-03-16 16:17:33 +0400
  • 6d48a83560 feat: SSE live ping stream for monitors M1 2026-03-16 16:14:23 +0400
  • 1e95149456 feat: live-updating timestamps via data-ts attribute M1 2026-03-16 16:10:04 +0400
  • 2bfe3a0272 fix: remove double popup on key rotation M1 2026-03-16 16:07:12 +0400
  • c73951ea91 fix: ON UPDATE CASCADE on account FK so key rotation propagates M1 2026-03-16 15:58:52 +0400
  • 0b69fbfc72 fix: requireAuth uses onBeforeHandle instead of error() in derive M1 2026-03-16 15:56:33 +0400
  • 0918478255 fix: poll every 1s instead of 10s for accurate intervals M1 2026-03-16 15:47:06 +0400
  • 6c539d9066 fix: skip in-flight monitors to prevent stacked slow requests M1 2026-03-16 15:41:34 +0400
  • 9b970a90e0 fix: fire-and-forget checks so slow monitors don't delay fast ones M1 2026-03-16 15:37:00 +0400
  • 3368dbdd7f feat: custom method, headers, body, timeout on monitors M1 2026-03-16 15:30:35 +0400
  • d98aa5e46f fix: query-builder.js missing from monitor detail page M1 2026-03-16 15:25:16 +0400
  • 5944fae824 fix: query-builder.js missing from new monitor EJS page M1 2026-03-16 15:21:21 +0400
  • 4c5e426292 fix: remove defer from app.js so functions available to inline scripts M1 2026-03-16 15:19:33 +0400
  • 87c924d8d0 fix: app.js deferred in head (fixes requireAuth undefined), extract app.css M1 2026-03-16 15:16:59 +0400