Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs | rinpatch | |
2019-09-14 | Mastodon API: Respect post privacy in favourited/reblogged endpoints | rinpatch | |
2019-09-13 | Merge branch 'cleanup-activity' into 'develop' | lain | |
Cleanup `Pleroma.Activity` and add more tests See merge request pleroma/pleroma!1623 | |||
2019-09-13 | Merge branch 'feature/change-email' into 'develop' | Haelwenn | |
Add email change endpoint Closes #1156 See merge request pleroma/pleroma!1580 | |||
2019-09-13 | Merge branch 'admin-config-description' into 'develop' | rinpatch | |
Admin config description Closes #1178 and #1209 See merge request pleroma/pleroma!1611 | |||
2019-09-13 | Add a note about compatibility with Mastodon | Egor Kislitsyn | |
2019-09-13 | Add email change endpoint | Egor Kislitsyn | |
2019-09-13 | Add more tests for Pleroma.Activity | Egor Kislitsyn | |
2019-09-13 | Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils | Egor Kislitsyn | |
2019-09-13 | Merge branch 'fix/admin-api-docs' into 'develop' | kaniini | |
Fix admin api docs for creating users See merge request pleroma/pleroma!1660 | |||
2019-09-13 | Fix admin api docs for creating users | Angelina Filippova | |
2019-09-12 | Merge branch 'fix/error-log-double-quotes' into 'develop' | Haelwenn | |
Fix double quotes in error logs See merge request pleroma/pleroma!1656 | |||
2019-09-12 | Fix associated test as well | Mark Felder | |
2019-09-11 | Fix double quotes in error logs | Mark Felder | |
Example: pleroma: [error] Couldn't fetch ""https://pleroma.soykaf.com/objects/6288a14b-0623-40fc-a26a-0d358f8a11ca"", error: nil | |||
2019-09-11 | Merge branch 'feature/jason-view-render' into 'develop' | kaniini | |
Use Jason for rendering responses See merge request pleroma/pleroma!1655 | |||
2019-09-11 | Use Jason for rendering responses | rinpatch | |
Although Jason readme says Phoenix 1.4+ already does it by default, [it actually does it only for new projects](https://github.com/phoenixframework/phoenix/blob/3bfb9f6e900c9a2e31cb95736e2cb5bdad329b61/lib/phoenix.ex#L58-L59) | |||
2019-09-11 | Merge branch 'patch-5' into 'develop' | Haelwenn | |
Mastodon API: URI encode hashtag name in generated URLs See merge request pleroma/pleroma!1642 | |||
2019-09-11 | Merge branch 'fix/oom-parallel-rendering' into 'develop' | lain | |
Revert "Parallelize template rendering" See merge request pleroma/pleroma!1654 | |||
2019-09-11 | Add extended benchmark | rinpatch | |
2019-09-11 | web_cache_ttl description | Alex S | |
2019-09-11 | refactoring | Alex S | |
2019-09-11 | little refactor | Alex S | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | placeholder for config.md | Alex S | |
2019-09-11 | little fix | Alex S | |
2019-09-11 | bump ex_doc version | Alex S | |
2019-09-11 | formatting | Alex S | |
2019-09-11 | don't add behaviour to suggestions | Alex S | |
2019-09-11 | Apply suggestion to config/description.exs | Alexander Strizhakov | |
2019-09-11 | Apply suggestion to config/description.exs | Alexander Strizhakov | |
2019-09-11 | little fix | Alex S | |
2019-09-11 | typo fix | Alex S | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | fix | Alex S | |
2019-09-11 | changelog | Alex S | |
2019-09-11 | expanding regex sigils to use modifiers | Alex S | |
2019-09-11 | mix docs generates config.md | Alex S | |
2019-09-11 | description formatters | Alex S | |
2019-09-11 | description.exs | Alex S | |
2019-09-11 | deleting old config.md file | Alex S | |
2019-09-10 | Revert "Parallelize template rendering" | rinpatch | |
This reverts commit 1ad71592adb47762287aec8c36d0fca565c38362. Since it had no limit on the number on concurrent processes it OOM killed instances while rendering hellthreads. When I tried introducing a concurrency limit with Task.async_stream/manual folds it lead to about 3 times worse performance on threads larger than 1000 activities (we are talking 30s vs 1.2 minutes), I think this is not worth the about 1.5 times performance increase on smaller threads when using it. | |||
2019-09-10 | Merge branch 'fix/tests' into 'develop' | lain | |
Fix tests for `Activity.all_by_ids_with_object/1` See merge request pleroma/pleroma!1652 | |||
2019-09-11 | Fix `Activity.all_by_ids_with_object/1` test | Egor Kislitsyn | |
2019-09-10 | Merge branch 'statuses-by-ids' into 'develop' | lain | |
Add an endpoint to get multiple statuses by IDs Closes #1240 See merge request pleroma/pleroma!1621 | |||
2019-09-10 | Add note about limit to the doc | Egor Kislitsyn | |
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-09 | Merge branch 'cache-plug' into 'develop' | feld | |
Add Pleroma.Plugs.Cache Closes #1174 See merge request pleroma/pleroma!1612 | |||
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-09 | Merge branch 'update-changelog' into 'develop' | feld | |
Update CHANGELOG (add a note about !1649) See merge request pleroma/pleroma!1650 | |||
2019-09-10 | Update CHANGELOG (add a note about !1649) | Egor Kislitsyn | |