aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-14MRF: add vocabulary policy moduleAriadne Conill
2019-08-14fix credoAriadne Conill
2019-08-14nodeinfo: use MRF.describe() instead of hardcoded MRF transparency stuffAriadne Conill
2019-08-14MRF: add describe() to all modules, add base MRF configuration to base descri...Ariadne Conill
2019-08-14MRF: add describe() for gathering and describing the MRF configurationAriadne Conill
2019-08-14config: remove legacy activitypub accept_blocks settingAriadne Conill
2019-08-14Do not fetch the reply object in `fix_type` unless the object has therinpatch
2019-08-14#1110 fixed /api/pleroma/healthcheckMaksim
2019-08-14MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-14Redirect not logged-in users to the MastoFE login page on private instancesSergey Suprunenko
2019-08-14Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-14Do not rembed the object after updating itrinpatch
2019-08-14OStatus Announce Representer: Do not depend on the object being embeddedrinpatch
2019-08-14Stop depending on the embedded object in restrict_favorited_byrinpatch
2019-08-14Feature/1087 wildcard option for blocksAlexander Strizhakov
2019-08-14add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-08-14tasks: relay: add list taskAriadne Conill
2019-08-14Handle MRF rejections of incoming AP activitiesSergey Suprunenko
2019-08-14tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-atHaelwenn (lanodan) Monnier
2019-08-14tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dirHaelwenn (lanodan) Monnier
2019-08-14templates/layout/app.html.eex: Style anchorsHaelwenn (lanodan) Monnier
2019-08-14Return profile URL in MastodonAPI's `url` fieldThibaut Girka
2019-08-14Simplify logic to mention.js `url` fieldThibaut Girka
2019-08-14Return profile URL when available instead of actor URI for MastodonAPI mentio...Thibaut Girka
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
2019-08-14Mastodon API: Set follower/following counters to 0 when hidingrinpatch
2019-07-31twitter api: utils: rework do_remote_follow() to use CommonAPIAriadne Conill
2019-07-31Disallow following locked accounts over OStatusrinpatch
2019-07-31ostatus: explicitly disallow protocol downgrade from activitypubAriadne Conill
2019-07-28transmogrifier: use User.delete() instead of handrolled user deletion code fo...Ariadne Conill
2019-07-28Handle 303 redirectsSergey Suprunenko
2019-07-28Merge the default options with custom ones in ReverseProxy andrinpatch
2019-07-28Formattingrinpatch
2019-07-28FallbackRedirector: Do not crash on Metadata rendering errorsrinpatch
2019-07-28OGP/TwitterCard: Add fallbacks in case the attachment key is nonexistentrinpatch
2019-07-28Fix not being able to pin unlisted postsrinpatch
2019-07-28preserve the original path/filename (no encoding/decoding) for proxySachin Joshi
2019-07-28try to always match the filename for proxy urlSachin Joshi
2019-07-28Status View: Poll ids are strings.lain
2019-07-14fix backportAriadne Conill
2019-07-14HttpRequestMock: Add missing mocks for object containment testsHaelwenn (lanodan) Monnier
2019-07-14object: fix backportAriadne Conill
2019-07-14nodeinfo: implement MRF transparency exclusionsAriadne Conill
2019-07-14Object.Fetcher: Keep the with-do block as per kaniini propositionHaelwenn (lanodan) Monnier
2019-07-14Object.Fetcher: Fallback to OStatus only if AP actually failsHaelwenn (lanodan) Monnier
2019-07-14security: detect object containment violations at the IR levelAriadne Conill
2019-06-28Merge branch 'release-docs' into 'develop'lain
2019-06-27Merge branch 'idempotency-plug' into 'develop'kaniini
2019-06-27don't delete config settings on admin updateAlexander Strizhakov
2019-06-27Polish IdempotencyPlugEgor Kislitsyn