Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-20 | Add `:ap_routes` rate limit | Egor Kislitsyn | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-24 | Make test.exs read config in the same way as dev.exs | Mike Verdone | |
This way, if your test.secret.exs has an error, you'll actually see it. | |||
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Merge develop | Roman Chvanikov | |
2019-07-17 | tests: add tests for signed object fetches | Ariadne Conill | |
2019-07-16 | mastoapi password reset | Alexander Strizhakov | |
added rate limit to password reset configure rate limit in runtime | |||
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- 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-12 | merge develop | Roman Chvanikov | |
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 | [#1062] added option to disable send email | Maksim | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |
2019-07-09 | Testing: Don't federate in testing. | lain | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-25 | add ignore hosts and TLDs for rich_media | Maksim Pechnikov | |
2019-06-14 | Fix rate limit test | Egor Kislitsyn | |
2019-06-11 | Merge branch 'feature/rate-limiter' into 'develop' | lain | |
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266 | |||
2019-06-11 | Replace `MastodonAPIController.account_register/2` rate limiter | Egor Kislitsyn | |
2019-06-07 | Fix tests. | lain | |
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-05 | OAuth consumer: tests fix, comments, Keycloak config notes. | Ivan Tashkinov | |
2019-06-04 | Fix tests | Roman Chvanikov | |
2019-05-25 | remove @websub and @ostatus module-level constants | William Pitcock | |
2019-05-25 | tests: websub: check only that signature validation succeeds or fails | William Pitcock | |
2019-05-17 | config: make sending the user agent configurable, disable sending the user ↵ | William Pitcock | |
agent in tests | |||
2019-05-17 | RUM: Set rum status by the environment. | lain | |
2019-05-16 | add report uri and report to | Alex S | |
2019-05-14 | Fix rate-limiting tests | rinpatch | |
2019-04-13 | Merge develop to 788-separate-email-addresses | Alex 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-10 | adding notify_email setting for trigger emails | Alex S | |
2019-04-10 | s/Pleroma.Mailer/Pleroma.Emails.Mailer/ | Haelwenn (lanodan) Monnier | |
2019-04-06 | Add scheduler for sending scheduled activities to the queue | eugenijm | |
2019-03-29 | Replace Pleroma.Jobs with `pleroma_job_queue` | Egor | |
2019-03-15 | Enable dedupe by default | rinpatch | |
2019-03-14 | Add some tests | rinpatch | |
2019-03-06 | [#647] tests for web push | Maksim | |
2019-02-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs | Egor Kislitsyn | |
# Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex # lib/pleroma/web/federator/federator.ex | |||
2019-02-03 | Unbreak all the tests. | lain | |
2019-01-28 | add a job queue | Egor Kislitsyn | |
2018-12-22 | Specifically disable captcha for automatic tests, it makes them fail | Ekaterina Vaartis | |
2018-12-17 | Merge branch 'captcha' into 'develop' | lambda | |
Captcha See merge request pleroma/pleroma!550 | |||
2018-12-17 | Integration tests for mastodon websocket | href | |
2018-12-15 | Fix style | Ekaterina Vaartis | |
2018-12-15 | Add a captcha mock for tests | Ekaterina Vaartis | |
2018-12-12 | [#114] Added tests for "POST /api/account/password_reset". | Ivan Tashkinov | |
2018-12-06 | add VAPID to test config | Egor Kislitsyn | |
2018-12-04 | WebSub fix test | Maksim Pechnikov | |
2018-12-04 | init tesla and updated the http requests in Pleroma.Web.Websub | Maksim Pechnikov | |