Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-13 | Merge branch 'release/2.0.7' into 'stable'v2.0.7 | rinpatch | |
Release/2.0.7 See merge request pleroma/secteam/pleroma!8 | |||
2020-06-12 | Apply suggestion to CHANGELOG.md | rinpatch | |
2020-06-12 | CHANGELOG.md: add 2.0.7 entry | rinpatch | |
2020-06-12 | mix.exs: bump to 2.0.7 | rinpatch | |
2020-06-12 | Merge branch 'fix/csp-mediaproxy-base-url' into 'develop' | feld | |
HTTP security plug: add media proxy base url host to csp See merge request pleroma/pleroma!2638 | |||
2020-06-12 | Merge branch 'bugfix/csp-unproxied' into 'develop' | rinpatch | |
http_security_plug.ex: Fix non-proxied media See merge request pleroma/pleroma!2610 | |||
2020-06-12 | static-fe.css: Restore and move to /priv/static/static-fe | Haelwenn (lanodan) Monnier | |
2020-06-12 | Remove use of atoms in MRF.UserAllowListPolicy | href | |
2020-06-12 | Fix atom leak in Rich Media Parser | Egor Kislitsyn | |
2020-06-09 | Merge branch 'release/2.0.6' into 'stable'v2.0.6 | rinpatch | |
Release/2.0.6 See merge request pleroma/pleroma!2632 | |||
2020-06-08 | CHANGELOG.md: add 2.0.6 entry | rinpatch | |
2020-06-08 | mix.exs: bump version to 2.0.6 | rinpatch | |
2020-06-08 | Merge branch 'recipients-query-speedup' into 'develop' | rinpatch | |
Greatly speed up recipients query See merge request pleroma/pleroma!2558 | |||
2020-06-08 | Migrations: Add index on client_id and client_secret for apps. | lain | |
Greatly speeds up app lookup. | |||
2020-06-08 | Activity.Queries: Use correct actor restriction. | lain | |
2020-06-08 | ActivityPub: Change ordering to `nulls last` in favorites query | lain | |
This makes it use our existing index and speeds up the query. | |||
2020-06-08 | Merge branch 'notification-fixes' into 'develop' | rinpatch | |
Notification performance fixes See merge request pleroma/pleroma!2595 | |||
2020-06-08 | [stable rewrite]: fix streamer streaming out announces from a muted thread | rinpatch | |
Use parent object instead of activity because context is null of Announce activity from Mastodon. | |||
2020-06-08 | Merge branch 'features/apc2s-pagination' into 'develop' | Haelwenn | |
Fix AP C2S pagination Closes #866 and #751 See merge request pleroma/pleroma!2491 | |||
2020-06-08 | Update crypt library | Roman Chvanikov | |
2020-06-08 | fix for syslog compile with updated rebar3 | Alexander Strizhakov | |
2020-06-08 | [stable rewrite] update hackney to 1.16.0 and add support for tlsv1.3 | rinpatch | |
2020-06-08 | Merge branch 'fix/mediaproxy-bypass-emoji' into 'develop' | rinpatch | |
Fix profile emojis bypassing mediaproxy and harden CSP Closes #1810 See merge request pleroma/pleroma!2596 | |||
2020-05-13 | Merge branch 'release/2.0.5' into 'stable'v2.0.5 | lain | |
Release/2.0.5 See merge request pleroma/secteam/pleroma!4 | |||
2020-05-13 | mix.exs: bump to 2.0.5 | rinpatch | |
2020-05-13 | CHANGELOG.md: add 2.0.5 entry | rinpatch | |
2020-05-13 | User: Truncate bios when updating a remote user. | lain | |
2020-05-13 | pleroma-fe bundle: update to 5d49edc823ba2ea3e34d4fd6c5efcc84ef9712f7 | rinpatch | |
2020-05-13 | ActivityPub: Fix non-federating blocks. | lain | |
2020-05-12 | Transmogrifier: On incoming follow accept, update follow counts. | lain | |
2020-05-12 | fix eldap being required for non-OTP releases | rinpatch | |
2020-05-12 | Reorder alias | href | |
2020-05-12 | Expand and authorize streams in Streamer directly (backport from !2519) | href | |
2020-05-10 | Merge branch 'release/2.0.4' into 'stable'v2.0.4 | rinpatch | |
Release/2.0.4 See merge request pleroma/pleroma!2503 | |||
2020-05-10 | CHANGELOG.md: mention AP C2S change | rinpatch | |
2020-05-10 | mix.exs: bump version to 2.0.4 | rinpatch | |
2020-05-10 | CHANGELOG.md: Add 2.0.4 entry | rinpatch | |
2020-05-10 | healthcheck: report real amount of memory allocated by beam | rinpatch | |
as opposed to memory currently in use | |||
2020-05-10 | Webfinger: Request account info with the acct scheme | lain | |
2020-05-10 | Fix inconsistency in language for activating settings | Angelina Filippova | |
2020-05-10 | AP C2S: Restrict creation to `Note`s for now. | lain | |
2020-05-10 | Increase tests on AP C2S | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/954 | |||
2020-05-10 | apache chain issue fix | Alexander Strizhakov | |
2020-05-10 | include eldap in OTP releases | rinpatch | |
Closes #1313 | |||
2020-05-10 | insert skeletons migration: fix for non-local locals | rinpatch | |
Apparently some instances have local users with local ap_ids that are marked as local: false. Needs more investigation into how that happened. In the meantime, the skeleton migration was patched to just ignore all known ap ids, not just locals. Doesn't seem to slow down the migration too much on patch.cx Closes #1746 | |||
2020-05-02 | Merge branch 'release/2.0.3' into 'stable'v2.0.3 | rinpatch | |
Release/2.0.3 See merge request pleroma/secteam/pleroma!3 | |||
2020-05-02 | mix.exs: bump to 2.0.3 | rinpatch | |
2020-05-02 | CHANGELOG.md: Add 2.0.3 changelog | rinpatch | |
2020-05-02 | Dismiss the follow request notification on rejection | eugenijm | |
2020-05-02 | Merge branch 'follow-request-notifications' into 'develop' | rinpatch | |
Follow request notifications enforcement See merge request pleroma/pleroma!2451 |