aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-11-22Merge branch 'feature/admin-api' into 'develop'kaniini
Add a admin API See merge request pleroma/pleroma!366
2018-11-20Merge branch 'feature/retry-queue' into 'develop'Haelwenn
Federator: add retry queue. See merge request pleroma/pleroma!323
2018-11-20mediaproxy: fix empty url & add some testshref
2018-11-19RetryQueue: tiny refractor, add testseal
2018-11-17activitypub: object view: avoid leaking private detailsWilliam Pitcock
2018-11-17ostatus controller: respond with AS2 objects instead of activities to notice ↵William Pitcock
URIs
2018-11-17tests: federator: fix formattingWilliam Pitcock
2018-11-17activitypub: transmogrifier: make deletes secureWilliam Pitcock
2018-11-17Web.AdminAPI.AdminAPIControllerTest: New TestHaelwenn (lanodan) Monnier
2018-11-17test/plugs/user_is_admin_plug_test: New testHaelwenn (lanodan) Monnier
2018-11-17test: add sanity tests for federator handling of AP docsWilliam Pitcock
2018-11-17tests: add a test to verify the general fake direction protection works in ↵William Pitcock
all cases
2018-11-17tests: add a testcase for user collisionWilliam Pitcock
2018-11-17tests: add tests for contain_origin_from_id()William Pitcock
2018-11-17tests: add a second spoofing variantWilliam Pitcock
2018-11-17test: fix more test defectsWilliam Pitcock
2018-11-17tests: add additional spoofing testsWilliam Pitcock
2018-11-17transmogrifier tests: fix defective spoofing testWilliam Pitcock
2018-11-17test: httpoison mock: add second spoofing activity testWilliam Pitcock
2018-11-16TwitterAPI: Fix dm_timeline displaying only half of the conversation.lain
2018-11-16Merge branch 'feature/pleromafe-usersearch' into 'develop'lambda
Add Twitter / Pleroma API user search See merge request pleroma/pleroma!452
2018-11-16Add better test for user search functionlity.lain
2018-11-17Reset http security settings to fix plug testAkiraFukushima
2018-11-14Format.lain
2018-11-14Add Pleroma user search api for PleromaFE.lain
2018-11-13TwitterApi: Add direct message endpointlain
2018-11-13MastodonAPI: Add pagination to private messages.lain
2018-11-12Merge branch 'twitter-api-null-display-name' into 'develop'scarlett
Twitter API: Fall back to user.nickname if user has no name Closes #375 See merge request pleroma/pleroma!444
2018-11-12Twitter API: Add tests for nil names.scarlett
2018-11-12http security: allow referrer-policy to be configuredWilliam Pitcock
2018-11-12rename CSPPlug to HTTPSecurityPlug.William Pitcock
2018-11-11tests: add tests for CSPPlugWilliam Pitcock
2018-11-10tests: add test for internal data strippingWilliam Pitcock
2018-11-10Merge branch 'bugfix/ostatus-as2-reflection' into 'develop'kaniini
ostatus: only federate activities concerning note objects See merge request pleroma/pleroma!437
2018-11-10Merge branch 'tests/prismo-url-map' into 'develop'kaniini
Test that prismo url-map transforms into a string See merge request pleroma/pleroma!414
2018-11-10add missing prismo testcase dataWilliam Pitcock
2018-11-10tests: add tests for new OStatus.is_representable? functionWilliam Pitcock
2018-11-09tests: add testing for new notification behaviorWilliam Pitcock
2018-11-08tests: flip testing to/cc for mentionsWilliam Pitcock
2018-11-08Merge branch 'small-jsonld-refactor' into 'develop'lambda
Small jsonld refactor See merge request pleroma/pleroma!433
2018-11-08Unify json ld header handling.lain
2018-11-08Small refactor.lain
2018-11-07Merge branch 'feature/qvitter-notifications-dismiss' into 'develop'kaniini
qvitter notifications: add new "read notifications" API See merge request pleroma/pleroma!431
2018-11-07Merge branch 'runtime-config' into 'develop'kaniini
Runtime configuration See merge request pleroma/pleroma!430
2018-11-06tests: add tests for twitterapi endpointWilliam Pitcock
2018-11-06tests: add tests for Notification.set_read_up_to()William Pitcock
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-11-06Merge branch 'runtime-router' into 'develop'kaniini
Runtime configured router See merge request pleroma/pleroma!426
2018-11-06Small wrapper module around Application.get_env/put_envhref
Same API as the old Pleroma.Config
2018-11-06formathref