mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
|
1 week ago | |
|---|---|---|
| .. | ||
| AdminPipeline | 4 weeks ago | |
| AutospamPipeline | 4 weeks ago | |
| AvatarPipeline | 2 weeks ago | |
| CommentPipeline | 1 week ago | |
| ContactPipeline | 4 weeks ago | |
| CuratedOnboarding | 4 weeks ago | |
| DeletePipeline | 1 week ago | |
| DirectPipeline | 9 months ago | |
| FollowPipeline | 4 weeks ago | |
| GroupPipeline | 4 weeks ago | |
| GroupsPipeline | 4 weeks ago | |
| HomeFeedPipeline | 3 weeks ago | |
| ImageOptimizePipeline | 2 weeks ago | |
| ImportPipeline | 2 weeks ago | |
| InboxPipeline | 1 week ago | |
| InstancePipeline | 4 weeks ago | |
| InternalPipeline | 2 weeks ago | |
| LikePipeline | 2 weeks ago | |
| MediaPipeline | 2 weeks ago | |
| MentionPipeline | 4 weeks ago | |
| ModPipeline | 4 weeks ago | |
| MovePipeline | 4 weeks ago | |
| NotificationPipeline | 1 year ago | |
| ParentalControlsPipeline | 9 months ago | |
| ProfilePipeline | 4 weeks ago | |
| PushNotificationPipeline | 9 months ago | |
| ReportPipeline | 9 months ago | |
| SharePipeline | 3 weeks ago | |
| StatusPipeline | 1 week ago | |
| StoryPipeline | 2 weeks ago | |
| VideoPipeline | 4 weeks ago | |