Age | Commit message (Collapse) | Author |
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
Admin API OpenAPI operations.
|
|
support for hashtags search.
|
|
Restricted support for embedded relationships
See merge request pleroma/pleroma!2456
|
|
param in `GET /api/v1/accounts/search`.
|
|
|
|
|
|
|
|
In an ideal world clients wouldn't try to request more than the max
hardcoded limit, but SubwayTooter does.
|
|
|
|
|
|
|
|
|