You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 8518404e22
feat: allow groups to specify which cids to show member posts from (#8875)
* feat: allow groups to specify which cids to show member posts from

* docs: fix tests for openapi

* fix: test breakage caused by improper conditional

* feat: server-side checking of memberPostCids for validity

* feat: admin panel template update to select categories to include

* refactor: privilege helpers.isUserAllowedTo

... to helpers.isAllowedTo, allowing group names to be passed in
4 years ago
..
admin/settings test: new api test to ensure each path's parameters are defined in context 4 years ago
groups docs: openapi schema for user/group exist check, session deletion 4 years ago
posts fix(writeapi): more tweaks to schema files 4 years ago
topics fix(writeapi): more tweaks to schema files 4 years ago
users docs: openapi schema for user/group exist check, session deletion 4 years ago
categories.yaml fix(writeapi): tests 4 years ago
files.yaml fix(writeapi): more tweaks to schema files 4 years ago
groups.yaml feat: allow groups to specify which cids to show member posts from (#8875) 4 years ago
topics.yaml fix(writeapi): tests 4 years ago
users.yaml fix(writeapi): tests 4 years ago