Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | added tests | Maksim Pechnikov | |
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 | added tests /activity_pub/transmogrifier.ex | Maksim Pechnikov | |
2019-09-10 | Add an endpoint to get multiple statuses by IDs | Egor Kislitsyn | |
2019-09-10 | Merge branch 'develop' into feature/moderation-log-filters | Maxim Filippov | |
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-08 | [#1234] Mastodon 2.4.3 hierarchical scopes initial support (WIP). | Ivan Tashkinov | |
2019-09-08 | Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
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-07 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-09-07 | Merge branch 'develop' into support/tests | Maksim Pechnikov | |
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 | tests for mastodon_api_controller.ex | Maksim Pechnikov | |
2019-09-06 | generating remote users | Alex S | |
2019-09-06 | docs fixes | Alex S | |
2019-09-06 | Merge branch 'develop' into issue/1218 | Maksim Pechnikov | |
2019-09-06 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # test/web/twitter_api/twitter_api_controller_test.exs | |||
2019-09-06 | Refactor `add_link_headers/7` -> `add_link_headers/3` | Egor Kislitsyn | |
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 | Reverse reports list | Maxim Filippov | |
2019-09-05 | generatoin and fetching | Alex S | |
2019-09-05 | one more temp commit | Alex S | |
2019-09-05 | temp commit | Alex S | |
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 remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue | Ivan Tashkinov | |
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 | |
2019-09-04 | fix formatting | Maksim Pechnikov | |
2019-09-04 | Apply suggestion to lib/pleroma/web/activity_pub/utils.ex | Maksim | |
2019-09-04 | Apply suggestion to lib/pleroma/web/activity_pub/utils.ex | Maksim | |
2019-09-04 | PleromaAPIController: Add emoji reactions. | lain | |
2019-09-04 | Return total for reports | Maxim Filippov | |
2019-09-04 | Merge branch 'develop' into feature/moderation-log-filters | Maxim Filippov | |
2019-09-04 | don't try to truncate non-strings | Sadposter | |
2019-09-04 | truncate remote user bio/display name | Sadposter | |
2019-09-04 | fetch_announcements -> take_announcements | Maksim Pechnikov | |