| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-27 | Merge branch 'features/mastoapi-multi-hashtag' into 'develop' | kaniini | |
| MastodonAPI multi-hashtag See merge request pleroma/pleroma!652 | |||
| 2019-01-27 | Web.MastodonAPI.AccountView: Add is_moderator and is_admin | Haelwenn (lanodan) Monnier | |
| Closes: https://git.pleroma.social/pleroma/pleroma/issues/557 | |||
| 2019-01-26 | rich media: gracefully handle fetching nil URIs | William Pitcock | |
| 2019-01-26 | Merge branch 'flake-from-int' into 'develop' | kaniini | |
| Flake: support integers in from_string/1 See merge request pleroma/pleroma!715 | |||
| 2019-01-26 | Flake: support integers in from_string/1 | href | |
| Some previously issued stateless tokens have integer ids in them. | |||
| 2019-01-26 | Merge branch 'join-in-preloads' into 'develop' | kaniini | |
| Join on preloads to avoid N+1 queries See merge request pleroma/pleroma!714 | |||
| 2019-01-26 | Web.MastodonAPI.MastodonAPIController: tag+any bookmark params in a array ↵ | Haelwenn (lanodan) Monnier | |
| and flatten it | |||
| 2019-01-26 | mastodon api: use OGP uri instead of page_url for deducing domain name, fix test | William Pitcock | |
| 2019-01-26 | mastodon api: use HTML.extract_first_external_url() | William Pitcock | |
| 2019-01-26 | Join on preloads to avoid N+1 queries | href | |
| 2019-01-26 | html: add utility function to extract first URL from an object and cache the ↵ | William Pitcock | |
| result | |||
| 2019-01-26 | mastodon api: provider_name setting is required too on the card | William Pitcock | |
| 2019-01-26 | Web.MastodonAPI.MastodonAPIController: generic get_status_card/1 function ↵ | Haelwenn (lanodan) Monnier | |
| for MastoAPI 2.6.x Mastodon API 2.6.x added a card key to the Status object so the Card can be shown in the timeline without an extra request at each status. | |||
| 2019-01-26 | Web.MastodonAPI.MastodonAPIController: Add Rich-Media support | Haelwenn (lanodan) Monnier | |
| 2019-01-26 | Fix the logic in multi-hashtag TLs | Haelwenn (lanodan) Monnier | |
| 2019-01-26 | Web.ActivityPub.ActivityPub: Simplify multi-hashtag, add tests | Haelwenn (lanodan) Monnier | |
| 2019-01-26 | [Web.ActivityPub.ActivityPub]: Fix restrict_tag() | Haelwenn (lanodan) Monnier | |
| Thanks to Senko-san <kurisu@iscute.moe> for the help on array-matching | |||
| 2019-01-26 | [WIP,MastoAPI] Multi-tag timelines | Haelwenn (lanodan) Monnier | |
| 2019-01-26 | Web.ActivityPub.ActivityPub: Fix check_remote_limit/1 against activities ↵ | Haelwenn (lanodan) Monnier | |
| with content: nil | |||
| 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-24 | Use correct logic to determine "attentions" list | Maxim Filippov | |
| 2019-01-24 | Fix clippy with one/five lines | href | |
| 2019-01-24 | FlakeId: ignore null mac for workerid, use first mac | href | |
| 2019-01-24 | mrf: add anti-followbot policy | William Pitcock | |
| 2019-01-23 | Send "hide_network" in user_view | Maxim Filippov | |
| 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 'develop' into rename/pleroma_activity_consistency | lain | |
| 2019-01-23 | Clippy! | 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 'fix/activity_get_by_id' into 'develop' | Haelwenn | |
| Add get_by_id to activity.ex See merge request pleroma/pleroma!695 | |||
| 2019-01-22 | [#502] Fixed User.active_local_user_query to return users with nil or ↵ | Ivan Tashkinov | |
| missing `info.deactivated`. Adjusted test. | |||
| 2019-01-22 | Add get_by_id to activity.ex | rinpatch | |
| 2019-01-21 | Uploader callback controller | href | |
| 2019-01-21 | reverse_proxy - always override plug's cache-control | href | |
| 2019-01-21 | S3 Namespace | href | |
| 2019-01-21 | Merge branch '530_federator_user_info_overwrite_fix' into 'develop' | lambda | |
| [#530] Prevents user `info` from being overwritten because of race conditions Closes #530 See merge request pleroma/pleroma!691 | |||
| 2019-01-21 | Merge branch 'feature/dm-sanity' into 'develop' | lambda | |
| DM sanitization See merge request pleroma/pleroma!458 | |||
| 2019-01-21 | [#502] Code comments update. | Ivan Tashkinov | |
| 2019-01-21 | [#530] Prevents user `info` from being overwritten because of race conditions | Ivan Tashkinov | |
| and non-partial update of embed (in WebFinger.ensure_keys_present and other places). | |||
| 2019-01-21 | Activity: mix format (2 empty lines) | Haelwenn (lanodan) Monnier | |
| 2019-01-21 | Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
| 2019-01-21 | Activity: create_activity_by_object_id_query/1 → create_by_object_ap_id/1 ↵ | Haelwenn (lanodan) Monnier | |
| when is_list | |||
