aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-05-21Add virtual :thread_muted? fieldAaron Tinio
that may be set when fetching activities
2019-05-20Move default mascot configuration to `config/`Sadposter
2019-05-20Use string map for default mascotSadposter
2019-05-20Add mascot get/set testsSadposter
2019-05-20Add API endpoints for a custom user mascotSadposter
2019-05-20Add report filtering to MRF.SimplePolicyAaron Tinio
2019-05-19Restrict poll replies from fetch queries by defaultrinpatch
2019-05-19Remove tags/mentions/rich text from poll options because Mastodon andrinpatch
add custom emoji
2019-05-18Resolve merge conflicts and remove IO.inspectsrinpatch
2019-05-18Mastodon API: Add support for posting pollsrinpatch
2019-05-18Merge branch 'feature/mrf-always-nsfw' into 'develop'rinpatch
suppress link previews from posts marked sensitive Closes #865 See merge request pleroma/pleroma!1173
2019-05-17add Changelog entryWilliam Pitcock
2019-05-17also suppress link previews from posts marked #nsfwWilliam Pitcock
2019-05-17config: make sending the user agent configurable, disable sending the user ↵William Pitcock
agent in tests
2019-05-17http: request builder: send user-agent when making requestsWilliam Pitcock
2019-05-17rich media: suppress link previews if post is marked as sensitiveWilliam Pitcock
2019-05-17mrf: simple policy: mark all posts instead of posts with media as sensitive ↵William Pitcock
if they match media_nsfw
2019-05-17Linting.lain
2019-05-17MongooseIM: Add basic integration endpoints.lain
2019-05-17Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-indexlain
2019-05-17Merge branch 'ecto_sql_update' into 'develop'lambda
Dependencies: Update Ecto SQL. See merge request pleroma/pleroma!1160
2019-05-17Merge branch 'bugfix/903-mastoapi-relationship-requested' into 'develop'lambda
MastoAPI account_view.ex: requested is false when following is true Closes #903 See merge request pleroma/pleroma!1169
2019-05-17Update account_view.exlambda
2019-05-17Fix specs.lain
2019-05-17Render polls in statusesrinpatch
2019-05-17Fix/902 random compile failingAlexander Strizhakov
2019-05-17MastoAPI account_view.ex: requested is false when following is trueHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/903
2019-05-17Fix typo: s/"tags"/"tag"/gAaron Tinio
2019-05-16Merge branch 'feature/890-add-report-uri' into 'develop'kaniini
Feature/890 add report uri Closes #890 See merge request pleroma/pleroma!1164
2019-05-16Remove duplicated entries in users' following listsSergey Suprunenko
2019-05-16Add Reports to Admin APISergey Suprunenko
2019-05-16Merge branch 'fix/domain-unblocked-reblogs' into 'develop'feld
Fix domain-unblocked reblogs Closes #892 See merge request pleroma/pleroma!1157
2019-05-16Move to pleroma.database mix taskMark Felder
2019-05-16Merge branch 'develop' into conversations-importMark Felder
2019-05-16Merge branch 'feature/sql-thread-sat' into 'develop'lambda
SQL thread visibility solver See merge request pleroma/pleroma!971
2019-05-16Feature/896 toggling confirmationAlexander Strizhakov
2019-05-16Merge branch 'develop' into feature/890-add-report-uriAlex S
2019-05-16add report uri and report toAlex S
2019-05-16publisher: use the correct queue name for outgoing federationWilliam Pitcock
2019-05-16Use named binding to conditionally join objectAaron Tinio
2019-05-16Restrict reblogs of activities from blocked domainsAaron Tinio
2019-05-15Handle incoming Question objectsrinpatch
2019-05-15activity pub: remove Ecto SQL query dumpsWilliam Pitcock
2019-05-15chase test failuresWilliam Pitcock
2019-05-15bbs: chase timeline containment patchWilliam Pitcock
2019-05-15activitypub: visibility: use SQL thread_visibility() function instead of ↵William Pitcock
manually walking the thread
2019-05-15activitypub: remove contain_timeline()William Pitcock
2019-05-15activitypub: add restrict_thread_visibility()William Pitcock
2019-05-15Merge remote-tracking branch 'origin/develop' into conversations-importlain
2019-05-15Merge branch 'fix/public-option-not-working' into 'develop'kaniini
Fix public option not working Closes #873 See merge request pleroma/pleroma!1143