Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-05 | Check client and token in GET /oauth/authorize | AkiraFukushima | |
2019-11-04 | Merge branch 'chore/update-fast-sanitize' into 'develop' | kaniini | |
mix: update fast_sanitize dependency to 1af67547 Closes #1372 See merge request pleroma/pleroma!1934 | |||
2019-11-04 | mix: update fast_sanitize dependency to 1af67547 | Ariadne Conill | |
2019-11-04 | Merge branch 'faster-user-deactivation' into 'develop' | kaniini | |
User: Don't pull remote users follower count immediately after deactivating. Closes #1369 See merge request pleroma/pleroma!1933 | |||
2019-11-04 | Merge branch 'feature/store-statuses-data-inside-flag' into 'develop' | lain | |
Store status data inside flag activity See merge request pleroma/pleroma!1849 | |||
2019-11-04 | User: Don't pull remote users follower count immediately after deactivating. | lain | |
The other instance doesn't necessarily know that anything changed yet, and it will be fixed up at the next user pull anyway. Closes #1369 | |||
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 | Fix moderation log crash | 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 | 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 | Move setDefaultsToTables to past to run before notNull migrations | Roman Chvanikov | |
2019-10-28 | Complete defaults | Roman Chvanikov | |
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 | |