Daniel Supernault
823efcaad7
Add FEP-044f: Consent-respecting quote posts
4 days ago
Daniel Supernault
dedfa67b70
Add FEP-8fcf followers collection synchronization
...
Sender: followers-only Create deliveries carry a signed
Collection-Synchronization header scoped to the authority of each inbox,
and the partial followers collection is served to authenticated instances
at /users/{username}/followers_synchronization.
Receiver: a signed Collection-Synchronization header whose digest differs
from our copy queues FollowersSyncPipeline, which fetches the partial
collection as the instance actor and reconciles followers, pending follow
requests and unknown follows.
Adds profiles.followers_url for the collectionId check.
5 days ago
Daniel Supernault
5e0171cf11
Add revoke token endpoint
1 week ago
Daniel Supernault
cb3da9999d
Add new admin routes
1 week ago
Daniel Supernault
915879ff57
Update account suggestions
2 weeks ago
Daniel Supernault
1d96c94054
Refactor Auth, remove expensive middleware
2 weeks ago
Shift
c0f3469ee2
Convert route options to fluent methods
...
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
3 weeks ago
Daniel Supernault
584ce27f71
Add Sanctum support
3 weeks ago
Your Name
28927f6f66
refactor: convert string-based routes to ::class array syntax
...
Replace all 'Controller@method' string references with
[Controller::class, 'method'] array syntax across all route files.
Remove the $namespace property and ->namespace() calls from
RouteServiceProvider.
This is required for Laravel 13 compatibility where string-based
controller routing and automatic namespace prefixing will be removed.
742 route references converted across 5 route files.
4 weeks ago
Daniel Supernault
80a2f4f2b0
Add api/v1/accounts/lookup endpoint
8 months ago
Daniel Supernault
6b1e21aae4
Update API routes
1 year ago
Daniel Supernault
86af73455f
Update DirectMessageController, add mutuals endpoint
1 year ago
Daniel Supernault
5a3a1cf76c
Update remove_from_followers api endpoint
1 year ago
daniel
92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
...
[Improvement] Add button remove follow
1 year ago
Felipe Mateus
fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow
1 year ago
Daniel Supernault
dfd628ed90
Update api routes, add custom filter endpoints
1 year ago
Daniel Supernault
437d742ac4
Add custom filters
...
Add custom filters, compatible with Mastodon `/api/v2/filters`
Todo:
- [ ] fix routes
- [ ] finish other context filtering
1 year ago
daniel
e5c577054b
Add Pinned Posts + WebUI profile fixes ( #5914 )
...
* translate notifications
* translate profile
* fix translate privacy
* add missing keys
* pinned posts
* fix key settings
* fix key
Co-Authored-By: daniel <danielsupernault@gmail.com>
* Update AccountImport, improve webp support
* Update GroupSettings, add missing avatar/header deletion
* Update i18n
* Update compiled assets
* Update 2025_03_19_022553_add_pinned_columns_statuses_table.php
* Fix pinned posts implementation
* Update docker readme, closes #5909
* Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints
* Refactor following check
* Fix ProfileFeed bookmark, likes and shares. Closes #5879
* Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state
* Update changelog
* Update compiled assets
* Update i18n
---------
Co-authored-by: Felipe Mateus <eu@felipemateus.com>
1 year ago
Daniel Supernault
0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints
1 year ago
Felipe Mateus
456f96d574
add remove follow
2 years ago
Daniel Supernault
eac222d243
Move fallback media route
2 years ago
Daniel Supernault
ee01e073ef
Update AppRegisterController
2 years ago
Daniel Supernault
4e6e6b4ab7
Update routes
2 years ago
Daniel Supernault
886d6ec789
Update API routes
2 years ago
Daniel Supernault
669f8b280b
Update api routes
2 years ago
daniel
1dbcdee289
Merge branch 'staging' into feat/implement-admin-domain-blocks-api
2 years ago
Daniel Supernault
b03f5cec8b
Update ApiV1Dot1Controller, add new single media status create endpoint
2 years ago
daniel
c13826e44b
Merge pull request #5215 from pixelfed/groups
...
Add Groups
2 years ago
Daniel Supernault
8f7becc58b
Add push notification api endpoints
2 years ago
Daniel Supernault
d6b6145186
Add Group api routes
2 years ago
Daniel Supernault
2cae8b48de
Update discover, add network trending using Beagle API
2 years ago
Daniel Supernault
b29527cf53
Add api endpoint
2 years ago
Daniel Supernault
4aad1c225a
Add api/v1/instance/peers API endpoint, disabled by default
2 years ago
Daniel Supernault
bc2495c676
Update CollectionsController, add new self route
2 years ago
Emelia Smith
21466556d4
Add update and delete
3 years ago
Emelia Smith
652654e24f
WIP: Implement domain blocks
3 years ago
Daniel Supernault
63c9ebe81f
Update api routes
3 years ago
Daniel Supernault
33dbbe467d
Add Mutual Followers API endpoint
3 years ago
Daniel Supernault
bcb88d5b0a
Update StoryApiV1Controller, add self-carousel endpoint. Fixes #4352
3 years ago
Daniel Supernault
aa166ab11a
Update ApiV1Controller, move tags endpoints to TagsController
3 years ago
Daniel Supernault
941736ce6c
Update StoryApiV1Controller, add viewers route to view story viewers
3 years ago
Daniel Supernault
f54cf0b2d7
Update timeline settings
3 years ago
Daniel Supernault
ff58f9707f
Add Health check endpoint at /api/service/health-check
3 years ago
Daniel Supernault
89c3710d3c
Update AdminApiController, add instance stats endpoint
3 years ago
Daniel Supernault
a8453e7719
Update api routes, add DeprecatedEndpoint middleware
3 years ago
Daniel Supernault
a2305d5fdc
Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings
3 years ago
Daniel Supernault
98cf8f32a0
Add Post Edits/Updates
3 years ago
Daniel Supernault
167dbcdd43
Add /api/v2/instance api endpoint
3 years ago
Daniel Supernault
521b3b4c82
Add /api/v1/tags/:id api endpoint
3 years ago
Daniel Supernault
b4ad6668e9
Update api routes
3 years ago