Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-19 | Merge branch 'dry-up-follower-update' into 'develop' | lain | |
User: update_follower_count refactor. See merge request pleroma/pleroma!2649 | |||
2020-06-19 | ObjectValidators: Add basic UpdateValidator. | lain | |
2020-06-19 | [#1873] Fixes missing :offset pagination param support. Added pagination ↵ | Ivan Tashkinov | |
support for hashtags search. | |||
2020-06-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
update-validator | |||
2020-06-19 | default page size for files | Alexander Strizhakov | |
2020-06-19 | changelog entry | Alexander Strizhakov | |
2020-06-19 | adding overall count for packs and files | Alexander Strizhakov | |
2020-06-18 | emoji pagination for pack show action | Alexander Strizhakov | |
2020-06-18 | emoji packs pagination | Alexander Strizhakov | |
2020-06-18 | added test | Maksim Pechnikov | |
2020-06-18 | revert 'database' option to rejected keys | Maksim Pechnikov | |
2020-06-18 | fix test | Maksim Pechnikov | |
2020-06-17 | Change references from "deleted_urls" to "banned_urls" as nothing is handled ↵ | Mark Felder | |
via media deletions anymore; all actions are manual operations by an admin to ban the url | |||
2020-06-17 | Remove misleading is_ prefix from boolean function | Mark Felder | |
2020-06-17 | Empty list as default | Mark Felder | |
2020-06-17 | Merge branch 'develop' into issue/1855 | Mark Felder | |
2020-06-17 | Merge branch 'fix/1787-mogrify-args' into 'develop' | lain | |
Moving custom ecto types in context folders See merge request pleroma/pleroma!2652 | |||
2020-06-17 | Merge branch 'fix/notification-type' into 'develop' | rinpatch | |
Remove `poll` from `notification_type` OpenAPI spec Closes #1867 See merge request pleroma/pleroma!2657 | |||
2020-06-17 | Remove `poll` from `notification_type` OpenAPI spec | Egor Kislitsyn | |
2020-06-17 | Apply suggestion to test/web/media_proxy/invalidation_test.exs | Maksim | |
2020-06-17 | Apply suggestion to lib/pleroma/web/media_proxy/invalidations/script.ex | Maksim | |
2020-06-17 | Apply suggestion to lib/pleroma/web/media_proxy/invalidations/script.ex | Maksim | |
2020-06-17 | Apply suggestion to test/web/media_proxy/media_proxy_controller_test.exs | Maksim | |
2020-06-17 | Apply suggestion to test/web/media_proxy/invalidations/script_test.exs | Maksim | |
2020-06-17 | Apply suggestion to test/web/media_proxy/invalidations/http_test.exs | Maksim | |
2020-06-17 | Apply suggestion to ↵ | Maksim | |
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs | |||
2020-06-17 | Apply suggestion to ↵ | Maksim | |
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs | |||
2020-06-17 | Apply suggestion to ↵ | Maksim | |
test/web/admin_api/controllers/media_proxy_cache_controller_test.exs | |||
2020-06-17 | Apply suggestion to lib/pleroma/web/media_proxy/invalidation.ex | Maksim | |
2020-06-17 | Apply suggestion to docs/API/admin_api.md | Maksim | |
2020-06-17 | Apply suggestion to docs/API/admin_api.md | Maksim | |
2020-06-17 | Merge branch 'features/users-raw_bio' into 'develop' | rinpatch | |
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326 | |||
2020-06-17 | formatting | Alexander Strizhakov | |
2020-06-17 | suggestion for changelog | Alexander Strizhakov | |
2020-06-17 | credo fix | Alexander Strizhakov | |
2020-06-17 | fixed migration the settings to DB | Maksim Pechnikov | |
2020-06-17 | Merge branch 'release/update-otp-elixir' into 'develop' | rinpatch | |
Update elixir image used for OTP releases See merge request pleroma/pleroma!2654 | |||
2020-06-17 | CHANGELOG.md: mention minimal elixir version update | rinpatch | |
2020-06-17 | Update OTP releases to official images of 1.10.3 | rinpatch | |
This is necessary since we bumped required version of elixir to 1.9. The dlsym bug should be gone by now. | |||
2020-06-16 | Merge branch 'hotfix/notification-migration' into 'develop' | lain | |
Chunk the notification type backfill migration See merge request pleroma/pleroma!2653 | |||
2020-06-16 | Chunk the notification type backfill migration | rinpatch | |
Long-term we want that migration to be done entirely in SQL, but for now this is a hotfix to not cause OOMs on large databases. This is using a homegrown version of `Repo.stream`, it's worse in terms of performance than the upstream since it doesn't use the same prepared query for chunk queries, but unlike the upstream it supports preloads. | |||
2020-06-16 | Merge branch '1866-last-status-stuff' into 'develop' | Haelwenn | |
Resolve "/api/v1/conversations returns the wrong `last_status`" Closes #1866 See merge request pleroma/pleroma!2647 | |||
2020-06-16 | fixes for tests | Alexander Strizhakov | |
2020-06-16 | moving mrf settings from instance to separate group | Alexander Strizhakov | |
2020-06-16 | moving custom ecto types in context folders | Alexander Strizhakov | |
2020-06-16 | Merge branch 'elixir-1.9' into 'develop' | rinpatch | |
Upgrade to Elixir 1.9 See merge request pleroma/pleroma!2651 | |||
2020-06-16 | Upgrade to Elixir 1.9 | Steven Fuchs | |
2020-06-16 | Merge branch 'fix/1787-mogrify-args' into 'develop' | lain | |
Mogrify args in adminFE Closes #1787 See merge request pleroma/pleroma!2616 | |||
2020-06-16 | naming | Alexander Strizhakov | |
2020-06-16 | fix attemps to merge map | Alexander Strizhakov | |