Pixelfed - Package Updates
-
[1.20.0]
- Fix issue where config values from admin page were not getting updated
- Remove RTMP and Websocket related configs, these are removed upstream
-
[1.20.1]
- Update pixelfed to 0.12.4
- Full Changelog
- Implement Admin Domain Blocks API (Mastodon API Compatible) ThisIsMissEm (#5021)
- Authorize Interaction support (for handling remote interactions) (4ca7c6c3)
- Contact Form Admin Responses (52cc6090)
- Profile Carousels (8af77a3f)
- Moderated Profiles (39f16321)
- Add ActiveSharedInboxService, for efficient sharedInbox caching (1a6a3397)
- Add MovePipeline queue jobs (9904d05f)
- Add ActivityPub Move validator (909a6c72)
- Add delay to move handler to allow for remote cache invalidation (8a362c12)
- Update ApiV1Controller, add support for notification filter types (f61159a1)
- Update ApiV1Dot1Controller, fix mutual api (a8bb97b2)
- Update ApiV1Controller, fix /api/v1/favourits pagination (72f68160)
- Update RegisterController, update username constraints, require atleast one alpha char (dd6e3cc2)
- Update AdminUser, fix entity casting (cb5620d4)
- Update instance config, update network cache feed max_hours_old falloff to 90 days instead of 6 hours to allow for less active instances to have more results (c042d135)
- Update ApiV1Dot1Controller, add new single media status create endpoint (b03f5cec)
- Update AdminSettings component, add link to Custom CSS settings (958daac4)
- Update ApiV1Controller, fix v1/instance stats, force cast to int (dcd95d68)
- Update BeagleService, disable discovery if AP is disabled (6cd1cbb4)
- Update NodeinfoService, fix typo (edad436d)
- Update ActivityPubFetchService, reduce cache ttl from 1 hour to 7.5 mins and add uncached fetchRequest method (21da2b64)
- Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d (be02f48a)
- Update HttpSignature, add signRaw method and improve error checking (d4cf9181)
- Update AP helpers, add forceBanCheck param to validateUrl method (42424028)
- Update layout, add og:logo (4cc576e1)
- Update ReblogService, fix cache sync issues (3de8ceca)
- Update config, allow Beagle discover service to be disabled (de4ce3c8)
- Update ApiV1Dot1Controller, allow upto 5 similar push tokens (7820b506)
- Update AdminReports, add missing click handler. Fixes #5332 (fe48b8ad)
- Improve media filtering by using OffscreenCanvas, if supported (aea5392)
-
[1.21.0]
- Update to correct base image 5.0.0
-
[1.21.1]
- Update pixelfed to 0.12.5
- Full Changelog
- Add app register email verify resends
- Add AVIF support
- WebGL photo filters
- Fix oauth oob (urn:ietf:wg:oauth:2.0:oob) support.
- Update AP helpers, reject statuses with invalid dates
- Update DirectMessage API, fix broken threading
- Update Status caption render logic
- Update ApiV1Controller, fix bookmark bug. Closes
- Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering
- Update AutolinkService, optimize lookups
-
[1.22.0]
- add checklist
-
[1.22.1]
- memory_limit config & cache clearing implemented
-
[1.22.2]
- Update pixelfed to 0.12.6
- Full Changelog
- Pinned Posts (2f655d000)
- Custom Filters (#5928) (437d742ac)
- Legal Notice page (#5606) (c72fa0529)
- OIDC Support (#5608) (c72fa0529)
- Avif, HEIC, webp, libvips support + Preserve ICC color profiles (ab9c13fe0)
- Added StoryIndexService, an optimized fan-out-on-write service for story carousel generation/rendering (950fc0474)
- Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state (5ddb6d842)
- Update Profile.vue, fix pagination (2ea107805)
- Update ProfileMigrationController, fix race condition by chaining batched jobs (3001365025)
- Update Instance total post, add optional estimation for huge status tables (5a5821fe8)
-
[1.22.3]
- Update pixelfed to 0.12.7
- Full Changelog
- Update Status storage, add SanitizerService to fix spacing in html stripped content (3686c9212)
- Update app config, add description and rule env variables (0980519a9)
- Update InstanceService, fix total post count when config_cache is disabled (f0bc9d66e)
- Update media storage pipeline, improve support for non-local filesystems (2e719bd00)
- Update partial status updates nullify omitted caption/CW causing data loss)
- Update compose, improve validation (f1af72e)
- Update ImportMediaToCloudPipeline to handle multiple files being uploaded (bff9aae)
- InboxWorker and InboxValidator moved lock after the signature validation (4b923ed)
- Update sendmail security (5bc768b)