Commit Graph

668 Commits (dev)

Author SHA1 Message Date
Daniel Supernault 91f54c0d0f
Fix Direct Message shims. Fixes #7441 2 days ago
Daniel Supernault d436821483
Update StatusService 2 days ago
Daniel Supernault 25d9753d87
Fix reblog account to show account who reblogged it, not who posted it 3 days ago
dansup 545ad821b0
Merge pull request #7419 from lilithmooncohen/fix/reblog-media-attachments
Render boosts for clients that only read the top level
3 days ago
Lily Cohen 24259fa489 Honour photo_reblogs_only in the home timeline 3 days ago
Lily Cohen 92dfdeda11 Render boosts in clients that only read the top level 3 days ago
Daniel Supernault 9c81a75ad3
Refactor Direct Messages, add Group Chat support and proper context threading with Mastodon 3 days ago
Daniel Supernault 8a71686783
Improve accountLoginActivity query 4 days ago
Daniel Supernault 823efcaad7
Add FEP-044f: Consent-respecting quote posts 5 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 53b698ec48 Revert "StrictArrayParamDimFetchRector"
This reverts commit a28d3df4c4.
7 days ago
Your Name 6beab304a0 lint 7 days ago
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 7 days ago
Your Name a28d3df4c4 StrictArrayParamDimFetchRector 7 days ago
Your Name 0435d08568 RemoveAlwaysElseRector 7 days ago
Your Name a2e38e5ffe CompactToVariablesRector 7 days ago
Your Name 5949dc21c1 UseIdenticalOverEqualWithSameTypeRector 7 days ago
Your Name 0d999f5dda added return type to function 7 days ago
Your Name c57e5d8ed7 adding type 7 days ago
Your Name 8dcdd93e2b RemoveUnusedVariableInCatchRector 7 days ago
Your Name 9e052883bf StrContains 7 days ago
Your Name 5ebc1af91e BATCH 1 1 week ago
Daniel Supernault 493b8de031
Add FeaturedCollections/Starter Kits support 1 week 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
Your Name e3b6cebf27 Fix MariaDB driver detection and reblog caption null inserts
Laravel 11 exposes MariaDB as a dedicated 'mariadb' driver, so
config('database.default') === 'mysql' checks silently misclassified
MariaDB as the non-mysql (postgres) branch.

- Add App\Util\Database\DatabaseDriver with isMysqlLike()/isPgsql()
  plus db_is_mysql_like()/db_is_pgsql() global helpers.
- Route all database.default driver checks through the helpers so
  MySQL and MariaDB are treated as one group.
- Use '' (not null) for share/compose caption+rendered, valid whether
  the column is nullable or NOT NULL (it is NOT NULL on MySQL/MariaDB).
- Guard pgsql strtolower() in registration against missing fields.
- Scope CustomEmoji::duplicateShortcodes to the grouped column for
  Postgres GROUP BY validity.
- Remove stale Postgres guard in status:dedup; use havingRaw for
  cross-driver HAVING.
2 weeks ago
Your Name 3a23606573 Enforce can-post role check on POST /api/v2/media 2 weeks ago
Your Name b4bd3c87a0 Validate report object_id as a positive integer to fix 500 on array input 2 weeks ago
Your Name 5ec239404b Import Purify facade in ApiV1Controller to fix larastan class.notFound 2 weeks ago
Daniel Supernault d2a45ee4d3
Update ApiV1Controller 2 weeks ago
Daniel Supernault b0ca632026
Update unbookmark endpoint 2 weeks ago
Daniel Supernault e0550c441c
Fix AdminApiController profiles endpoint, dont include deleted accounts 2 weeks ago
Daniel Supernault b2deebb72b
Update AdminApiController, fix typo 2 weeks ago
Daniel Supernault 6232d35d90
Update AccountService and AdminApiController 2 weeks ago
Daniel Supernault 96229868ff
Update AdminApiController, fix missing resource 2 weeks ago
Daniel Supernault 27bc6e792a
Update AdminApiController and PublicTimelineService 2 weeks ago
Daniel Supernault fbd52dd8fc
Improve federation handling 2 weeks ago
Shlee caffc40a45
Fix URL construction for API timeline request 2 weeks ago
Your Name 277b8aa970 Use now() helper instead of Carbon::now() for current-time access
Aligns with the app's dominant convention (413 now()/today() call
sites vs 12 Carbon::now()). Carbon::parse() calls are untouched since
they parse arbitrary date strings, not current-time access.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 weeks ago
Daniel Supernault 7975ba9c75
Fix StoryCarousel cache invalidation 2 weeks ago
Daniel Supernault 915879ff57
Update account suggestions 2 weeks ago
Daniel Supernault 9aafa37364
Update ApiV1Controller.php 2 weeks ago
Daniel Supernault 6a33716870
Update ApiV1Controller, fix account suggestions 2 weeks ago