source: Klonkt/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2306abd   2 months roboburr fix(news): don't render raw Audio attachments when a Klonkt embed … main
(edit) @5924bbf   2 months roboburr fix(federation): self-heal also refreshes ap_timeline.url (heals dead … main
(edit) @d8e3ff7   2 months roboburr Revert "feat(circle): filter the Circle feed by member (clickable … main
(edit) @8b700ad   2 months roboburr fix(federation): refresh ap_timeline.url on inbound Update (remote … main
(edit) @462a931   2 months roboburr feat(circle): filter the Circle feed by member (clickable chips + … main
(edit) @d5aa7c8   2 months roboburr fix(federation): clear ap_my_reactions when a boosted/liked remote … main
(edit) @61514f2   2 months roboburr fix(seo): make og:image / twitter:image / JSON-LD image absolute A … main
(edit) @4d63c36   2 months roboburr chore(federation): bump SELFHEAL_VERSION 2->3 for a one-time timeline … main
(edit) @bea59a1   2 months roboburr feat(federation): keep the Cirkel in sync the AP way — inbound Update … main
(edit) @69b509d   2 months roboburr fix(i18n): localize the "Beheer" back-buttons + EPK save message (were … main
(edit) @757eea0   2 months roboburr chore(audio): drop the per-track fediverse toggle from Beheer -> Audio … main
(edit) @d3b9f68   2 months roboburr feat(federation): full JSON-LD @context on all AP objects (valid AS2) … main
(edit) @e0a1ec1   2 months roboburr feat(editor): per-post "share audio on the fediverse" toggle Adds a … main
(edit) @084d1c0   2 months roboburr fix(admin-audio): fediverse-share toggle is now AJAX (no page jump) … main
(edit) @f2eacca   2 months roboburr feat(music): per-track "share on the fediverse" — federate the file as … main
(edit) @80797d7   2 months roboburr feat(federation): add schema.org/PeerTube embedUrl to playable-audio … main
(edit) @e954722   2 months roboburr fix(i18n): localize the mobile profile-sheet menu labels The mobile … main
(edit) @328d837   2 months roboburr feat(music): schema.org MusicRecording/MusicAlbum structured data on … main
(edit) @93b147d   2 months roboburr fix(feed): serve full-resolution covers on mobile (responsive srcset) … main
(edit) @b607d4d   2 months roboburr fix(circle): wrap long titles/URLs in no-cover grid tiles instead of … main
(edit) @3f9f71d   2 months roboburr feat(circle): "+N" members modal when a circle has more than 5 sites … main
(edit) @f2796d3   2 months roboburr fix(federation): AP conformance round — actor enrichment, following … main
(edit) @fb6819d   2 months roboburr fix(federation): make boosts spec-addressable + durable so receivers … main
(edit) @7475ff3   2 months roboburr style: drop the 0.4px blur on cover thumbnails - … main
(edit) @318e1ce   2 months roboburr fix(i18n): translate the premium-gate 403 messages (newsletter/agenda) … main
(edit) @8308c9ca   2 months roboburr fix(images): full-width timeline media at 1280px (was 640, blurry on … main
(edit) @48027f2   2 months roboburr fix(og): stop double-escaping OG/meta content + keep apostrophes … main
(edit) @3487567   2 months roboburr fix(i18n): translate admin page titles (pageTitleKey instead of … main
(edit) @abc8959   2 months roboburr fix(images): profile-header avatar 256px (2x of the 120px display, not 320) main
(edit) @5bc67b4   2 months roboburr fix(images): 96px feed/comment/follow avatars (2x of the 44px display) … main
(edit) @492fc20   2 months roboburr fix(images): 256px size for list/cirkel covers (match the crisp grid ratio) main
(edit) @041a0df   2 months roboburr fix(images): downscale remote (federated) covers + feed media via the … main
(edit) @3038fc9   2 months roboburr fix(images): list-cover placeholder in style.css (inline cascade … main
(edit) @600fbf3   2 months roboburr feat(images): accent-gradient placeholder also for timeline feed media … main
(edit) @a64d705   2 months roboburr feat(images): accent-gradient placeholder while covers load + fade-in … main
(edit) @201ec06   2 months roboburr fix(images): cap concurrent ffmpeg (thumbnails) to avoid CPU … main
(edit) @99989f9   2 months roboburr feat(images): route all remaining avatars through avatar() … main
(edit) @74c5abc   2 months roboburr feat(images): downscale remote (fediverse) avatars via a signed proxy … main
(edit) @f79a471   2 months roboburr feat(images): on-demand lanczos cover thumbnails for crisp grid/list … main
(edit) @1ff0043   2 months roboburr fix(seo): canonical falls back to PUBLIC_BASE_URL + English … main
(edit) @81bb9c5   2 months roboburr chore(hsts): make includeSubDomains+preload opt-in via HSTS_STRICT … main
(edit) @f7d142f   2 months roboburr chore(csp): drop the last script unsafe-inline + add … main
(edit) @f1627b6   2 months roboburr feat(news): collapse long post bodies with a 'read more' toggle Long … main
(edit) @fe9164f   2 months roboburr chore(csp): default-src 'none' (deny by default) + explicit … main
(edit) @a8b4f10   2 months roboburr chore(headers): Referrer-Policy -> strict-origin-when-cross-origin main
(edit) @be5d86c   2 months roboburr feat(i18n): Unicode-aware hashtags + mentions (all scripts, not just … main
(edit) @73abbfd   2 months roboburr experiment(csp): strict script-src (nonce + strict-dynamic) — BETA … main
(edit) @9910ba1   2 months roboburr fix(fedi): verify HTTP signatures behind a Host-rewriting proxy … main
(edit) @cca2e89   2 months roboburr feat(identity): one image — the site photo is the only avatar input … main
(edit) @931b4cb   2 months roboburr fix(proxy): tolerate leading double-slash paths (Apache [P] proxy) A … main
(edit) @a995698   2 months roboburr fix(ui): hide Fediverse + Notifications nav when AP/federation is off … main
(edit) @89cc8c4   2 months roboburr fix(fedi): turning AP off no longer 404s the whole site The AP router … main
(edit) @5b1115b   2 months roboburr fix(csrf): accept PUBLIC_BASE_URL host + X-Forwarded-Host in … main
(edit) @4fdbbe6   2 months roboburr chore(branding): drop the 'Beta' label — now just 'Klonkt' (on … main
(edit) @f1ee40e   2 months roboburr chore(server): startup log shows PUBLIC_BASE_URL when set (was … main
(edit) @2f919c0   2 months roboburr fix(grid): restore pinned/boosted accent ring over the new cover <img> … main
(edit) @69a10e7   2 months roboburr style(covers): subtle 0.4px blur on grid + timeline covers to smooth … main
(edit) @2eca083   2 months roboburr fix(images): render grid + related covers as <img> (no jagged … main
(edit) @73cffc3   2 months roboburr feat(player): remember volume + mute across sessions (localStorage) … main
(edit) @515cf1a   2 months roboburr fix(nsfw): warn on cover-less NSFW posts everywhere (related, list, … main
(edit) @0596945   2 months roboburr fix(related): blur NSFW covers in the Related Posts section The … main
(edit) @c6cdce6   2 months roboburr feat(news): show boosts from followed accounts in the News feed An … main
(edit) @37a297d   2 months roboburr feat(news): quick 'interact with a fediverse post' button (paste a … main
(edit) @2e62848   2 months roboburr fix(fedi): post tags federate as visible hashtags (+ CamelCase for … main
(edit) @907a013   2 months roboburr fix(news): blur NSFW media in the News feed - views/pages/news.ejs — … main
(edit) @d2b7247   2 months roboburr chore(branding): stale product names in comments + deploy templates -> … main
(edit) @abdcf33   2 months roboburr chore(cleanup): remove the dead comments_moderation_mode column + … main
(edit) @3746f6a   2 months roboburr chore: drop the last dead Google CSS (.auth-google / .btn-google) from … main
(edit) @5f483e3   2 months roboburr chore: code cleanup — remove dead files, deps, DB tables, Google-login … main
(edit) @eb5f978   2 months roboburr feat(changelog): i18n the public changelog (English base + nl/de) - … main
(edit) @0960c1d   2 months roboburr fix(fedi): tidy the Follow-via-fediverse modal - … main
(edit) @923235e   2 months roboburr feat(setup): note the username is permanent + becomes your fediverse … main
(edit) @8d054ca   2 months roboburr fix(ui): reply textareas no longer open huge (auto-resize skips hidden … main
(edit) @6ea5f92   2 months roboburr docs(fonts): add SIL OFL 1.1 license for the bundled fonts - … main
(edit) @a78e051   2 months roboburr fix(ui): avatar placeholder opens popup + smaller wrapping source … main
(edit) @0a7ba90   2 months roboburr fix(theme): a site renders in its own palette, not the logged-in … main
(edit) @204bd74   2 months roboburr fix(fedi): mention link href = profile URL, actor URI in the Mention … main
(edit) @04c70fc   2 months roboburr style(fedi): neater Edit button — pill in the foot row (left), like … main
(edit) @dd7daef   2 months roboburr feat(fedi): inline @mentions in replies federate (resolve + link + … main
(edit) @bddbfe0   2 months roboburr feat(fedi): edit your own outbound replies (Update(Note)) - … main
(edit) @7cea873   2 months roboburr fix(fedi): link inline #hashtags in post bodies too (federate as … main
(edit) @6bc2ca7e   2 months roboburr fix(fedi): hashtags in replies federate as Hashtag tags + clickable … main
(edit) @30f843c   2 months roboburr style(stats): tidier "what do these numbers mean" panel - … main
(edit) @f1ce47a   2 months roboburr fix(profile): replace native prompt() with a styled follow modal - … main
(edit) @7eddb3b   2 months roboburr feat(profile): fediverse-follow button in the avatar summary modal - … main
(edit) @c6bd87e   2 months roboburr fix(fedi): resolve PeerTube videos (array attributedTo) as a reply … main
(edit) @f3551ec   2 months roboburr fix(post-edit): typing a content-warning auto-ticks the NSFW checkbox … main
(edit) @07de464   2 months roboburr fix(csp): global frame-src (https:) for embeds, locked to 'self' on … main
(edit) @5421ce1   2 months roboburr fix(csp): per-domain frame-src for cross-site embeds on the document … main
(edit) @ca0ad44   2 months roboburr feat(news): surface embedUrl + a direct "open the player" link - … main
(edit) @a3e0746   2 months roboburr fix(sw): do not intercept cross-origin iframe navigations (PWA embeds) … main
(edit) @cb95343   2 months roboburr fix(embeds): plain responsive iframe on mobile/touch The custom … main
(edit) @9e4e4ff   2 months roboburr feat(ap): self-heal also re-syncs NSFW/sensitive + CW onto cached … main
(edit) @c21197a   2 months roboburr style(settings): tidier 18+ notice — subtle callout box instead of a … main
(edit) @b7d4458   2 months roboburr feat(nsfw): custom content-warning text + blur in the Cirkel - … main
(edit) @92f6976   2 months roboburr feat(settings): 18+ notice + confirm when activating Circles … main
(edit) @837fc9c   2 months roboburr feat(posts): NSFW / sensitive content Mark a post NSFW (checkbox in … main
(edit) @aa45208   2 months roboburr fix(track-editor): backdrop click no longer closes the editor A … main
(edit) @f99c830   2 months roboburr docs(handleiding): rewrite the fediverse sections to match the current … main
(edit) @74d61e6   2 months roboburr feat(fedi): boosting a non-followed post shows it in the Cirkel The … main
Note: See TracRevisionLog for help on using the revision log.