plugins
plugins copied to clipboard
Featured plugins
SQL request required to adapt existing DB: ALTER TABLE `plugin` ADD `featured` int NULL AFTER `active`;
I just added a commit to change how sub plugin endpoints (trending, new, etc) retrieve partial data.
Previously it was an hard limit set on 10, now it's paginated with X-range header (if not set, default is 15 items returned).
For marketplace, it could serve to do some sorting (by download count, new, updated, etc).
This PR is technically OK.
Is the feature still wanted ?