Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-27 | Misc refactoring / tweaks (`ThreadMute.exists?/2`). | 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 | Applied relationships preloading to GET /api/v1/accounts/relationships. ↵ | Ivan Tashkinov | |
Refactoring (User.binary_id/1). | |||
2020-03-25 | [#1364] Minor improvements / comments. | Ivan Tashkinov | |
Further fixes of incorrect usage of "relations" as a short form of "relationships". | |||
2020-03-15 | [#1364] Improved control over generation / sending of notifications. Fixed ↵ | Ivan Tashkinov | |
blocking / muting users notifications issue. Added tests. | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-25 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] Fix the consistency | Haelwenn (lanodan) Monnier | |
2019-02-11 | Refactor as per Rin's suggestions, add endpoint tests | Karen Konou | |