Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-13 | Not needed in test.exs | Mark Felder | |
2021-01-13 | Password: Add password module | lain | |
Replaces Pbkdf2. | |||
2021-01-12 | Deprecate Pleroma.Uploaders.S3, :public_endpoint | Mark Felder | |
2021-01-04 | SideEffects.DeleteTest: asyncify. | lain | |
Replace Mock with Mox, mock out Logger. | |||
2020-12-21 | Pipeline test: Switch from Mock to Mox. | lain | |
Speeds up the test and makes it possible to run async. | |||
2020-12-21 | Test config: Raise pool size for postgres. | lain | |
Given all the async tests, this can become a bottleneck. | |||
2020-12-18 | Tests: Use NullCache for async tests. | lain | |
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test. | |||
2020-11-26 | removing fed sockets settings | Alexander Strizhakov | |
2020-10-13 | RemoteIp module name | Alexander Strizhakov | |
2020-10-01 | web push http_client fix | Alexander Strizhakov | |
2020-09-18 | Federate data through persistent websocket connections | Steven Fuchs | |
2020-09-08 | test: remove extraneous :instances_favicons config bits | Haelwenn (lanodan) Monnier | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-08-18 | Test config: Default to filename for descriptions | lain | |
2020-08-04 | Test Config: Don't have any MRFs by default | lain | |
2020-07-24 | remove duplicate module | Maksim Pechnikov | |
2020-07-12 | MediaProxy whitelist setting now supports hosts with scheme | Alexander Strizhakov | |
added deprecation warning about using bare domains | |||
2020-07-10 | Merge branch 'develop' into issue/1790-updated-oban | Mark Felder | |
2020-07-08 | Add [:instances_favicons, :enabled] setting, defaults to false | Haelwenn (lanodan) Monnier | |
2020-06-23 | migrate to oban 2.0-rc1 | Maksim Pechnikov | |
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-04 | Enable strict validation mode in dev and test environments | Egor Kislitsyn | |
2020-03-16 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-03-13 | 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-03-03 | refactoring for gun api modules | Alexander Strizhakov | |
2020-03-01 | Merge branch 'develop' into gun | Alexander Strizhakov | |
2020-02-27 | Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵ | Ivan Tashkinov | |
limits in tests. | |||
2020-02-21 | Merge branch 'develop' into gun | Alexander Strizhakov | |
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-18 | adding gun adapter | Alexander Strizhakov | |
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 | |