Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-19 | Instead allow a dedicated benchmark config | Mark Felder | |
2019-12-19 | Merge branch 'develop' into config/benchmark | Mark Felder | |
2019-12-19 | Fix all count | Maxim Filippov | |
2019-12-19 | Expose issue via failing test | Maxim Filippov | |
2019-12-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
oauth-scopes-tweaks-and-tests | |||
2019-12-19 | [#2068] Introduced proper OAuth tokens usage to controller tests. | Ivan Tashkinov | |
2019-12-19 | Return 404 if account to filter notifications from is not found | Egor Kislitsyn | |
2019-12-19 | Verify HTTP signatures only when request accepts "activity+json" type | Egor Kislitsyn | |
2019-12-19 | Do not crash when remote user follower and following counters are hidden | Egor Kislitsyn | |
2019-12-18 | Stats: return status counts by scope | Maxim Filippov | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-17 | Merge branch 'feature/add-event-support' into 'develop' | rinpatch | |
Add ActivityPub Object Event type support See merge request pleroma/pleroma!2075 | |||
2019-12-17 | Merge branch 'ci/rum-testing-no-recompilation' into 'develop' | rinpatch | |
CI: Add a cache policy for test jobs and fix rum tests recompiling everything See merge request pleroma/pleroma!2074 | |||
2019-12-17 | CI: Add a cache policy for test jobs and fix rum tests recompiling | rinpatch | |
everything | |||
2019-12-17 | Add ActivityPub Object Event type support | Thomas Citharel | |
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | |||
2019-12-17 | Add support for `account_id` param to filter notifications by the account | Egor Kislitsyn | |
2019-12-17 | Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost | Maxim Filippov | |
2019-12-17 | Merge branch 'hide-followers-count' into 'develop' | Haelwenn | |
Hide follower counter when hiding is activated Closes #1450 See merge request pleroma/pleroma!2072 | |||
2019-12-17 | Hide follower counter when hiding is activated | Egor Kislitsyn | |
2019-12-17 | Merge branch 'develop' into feature/tag_feed | Maksim Pechnikov | |
2019-12-17 | Fix typo | Egor Kislitsyn | |
2019-12-16 | Apply suggestion to CHANGELOG.md | minibikini | |
2019-12-16 | Apply suggestion to test/plugs/http_signature_plug_test.exs | minibikini | |
2019-12-16 | Merge branch 'fix/remove-useless-sleep' into 'develop' | lain | |
Remove useless sleeping/reduce it See merge request pleroma/pleroma!2069 | |||
2019-12-16 | Merge branch 'develop' into feature/custom-runtime-modules | Egor Kislitsyn | |
2019-12-16 | Add an option to require fetches to be signed | Egor Kislitsyn | |
2019-12-16 | Merge branch 'kocaptcha-default-endpoint' into 'develop' | rinpatch | |
Add default endpoint to Pleroma.Captcha.Kocaptcha See merge request pleroma/pleroma!2070 | |||
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-16 | formatting | rinpatch | |
2019-12-16 | tests: significantly reduce streamer timeout | rinpatch | |
there is no reason IPC between two processes on the same node should take 4 seconds | |||
2019-12-16 | tests: remove a useless sleep in rate limiter tests | rinpatch | |
It was used to check that authenticated and unauthenticated users have different limits. Instead of sleeping a super low limit for unauthenticated users was set, preventing them from doing 5 requests in the first place. | |||
2019-12-16 | tests: remove a useless 1 second sleep | rinpatch | |
there is no need to wait for the task to finish, it will be deleted when the transaction is aborted anyway. | |||
2019-12-16 | tests: remove a useless 3 second sleep | rinpatch | |
the ids favs use are accurate down to a microsecond, there is no need for it | |||
2019-12-16 | tests: Replace 2 second sleep with offseting updated_at | rinpatch | |
2019-12-15 | OAuthScopesPlug: disallowed nil token (unless with :fallback option). WIP: ↵ | Ivan Tashkinov | |
controller tests modification: OAuth scopes usage. | |||
2019-12-14 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-14 | Merge branch 'release/1.1.7' into 'stable' | rinpatch | |
Release/1.1.7 See merge request pleroma/pleroma!2065 | |||
2019-12-14 | Disable rate limiter for socket/localhost (unless RemoteIp is enabled) | Maxim Filippov | |
2019-12-13 | Don't log when users or objects are deleted. | Phil Hagelberg | |
2019-12-13 | remove a random test | rinpatch | |
it's was already removed from develop in 4e535209172bb5460353fe011c06d127cfaa5847 | |||
2019-12-13 | Add Kocaptcha endpoint to the test config | rinpatch | |
2019-12-13 | .gitlab-ci.yml: bump rum postgres to non-bugged version and disable | rinpatch | |
--trace | |||
2019-12-13 | mix.exs: bump version to 1.1.7 | rinpatch | |
2019-12-13 | changelog: add entry for bundled pleroma-fe changes on 1.1.7 | rinpatch | |
2019-12-13 | pleroma-fe bundle: update to 36910935727ad75616a60bfb4a1622df6a686b7b | rinpatch | |
2019-12-13 | changelog: entry for 1.1.7 | rinpatch | |
2019-12-13 | Add native captcha and enable it by default. | Egor Kislitsyn | |
2019-12-13 | report federating status in nodeinfo | href | |