summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-14Apply suggestion to docs/configuration/storing_remote_media.mdlain
2019-10-22Relocate to configuration subdirMark Felder
2019-10-22Remove proxy_cache_lock suggestionMark Felder
2019-10-22FormattingMark Felder
2019-10-22Leverage nginx proxy cache to store items with a 1 year TTL with no size limit.Mark Felder
It does not purge items when they expire, but will only update them if the origin's copy has changed for some reason. If origin is offline/unavailable or gone forever it will still serve the cached copies.
2019-10-22Initial doc about storing remote mediaMark Felder
2019-10-21Merge branch 'feature/push-subject-for-dm' into 'develop'kaniini
Direct messages should provide a distinct push notification subject See merge request pleroma/pleroma!1864
2019-10-21SpellingMark Felder
2019-10-21Add tests for the subject of push notificationsMark Felder
2019-10-21Merge branch 'fix/notifs-exclude-blocked-from-with-muted' into 'develop'rinpatch
Do not include notifications from blocked users when with_muted is set See merge request pleroma/pleroma!1869
2019-10-21Do not include notifications from blocked users when with_muted is setrinpatch
This is not what with_muted is for per documentation and it was agreed on irc that this behavior doesn't make sense.
2019-10-21Merge branch 'feature/masto_api_markers' into 'develop'kaniini
[#1275] Markers /api/v1/markers See merge request pleroma/pleroma!1852
2019-10-21update changelogMaksim Pechnikov
2019-10-21Merge branch 'develop' into feature/masto_api_markersMaksim Pechnikov
2019-10-21Merge branch 'feature/activitypub-semantics' into 'develop'kaniini
activitypub semantics See merge request pleroma/pleroma!1798
2019-10-20Merge branch 'chore/add-missing-websub-drop-migration' into 'develop'kaniini
add missing migration to drop websub table See merge request pleroma/pleroma!1868
2019-10-20add missing migration to drop websub tableAriadne Conill
2019-10-19change Maksim's test descriptionAriadne Conill
2019-10-19tests: add test to ensure invisible actors are rendered with the invisible ↵Ariadne Conill
hint set to true
2019-10-19tests: add test verifying the relay user is invisibleAriadne Conill
2019-10-19rework to use properties instead of compound typing, per SocialCGAriadne Conill
2019-10-19fix testMaksim Pechnikov
2019-10-19added test fo Pleroma.Web.MastodonAPI.StatusControllerMaksim Pechnikov
2019-10-19test: activitypub: use User.invisible?/1 for testing invisibilityAriadne Conill
2019-10-19implement invisible support for remote usersAriadne Conill
2019-10-19user: implement User.invisible?/1Ariadne Conill
2019-10-19relay: set invisible to trueAriadne Conill
2019-10-19user info: add invisible fieldAriadne Conill
2019-10-19Merge branch 'chore/fixup-testsuite-import' into 'develop'kaniini
tests: ostatus controller tests: fix sporadic compilation failure See merge request pleroma/pleroma!1867
2019-10-19tests: ostatus controller tests: fix sporadic compilation failureAriadne Conill
2019-10-19Merge branch 'feature/mastofe-pwa' into 'develop'Haelwenn
MastoFE: Add PWA manifest. See merge request pleroma/pleroma!1834
2019-10-19Merge branch 'mark-all-conversations-as-read' into 'develop'Haelwenn
Pleroma API: `POST /api/v1/pleroma/conversations/read` See merge request pleroma/pleroma!1830
2019-10-19Merge branch 'develop-version-bump' into 'develop'rinpatch
mix.exs: Bump version for develop builds See merge request pleroma/pleroma!1866
2019-10-19mix.exs: Bump version for develop buildsrinpatch
As per discussion on irc, we already used GNU-style versioning system for release candidates, so it makes sense to use it for develop builds as well.
2019-10-19Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's ↵eugenijm
conversations as read
2019-10-19Add documentation for PWA manifest configuration.KokaKiwi
2019-10-19MastoFE: Add PWA manifest.KokaKiwi
2019-10-19Merge branch 'mix-emoji-task-pack-json' into 'develop'rinpatch
For pleroma.emoji downloaded packs, generate pack.json instead See merge request pleroma/pleroma!1748
2019-10-18Merge branch 'develop' into feature/push-subject-for-dmMark Felder
2019-10-18Direct messages should provide a distinct push notification subjectMark Felder
2019-10-18Merge branch 'patch-1' into 'develop'rinpatch
Fix a typo in default static directory configuration for OTP releases Closes #1289 See merge request pleroma/pleroma!1829
2019-10-18Merge branch 'fix/pleroma-ctl-rpc' into 'develop'rinpatch
pleroma_ctl: Fix attempting to use RPC for config generation See merge request pleroma/pleroma!1862
2019-10-19pleroma_ctl: Fix attempting to use RPC for config generationrinpatch
2019-10-18Merge branch 'feature/relay-list' into 'develop'kaniini
Admin API: Ability to list all followed relays See merge request pleroma/pleroma!1835
2019-10-18Merge branch 'develop' into feature/relay-listMaxim Filippov
2019-10-18Merge branch 'feature/ostatus-removal' into 'develop'kaniini
ostatus removal Closes #1145 See merge request pleroma/pleroma!1854
2019-10-18tests: mastodon api: fix broken test that used OStatusAriadne Conill
2019-10-18object: containment: simplify the pattern match for OStatus testsuite hackAriadne Conill
2019-10-18object: containment: only allow OStatus references in test suite environmentAriadne Conill
2019-10-18tests: mastodon search: search for an account that is visible via ↵Ariadne Conill
activitypub, not ostatus