summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10Escape unicode RTL overrides in rich media parser testsfix/rich-media-test-escape-unicrudrinpatch
Elixir 1.13 does not allow them in raw form anymore, resulting in errors like this when running the test: == Compilation error in file test/pleroma/web/rich_media/parser_test.exs == ** (SyntaxError) test/pleroma/web/rich_media/parser_test.exs:136:45: invalid bidirectional formatting character in string: \u202C. If you want to use such character, use it in its escaped \u202C form instead
2022-01-07Merge branch 'api-docs-fixes' into 'develop'Alex Gleason
Docs: fix various Pleroma API endpoints paths, fix MFA response See merge request pleroma/pleroma!3596
2022-01-07Docs: fix various Pleroma API endpoints paths, fix MFA responseAlex Gleason
2022-01-02Merge branch 'change/web-push-encryption-dep' into 'develop'Alex Gleason
Upgrade web_push_encryption to 0.3.1 See merge request pleroma/pleroma!3592
2022-01-01Upgrade web_push_encryption to 0.3.1Sean King
2022-01-01Merge branch 'change/concurrent-limiter-dep' into 'develop'Alex Gleason
Change concurrent_limiter to version 0.1.1 See merge request pleroma/pleroma!3591
2022-01-01Change concurrent_limiter to Hex PM version 0.1.1Sean King
2021-12-31Merge branch 'erratic-streamer-test' into 'develop'Alex Gleason
StreamerTest: tag erratic test See merge request pleroma/pleroma!3590
2021-12-31StreamerTest: tag erratic testAlex Gleason
2021-12-30Merge branch 'more-efficient-ci' into 'develop'lain
CI: Use own package as base See merge request pleroma/pleroma!3577
2021-12-29Merge branch 'chore/user-relationships-target-id-rel-type-index' into 'develop'lain
Added index on [:target_id, :relationship_type] to :user_relationships See merge request pleroma/pleroma!3588
2021-12-29`mix format`Ivan Tashkinov
2021-12-29Added index on [:target_id, :relationship_type] to :user_relationships ↵Ivan Tashkinov
(speeds up `Notification.exclude_blockers/_`).
2021-12-28Merge branch 'changelog' into 'develop'Alex Gleason
Update CHANGELOG.md See merge request pleroma/pleroma!3586
2021-12-28Update CHANGELOG.mdAlex Gleason
2021-12-28Merge branch 'mastodon-lookup' into 'develop'Alex Gleason
MastoAPI: Add `GET /api/v1/accounts/lookup` See merge request pleroma/pleroma!3584
2021-12-28AccountController.lookup: skip authmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28AccountController.lookup: skip visibility checkmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28Merge remote-tracking branch 'pleroma/develop' into mastodon-lookupmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28MastoAPI: Add `GET /api/v1/accounts/lookup`marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-28Merge branch 'apps-api-endpoint' into 'develop'Alex Gleason
Apps API endpoint See merge request pleroma/pleroma!3583
2021-12-28Merge branch 'ensure-staff-privileged-strict' into 'develop'Alex Gleason
EnsureStaffPrivilegedPlug: don't let non-moderators through See merge request pleroma/pleroma!3582
2021-12-27PleromaAPI.AppView: add testAlex Gleason
2021-12-27AppController: remove unnecessary `require Logger`Alex Gleason
2021-12-27Apps: add test for get_user_apps/1Alex Gleason
2021-12-27AppController: test creating with and without a userAlex Gleason
2021-12-27Apps: add user_id indexAlex Gleason
2021-12-27Merge remote-tracking branch 'origin/develop' into apps-api-endpointAlex Gleason
2021-12-27EnsureStaffPrivilegedPlug: don't let non-moderators throughAlex Gleason
2021-12-27Merge branch 'admin-fix-duplicated-endpoints' into 'develop'Alex Gleason
AdminAPI: fix duplicated routes See merge request pleroma/pleroma!3581
2021-12-27AdminAPI: fix duplicated routesAlex Gleason
2021-12-27Merge branch 'finch' into 'develop'Alex Gleason
Finch support See merge request pleroma/pleroma!3565
2021-12-27Merge branch 'tag-gun-erratic' into 'develop'Alex Gleason
ConnectionPoolTest: tag erratic test See merge request pleroma/pleroma!3580
2021-12-27Merge remote-tracking branch 'origin/develop' into finchAlex Gleason
2021-12-27ConnectionPoolTest: tag erratic testAlex Gleason
2021-12-27Merge branch 'restricted-moderators' into 'develop'Alex Gleason
AdminAPI: Optionally restrict moderators from accessing sensitive data See merge request pleroma/pleroma!3578
2021-12-27EnsureStaffPrivilegedPlug: add testsAlex Gleason
2021-12-27Merge branch 'log-slow-queries' into 'develop'Alex Gleason
Log slow Ecto queries See merge request pleroma/pleroma!3553
2021-12-27Made slow queries logging disabled by default.Ivan Tashkinov
2021-12-27Fix lint errorsAlibek Omarov
2021-12-27API: fix duplicate :get_password_token routeAlibek Omarov
2021-12-27API: show info about privileged staff in instance metadataAlibek Omarov
2021-12-27API: optionally restrict moderators from accessing sensitive dataAlibek Omarov
2021-12-26Configurability of slow queries logging ([:pleroma, :telemetry, ↵Ivan Tashkinov
:slow_queries_logging]). Adjusted log messages truncation to 65 kb (was default: 8 kb). Non-truncated logging of slow query params.
2021-12-26CI: Fix the broken tasks.more-efficient-ciLain Soykaf
2021-12-26CI: Use own package as baseLain Soykaf
So we can skip updating and installing the same packages a million times. It will still grab the hex.pm stuff -- maybe we can find a way to avoid this, too.
2021-12-26Merge branch 'erratic' into 'develop'lain
CI: Start testing erratic test again See merge request pleroma/pleroma!3575
2021-12-26Update changelogLain Soykaf
2021-12-26Merge branch 'finch' of git.pleroma.social:pleroma/pleroma into finchLain Soykaf
2021-12-26Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into finchLain Soykaf