aboutsummaryrefslogtreecommitdiff
path: root/config/test.exs
AgeCommit message (Collapse)Author
2019-12-13Add Kocaptcha endpoint to the test configrinpatch
2019-08-24Merge remote-tracking branch 'origin/develop' into ↵lain
sixohsix/pleroma-post_expiration
2019-08-20Add `:ap_routes` rate limitEgor Kislitsyn
2019-08-02Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-24Make test.exs read config in the same way as dev.exsMike Verdone
This way, if your test.secret.exs has an error, you'll actually see it.
2019-07-20Resolve merge conflictsrinpatch
2019-07-20Merge developRoman Chvanikov
2019-07-17tests: add tests for signed object fetchesAriadne Conill
2019-07-16mastoapi password resetAlexander Strizhakov
added rate limit to password reset configure rate limit in runtime
2019-07-13Refactor Follows/Followers counter syncronizationrinpatch
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page
2019-07-12merge developRoman Chvanikov
2019-07-11Extend Pleroma.Pagination to support offset-based pagination, use ↵Eugenij
async/await to execute status and account search in parallel
2019-07-10[#1062] added option to disable send emailMaksim
2019-07-09Merge developRoman Chvanikov
2019-07-09reverse proxy testsAlexander Strizhakov
2019-07-09Testing: Don't federate in testing.lain
2019-06-29Resolve conflictsRoman Chvanikov
2019-06-25add ignore hosts and TLDs for rich_mediaMaksim Pechnikov
2019-06-14Fix rate limit testEgor Kislitsyn
2019-06-11Merge branch 'feature/rate-limiter' into 'develop'lain
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266
2019-06-11Replace `MastodonAPIController.account_register/2` rate limiterEgor Kislitsyn
2019-06-07Fix tests.lain
2019-06-07Resolve conflictsRoman Chvanikov
2019-06-05OAuth consumer: tests fix, comments, Keycloak config notes.Ivan Tashkinov
2019-06-04Fix testsRoman Chvanikov
2019-05-25remove @websub and @ostatus module-level constantsWilliam Pitcock
2019-05-25tests: websub: check only that signature validation succeeds or failsWilliam Pitcock
2019-05-17config: make sending the user agent configurable, disable sending the user ↵William Pitcock
agent in tests
2019-05-17RUM: Set rum status by the environment.lain
2019-05-16add report uri and report toAlex S
2019-05-14Fix rate-limiting testsrinpatch
2019-04-13Merge develop to 788-separate-email-addressesAlex S
Merge conflicts: test/web/twitter_api/twitter_api_test.exs test/web/twitter_api/twitter_api_controller_test.exs test/web/admin_api/admin_api_controller_test.exs
2019-04-10adding notify_email setting for trigger emailsAlex S
2019-04-10s/Pleroma.Mailer/Pleroma.Emails.Mailer/Haelwenn (lanodan) Monnier
2019-04-06Add scheduler for sending scheduled activities to the queueeugenijm
2019-03-29Replace Pleroma.Jobs with `pleroma_job_queue`Egor
2019-03-15Enable dedupe by defaultrinpatch
2019-03-14Add some testsrinpatch
2019-03-06[#647] tests for web pushMaksim
2019-02-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobsEgor Kislitsyn
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex
2019-02-03Unbreak all the tests.lain
2019-01-28add a job queueEgor Kislitsyn
2018-12-22Specifically disable captcha for automatic tests, it makes them failEkaterina Vaartis
2018-12-17Merge branch 'captcha' into 'develop'lambda
Captcha See merge request pleroma/pleroma!550
2018-12-17Integration tests for mastodon websockethref
2018-12-15Fix styleEkaterina Vaartis
2018-12-15Add a captcha mock for testsEkaterina Vaartis
2018-12-12[#114] Added tests for "POST /api/account/password_reset".Ivan Tashkinov
2018-12-06add VAPID to test configEgor Kislitsyn
2018-12-04WebSub fix testMaksim Pechnikov