Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Remove misleading is_ prefix from boolean function | Mark Felder | |
2020-06-17 | Empty list as default | Mark Felder | |
2020-06-17 | Merge branch 'develop' into issue/1855 | Mark Felder | |
2020-06-17 | Merge branch 'fix/1787-mogrify-args' into 'develop' | lain | |
Moving custom ecto types in context folders See merge request pleroma/pleroma!2652 | |||
2020-06-17 | Remove `poll` from `notification_type` OpenAPI spec | Egor Kislitsyn | |
2020-06-17 | Apply suggestion to lib/pleroma/web/media_proxy/invalidations/script.ex | Maksim | |
2020-06-17 | Apply suggestion to lib/pleroma/web/media_proxy/invalidations/script.ex | Maksim | |
2020-06-17 | Apply suggestion to lib/pleroma/web/media_proxy/invalidation.ex | Maksim | |
2020-06-17 | Merge branch 'features/users-raw_bio' into 'develop' | rinpatch | |
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326 | |||
2020-06-17 | credo fix | Alexander Strizhakov | |
2020-06-17 | fixed migration the settings to DB | Maksim Pechnikov | |
2020-06-16 | Chunk the notification type backfill migration | rinpatch | |
Long-term we want that migration to be done entirely in SQL, but for now this is a hotfix to not cause OOMs on large databases. This is using a homegrown version of `Repo.stream`, it's worse in terms of performance than the upstream since it doesn't use the same prepared query for chunk queries, but unlike the upstream it supports preloads. | |||
2020-06-16 | Merge branch '1866-last-status-stuff' into 'develop' | Haelwenn | |
Resolve "/api/v1/conversations returns the wrong `last_status`" Closes #1866 See merge request pleroma/pleroma!2647 | |||
2020-06-16 | fixes for tests | Alexander Strizhakov | |
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-06-16 | moving custom ecto types in context folders | Alexander Strizhakov | |
2020-06-16 | naming | Alexander Strizhakov | |
2020-06-16 | fix attemps to merge map | Alexander Strizhakov | |
2020-06-16 | Mogrify args as custom tuples | Alexander Strizhakov | |
2020-06-16 | ActivityPub: When restricting to media posts, only show 'Creates'. | lain | |
2020-06-15 | fixed a visibility of functions | Maksim Pechnikov | |
2020-06-15 | fix tests | stwf | |
2020-06-15 | User: update_follower_count refactor. | lain | |
2020-06-15 | Merge branch 'develop' into issue/1855 | Maksim Pechnikov | |
2020-06-15 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-15 | added tests | Maksim Pechnikov | |
2020-06-15 | Conversations: Return last dm for conversation, not last message. | lain | |
2020-06-14 | fix invalidates media url's | Maksim Pechnikov | |
2020-06-14 | Mastodon API: ensure the notification endpoint doesn't return less than the ↵ | eugenijm | |
requested amount of records unless it's the last page | |||
2020-06-13 | Merge branch '1851-favorites-pagination' into 'develop' | rinpatch | |
StatusController: Correctly paginate favorites. Closes #1851 See merge request pleroma/pleroma!2636 | |||
2020-06-13 | ControllerHelper: Always return id field. | lain | |
2020-06-13 | Apply suggestion to lib/pleroma/web/controller_helper.ex | lain | |
2020-06-13 | Remove use of atoms in MRF.UserAllowListPolicy | href | |
2020-06-13 | Fix atom leak in Rich Media Parser | Egor Kislitsyn | |
2020-06-12 | Merge branch 'develop' into preload-data | Mark Felder | |
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 | Merge branch 'recipients-experiments' into 'develop' | Haelwenn | |
ActivityPub: Don't show announces of your own objects in timeline. See merge request pleroma/pleroma!2637 | |||
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-12 | Return an empty map from Pleroma.Web.RichMedia.Parsers.OGP.parse/2 | Egor Kislitsyn | |
2020-06-12 | Merge remote-tracking branch 'origin/develop' into merge-ogp-twitter-parsers | Egor Kislitsyn | |
2020-06-12 | Merge branch 'global-status-expiration' into 'develop' | lain | |
Global status expiration See merge request pleroma/pleroma!2208 | |||
2020-06-12 | Merge branch 'develop' into features/mix-task-reset-mfa | Mark Felder | |
2020-06-12 | Merge branch 'feature/cli-reload-emoji' into 'develop' | lain | |
Add command to reload emoji packs from cli for OTP users Closes #1814 See merge request pleroma/pleroma!2639 | |||
2020-06-12 | added admin api for MediaProxy cache invalidation | Maksim Pechnikov | |
2020-06-12 | [#1794] Fixes URI query handling for hashtags extraction in search. | Ivan Tashkinov | |
2020-06-11 | New mix task: pleroma.user reset_mfa <nickname> | Haelwenn (lanodan) Monnier | |
2020-06-11 | Deprecate Pleroma.Web.RichMedia.Parsers.OGP | Egor Kislitsyn | |