`GET /api/v1/timelines/home?max_id=` (empty value) fails validation because `min_id`/`max_id` use the `sometimes|integer` rule. The global `ConvertEmptyStringsToNull` middleware turns `?max_id=` into `null`, and since the field is present, `sometimes` does not skip it while `null` fails the `integer` rule — returning HTTP 422. Every other timeline/listing endpoint in this controller (timelinePublic, accountStatusesById, etc.) uses `nullable|integer` for these params, so `timelineHome` was the lone outlier. Mastodon-API clients such as Pixelfed for iOS send `max_id=` on first page load and could not paginate the home timeline. Switch `min_id`/`max_id` to `nullable|integer` to match the rest of the controller. Fixes #6610 Co-Authored-By: Claude <noreply@anthropic.com> |
6 days ago | |
|---|---|---|
| .ddev | 10 months ago | |
| .github | 12 months ago | |
| .vscode | 2 years ago | |
| app | 6 days ago | |
| bootstrap | ||
| config | 4 months ago | |
| database | 4 months ago | |
| public | 3 weeks ago | |
| resources | 3 weeks ago | |
| routes | 3 weeks ago | |
| storage | ||
| tests | 8 months ago | |
| .dockerignore | 8 months ago | |
| .editorconfig | 2 years ago | |
| .env.docker.example | 5 months ago | |
| .env.example | 5 months ago | |
| .env.testing | 5 months ago | |
| .gitattributes | 2 years ago | |
| .gitignore | 1 year ago | |
| .markdownlint.json | 3 years ago | |
| .node-version | ||
| .shellcheckrc | 3 years ago | |
| CHANGELOG.md | 5 months ago | |
| CODEOWNERS | 2 years ago | |
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | 1 year ago | |
| DOCKER_COMPOSE_SETUP.md | 8 months ago | |
| Dockerfile | 4 months ago | |
| LICENSE | ||
| README.md | 1 year ago | |
| SECURITY.md | ||
| artisan | ||
| composer.json | 4 weeks ago | |
| composer.lock | 3 weeks ago | |
| crowdin.yml | ||
| docker-compose.yml | 7 months ago | |
| funding.json | 2 years ago | |
| package-lock.json | 2 months ago | |
| package.json | 2 months ago | |
| phpunit.xml | 1 year ago | |
| server.php | ||
| webpack.mix.js | 1 year ago | |
README.md
Introduction
Photo sharing the way it should be. Pixelfed lets your casual shots and creative photography find their audience naturally, without algorithmic barriers. Join millions of people sharing across the fediverse.
Official Documentation
Documentation for Pixelfed can be found on the Pixelfed documentation website.
Run on YunoHost
Pixelfed app for YunoHost. See the package source code
License
Pixelfed is open-sourced software licensed under the AGPL license.
Communication
The ways you can communicate on the project are below. Before interacting, please read through the Code Of Conduct.
- Mastodon: @pixelfed@mastodon.social
- E-mail: hello@pixelfed.org
Pixelfed Sponsors
We would like to extend our thanks to the following sponsors for funding Pixelfed development. If you are interested in becoming a sponsor, please visit the Pixelfed Patreon Page
- NLnet Foundation and NGI0 Discovery, part of the Next Generation Internet initiative.
This project is supported by:
