Limit Access of global posts to a maximum value

Issue #2531 resolved
Daniel Zoller created an issue

Currently it is possible to download all posts of the system using the api (/api/posts?limit=LIMIT&offset=OFFSET&resourceType=RESOURCE_TYPE). Please add a restriction that only the latest 100000 posts can be downloaded. Ensure that this restriction has no effect on downloading other posts, e.g. posts of an user.

Comments (4)

  1. Log in to comment