Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |