aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-14Stop depending on the embedded object in restrict_favorited_byrinpatch
2019-08-14chase changelog updatesAriadne Conill
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
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155 [ci skip]
2019-08-14tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dirHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058
2019-08-14update changelog for lanodan's changeAriadne Conill
2019-08-14templates/layout/app.html.eex: Style anchorsHaelwenn (lanodan) Monnier
[ci skip]
2019-08-14update changelog for thibg's changeAriadne Conill
2019-08-14Return profile URL in MastodonAPI's `url` fieldThibaut Girka
2019-08-14Simplify logic to mention.js `url` fieldThibaut Girka
`User.profile_url` already fallbacks to ap_id
2019-08-14Return profile URL when available instead of actor URI for MastodonAPI ↵Thibaut Girka
mention URL Fixes #1165
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one.
2019-08-14Mastodon API: Set follower/following counters to 0 when hidingrinpatch
followers/following is enabled We are already doing that in AP representation, so I think we should do it here as well for consistency.
2019-08-01Merge branch 'release/1.0.4' into 'master'v1.0.4kaniini
1.0.4 release See merge request pleroma/pleroma!1519
2019-08-01mix: update version to 1.0.4release/1.0.4Ariadne Conill
2019-08-01Fix Invalid SemVer version generationrinpatch
when the current branch does not have commits ahead of tag/checked out on a tag
2019-07-31Merge branch 'release/1.0.3' into 'master'v1.0.3kaniini
1.0.3 release See merge request pleroma/pleroma!1514
2019-07-31mix: update version to 1.0.3release/1.0.3Ariadne Conill
2019-07-31changelog againAriadne Conill
2019-07-31twitter api: utils: rework do_remote_follow() to use CommonAPIAriadne Conill
Closes #1138
2019-07-31changelog updateAriadne Conill
2019-07-31Disallow following locked accounts over OStatusrinpatch
2019-07-31ostatus: explicitly disallow protocol downgrade from activitypubAriadne Conill
This closes embargoed bug #1135.
2019-07-31Merge branch '1048-semver-format-compliance-backport' into 'master'kaniini
Fixed version parsing in pleroma_ctl (backport) See merge request pleroma/pleroma!1508
2019-07-31[#1036] Changelog adjustment.Ivan Tashkinov
2019-07-30[#1036] Fixed version parsing in pleroma_ctl.Ivan Tashkinov
2019-07-30[#1048] Fixed version parsing in pleroma_ctl. Closes #1036.Ivan Tashkinov
2019-07-29Merge branch 'release/1.0.2' into 'master'v1.0.2kaniini
1.0.2 release See merge request pleroma/pleroma!1499
2019-07-28mix: update version to 1.0.2release/1.0.2Ariadne Conill
2019-07-28Dependencies: Update tzdata and related packages.lain
2019-07-28transmogrifier: use User.delete() instead of handrolled user deletion code ↵Ariadne Conill
for remote users Closes #1104
2019-07-28Handle 303 redirectsSergey Suprunenko
2019-07-28Add a changelog entry for tolerating incorrect chain orderrinpatch
2019-07-28Workaround for remote server certificate chain issuesrinpatch
2019-07-28Merge the default options with custom ones in ReverseProxy andrinpatch
Pleroma.HTTP
2019-07-28Update otp_en.md - Added creation of initial admin userBradley D. Thornton
2019-07-28Fix domain for the contact clients.mdtom79
2019-07-28Update clients.md for Fedilabtom79
- Change owner (@fedilab@framapiaf.org), Source code: Framagit, Add some other supported features
2019-07-28Add a changelog entry for changing the defaultsrinpatch
2019-07-28Formattingrinpatch
2019-07-28Improve wording in CHANGELOG.mdrinpatch
2019-07-28Enable OpenGraph and TwitterCard by defaultrinpatch
Closes #1034
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-28OTP Release install docs: Remove --dry-run in cron certbot commandrinpatch
2019-07-28update ChangelogAriadne Conill
2019-07-28Fix not being able to pin unlisted postsrinpatch
Closes #1038