Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-03 | Merge branch 'chore/update-fast-sanitize' into 'develop' | kaniini | |
update fast sanitize dependency See merge request pleroma/pleroma!1932 | |||
2019-11-03 | update fast sanitize dependency | Ariadne Conill | |
2019-11-03 | Merge branch 'bugfix/streamer-follows' into 'develop' | rinpatch | |
streamer: use direct object for filter checks when there is no valid child object in an activity Closes #1291 See merge request pleroma/pleroma!1931 | |||
2019-11-03 | Merge branch 'feature/omit-relay-user' into 'develop' | kaniini | |
AdminAPI: Omit relay user from users list Closes #1349 See merge request pleroma/pleroma!1924 | |||
2019-11-03 | Merge branch 'feature/fast_sanitize' into 'develop' | kaniini | |
Switching to FastSanitize See merge request pleroma/pleroma!1916 | |||
2019-11-03 | streamer: use direct object for filter checks when there is no valid child ↵ | Ariadne Conill | |
object in an activity We call Object.normalize/1 to get the child object for situations like Announce. However, the check is flawed and immediately fails if Object.normalize/1 fails. Instead, we should use the activity itself in those cases to allow activities which never have a child object to pass through the filter. Closes #1291 | |||
2019-11-02 | Merge branch 'fix/migration-schema' into 'develop' | Haelwenn | |
Fix bookmark migration using a query with a schema See merge request pleroma/pleroma!1923 | |||
2019-11-01 | Bump fast_sanitize version | rinpatch | |
2019-11-01 | Merge branch 'fix/moderation-log-crash' into 'develop' | kaniini | |
Fix moderation log crash Closes #1345 See merge request pleroma/pleroma!1929 | |||
2019-11-01 | Update docs | Maxim Filippov | |
2019-11-01 | Apply suggestion to CHANGELOG.md | Maxim Filippov | |
2019-11-01 | Fix moderation log crash | Maxim Filippov | |
2019-11-01 | Force password reset for multiple users | Maxim Filippov | |
2019-11-01 | Undo dialyzer fix | Maxim Filippov | |
2019-11-01 | Merge branch 'fix-recipients-from-activity' into 'develop' | kaniini | |
Fix duplicate recipients from activity See merge request pleroma/pleroma!1921 | |||
2019-10-31 | Merge branch 'refactor/db-add-defaults' into 'develop' | lain | |
Set defaults to fields with NULL values Closes #1358 See merge request pleroma/pleroma!1914 | |||
2019-10-31 | Fix count | Maxim Filippov | |
2019-10-31 | AdminAPI: Omit relay user from users list | Maxim Filippov | |
2019-10-31 | Fix "the call ... will never return" warning | Maxim Filippov | |
2019-10-30 | Bump fast_sanitize dependency so this builds on more than just Linux | Mark Felder | |
2019-10-30 | Merge branch 'develop' into feature/fast_sanitize | Mark Felder | |
2019-10-30 | Remove following column from the migrations | Roman Chvanikov | |
2019-10-30 | Handle "Move" activity | Egor Kislitsyn | |
2019-10-30 | Update test for get_recipients_from_activity | kPherox | |
2019-10-30 | Merge branch 'fix/blocked-follows' into 'develop' | rinpatch | |
Add a migration to fix blocked follows Closes #1359 See merge request pleroma/pleroma!1922 | |||
2019-10-30 | Fix bookmark migration using a query with a schema | rinpatch | |
This resulted in failures when updating from Pleroma <1.0 because of all the new fields that were added to the user schema. | |||
2019-10-30 | Add a migration to fix blocked follows | Egor Kislitsyn | |
2019-10-30 | Fix duplicate recipients | kPherox | |
2019-10-30 | Rip out the rest of htmlsanitizeex | rinpatch | |
2019-10-29 | Remove commented-out code | rinpatch | |
2019-10-29 | Fix XSS emoji test | rinpatch | |
2019-10-29 | Merge branch 'fix/migrations-same-module-name' into 'develop' | rinpatch | |
Fix two migrations sharing the same module name See merge request pleroma/pleroma!1919 | |||
2019-10-29 | Bump fast_sanitize dependency | rinpatch | |
2019-10-29 | Fix two migrations sharing the same module name | rinpatch | |
This makes ecto execute only the latter one. | |||
2019-10-29 | Merge branch 'fix-follow-requests' into 'develop' | rinpatch | |
FIx follow requests Closes #1357 See merge request pleroma/pleroma!1918 | |||
2019-10-29 | Migrate missing follow requests | kPherox | |
2019-10-29 | Bump fast_sanitize version | rinpatch | |
2019-10-29 | Add test follow activity for locked account | kPherox | |
2019-10-29 | Add pending to handle incoming for Follow activity | kPherox | |
2019-10-29 | Add fast_sanitize to dependencies | rinpatch | |
2019-10-29 | Switch from HtmlSanitizeEx to FastSanitize | rinpatch | |
2019-10-29 | Ensure myhtmlex is started before swarm | rinpatch | |
Otherwise swarm is going to attempt resizing the cluster and timeout | |||
2019-10-29 | Blacklist myhtmlex nodes from swarm | rinpatch | |
2019-10-29 | Use the default scrubber before mediaproxy transformation | rinpatch | |
2019-10-28 | capture where errors are expected | stwf | |
2019-10-28 | Move setDefaultsToTables to past to run before notNull migrations | Roman Chvanikov | |
2019-10-28 | Complete defaults | Roman Chvanikov | |
2019-10-28 | Merge branch 'develop' into feature/move-activity | Egor Kislitsyn | |
2019-10-28 | Merge branch 'fix/migration' into 'develop' | lain | |
Fix `SetNotNullForUsers` migration See merge request pleroma/pleroma!1913 | |||
2019-10-28 | Fix `SetNotNullForUsers` migration | Egor Kislitsyn | |