Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Activity: create_activity_by_object_id_query/1 → create_by_object_ap_id/1 ↵ | Haelwenn (lanodan) Monnier | |
when is_list | |||
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_q/1 → create_by_object_ap_id/1 | Haelwenn (lanodan) Monnier | |
2019-01-21 | Activity: all_non_create_by_object_ap_id_q → by_object_ap_id | 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-21 | Merge branch 'bugfix/gen_signing_salt' into 'develop' | rinpatch | |
Mix.Tasks.Pleroma.Instance: Generate signing_salt Closes #533 See merge request pleroma/pleroma!689 | |||
2019-01-21 | Mix.Tasks.Pleroma.Instance: Generate signing_salt | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/533 | |||
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 '2019-1-20-update-frontend' into 'develop' | lambda | |
update frontend See merge request pleroma/pleroma!686 | |||
2019-01-20 | update frontend | 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 | Set custom similarity limit. | lain | |
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-20 | Make use of the indices. | lain | |
Indices in postgresql rely on operators, so they won't be used if you use only functions. | |||
2019-01-19 | Merge branch '491_full_mentions_in_user_bio' into 'develop' | kaniini | |
[#491] Made user bio preserve full nicknames (nick@host) Closes #491 See merge request pleroma/pleroma!676 | |||
2019-01-18 | test: add regression test for to/cc clobbering | William Pitcock | |
2019-01-18 | [#477] User trigram index adjustment. | Ivan Tashkinov | |
2019-01-18 | [#477] User: FTS and trigram search results mixing (to handle misspelled ↵ | Ivan Tashkinov | |
requests). | |||
2019-01-18 | [#491] Made full nicknames be preserved in user links text only in Bio. | Ivan Tashkinov | |
2019-01-17 | activitypub: add a match clause for objects, not just activities | William Pitcock | |
2019-01-17 | activitypub: transmogrifier: do not clobber the addressing on relayed ↵ | William Pitcock | |
announcements | |||
2019-01-17 | activitypub: allow is_public?() to work on any type of map representing an ↵ | William Pitcock | |
AS2 object | |||
2019-01-17 | activitypub: relay: chase selective public announce changes | William Pitcock | |
2019-01-17 | activitypub: announce: add new public parameter | William Pitcock | |
2019-01-17 | Merge branch '502_instance_stats_active_users_count_fix' into 'develop' | kaniini | |
[#502] Fixed `user_count` in `/api/v1/instance` to include only active local users Closes #502 See merge request pleroma/pleroma!678 | |||
2019-01-17 | Merge branch 'bad-copy-paste' into 'develop' | kaniini | |
Fix bad link in likes collection See merge request pleroma/pleroma!679 | |||
2019-01-17 | Merge branch 'attachment-links' into 'develop' | kaniini | |
Make attachment links configurable See merge request pleroma/pleroma!677 | |||
2019-01-17 | Merge branch 'change-mix-location' into 'develop' | kaniini | |
systemd: Add comments and change default path of the Mix binary. See merge request pleroma/pleroma!680 | |||
2019-01-17 | Add comments and change default path of the Mix binary. | shibayashi | |
2019-01-17 | Fix bad link in likes collection | sxsdv1 | |
Don't copy and paste, mkay | |||
2019-01-17 | [#502] Fixed `user_count` in `/api/v1/instance` to include only active local ↵ | Ivan Tashkinov | |
users. | |||
2019-01-17 | formatting | Mark Felder | |
2019-01-17 | Default to disabled in the code in case the setting is absent from config.exs | Mark Felder | |
2019-01-17 | Also add to default config | Mark Felder | |
2019-01-17 | Make attachment links configurable | Mark Felder | |
Thanks @href! | |||
2019-01-17 | [#491] Made user bio preserve full nicknames (nick@host). | Ivan Tashkinov | |
2019-01-17 | Merge branch 'resilient-user-view-2' into 'develop' | kaniini | |
MastoAPI: Don't break on missing users. See merge request pleroma/pleroma!675 | |||
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 | Merge branch '518_instance_stats_fix' into 'develop' | lambda | |
[#518] Fix: /api/v1/instance ("domain_count"), /api/v1/instance/peers Closes #518 See merge request pleroma/pleroma!673 | |||
2019-01-16 | [#518] Fixed /api/v1/instance ("domain_count" value) and ↵ | Ivan Tashkinov | |
/api/v1/instance/peers responses. | |||
2019-01-16 | [#477] Minor refactoring (user search query). | Ivan Tashkinov | |
2019-01-16 | tests: fixup | William Pitcock | |
2019-01-16 | formatter: improve microformats markup | William Pitcock | |
2019-01-16 | html: allow microformats-related markup through the html filter | William Pitcock | |
2019-01-15 | Merge branch 'bugfix/websub-hardening' into 'develop' | lambda | |
websub: improve error handling See merge request pleroma/pleroma!670 | |||
2019-01-15 | Merge branch 'bugfix/tesla-query-params' into 'develop' | lambda | |
Make OStatus Work Again See merge request pleroma/pleroma!671 |