aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/admin_api/views
AgeCommit message (Collapse)Author
2019-08-25Log admin/moderator actionsMaxim Filippov
2019-08-24Merge branch 'admin-create-users' into 'develop'lain
user creation admin api will create multiple users See merge request pleroma/pleroma!1170
2019-07-11admin api configure changesAlexander Strizhakov
2019-07-10Add license/copyright to all project filesfeld
2019-07-02Add fallback value to the admin report view.Eugenij
This is to avoid 500 error when the reported user no longer exists in the database.
2019-06-28Merge admin and mastodon user views for reportsMaxim Filippov
2019-06-23support for config groupsAlex S
2019-06-16Fix report content stopping to be nullablerinpatch
2019-06-16Credo fixesrinpatch
2019-06-16Sanitize HTML in ReportViewrinpatch
Closes #990
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-01Merge remote-tracking branch 'upstream/develop' into admin-create-usersSachin Joshi
2019-06-01make bulk user creation from admin works as a transactionSachin Joshi
2019-05-17user creation admin api will create multiple usersSachin Joshi
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-04-08renaming expire_at -> expires_atAlex S
keyword style change
2019-04-06admin api endpoints for invitesAlex S
2019-03-14Merge branch 'admin-api-account-view-namespace' into 'develop'kaniini
MastodonAPI.Admin.AccountView → AdminAPI.AccountView See merge request pleroma/pleroma!930
2019-03-13MastodonAPI.Admin.AccountView → AdminAPI.AccountViewHaelwenn (lanodan) Monnier