aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-05-21Actual vote count in poll viewrinpatch
2019-05-21Fix posting non-polls from mastoferinpatch
2019-05-21Handle poll votesrinpatch
2019-05-21Enforce poll limits and add error handling for MastodonAPI's post endpointrinpatch
2019-05-21Add poll limits to /api/v1/instance and initial staterinpatch
2019-05-21Merge branch 'trivial/increase-hackney-timeouts' into 'develop'kaniini
http: bump connection timeout to 10 seconds See merge request pleroma/pleroma!1183
2019-05-21http: bump connection timeout to 10 secondsWilliam Pitcock
2019-05-21Merge branch 'fix/prometheus-ecto-error-when-not-configured' into 'develop'kaniini
Fix prometheus-ecto error when not configured Closes #917 See merge request pleroma/pleroma!1180
2019-05-20Merge branch 'refactor/add-virtual-thread-muted-field' into 'develop'kaniini
Add virtual :thread_muted? field Closes #901 See merge request pleroma/pleroma!1178
2019-05-21Fix prometheus-ecto error when not configuredAaron Tinio
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