| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 4 days | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests. | ||||
| * | fix(auth): ignore malformed user cookies | Fuwn | 2026-03-28 | 2 | -7/+17 |
| | | |||||
| * | fix(api): keep preferences publicly readable | Fuwn | 2026-03-27 | 1 | -4/+1 |
| | | |||||
| * | refactor(supabase): move app access to service role | Fuwn | 2026-03-27 | 1 | -15/+25 |
| | | |||||
| * | refactor: centralise site origin usage | Fuwn | 2026-03-22 | 2 | -27/+12 |
| | | |||||
| * | refactor(effect): add request body schema decoders to api routes | Fuwn | 2026-03-03 | 1 | -1/+8 |
| | | |||||
| * | refactor(effect): migrate api auth cookie decoding | Fuwn | 2026-03-03 | 2 | -18/+6 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 2 | -96/+110 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 2 | -90/+90 |
| | | |||||
| * | refactor(Data): rename database references | Fuwn | 2024-08-24 | 2 | -2/+2 |
| | | |||||
| * | refactor(Database): move Supabase user modules to User module | Fuwn | 2024-07-25 | 2 | -2/+2 |
| | | |||||
| * | refactor(Database): separate providers | Fuwn | 2024-07-25 | 2 | -2/+2 |
| | | |||||
| * | feat(badges): use array for pinned categories | Fuwn | 2024-05-05 | 1 | -7/+4 |
| | | |||||
| * | feat(user): drag and drop pinned categories | Fuwn | 2024-05-05 | 1 | -1/+12 |
| | | |||||
| * | feat(user): pinned category ui | Fuwn | 2024-05-04 | 1 | -1/+12 |
| | | |||||
| * | feat(badges): allow awc badges hiding | Fuwn | 2024-04-28 | 1 | -1/+9 |
| | | |||||
| * | feat(user): biography option | Fuwn | 2024-04-13 | 1 | -5/+15 |
| | | |||||
| * | feat(badges): custom css | Fuwn | 2024-04-02 | 1 | -3/+28 |
| | | |||||
| * | fix(preferences): add preferences when not set | Fuwn | 2024-02-18 | 1 | -31/+0 |
| | | |||||
| * | fix(badges): return empty preferences | Fuwn | 2024-02-18 | 1 | -2/+5 |
| | | |||||
| * | feat(badges): optionally hide missing badges | Fuwn | 2024-02-17 | 2 | -1/+48 |
| | | |||||
| * | feat(hololive): move pinned to preferences | Fuwn | 2024-02-17 | 2 | -0/+40 |