Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Merge 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-01 | Change concurrent_limiter to Hex PM version 0.1.1 | Sean King | |
2021-12-31 | Merge branch 'erratic-streamer-test' into 'develop' | Alex Gleason | |
StreamerTest: tag erratic test See merge request pleroma/pleroma!3590 | |||
2021-12-31 | StreamerTest: tag erratic test | Alex Gleason | |
2021-12-30 | Merge branch 'more-efficient-ci' into 'develop' | lain | |
CI: Use own package as base See merge request pleroma/pleroma!3577 | |||
2021-12-29 | Merge 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-29 | Added index on [:target_id, :relationship_type] to :user_relationships ↵ | Ivan Tashkinov | |
(speeds up `Notification.exclude_blockers/_`). | |||
2021-12-28 | Merge branch 'changelog' into 'develop' | Alex Gleason | |
Update CHANGELOG.md See merge request pleroma/pleroma!3586 | |||
2021-12-28 | Update CHANGELOG.md | Alex Gleason | |
2021-12-28 | Merge branch 'mastodon-lookup' into 'develop' | Alex Gleason | |
MastoAPI: Add `GET /api/v1/accounts/lookup` See merge request pleroma/pleroma!3584 | |||
2021-12-28 | AccountController.lookup: skip auth | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | AccountController.lookup: skip visibility check | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | wip | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge remote-tracking branch 'pleroma/develop' into mastodon-lookup | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | MastoAPI: Add `GET /api/v1/accounts/lookup` | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-28 | Merge branch 'apps-api-endpoint' into 'develop' | Alex Gleason | |
Apps API endpoint See merge request pleroma/pleroma!3583 | |||
2021-12-28 | Merge branch 'ensure-staff-privileged-strict' into 'develop' | Alex Gleason | |
EnsureStaffPrivilegedPlug: don't let non-moderators through See merge request pleroma/pleroma!3582 | |||
2021-12-27 | PleromaAPI.AppView: add test | Alex Gleason | |
2021-12-27 | AppController: remove unnecessary `require Logger` | Alex Gleason | |
2021-12-27 | Apps: add test for get_user_apps/1 | Alex Gleason | |
2021-12-27 | AppController: test creating with and without a user | Alex Gleason | |
2021-12-27 | Apps: add user_id index | Alex Gleason | |
2021-12-27 | Merge remote-tracking branch 'origin/develop' into apps-api-endpoint | Alex Gleason | |
2021-12-27 | EnsureStaffPrivilegedPlug: don't let non-moderators through | Alex Gleason | |
2021-12-27 | Merge branch 'admin-fix-duplicated-endpoints' into 'develop' | Alex Gleason | |
AdminAPI: fix duplicated routes See merge request pleroma/pleroma!3581 | |||
2021-12-27 | AdminAPI: fix duplicated routes | Alex Gleason | |
2021-12-27 | Merge branch 'finch' into 'develop' | Alex Gleason | |
Finch support See merge request pleroma/pleroma!3565 | |||
2021-12-27 | Merge branch 'tag-gun-erratic' into 'develop' | Alex Gleason | |
ConnectionPoolTest: tag erratic test See merge request pleroma/pleroma!3580 | |||
2021-12-27 | Merge remote-tracking branch 'origin/develop' into finch | Alex Gleason | |
2021-12-27 | ConnectionPoolTest: tag erratic test | Alex Gleason | |
2021-12-27 | Merge branch 'restricted-moderators' into 'develop' | Alex Gleason | |
AdminAPI: Optionally restrict moderators from accessing sensitive data See merge request pleroma/pleroma!3578 | |||
2021-12-27 | EnsureStaffPrivilegedPlug: add tests | Alex Gleason | |
2021-12-27 | Merge branch 'log-slow-queries' into 'develop' | Alex Gleason | |
Log slow Ecto queries See merge request pleroma/pleroma!3553 | |||
2021-12-27 | Made slow queries logging disabled by default. | Ivan Tashkinov | |
2021-12-27 | Fix lint errors | Alibek Omarov | |
2021-12-27 | API: fix duplicate :get_password_token route | Alibek Omarov | |
2021-12-27 | API: show info about privileged staff in instance metadata | Alibek Omarov | |
2021-12-27 | API: optionally restrict moderators from accessing sensitive data | Alibek Omarov | |
2021-12-26 | Configurability 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-26 | CI: Fix the broken tasks. | Lain Soykaf | |
2021-12-26 | CI: Use own package as base | Lain 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-26 | Merge branch 'erratic' into 'develop' | lain | |
CI: Start testing erratic test again See merge request pleroma/pleroma!3575 | |||
2021-12-26 | Update changelog | Lain Soykaf | |
2021-12-26 | Merge branch 'finch' of git.pleroma.social:pleroma/pleroma into finch | Lain Soykaf | |
2021-12-26 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into finch | Lain Soykaf | |
2021-12-26 | CI: Start testing erratic test again | Lain Soykaf | |
Erratic tests are now ran in their own task, so we don't block normal testing. The runtime is under a minute, so even if this one has to be retried, it shouldn't take forever. | |||
2021-12-26 | Merge branch 'ci-dont-retry' into 'develop' | Alex Gleason | |
GitLab CI: don't retry failed jobs See merge request pleroma/pleroma!3574 | |||
2021-12-26 | Merge branch 'profile-directory' into 'develop' | Alex Gleason | |
MastoAPI: Profile directory See merge request pleroma/pleroma!3573 | |||
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |