Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | fix flaky test_user_relationship_test.exs:81 | Ilja | |
2022-07-16 | Use :utc_datetime | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-06-16 | Store mutes expiration date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-11-29 | Account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-05-12 | [#2456] Added support for `embed_relationships` param, nailed down endpoints ↵ | Ivan Tashkinov | |
which should support it. Fixed :source_mutes relationships subset fetching. | |||
2020-04-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
output-of-relationships-in-statuses | |||
2020-04-01 | Ability to control the output of account/pleroma/relationship in statuses in ↵ | Ivan Tashkinov | |
order to improve the rendering performance. See `[:extensions, output_relationships_in_statuses_by_default]` setting and `with_relationships` param. | |||
2020-03-31 | [#2332] Misc. improvements per code change requests. | Ivan Tashkinov | |
2020-03-26 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
relations-preloading-for-statuses-rendering # Conflicts: # lib/pleroma/thread_mute.ex | |||
2020-03-25 | Further preloading (more endpoints), refactoring, tests. | Ivan Tashkinov | |
2020-03-25 | Applied relationships preloading to GET /api/v1/accounts/relationships. ↵ | Ivan Tashkinov | |
Refactoring (User.binary_id/1). | |||
2020-03-23 | Preloading of follow relations for timeline/statuses rendering (performance ↵ | Ivan Tashkinov | |
improvement). Refactoring. | |||
2020-03-22 | WIP: preloading of user relations for timeline/statuses rendering ↵ | Ivan Tashkinov | |
(performance improvement). | |||
2020-03-15 | [#1364] Improved control over generation / sending of notifications. Fixed ↵ | Ivan Tashkinov | |
blocking / muting users notifications issue. Added tests. | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-28 | update ecto | Maksim Pechnikov | |
2019-11-19 | [#1335] Implemented notification mutes and reblog mutes as ↵ | Ivan Tashkinov | |
UserRelationships. User to UserRelationship relations and functions refactoring. | |||
2019-11-18 | [#1335] Refactored UserMute and UserBlock into UserRelationship, introduced ↵ | Ivan Tashkinov | |
EctoEnum. |