summaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2019-02-27Add missing docs and testsMaxim Filippov
2019-02-26AutoLinkerEgor
2019-02-22Move visibility into own module.lain
2019-02-22Fix private post card handling.lain
2019-02-22Fix: Fixing an outbox related bug when local user activity is emptyKZ
2019-02-20tests: fix formattingWilliam Pitcock
2019-02-20tests: add test for fetching AP objects with application/json.William Pitcock
2019-02-20tests: fix testsWilliam Pitcock
2019-02-20ReportsEgor
2019-02-20Add some nicer urls in status view.lain
2019-02-20[#468] Merged `upstream/develop`.Ivan Tashkinov
2019-02-20Merge branch 'muting' into 'develop'lambda
Implement muting, add it to the whole mastodon API See merge request pleroma/pleroma!319
2019-02-20Add test for muting functionality.lain
2019-02-20[#468] More OAuth scopes-specific tests.Ivan Tashkinov
2019-02-19[#468] Added OAuth scopes-specific tests.Ivan Tashkinov
2019-02-19Add test for mastodon muting endpointsEkaterina Vaartis
2019-02-19Added admin API for changing user activation statuseugenijm
2019-02-19[#468] Merged `upstream/develop`.Ivan Tashkinov
2019-02-18Merge branch 'feature/jobs' into 'develop'kaniini
Job Queue See merge request pleroma/pleroma!732
2019-02-18Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop'kaniini
Add OAuth tokens endpoint See merge request pleroma/pleroma!805
2019-02-18Merge branch 'features/flavour-switching' into 'develop'kaniini
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807
2019-02-18Merge branch 'follow-request-count' into 'develop'kaniini
Follow request count See merge request pleroma/pleroma!817
2019-02-18Merge branch 'csv-export' into 'develop'kaniini
Add option to return all friends in twitter api. Closes #602 See merge request pleroma/pleroma!833
2019-02-18Fix testMaxim Filippov
2019-02-17Merge branch 'docker-speedup' into 'develop'lambda
Docker speedup See merge request pleroma/pleroma!837
2019-02-17More speedup, test fixes.lain
2019-02-17more tests for HellthreadPolicyrinpatch
2019-02-17[#468] Merged `upstream/develop`, resolved conflicts.Ivan Tashkinov
2019-02-16Web.MastodonAPI.MastodonAPIControllerTest: Add testing of the flavour switchingHaelwenn (lanodan) Monnier
2019-02-16Add option to return all friends in twitter api.lain
Mainly useful for user export.
2019-02-15Merge branch 'hellthread-filter-fix' into 'develop'rinpatch
Hellthread filter fix Closes #634 See merge request pleroma/pleroma!831
2019-02-15Rename test, add check for follower collection when delistingKaren Konou
2019-02-15Add tests, change default config values, fix a bugKaren Konou
2019-02-15Add logic for keeping follow_request_count up-to-date on the `follow`,eugenijm
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view.
2019-02-14Merge branch 'bugfix/activitypub-reserialization' into 'develop'lambda
activitypub transmogrifier: fix reserialization edge cases See merge request pleroma/pleroma!826
2019-02-14Merge branch 'fix/credo-issues-test' into 'develop'kaniini
Fix credo issues in ./test See merge request pleroma/pleroma!808
2019-02-14tests: update tests for totalItems leak fixWilliam Pitcock
2019-02-14activitypub: user view: do not expose oAuth endpoints for instance usersWilliam Pitcock
2019-02-14tests: add some reserialization tests based on IR differencesWilliam Pitcock
2019-02-14[#468] User UI for OAuth permissions restriction. Standardized storage ↵Ivan Tashkinov
format for `scopes` fields, updated usages.
2019-02-13tests: add tests for endpointsWilliam Pitcock
2019-02-13Add revoke tokenMaxim Filippov
2019-02-13Add OAuth tokens endpointMaxim Filippov
2019-02-11Filter summary in keywordpolicyrinpatch
2019-02-11Merge branch 'develop' into feature/thread-mutingKaren Konou
2019-02-11Refactor as per Rin's suggestions, add endpoint testsKaren Konou
2019-02-11Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
# Conflicts: # lib/pleroma/web/federator/federator.ex # lib/pleroma/web/websub/websub.ex
2019-02-11test: Change `lenght(…) == 0` to `Enum.empty?(…)`Haelwenn (lanodan) Monnier
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-02-09Add unique index and unique constraint check, uniqueness test failsKaren Konou