| .. |
|
accounts.ts
|
fix: users can set their bio to a number
|
2024-10-30 13:48:35 -03:00 |
|
admin.ts
|
Fix Mastodon legacy pagination
|
2024-08-06 18:20:26 -05:00 |
|
apps.ts
|
createAppController: parse formdata body
|
2024-08-06 19:47:26 -05:00 |
|
blocks.ts
|
Add back block controllers, but 422 them
|
2024-05-02 15:34:17 -05:00 |
|
bookmarks.ts
|
tags.ts -> utils/tags.ts
|
2024-05-21 13:08:08 -05:00 |
|
captcha.ts
|
deno lint
|
2024-10-11 17:35:45 -05:00 |
|
ditto.ts
|
feat: implement fifth parameter in zap tag
|
2024-08-27 17:52:51 -03:00 |
|
fallback.ts
|
Implement OAuth revoke endpoint
|
2024-10-17 14:20:42 -05:00 |
|
instance.ts
|
Merge remote-tracking branch 'origin/main' into push
|
2024-10-11 18:03:20 -05:00 |
|
markers.ts
|
c.get('pubkey') -> await c.get('signer')?.getPublicKey()
|
2024-05-14 11:57:03 -05:00 |
|
media.ts
|
media: fix setting description
|
2024-09-07 10:32:14 -05:00 |
|
mutes.ts
|
renderAccounts: reverse the list of pubkeys
|
2024-05-31 15:30:04 -05:00 |
|
notifications.ts
|
Add GET /api/v1/notifications/:id endpoint
|
2024-10-14 17:27:30 -05:00 |
|
oauth.ts
|
Let bunker_pubkey be different from user pubkey
|
2024-10-26 18:37:26 -05:00 |
|
pleroma.ts
|
Revert "refactor: move getConfigs() function and frontendConfig logic to 'src/utils/frontendConfig.ts'"
|
2024-10-08 16:58:42 -03:00 |
|
preferences.ts
|
Stub out missing Elk endpoints
|
2023-05-13 14:27:49 -05:00 |
|
push.ts
|
Add endpoint to GET a push subscription
|
2024-10-14 15:48:55 -05:00 |
|
reactions.ts
|
reactionController: fix the response
|
2024-05-24 20:59:53 -05:00 |
|
reports.ts
|
Fix Mastodon legacy pagination
|
2024-08-06 18:20:26 -05:00 |
|
search.ts
|
fix: pagination in searching statuses
|
2024-10-26 18:58:02 -03:00 |
|
statuses.ts
|
refactor: rewrite if statement
|
2024-10-19 23:16:04 -03:00 |
|
streaming.ts
|
refactor(streaming): use better Sticky
|
2024-10-28 20:41:07 -03:00 |
|
suggestions.ts
|
Separate listPagination
|
2024-08-06 19:04:27 -05:00 |
|
timelines.ts
|
publicTimelineController: add conditional around filters.search assignment
|
2024-09-25 15:16:17 -05:00 |
|
translate.ts
|
Add translation cache metrics, let the cache be configurable
|
2024-10-10 14:12:20 -05:00 |
|
trends.ts
|
feat: pagination with Link headers in trendingStatusesController
|
2024-10-18 19:23:02 -03:00 |