Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-12-26 | Merge branch 'notice-routes' into 'develop' | Alex Gleason | |
Add notice compatibility routes for other frontends Closes #1785 See merge request pleroma/pleroma!3402 | |||
2021-12-25 | GitLab CI: don't retry failed jobs | Alex Gleason | |
2021-12-25 | Pleroma.Web.base_url() --> Endpoint.url() | Alex Gleason | |
2021-12-25 | Merge remote-tracking branch 'origin/develop' into notice-routes | Alex Gleason | |
2021-12-25 | Merge branch 'account-notes' into 'develop' | Alex Gleason | |
MastoAPI: Add user notes on accounts See merge request pleroma/pleroma!3540 | |||
2021-12-25 | Merge branch 'account-subscriptions' into 'develop' | Alex Gleason | |
MastoAPI: accept notify param in follow request See merge request pleroma/pleroma!3555 | |||
2021-12-25 | Merge branch 'remote-follow-api' into 'develop' | Alex Gleason | |
remote_interaction API endpoint See merge request pleroma/pleroma!3545 | |||
2021-12-25 | Merge remote-tracking branch 'origin/develop' into remote-follow-api | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-23 | Merge branch 'warnings-as-errors' into 'develop' | Alex Gleason | |
Enable :warnings_as_errors for CI only See merge request pleroma/pleroma!3474 | |||
2021-12-23 | Merge branch 'add-nodeinfo-doc' into 'develop' | Alex Gleason | |
Add initial Nodeinfo document See merge request pleroma/pleroma!3546 | |||
2021-12-23 | Add initial Nodeinfo document | Hakaba Hitoyo | |
2021-12-23 | Merge branch 'from/develop/tusooa/2802-propagate-reject' into 'develop' | Alex Gleason | |
Handle Reject for already-accepted Follows properly Closes #2766 and #2802 See merge request pleroma/pleroma!3568 | |||
2021-12-22 | Merge branch 'moderators' into 'develop' | Alex Gleason | |
AdminAPI: let moderators actually do things Closes #2490 See merge request pleroma/pleroma!3480 | |||
2021-12-22 | Merge branch 'erratic-tests' into 'develop' | Alex Gleason | |
Skip erratic tests See merge request pleroma/pleroma!3572 | |||
2021-12-21 | Skip erratic tests | Alex Gleason | |
2021-12-19 | Merge remote-tracking branch 'origin/develop' into moderators | Alex Gleason | |
2021-12-19 | Merge branch 'mkljczk-develop-patch-64464' into 'develop' | Alex Gleason | |
Add "exposable_reactions" to features, if showing reactions See merge request pleroma/pleroma!3523 | |||
2021-12-19 | Merge branch 'manifest' into 'develop' | Alex Gleason | |
Expose /manifest.json for PWA Closes #882 See merge request pleroma/pleroma!3544 | |||
2021-12-19 | Slow queries logging improvements: added EXPLAIN results, listed params, ↵ | Ivan Tashkinov | |
improved stacktrace. | |||
2021-12-19 | Merge branch 'replies-count' into 'develop' | Alex Gleason | |
Fix replies count for remote replies See merge request pleroma/pleroma!3541 | |||
2021-12-19 | Merge branch 'link-headers-chats' into 'develop' | Alex Gleason | |
Add link headers in ChatController.index2 See merge request pleroma/pleroma!3562 | |||
2021-12-19 | Merge branch 'live-dashboard' into 'develop' | Alex Gleason | |
Add Phoenix LiveDashboard See merge request pleroma/pleroma!3566 | |||
2021-12-19 | Merge remote-tracking branch 'origin/develop' into manifest | Alex Gleason | |
2021-12-19 | Merge branch 'v2-suggestions' into 'develop' | Alex Gleason | |
V2 suggestions See merge request pleroma/pleroma!3547 |