summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/endpoints/auth.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-97/+0
|
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-29/+47
| | | | | | | | | | | | | * Fix TS errors and warnings * Fix ESLint errors and warnings * Fix property typos in various places * Fix property data conversion * Add missing entity properties * Normalize logging and reduce spam * Check for missing request parameters * Allow mastodon API to work with local debugging * Safer error handling * Fix quote-post detection
* add copyright text to all our filesdakkar2024-06-151-1/+6
|
* upd: also split by +Mar0xy2023-09-241-1/+1
|
* chore: lint and update package nameMar0xy2023-09-241-30/+30
|
* upd: prettify layoutMar0xy2023-09-241-35/+35
|
* upd: create auth endpointMar0xy2023-09-241-0/+74