Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-25 | [#534] Federation reachability filtering tests. | Ivan Tashkinov | |
2019-01-25 | [#534] Made Salmon.send_to_user calls be handled through Federator.enqueue. | Ivan Tashkinov | |
2019-01-25 | SPC fixes: Fix activities. | lain | |
2019-01-25 | [#534] Websub fix: made SQL use UTC time zone when comparing with ↵ | Ivan Tashkinov | |
`valid_until` (instead of postgresql-server default time zone). | |||
2019-01-25 | Merge branch 'oembed_provider' into 'develop' | kaniini | |
Opengraph/TwitterCard::summary for statuses and user profiles See merge request pleroma/pleroma!533 | |||
2019-01-25 | [#534] Configurable outgoing federation reachability timeout. | Ivan Tashkinov | |
2019-01-25 | Merge branch 'update/pleroma-fe-20190125-hotfix' into 'develop' | lambda | |
update pleroma frontend (summary_html hotfix) See merge request pleroma/pleroma!710 | |||
2019-01-25 | update pleroma frontend (summary_html hotfix) | William Pitcock | |
2019-01-25 | Fix OGP provider tests | rinpatch | |
2019-01-25 | Merge remote-tracking branch 'pl/develop' into oembed_provider | rinpatch | |
2019-01-25 | Merge branch 'fix/tusky-dm' into 'develop' | kaniini | |
Add actor to recipients list Closes #390 See merge request pleroma/pleroma!683 | |||
2019-01-25 | Merge branch 'develop' into 'oembed_provider' | kaniini | |
# Conflicts: # lib/pleroma/activity.ex | |||
2019-01-25 | Merge branch 'classic-flakeids' into 'develop' | kaniini | |
Flake Ids for Users and Activities Closes #450 See merge request pleroma/pleroma!645 | |||
2019-01-25 | Merge branch 'update/pleroma-fe-20190125' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!709 | |||
2019-01-25 | update pleroma frontend | William Pitcock | |
2019-01-24 | Use correct logic to determine "attentions" list | Maxim Filippov | |
2019-01-24 | [#534] Optimized bulk publish ops to filter on reachability early. ↵ | Ivan Tashkinov | |
`Instance` refactoring. | |||
2019-01-24 | Fix clippy with one/five lines | href | |
2019-01-24 | [#534] Updating external instances reachability on incoming federation. | Ivan Tashkinov | |
2019-01-24 | Merge branch 'fix-activity_visibility-autovacuum' into 'develop' | kaniini | |
Fix postgres activity_visibility when running in autovacuum See merge request pleroma/pleroma!708 | |||
2019-01-24 | Fix postgres activity_visibility when running in autovacuum | href | |
2019-01-24 | FlakeId: ignore null mac for workerid, use first mac | href | |
2019-01-24 | Merge branch 'feature/mrf-anti-followbot' into 'develop' | href | |
mrf: add anti-followbot policy See merge request pleroma/pleroma!706 | |||
2019-01-24 | test: add anti-followbot policy tests | William Pitcock | |
2019-01-24 | mrf: add anti-followbot policy | William Pitcock | |
2019-01-24 | [#534] Federation publish requests status control (enforced 2xx response ↵ | Ivan Tashkinov | |
code check). | |||
2019-01-23 | Merge branch 'fix/hide-network-setting' into 'develop' | kaniini | |
Send "hide_network" in user_view See merge request pleroma/pleroma!704 | |||
2019-01-23 | Send "hide_network" in user_view | Maxim Filippov | |
2019-01-23 | [#534] Initial implementation of unreachable federation targets retirement. | Ivan Tashkinov | |
2019-01-23 | Merge branch 's3-namespace' into 'develop' | kaniini | |
S3 uploader: support for namespaced bucket Closes #532 See merge request pleroma/pleroma!699 | |||
2019-01-23 | Merge branch 'fix-info-id' into 'develop' | href | |
Fix info ids. Closes #511 See merge request pleroma/pleroma!702 | |||
2019-01-23 | Fix info ids. | lain | |
The previous migration actually created values for the key "id", including the quotes. This one should fill out all missing ids. Closes #511 | |||
2019-01-23 | Merge branch 'rename/pleroma_activity_consistency' into 'develop' | lambda | |
Consistent fonction names in Pleroma.Activity See merge request pleroma/pleroma!690 | |||
2019-01-23 | Merge branch 'develop' into rename/pleroma_activity_consistency | lain | |
2019-01-23 | New frontend configuration mechanism. | lain | |
2019-01-23 | FlakeId: chain alter statements | href | |
2019-01-23 | Flake: migrate pinned_activities in jsonb | href | |
2019-01-23 | Clippy! | href | |
2019-01-23 | Lock activities/users table during flake migration. | href | |
2019-01-23 | Treat User.Info pinned ids as strings | href | |
2019-01-23 | FlakeId.from_string/1: remove old, un-needed conversion | href | |
2019-01-23 | 2019 | href | |
2019-01-23 | ActivityPub: restrict_since/restrict_max: ignore empty param | href | |
2019-01-23 | Test FlakeID old id compat & Ecto type | href | |
2019-01-23 | Flake Ids for Users and Activities | href | |
2019-01-22 | Merge branch 'mr/20190122-activity-visibility-update' into 'develop' | href | |
slightly changes definition so that autovacuum works parallel safe too Closes #540 See merge request pleroma/pleroma!697 | |||
2019-01-22 | slightly changes definition so that autovacuum works paralell safe too | Michael Loftis | |
2019-01-22 | Merge branch 'fix/activity_get_by_id' into 'develop' | Haelwenn | |
Add get_by_id to activity.ex See merge request pleroma/pleroma!695 | |||
2019-01-22 | Merge branch '502_stats_fix_for_nil_info_deactivated' into 'develop' | lambda | |
[#502] Stats fix (users with nil or missing `info.deactivated` should be treated active) Closes #502 See merge request pleroma/pleroma!696 | |||
2019-01-22 | [#502] Fixed User.active_local_user_query to return users with nil or ↵ | Ivan Tashkinov | |
missing `info.deactivated`. Adjusted test. |