Pixelfed
Photo sharing the way it should be, without algorithmic barriers
Alternative to: Instagram
About
Versions (44)
v0.11.6
2023-05-03Added
- Add php 8.2 support. Bump laravel version, v9 => v10 (fb4ac4eb)
- New media:fix-nonlocal-driver command. Fixes s3 media created with invalid FILESYSTEM_DRIVER=s3 configuration (672cccd4)
- New landing page design (09c0032b)
- Add cloud ip bans to BouncerService (disabled by default) (50ab2e20)
- Redesigned Admin Dashboard Reports/Moderation (c6cc6327)
Fixes
- Fixed
violates check constraint "statuses_visibility_check"bug affecting postgres instances + various api endpoints (79b6a17e) - Fixed duplicate hashtags on postgres (64059cb4)
- Fixed custom emoji domain search on postgres. Closes #4333 (3dac45f3)
Updates
- Update ApiV1Controller, fix blocking remote accounts. Closes #4256 (8e71e0c0)
- Update ComposeController, fix postgres location search. Closes #4242 and #4239 (64a4a006)
- Update app.js, add title attribute to iframe embeds to comply with accessibility requirements (4d72b9e3)
- Update MediaPathService, fix story path (aebbad96)
- Update Story v1.1 api endpoints (855e9626)
- Update ApiV1Controller, filter mute/blocks on statuses/context and statuses/replies endpoints (73aa01e8)
- Update filesystems, store all files as public by default and add default permissions. Fixes #4273, #4275. Closes #3825 (22da2647)
- Update Profile model, fix avatar url path generation. Fixes #4041, Fixes #4031, Fixes #3523 (28bf8649)
- Update filesystem config, change FILESYSTEM_DRIVER env variable to DANGEROUSLY_SET_FILESYSTEM_DRIVER and remove from default env configs. Changing the default filesystem should be avoided, use FILESYSTEM_CLOUD for s3 support, otherwise you can break things (573c88d7)
- Update MediaS3GarbageCollector, fix handle (2eee36cf)
- Update StatusController, allow users to delete replies to posts (738925c2)
- Update admin autospam/report email templates, remove image previews (76be49ac)
- Update LandingService, enable landing directory/explore feed by default and move configuration to config/instance.php file (780f2507)
- Update ImageOptimizePipeline, improve support for disabling image optimizations (e76289e4)
- Update LandingController, fix config variable names (b716926b)
- Update Privacy Settings, add Directory setting (634c15e4)
- Update site config (6d59dc8e)
- Update db:raw queries to support laravel v10 (849e5103)
- Update RegisterController, store client ip during registration (d4c967de)
- Update ApiV1Controller, fix account blocks. Closes #4304 (98739139)
- Update RegisterController, improve max_users calculation and add kb page to redirect to if conditions are met (1bbee6d0)
- Update SecuritySettings, remove imagick depdency for 2FA qr code generation image (506f95c6)
- Update 2fa checkpoint view design (86c472ac)
- Update sudo mode checkpoint view design (091e0b2c)
- Update ForgotPasswordController, add captcha support, improve security and a new redesigned view (f6e7ff64)
- Update ResetPasswordController, add captcha support, improve security and a new redesigned view (0ab5b96a)
- Update Inbox, remove handleCreateActivity logic that rejected posts from accounts without followers (a93a3efd)
- Update ApiV1Controller and DiscoverController, fix postgres hashtag search (055aa6b3)
- Update StatusTagsPipeline, deduplicate hashtags on postgres (867cbc75)
- Update SearchApiV2Service, fix postgres hashtag search and prepend wildcard operator to improve results (6e20d0a6)