Age | Commit message (Expand) | Author |
2021-12-19 | Slow queries logging improvements: added EXPLAIN results, listed params, impr... | Ivan Tashkinov |
2021-12-05 | Log Ecto queries > 500ms | Alex Gleason |
2021-08-28 | mix pleroma.database set_text_search_config now runs concurrently and infinitely | someone |
2021-08-28 | Selecting MRF policies didn't work as intended any more | Ilja |
2021-08-28 | Make activity search properly use GIN indexes | Tusooa Zhu |
2021-08-28 | List available frontends also when no static/frontends folder is present yet | Ilja |
2021-08-28 | Add Admin-FE menu for StealEmojiPolicy | Sam Therapy |
2021-08-13 | Streamer: fix crash in MastodonAPI.StatusView | Alex Gleason |
2021-08-13 | Activity.Search: fallback on status resolution on DB Timeout | Haelwenn (lanodan) Monnier |
2021-08-13 | AdminAPI: hotfix for nil report objects | Alex Gleason |
2021-08-13 | maybe_notify_subscribers: Don't create notifications from ingested replies | Haelwenn (lanodan) Monnier |
2021-08-13 | TwitterAPI: Make change_email require body params instead of query | Haelwenn (lanodan) Monnier |
2021-08-13 | TwitterAPI: Make change_password require body params instead of query | Haelwenn (lanodan) Monnier |
2021-08-13 | ObjectAgePolicy: Fix pattern matching on published | Haelwenn (lanodan) Monnier |
2021-08-13 | fix: stream out Create Activity | kPherox |
2021-07-27 | Merge remote-tracking branch 'pleroma/develop' into object-tombstone-visibility | Alex Gleason |
2021-07-27 | Visibility: check Tombstone objects in visible_for_user?/2 | Alex Gleason |
2021-07-22 | Merge branch 'mkljczk-develop-patch-60115' into 'develop' | Haelwenn |
2021-07-14 | Merge branch 'admin-api-users-sort' into 'develop' | feld |
2021-07-14 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date | Alex Gleason |
2021-07-14 | AdminAPI: add date to users | Alex Gleason |
2021-07-13 | Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sort | Alex Gleason |
2021-07-13 | AdminAPI: sort user results by ID descending | Alex Gleason |
2021-07-12 | Merge branch 'features/ingestion-page' into 'develop' | Haelwenn |
2021-07-12 | AP C2S: Remove restrictions and make it go through pipeline | Haelwenn (lanodan) Monnier |
2021-07-02 | fix the fucking list timelines on mastofe/soapbox-fe | marcin mikołajczak |
2021-06-30 | Deletions: change User.purge/1 to defp, add CHANGELOG entry | Alex Gleason |
2021-06-30 | Merge remote-tracking branch 'pleroma/develop' into remote-deletions | Alex Gleason |
2021-06-30 | Deletions: don't purge keys so Delete/Undo activities can be signed | Alex Gleason |
2021-06-30 | Deletions: allow deactivated users to be deleted | Alex Gleason |
2021-06-29 | Deletions: preserve account status fields during purge, fix checks | Alex Gleason |
2021-06-29 | Also purge the user in User.perform/2 | Alex Gleason |
2021-06-29 | Deletions: purge the user immediately | Alex Gleason |
2021-06-29 | Correctly purge a remote user | Alex Gleason |
2021-06-24 | Activity deletion: fix FunctionClauseError #2686 | Alex Gleason |
2021-06-23 | Merge branch 'ecto-upgrade' into 'develop' | feld |
2021-06-23 | Upgrade Ecto to v3.6.2, remove deprecated ecto_explain | Alex Gleason |
2021-06-22 | Add test on changing [:instance, :upload_limit] | Haelwenn (lanodan) Monnier |
2021-06-22 | Downgrade Plug to 1.10.x, revert upload_limit tuple to function change | Haelwenn (lanodan) Monnier |
2021-06-10 | Merge branch 'fix/twittercard-video-dimensions' into 'develop' | feld |
2021-06-10 | Add note about video thumbnails for code spelunkers unfamiliar with Media Pre... | Mark Felder |
2021-06-09 | Fix compile cycle in Pleroma.Tests.AuthTestController | Alex Gleason |
2021-06-09 | Formatting of the comment | Mark Felder |
2021-06-09 | Credo | Mark Felder |
2021-06-09 | Lint | Mark Felder |
2021-06-09 | Fix incorrectly ordered arguments to the function and not properly merging li... | Mark Felder |
2021-06-09 | Add a video thumbnail to the OpenGraph metadata if Media Preview Proxy is ena... | Mark Felder |
2021-06-09 | Remove Metadata.Utils.attachment_url/1 | Mark Felder |
2021-06-09 | ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing | Haelwenn (lanodan) Monnier |
2021-06-09 | Merge branch 'cycles-plug-deps' into 'develop' | Haelwenn |