Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2025-02-12 | [feature] Implement backfilling statuses thru scheduled_at (#3685) | 1 | ||
* Implement backfilling statuses thru scheduled_at * Forbid mentioning others in backfills * Update error messages & codes * Add new tests for backfilled statuses * Test that backfilling doesn't timeline or notify * Fix check for absence of notification * Test that backfills do not cause federation * Fix type of apimodel.StatusCreateRequest.ScheduledAt in tests * Add config file switch and min date check | ||||
2025-02-11 | [bug] respect `X-Robots-Tag` and `robots.txt` on api/v1/instance and ↵ | 1 | ||
nodeinfo (#3756) * feat: check X-Robots-Tag when accessing /api/v1/instance or /nodeinfo endpoints respect X-Robots-Tag * chore: go fmt ./... * Check robots.txt as well, add tests --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com> |