aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/preferences
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 days1-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 cookiesFuwn2026-03-282-7/+17
|
* fix(api): keep preferences publicly readableFuwn2026-03-271-4/+1
|
* refactor(supabase): move app access to service roleFuwn2026-03-271-15/+25
|
* refactor: centralise site origin usageFuwn2026-03-222-27/+12
|
* refactor(effect): add request body schema decoders to api routesFuwn2026-03-031-1/+8
|
* refactor(effect): migrate api auth cookie decodingFuwn2026-03-032-18/+6
|
* chore(biome): drop formatter style overridesFuwn2026-03-012-96/+110
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-092-90/+90
|
* refactor(Data): rename database referencesFuwn2024-08-242-2/+2
|
* refactor(Database): move Supabase user modules to User moduleFuwn2024-07-252-2/+2
|
* refactor(Database): separate providersFuwn2024-07-252-2/+2
|
* feat(badges): use array for pinned categoriesFuwn2024-05-051-7/+4
|
* feat(user): drag and drop pinned categoriesFuwn2024-05-051-1/+12
|
* feat(user): pinned category uiFuwn2024-05-041-1/+12
|
* feat(badges): allow awc badges hidingFuwn2024-04-281-1/+9
|
* feat(user): biography optionFuwn2024-04-131-5/+15
|
* feat(badges): custom cssFuwn2024-04-021-3/+28
|
* fix(preferences): add preferences when not setFuwn2024-02-181-31/+0
|
* fix(badges): return empty preferencesFuwn2024-02-181-2/+5
|
* feat(badges): optionally hide missing badgesFuwn2024-02-172-1/+48
|
* feat(hololive): move pinned to preferencesFuwn2024-02-172-0/+40