Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-03-07 | [#3213] Performance optimization of filtering by hashtags ("any" condition). | Ivan Tashkinov | |
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-06-19 | [#1873] Fixes missing :offset pagination param support. Added pagination ↵ | Ivan Tashkinov | |
support for hashtags search. | |||
2020-06-05 | Fix pagination | Egor Kislitsyn | |
2020-06-04 | Use atoms as keys in `ActivityPub.fetch_*` functions options | Egor Kislitsyn | |
2020-03-02 | Merge branch 'feature/1482-activity_pub_transactions' into 'develop' | Haelwenn | |
ActivityPub actions & side-effects in transaction Closes #1482 See merge request pleroma/pleroma!2089 | |||
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-03-01 | ActivityPub actions & side-effects in transaction | Alexander Strizhakov | |
2020-03-01 | pagination: limit the number of elements returned at one time to 40 | rinpatch | |
2019-12-12 | Merge branch 'develop' into feature/report-notes | Maxim Filippov | |
2019-12-06 | Fix incorrect report count | Maxim Filippov | |
2019-11-18 | fix `order by` for fetch_favorites | Maksim Pechnikov | |
2019-11-18 | updated fetch_favorites | Maksim Pechnikov | |
2019-11-18 | fix test | Maksim Pechnikov | |
2019-09-25 | Allow activities pagination via limit/offset | Maxim Filippov | |
2019-09-03 | Return "total" optionally | Maxim Filippov | |
2019-09-02 | Return total from pagination + tests | Maxim Filippov | |
2019-07-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-10 | Add license/copyright to all project files | feld | |
2019-03-28 | pagination.ex: Drop atom keys in params | Haelwenn (lanodan) Monnier | |
Atom keys could also have been transformed to string, or the other way around but this one is more efficient and what we actually expect with the current param_types in Pagination | |||
2019-03-18 | Added support for exclude_types, limit, and min_id in Mastodon | eugenijm | |
notifications. Unify Mastodon-compatible pagination logic. |