Commit Graph

557 Commits (q2)

Author SHA1 Message Date
Daniel Supernault 3140404835
Update ApiV1Controller.php 3 weeks ago
Daniel Supernault 80a2f4f2b0
Add api/v1/accounts/lookup endpoint 3 weeks ago
Daniel Supernault f76567f67b
Improve reblog check 3 weeks ago
Severin 066f8ee309
Pulls user settings for reblogs 3 weeks ago
samir 9c3130a3c7 Added pagination to the followers/followings API endpoints 1 month ago
Daniel Supernault 374344754e
Lint 2 months ago
Daniel Supernault 4bc1e22121
Refactor LikePipeline and improve Undo Announce handling 3 months ago
Your Name 45a9a3b472 RemoveUnreachableStatementRector 4 months ago
dansup 7881b09c2f
Merge pull request #6304 from pixelfed/classV2
Larastan: Fix Missing classes 2 - Medium risk
4 months ago
dansup 99e89814b4
Merge pull request #6295 from pixelfed/shleeable-patch-20
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php - Low Risk
4 months ago
Your Name 15cc07e602 Fix all class.notFound PHPStan issues - 31 fixes 4 months ago
Shlee e297cd0e94
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php 4 months ago
Shlee 8d197107e8
Update BaseApiController.php 4 months ago
Daniel Supernault 3686c92122
Update Status storage, add SanitizerService to fix spacing in html stripped content 6 months ago
Daniel Supernault ec21eec508
Update ApiV1Dot1Controller, fix Story report follower check 6 months ago
Daniel Supernault f5dced0f7a
Update ApiV1Dot1Controller, add story report support 6 months ago
Daniel Supernault 4747266b04
Update ApiV1Controller, fix cache invalidation order 10 months ago
Daniel Supernault 4e938a8ffa
Fix heic, avif, webp support and add libvips driver 10 months ago
Daniel Supernault ab9c13fe0d
New supported formats, Preserve ICC Color Profiles, libvips support
Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.
10 months ago
Daniel Supernault 5a3a1cf76c
Update remove_from_followers api endpoint 10 months ago
daniel 92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
[Improvement] Add button remove follow
10 months ago
Felipe Mateus fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow 11 months ago
Daniel Supernault 5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds 11 months ago
Daniel Supernault b86102823b
Update CustomFilter model and CustomFilterController 11 months ago
Daniel Supernault 437d742ac4
Add custom filters
Add custom filters, compatible with Mastodon `/api/v2/filters`

Todo:
- [ ] fix routes
- [ ] finish other context filtering
11 months ago
daniel 0158941fb6
API improvements + test fixes (#5925)
* migrate PHPUnit configuration

* replace @test annotations with #[Test] attributes, and add it where it was missing

* remove test prefix from test method names

* add PHPUnit cache to .gitignore

* Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901

* Update ApiV1Controller, fix relationship fields. Fixes #5900

* Update instance config, return proper matrix limits. Fixes #4780

* Update SearchApiV2Service, fix offset bug. Fixes #5875

* Update ApiV1Controller, add better direct error message. Fixes #4789

* Update changelog

---------

Co-authored-by: Daniel Simon <daniel.simon.dev@proton.me>
11 months ago
Daniel Supernault 658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789 11 months ago
Daniel Supernault 4732019087
Update instance config, return proper matrix limits. Fixes #4780 11 months ago
Daniel Supernault 8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901 11 months 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>
11 months ago
Daniel Supernault 0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints 11 months ago
Daniel Supernault 2f655d0008
Fix pinned posts implementation 11 months ago
daniel c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
[Improvement] Pinned posts
11 months ago
Felipe Mateus 128533b5d8
Update ApiV1Controller.php
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
11 months ago
Felipe Mateus 456f96d574
add remove follow 11 months ago
Daniel Supernault aa6f95b1cf
Update ApiV1Controller, improve query 11 months ago
Felipe Mateus cce4c41d97
pinned posts 11 months ago
Daniel Supernault 2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts 12 months ago
Daniel Supernault 976a1873e1
Update ApiV1Controller, improve follower handling 12 months ago
Daniel Supernault c4af4d9921
Update ApiV1Controller.php 12 months ago
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 12 months ago
Daniel Supernault cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response 12 months ago
Daniel Supernault 38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 12 months ago
Daniel Supernault c36cc07b2c
Update avif support, and fix reply permalinks 12 months ago
daniel 622116b0cf
Merge pull request #5694 from maco/5645-domain-block
[Bug Fix] accept bare domains without http scheme in domain block controller
12 months ago
Daniel Supernault 4ec9f990ed
Update DirectMessageController, fix performance issue 1 year ago
Mackenzie Morgan 1f7a1bd72b accept bare domains without http scheme in domain block controller
Fixes #5645
1 year ago
Daniel Supernault 42173245fc
Update ApiV1Controller.php 1 year ago
Daniel Supernault c8ba73f11b
Update ApiV1Controller.php 1 year ago
Daniel Supernault 67f3951e9a
Update ApiV1Controller, add mobile_registration attribute 1 year ago