Commit Graph

2248 Commits (92dfdeda11383ff8eed64f35ef85e0ca476fcf1c)

Author SHA1 Message Date
Lily Cohen 92dfdeda11 Render boosts in clients that only read the top level 3 days ago
Daniel Supernault a4c176d520
Fix deletes, again 3 days ago
Daniel Supernault 713c63757a
Remove sudo mode from admin dashboard. Closes #7396 3 days ago
Daniel Supernault fef890c91d
Fix deletes 3 days ago
Daniel Supernault 9c81a75ad3
Refactor Direct Messages, add Group Chat support and proper context threading with Mastodon 3 days ago
Daniel Supernault e0073e0de4
Fix typos and Lint 4 days ago
Daniel Supernault 5d00f2e69b
More dusting (cleanup + lint) 4 days ago
Daniel Supernault 8a71686783
Improve accountLoginActivity query 4 days ago
Daniel Supernault 5d487afa6c
Lint 4 days ago
Daniel Supernault 9909bd0d33
Fix video embeds. Closes #7373 5 days ago
Daniel Supernault 823efcaad7
Add FEP-044f: Consent-respecting quote posts 5 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.
6 days ago
Your Name 1379ae4019 Larastan 6 days ago
Your Name ab972559ea lint 6 days ago
Your Name 28b11b9b35 Larastan 2 6 days ago
Your Name 47c29fe410 lint 6 days ago
Your Name 33a6c642ea Larastan 1 to 2 6 days ago
Your Name 2be73c4879 Larastan Level 1 6 days ago
Your Name 53b698ec48 Revert "StrictArrayParamDimFetchRector"
This reverts commit a28d3df4c4.
6 days ago
Your Name 6beab304a0 lint 6 days ago
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 6 days ago
Your Name a28d3df4c4 StrictArrayParamDimFetchRector 6 days ago
Your Name ef59168e2f StrlenZeroToIdenticalEmptyStringRector 6 days ago
Your Name a5d413a594 ExplicitReturnNullRector 6 days ago
Your Name 0435d08568 RemoveAlwaysElseRector 6 days ago
Your Name a2e38e5ffe CompactToVariablesRector 6 days ago
Your Name 5949dc21c1 UseIdenticalOverEqualWithSameTypeRector 6 days ago
Your Name 32d1c0e7cc add type to function 6 days ago
Your Name 9fde74082a add type to function 6 days ago
Your Name 0d999f5dda added return type to function 6 days ago
Your Name c57e5d8ed7 adding type 6 days ago
Your Name ca5d9f3db5 MultiExceptionCatchRector 6 days ago
Your Name 8dcdd93e2b RemoveUnusedVariableInCatchRector 6 days ago
Your Name 4547b1fc11 StrStartsWithRector 6 days ago
Your Name 9e052883bf StrContains 6 days ago
Your Name dc7cf910fa get_class to ::class 6 days ago
Your Name f1d4c87391 const types 6 days ago
Your Name 0dbd78ca8e Lint 7 days ago
Your Name f3b6487451 BATCH 2 7 days ago
Your Name 5ebc1af91e BATCH 1 7 days ago
Daniel Supernault 493b8de031
Add FeaturedCollections/Starter Kits support 7 days ago
Daniel Supernault 7c412d7e70
Add new oauth scopes and improve security endpoints 1 week ago
Daniel Supernault 22a1caf7ac
Update ApiV1Dot1Controller, add pagination to apps endpoint 1 week ago
Daniel Supernault ab893133cc
Update apps endpoint 1 week ago
Daniel Supernault 5e0171cf11
Add revoke token endpoint 1 week ago
Your Name 5e76ed99bf fix #7328 1 week ago
Shlee 9ec46005df
Merge pull request #7309 from pixelfed/feature/laravel-cap
Refactor: Captcha provider - HCaptcha, Turnstile and Cap
1 week ago
Your Name d1d15c76f9 fix i18n cache on about/guidelines 1 week ago
Your Name b24503a46c chore: rename Pirate English locale to BCP-47 en-x-pirate
Use the BCP-47 private-use subtag en-x-pirate instead of en-Pirate:
- rename lang/en-Pirate -> lang/en-x-pirate
- update crowdin.yml mapping (en-PT -> en-x-pirate)
- update ExportLanguages LOCALE_OVERRIDES key + display name
- bump locale code validation max length (6 -> 12) so the longer
  code passes in SpaController and HomeSettings
- regenerate locale exports/manifest and rebuild web assets
1 week ago
Your Name 6c90810f4a Fix AdminDirectoryController 500 on media_types validation
The media_types closure validator called $value->toArray(), but the
value is a plain PHP array (built via explode()), causing a fatal
'Call to a member function toArray() on array' and a 500 when opening
the Directory admin view.

Normalize to an array before in_array() checks, handling both array
and Collection inputs.

Fixes #7311
1 week ago