Wykres commitów

65 Commity (dev)

Autor SHA1 Wiadomość Data
dansup 225e835015
Staging (#6264)
* StatusPipeline defensive checks

* HomeFeedPipeline defensive checks

* DeletePipeline defensive checks

* InboxPipeline defensive checks

* MediaPipeline defensive checks

* PushNotificationPipeline defensive checks

* LikePipeline defensive checks

* FollowPipeline defensive checks

* ImageOptimizePipeline defensive checks

* Misc pipelines defensive checks

* Update CommentPipeline.php

* Update FollowPushNotifyPipeline.php

* Update LikePushNotifyPipeline.php

* Update FollowPushNotifyPipeline.php

* Update MentionPushNotifyPipeline.php

* Update MoveSendUndoFollowPipeline.php

* Update RemoteFollowPipeline.php

* Update FollowPushNotifyPipeline.php

* Update LikePushNotifyPipeline.php

* Update MentionPushNotifyPipeline.php

* Update Site/Config.php - config_cache only has 1 arg. No fallback.

* Update Bouncer.php - Called 'count' on Laravel collection, but could have been retrieved as a query.            🪪  larastan.noUnnecessaryCollectionCall

* Update Status.php - Missing use App\Models\Conversation;

* Larastan: Update UndoSharePipeline.php (Undefined variable: $status)

* Update ResilientMediaStorageService.php

* Update ImageS3UploadPipeline.php

* Larastan: Update Profile.php missing "use App\Avatar;"

* Larastan: Update MediaStorageService.php

* Larastan: Update MediaPathService.php

* Update MediaPathService.php

* Update MediaStorageService.php

* Update ImageS3UploadPipeline.php

* Larastan: Update AddUserDomainBlock.php

```
 ------ ------------------------------------------------------------- 
  Line   Console/Commands/AddUserDomainBlock.php                      
 ------ ------------------------------------------------------------- 
  37     Variable $domain in empty() always exists and is not falsy.  
         🪪  empty.variable                                           
 ------ ------------------------------------------------------------- 
```

* Larastan: Update CatchUnoptimizedMedia.php

```
 ------ ------------------------------------------------------------------------------------------------- 
  Line   Console/Commands/CatchUnoptimizedMedia.php                                                       
 ------ ------------------------------------------------------------------------------------------------- 
  31     Constructor of class App\Console\Commands\CatchUnoptimizedMedia has an unused parameter $media.  
         🪪  constructor.unusedParameter                                                                  
 ------ ------------------------------------------------------------------------------------------------- 
```

* Update DeleteUserDomainBlock.php

* Update StatusHashtag.php

* Update FixLikes.php

* Update User.php

* Update Installer.php

* Update SeedFollows.php

* Update DiscoverCategory.php

* Update FollowRequest.php

* Update Follower.php

* Update AccountController.php

* Update CustomFilterKeyword.php

* Update FederationController.php

* Update Inbox.php

* Update HttpSignature.php

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Shlee <github@shl.ee>
2025-11-04 21:12:40 -07:00
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>
2025-04-05 03:51:35 -06:00
Daniel Supernault 6ce513f8c3
Update user_filters, use config_cache 2024-03-14 00:06:33 -06:00
Daniel Supernault 9873913921
Update ApiV1Controller, fix account blocks.Closes #4304 2023-04-20 05:27:44 -06:00
Daniel Supernault f17ca9d904
Update HttpSignature 2023-04-19 18:57:40 -06:00
daniel e68ec03cea
Merge pull request #3890 from vanlueckn/feat-fix-sudo-mode-url-scheme
Fix wrong url scheme in sudo mode when using reverse proxy
2023-03-04 15:03:49 -07:00
Daniel Supernault 5b879f0156
Update mute/block logic with admin defined limits and improved filtering to skip deleted accounts 2023-03-01 04:16:42 -07:00
Daniel Supernault aaed2bf66e
Dispatch follow accept/reject pipeline jobs to follow queue 2022-12-12 20:43:51 -07:00
Nils van Lück 593420d84d Fix wrong url scheme in sudo mode when using reverse proxy 2022-12-03 20:43:51 +01:00
Daniel Supernault a231b3c556
Update AccountController, fix 2FA backup code bug 2022-11-14 01:17:41 -07:00
Daniel Supernault e97900a060
Update follower counts on follow_request approval 2022-06-11 05:16:38 -06:00
Daniel Supernault 4470981af7
Improve follow request flow, federate rejections and delete rejections from database to properly handle future follow requests from same actor 2022-06-11 03:27:52 -06:00
Daniel Supernault aded149fae
Update AccountController, include account entities in follow_requests.json endpoint 2022-06-11 00:37:36 -06:00
Daniel Supernault 68300c426c
Update AccountController 2022-06-03 04:28:58 -06:00
Daniel Supernault 4dc9365acb
Update AccountController, dispatch Accept Follow activity if applicable 2022-06-03 04:18:06 -06:00
Daniel Supernault fe7687851c
Update AccountController, refresh relationship after handling follow request 2022-03-06 03:45:19 -07:00
Daniel Supernault 6f1b02456f
Update AccountController, refresh RelationshipService on mute/blocks 2022-01-06 01:05:11 -07:00
Daniel Supernault 0e892bb3fd
Update AccountController 2021-11-08 23:13:10 -07:00
Daniel Supernault 37abcf3898
Update public timeline api, use cached sorted set and client side block/mute filtering 2021-10-20 04:31:07 -06:00
Daniel Supernault af7face4da
Add Network Timeline 2021-04-06 21:17:42 -06:00
Daniel Supernault 1fb7e2b2c9
Update AccountController, add mutes and blocks endpoint to pixelfed api 2021-01-31 13:45:22 -07:00
Daniel Supernault 4a14e970f0
Update Profile model, improve counter caching 2020-12-10 22:58:13 -07:00
Daniel Supernault d63569c120
Add Direct Messages 2020-11-18 14:19:02 -07:00
Daniel Supernault 2c440b4882
Update AccountController, prevent blocking admins 2020-07-12 21:12:39 -06:00
Daniel Supernault 6074c56838
Update AccountController 2020-05-24 02:04:53 -06:00
Daniel Supernault 483548e217
Update AccountController, add followRequestJson method 2020-04-26 23:20:27 -06:00
Daniel Supernault 0c82c97069
Added trusted devices to sudo mode 2020-03-14 22:35:35 -06:00
Daniel Supernault 6a16559132
Update DangerZone/Sudo middleware 2020-02-17 23:16:44 -07:00
Daniel Supernault 829c41e16f
Update password reset ttl, now expires after 24 hours 2020-01-28 23:37:08 -07:00
Daniel Supernault c369882b48
Update Redis namespace 2019-12-10 23:04:03 -07:00
Daniel Supernault 1d45e5655d
Update AccountController 2019-07-11 00:04:35 -06:00
Daniel Supernault 213fba725e
Update AccountController 2019-07-10 23:10:00 -06:00
Daniel Supernault 73bacf5b8d
Update AccountController 2019-06-23 23:49:49 -06:00
Daniel Supernault b41b724803
Update AccountController 2019-06-05 00:30:32 -06:00
Daniel Supernault a10e30aefd
Update AccountController 2019-06-04 23:53:48 -06:00
Daniel Supernault f0fd072086
Add Direct view/method 2019-05-27 23:10:56 -06:00
Daniel Supernault e4e6f10c90
Update AccountController 2019-04-28 21:49:17 -06:00
Daniel Supernault 0ff56bbe35
Update AccountController 2019-04-07 21:08:57 -06:00
Daniel Supernault 3a38c7386b
Update AccountController, allow 2FA backup codes 2018-12-27 21:34:51 -07:00
Daniel Supernault 20fa6fd8e7
Update AccountController 2018-11-24 23:43:06 -07:00
Daniel Supernault c40b4f5cfd
Update AccountController 2018-11-24 23:35:21 -07:00
Daniel Supernault 10cfb02a9e
Update AccountController. Fixes #582 2018-11-22 12:30:20 -07:00
Daniel Supernault da2777d52f
Update AccountController 2018-11-18 21:47:41 -07:00
Daniel Supernault 6e798f3f75
Update AccountController 2018-11-12 21:46:16 -07:00
Daniel Supernault 9154b3d630
Update AccountController 2018-11-02 20:41:39 -06:00
Daniel Supernault ef3edc185d
Update 2fa, logout user after two failed attempts 2018-10-25 19:49:35 -06:00
Daniel Supernault 614b951c5e
Update AccountController 2018-10-09 19:22:09 -06:00
Daniel Supernault 6d890aaf7f
Prepare 2FA 2018-09-15 23:15:45 -06:00
Daniel Supernault 599844b2fb
Update AccountController, fix #456 2018-09-12 21:45:08 -06:00
Daniel Supernault d90cfffa3f
Update DangerZone middleware to use session instead of cookie 2018-09-09 21:44:51 -06:00