summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-10-18Merge branch 'develop' into feature/relay-listMaxim Filippov
2019-10-15DELETE /api/pleroma/admin/users now accepts nicknames arrayMaxim Filippov
2019-10-14Merge branch 'exclude-visibilities-for-timelines' into 'develop'feld
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints See merge request pleroma/pleroma!1818
2019-10-14Preparations for renaming `master` to `stable`rinpatch
2019-10-14Mastodon API: Add `exclude_visibilities` parameter to the timeline and ↵eugenijm
notification endpoints
2019-10-11Add `GET /api/pleroma/admin/relay` endpoint - lists all followed relaysMaxim Filippov
2019-10-11Deprecate POST/DELETE ↵Maxim Filippov
/api/pleroma/admin/users/:nickname/permission_group/:permission_group instead of deleting it
2019-10-11Deprecate /api/pleroma/admin/users/:nickname/toggle_activation instead of ↵Maxim Filippov
deleting it
2019-10-09Ability to toggle activation status and permission group for a group of usersMaxim Filippov
2019-10-07Extract RSS Feed functionality from OStatusSergey Suprunenko
2019-10-05Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-10-05Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"kaniini
This reverts merge request !1737
2019-10-04Merge branch 'user-info-unread-direct-conversation' into 'develop'kaniini
Add the `unread_conversation_count` field to the user info See merge request pleroma/pleroma!1737
2019-10-04Merge branch 'featrue/job-monitor' into 'develop'lain
Add Pleroma.JobQueueMonitor Closes #1274 See merge request pleroma/pleroma!1721
2019-10-04cheatsheet.md: link to pleroma-fe docs for :frontend_configurationsHaelwenn (lanodan) Monnier
2019-10-04Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-10-03Add a missing language specificationrinpatch
2019-10-03Move config task docs to a separate file and mark it as WIPrinpatch
2019-10-03Move database maintenance tasks docs to a separate filerinpatch
2019-10-03MkDocs does not like if a paragraph doesn't have a newline after itrinpatch
2019-10-03Remove silent mode note as it's no longer relevantrinpatch
2019-10-03Cheatsheet: Use note/warning blocks instead of bold textrinpatch
2019-10-03Fix a typo in activity expirationsrinpatch
2019-10-03Remove fe settings from :instance as they no longer do anythingrinpatch
2019-10-03Move bold text in RemoveIp description into a proper warningrinpatch
2019-10-03Add missing language specrinpatch
2019-10-03Cheatsheet: Move the deprecated config warning into a warning blockrinpatch
2019-10-03Oopsrinpatch
2019-10-03Move user tasks docs to a separate filerinpatch
2019-10-03Use consistent command signaturerinpatch
2019-10-03Fix up some headingsrinpatch
2019-10-03Move uploads task docs to a separate filerinpatch
2019-10-03Move relay docs to a separate filerinpatch
2019-10-03Move instance CLI task docs to a text filerinpatch
2019-10-03Improve styling of CLI tasksrinpatch
2019-10-03Move digest email docs to a separate file and improve stylingrinpatch
2019-10-03Move emoji task docs to a separate filerinpatch
2019-10-03Remove a reference to inline docs since everything it describes isrinpatch
described in the cheatsheet already and add A TODO
2019-10-03Fix more linksrinpatch
2019-10-03Fix references to other pagesrinpatch
2019-10-03Remove Small customizations as it's contents have been integrated intorinpatch
static_dir.md
2019-10-02Remove "General tips for customizing Pleroma FE" because it's no longerrinpatch
relevant and we have actual fe docs now
2019-10-02Rename "Configuration" to "Configuration Cheat Sheet" and explain a bitrinpatch
about how Pleroma Configuration works
2019-10-02Rename some directories because MkDocs uses them for categoriesrinpatch
2019-10-02Update CHANGELOG and pleroma_api.mdEgor Kislitsyn
2019-09-30change new scrobble endpointAriadne Conill
2019-09-30router: change scrobble timeline route from now-playing to scrobblesAriadne Conill
2019-09-30docs: add scrobble API descriptionAriadne Conill
2019-09-29admin_api.md: Put data-type info as the valuesHaelwenn (lanodan) Monnier
Similar to how the other responses examples are done, this also makes it proper JSON (as it doesn’t have comments).
2019-09-29Update admin_api.mdMaxim Filippov