index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
mastodon
/
MastodonApiServerService.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
set X-Robots-Tag to disable indexing API endpoints
Hazelnoot
2025-06-13
1
-0
/
+7
*
add missing "return reply" calls to async fastify routes
Hazelnoot
2025-05-08
1
-19
/
+19
*
more fixes to Mastodon logging
Hazelnoot
2025-05-08
1
-1
/
+2
*
split exception logging from error logging to simplify and improve mastodon e...
Hazelnoot
2025-05-08
1
-3
/
+7
*
correctly parse response errors for logging
Hazelnoot
2025-05-08
1
-3
/
+6
*
debug-log mastodon error responses
Hazelnoot
2025-05-08
1
-8
/
+12
*
temporary: add recursive error handler to MastodonApiServerService.ts
Hazelnoot
2025-05-08
1
-4
/
+8
*
improve compatibility with multipart/form-data mastodon API requests
Hazelnoot
2025-05-08
1
-112
/
+20
*
fix backend lint errors
Hazelnoot
2025-04-02
1
-2
/
+2
*
rename MastodonConverters.ts to matching naming scheme
Hazelnoot
2025-03-27
1
-2
/
+2
*
add additional required CORS headers for masto-api requests
Hazelnoot
2025-03-27
1
-0
/
+15
*
implement /api/v1/favourites
Hazelnoot
2025-03-27
1
-2
/
+16
*
fix empty response from /api/v1/blocks
Hazelnoot
2025-03-27
1
-1
/
+1
*
fix empty response from /api/v1/mutes
Hazelnoot
2025-03-27
1
-1
/
+1
*
normalize mastodon API query parameters to strip `[]` suffix
Hazelnoot
2025-03-27
1
-0
/
+44
*
normalize mastodon BAD_REQUEST errors
Hazelnoot
2025-03-27
1
-4
/
+4
*
format mastodon API endpoints
Hazelnoot
2025-03-27
1
-4
/
+14
*
de-duplicate mastodon API logging
Hazelnoot
2025-03-27
1
-178
/
+88
*
refactor mastodon API and preserve remote user agent for requests
Hazelnoot
2025-03-27
1
-698
/
+88
*
improve mastodon note conversion and use access checks in more places (resolv...
Hazelnoot
2025-02-08
1
-106
/
+78
*
hide restricted edit history from mastodon api (resolves #811)
Hazelnoot
2025-02-08
1
-3
/
+9
*
cleanup Mastodon API (resolves #804 and #865, partially resolves #492)
Hazelnoot
2025-02-08
1
-334
/
+406
*
fix some DI mistakes after the merge
dakkar
2024-10-10
1
-1
/
+0
*
use injected meta in MastodonApiServerService
dakkar
2024-10-09
1
-3
/
+4
*
add copyright text to all our files
dakkar
2024-06-15
1
-11
/
+16
*
upd: add multipart/form support to a few mastodon endpoints
Mar0xy
2023-11-16
1
-13
/
+13
*
upd: add empty return on trends/links
Mar0xy
2023-10-31
1
-0
/
+5
*
fix: create trends/tags endpoint
Mar0xy
2023-10-31
1
-0
/
+14
*
chore: lint
Mar0xy
2023-10-30
1
-1
/
+4
*
upd: allow updating of fields
Mar0xy
2023-10-30
1
-1
/
+15
*
upd: remove debug lines, fix header not being detected
Mar0xy
2023-10-30
1
-4
/
+5
*
upd: change resolving of _request.files
Mar0xy
2023-10-30
1
-9
/
+13
*
test: update debug lines
Mar0xy
2023-10-30
1
-1
/
+3
*
upd: remove host lookup on file updating
Mar0xy
2023-10-30
1
-4
/
+2
*
upd: remove Bearer from auth when looking up token
Mar0xy
2023-10-30
1
-2
/
+2
*
test: avatar and header uploading
Mar0xy
2023-10-30
1
-4
/
+39
*
fix: relationships not working on some clients
Mar0xy
2023-10-29
1
-1
/
+1
*
upd: add history endpoint, make sure all areas use new convertAccount
Mar0xy
2023-10-29
1
-10
/
+10
*
upd: convertAccount now fetches info from the DB
Mar0xy
2023-10-29
1
-3
/
+2
*
upd: simplify importing of mastoconverter, fix bug
Mar0xy
2023-10-29
1
-20
/
+21
*
upd: change deps, fix a few bugs, update converter
Mar0xy
2023-10-29
1
-22
/
+22
*
add: view previous versions of notes
Mar0xy
2023-10-22
1
-3
/
+5
*
chore: lint
Mar0xy
2023-10-01
1
-4
/
+4
*
upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)
Marie
2023-10-01
1
-5
/
+15
*
add: source endpoint for editing through masto api
Mar0xy
2023-09-27
1
-0
/
+1
*
fix: accidental removal of handler
Mar0xy
2023-09-25
1
-1
/
+1
*
rm: remove attempt at supporting avatar/banner changing
Mar0xy
2023-09-25
1
-9
/
+3
*
upd: attempt to accept file during update
Mar0xy
2023-09-25
1
-3
/
+9
*
upd: move patch function and make note user always detail
Mar0xy
2023-09-25
1
-2
/
+2
*
upd: add multer handler to update_credentials
Mar0xy
2023-09-25
1
-1
/
+1
[next]