aboutsummaryrefslogtreecommitdiff
path: root/test/list_test.exs
AgeCommit message (Collapse)Author
2020-03-03Update CopyrightsMark Felder
2019-09-30Fix mergeEgor Kislitsyn
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-08-26Add validation in Pleroma.List.create/2Egor Kislitsyn
2019-07-11Add `list` to VisibilityEgor Kislitsyn
2019-05-17Add `ap_id` to ListEgor Kislitsyn
2019-05-14Add TestsEgor Kislitsyn
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-10-20Fix some typos in the list test.eal
2018-10-19Add a test for List.get_lists_account_belongsAkiraFukushima
2018-05-30MastoAPI: Add streaming for lists.eal
2018-05-24MastoAPI: add lists.eal