Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | streamer: add missing copyright headers | Ariadne Conill | |
2019-10-04 | remove remaining errors from tests | Steven Fuchs | |
2019-10-04 | Revert "Merge branch 'revert-4fabf83a' into 'develop'" | Egor Kislitsyn | |
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8. | |||
2019-10-04 | Remove in-db configuration references from 1.1 | rinpatch | |
It's still too unstable to be used. | |||
2019-09-30 | Transmogrifier: Handle compact objects in undos. | lain | |
2019-09-26 | Apply suggestion to lib/pleroma/web/activity_pub/views/user_view.ex | rinpatch | |
2019-09-26 | Credo considered harmful | rinpatch | |
2019-09-26 | Remove useless with clause | rinpatch | |
2019-09-26 | Apply suggestion to lib/pleroma/web/activity_pub/activity_pub_controller.ex | rinpatch | |
2019-09-26 | Don't embed the first page in inboxes/outboxes and refactor the views to | rinpatch | |
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased. | |||
2019-09-14 | Merge branch 'config-changes' into 'develop' | rinpatch | |
two separate files for config.md and generated config.md See merge request pleroma/pleroma!1666 (cherry picked from commit 9c64a25713790fefa8b5c419aeadf55113c17073) 69faec03 markdown generation to the new file c625fe6f config.md back 4da0da9a don't track generated_config.md | |||
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 email change endpoint | Egor Kislitsyn | |
2019-09-13 | Cleanup Pleroma.Activity and Pleroma.Web.ActivityPub.Utils | Egor Kislitsyn | |
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-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 | 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 | refactoring | Alex S | |
2019-09-11 | little refactor | Alex S | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | little fix | Alex S | |
2019-09-11 | don't add behaviour to suggestions | Alex S | |
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 | 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-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 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-09 | Add Pleroma.Plugs.Cache | minibikini | |
2019-09-09 | Merge branch 'fix/read-inbox' into 'develop' | feld | |
Fix `ActivityPubController.read_inbox/2` Closes #1248 See merge request pleroma/pleroma!1649 | |||
2019-09-10 | Fix `ActivityPubController.read_inbox/2` | Egor Kislitsyn | |
2019-09-07 | Mastodon API: URI encode hashtag name in generated URLs | shadowfacts | |
Otherwise hashtags with word characters other than those allowed in URLs (e.g. Japanese characters) produce hashtag URLs that are invalid. | |||
2019-09-06 | activity: when restricting deactivated users, precalculate the user list | Ariadne Conill | |
the PostgreSQL query planner is easily confused due to the complexity of certain queries we make. while we plan to simplify these queries through unification of activities and objects, we are not yet there. it has been discovered that using a precalculated list of deactivated users encourages the query planner to prefer simpler indices instead of the activity_visibility index. accordingly, drop the subquery and precalc the user list instead. | |||
2019-09-06 | activitypub: help ecto build a better query for thread mute filtering | Ariadne Conill | |
using an indexed value in thread_mute table helps ecto build a better query. | |||
2019-09-06 | Merge branch 'so-long-twitterapi' into 'develop' | rinpatch | |
Removing TwitterAPI See merge request pleroma/pleroma!1605 | |||
2019-09-05 | Call TrailingFormatPlug for /api/pleroma/emoji | rinpatch | |
Apparently Pleroma-FE still calls it with trailing '.json' | |||
2019-09-05 | Merge branch 'feature/mastoapi-accounts-external' into 'develop' | Haelwenn | |
Mastdon API: Add ability to get a remote account by nickname to `/api/v1/accounts/:id` See merge request pleroma/pleroma!1622 | |||
2019-09-05 | Move checking for restrict_local to User.get_cached_by_id_or_nickname | rinpatch | |
2019-09-05 | Mastodon API Poll view: Fix handling of polls without an end date | rinpatch | |
2019-09-05 | Merge branch 'fix/safe-render-notifications' into 'develop' | rinpatch | |
Do not crash if one notification failed to render See merge request pleroma/pleroma!1630 | |||
2019-09-05 | Do not crash if one notification failed to render | rinpatch | |