Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-26 | Web.ActivityPub.ActivityPubTest: test against inserting activities with ↵ | Haelwenn (lanodan) Monnier | |
content: null | |||
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-24 | Use correct logic to determine "attentions" list | Maxim Filippov | |
2019-01-24 | test: add anti-followbot policy tests | William Pitcock | |
2019-01-23 | Send "hide_network" in user_view | Maxim Filippov | |
2019-01-23 | Merge branch 'develop' into rename/pleroma_activity_consistency | lain | |
2019-01-23 | Flake Ids for Users and Activities | href | |
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-21 | Fix buggy test. | lain | |
2019-01-21 | Merge branch 'feature/dm-sanity' into 'develop' | lambda | |
DM sanitization See merge request pleroma/pleroma!458 | |||
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: get_all_by_object_ap_id/1 → get_all_create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-21 | Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-20 | Merge branch '116-send-delete-event' into 'develop' | kaniini | |
Send delete event over Mastodon streaming api Closes #116 See merge request pleroma/pleroma!688 | |||
2019-01-20 | Send delete event over Mastodon streaming api | lain | |
Closes #116 | |||
2019-01-20 | Merge branch 'add-custom-emoji-test' into 'develop' | lambda | |
Add a test to ensure #39 is fixed. See merge request pleroma/pleroma!687 | |||
2019-01-20 | Add a test to ensure #39 is fixed. | lain | |
2019-01-20 | Merge branch 'i1t/pleroma-477_user_search_improvements' into 'develop' | lambda | |
I1t/pleroma 477 user search improvements See merge request pleroma/pleroma!685 | |||
2019-01-20 | test: transmogrifier: verify directMessage flag is sent outbound based on ↵ | William Pitcock | |
declared visibility | |||
2019-01-20 | tests: add tests for DM sanitizer | William Pitcock | |
2019-01-20 | activitypub: utils: add determine_explicit_mentions() and tests | William Pitcock | |
2019-01-19 | Merge branch 'bugfix/improve-boost-targeting' into 'develop' | kaniini | |
improve handling of non-public Announces See merge request pleroma/pleroma!681 | |||
2019-01-19 | Format | Maxim Filippov | |
2019-01-19 | Add current user to mentioned | Maxim Filippov | |
2019-01-18 | test: add regression test for to/cc clobbering | William Pitcock | |
2019-01-18 | Add actor to recipients | Maxim Filippov | |
2019-01-18 | Fix merge conflict | rinpatch | |
2019-01-18 | Fix ostatus test | rinpatch | |
2019-01-18 | [#477] User: FTS and trigram search results mixing (to handle misspelled ↵ | Ivan Tashkinov | |
requests). | |||
2019-01-18 | Use object instead of activity for metadata | rinpatch | |
2019-01-17 | Fix object id in OpenGraph test | rinpatch | |
2019-01-17 | [#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵ | Ivan Tashkinov | |
users. | |||
2019-01-17 | Fix test | rinpatch | |
2019-01-16 | join us now and share the software~. Also tests | rinpatch | |
2019-01-16 | MastoAPI: Don't break on missing users. | lain | |
2019-01-16 | Merge branch 'feature/improve-microformats' into 'develop' | lambda | |
improve microformats support See merge request pleroma/pleroma!672 | |||
2019-01-16 | [#518] Fixed /api/v1/instance ("domain_count" value) and ↵ | Ivan Tashkinov | |
/api/v1/instance/peers responses. | |||
2019-01-16 | Remove OpenGraph test from Ostatus tests | rinpatch | |
2019-01-16 | tests: fixup | William Pitcock | |
2019-01-15 | [#477] Added FTS index for `users`. Fixed failing test. | Ivan Tashkinov | |
2019-01-14 | Merge branch 'feature/add-oembed-parser' into 'develop' | kaniini | |
Add OEmbed parser See merge request pleroma/pleroma!661 | |||
2019-01-14 | Merge branch 'activitypub-likes' into 'develop' | kaniini | |
Activitypub c2s likes See merge request pleroma/pleroma!658 | |||
2019-01-13 | Add test for mastodon API /favourites endpoint | Sadposter | |
2019-01-13 | Resolve merge conflict | rinpatch | |
2019-01-13 | Add OEmbed parser | Maxim Filippov | |
2019-01-12 | Add likes to activitypub object representation | sxsdv1 | |
Top level of the likes OrderedCollection is inlined to get immediate access to totalItems. Because the count can be returned without scanning the database for like activities the extra query is saved when the client only wants to display the total. |