Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | rate limiter: disable based on if remote ip was found, not on if the plug ↵ | rinpatch | |
was enabled The current rate limiter disable logic won't trigger when the remote ip is not forwarded, only when the remoteip plug is not enabled, which is not the case on most instances since it's enabled by default. This changes the behavior to warn and disable when the remote ip was not forwarded, even if the RemoteIP plug is enabled. Also closes #1620 | |||
2020-02-27 | Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵ | Ivan Tashkinov | |
limits in tests. | |||
2020-02-20 | Merge branch 'feature/new-registrations-digest' into 'develop' | lain | |
New users digest email Closes #1514 See merge request pleroma/pleroma!2128 | |||
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-02-11 | set oban crontab to false in tests | Alexander Strizhakov | |
2020-01-22 | Disable NewUsersDigestEmail by default | Egor Kislitsyn | |
2019-12-21 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-16 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-16 | Add Kocaptcha endpoint to config.exs | Egor Kislitsyn | |
2019-12-16 | Revert "Add default endpoint to Pleroma.Captcha.Kocaptcha" | Egor Kislitsyn | |
This reverts commit 82c62c5028f517ded121b46b9806053989defdc2. | |||
2019-12-16 | Add default endpoint to Pleroma.Captcha.Kocaptcha | Egor Kislitsyn | |
2019-12-14 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-13 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-12 | Add Kocaptcha endpoint to the test config | Egor Kislitsyn | |
2019-12-11 | try local sheduling | stwf | |
2019-12-06 | Add a test for custom runtime modules | Egor Kislitsyn | |
2019-11-27 | moved DigestEmail to Oban Periodic jobs | Maksim Pechnikov | |
2019-11-20 | Some tasks try to set log level in test environment, but we were stripping ↵ | Mark Felder | |
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose. | |||
2019-11-20 | Console backend's log format should be prefixed and suffixed with newlines. | Mark Felder | |
This is how upstream does it by default. | |||
2019-11-20 | Be specific about format for logs in test as we have tests that check it | Mark Felder | |
2019-11-19 | Allow test builds to have info and debug logs stripped | Mark Felder | |
2019-11-19 | Allow mix tasks to always run with debug logging | Mark Felder | |
2019-09-19 | Add tests for emoji pack sharing | Ekaterina Vaartis | |
2019-08-31 | [#1149] Addressed code review comments (code style, jobs pruning etc.). | Ivan Tashkinov | |
2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs | |||
2019-08-24 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
sixohsix/pleroma-post_expiration | |||
2019-08-23 | [#1149] Introduced `quantum` job scheduler. Documentation & config changes. | Ivan Tashkinov | |
2019-08-22 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-20 | Add `:ap_routes` rate limit | Egor Kislitsyn | |
2019-08-09 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-08-01 | [#1149] Replaced RetryQueue with oban-based retries. | Ivan Tashkinov | |
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 | |