Age | Commit message (Expand) | Author |
2020-02-21 | get rid of refereces to now-rejected autoreject helper (& unbreak the server) | multiple creatures |
2020-02-21 | remove autoreject implementation, superseded by monsterfork graylisting + ups... | multiple creatures |
2020-02-21 | port tootsuite#11138 to monsterfork: Change domain blocks to automatically su... | Eugen Rochko |
2020-02-17 | add a `manual_only` (manual trust only) moderation option + handle more `reje... | multiple creatures |
2020-02-14 | split auto-trust instance actor setting into auto-trust & always trust | multiple creatures |
2020-02-14 | add admin option to toggle auto-marking instance actors known & make enabling... | multiple creatures |
2020-02-14 | move setting initial `known` property on remote accounts to `create_account` ... | multiple creatures |
2020-02-14 | mark new remote accounts known if graylist federation is disabled + auto-lear... | multiple creatures |
2020-01-20 | Original upstream merge | ThibG |
2020-01-16 | `backtrace` -> `e.backtrace` | multiple creatures |
2019-12-14 | use redis lock instead of rolling own | multiple creatures |
2019-12-13 | sync with `on_behalf_of` + bump max pages | multiple creatures |
2019-12-10 | do not override timestamps when syncing | multiple creatures |
2019-12-10 | add cooldown to post sync just in case | multiple creatures |
2019-12-10 | synchronize remote posts on first follow | multiple creatures |
2019-12-08 | forgot to join domain parts | multiple creatures |
2019-12-07 | domain policies also now get applied to subdomains | multiple creatures |
2019-11-18 | Get rid of the `Formatter` cache. It isn't worth the admin headaches. | multiple creatures |
2019-11-06 | clear formatter cache when profile is changed | multiple creatures |
2019-10-12 | graylist (reject unknown) federation & known account auto-learning finally ha... | multiple creatures |
2019-08-30 | use a scheduled task to batch domain policy changes + revert `29643fd6` to av... | multiple creatures |
2019-08-08 | default to reject unknown policy for new servers | multiple creatures |
2019-08-08 | add new `reject unknown` policy option to prevent spam & harassment from larg... | multiple creatures |
2019-07-24 | revert the current unfinished chat implementation | multiple creatures |
2019-07-22 | move autoreject check to own module & check for reject before pulling resources | multiple creatures |
2019-07-19 | keep `locked` badge for approves-followers + add `frozen` badge for admin-loc... | multiple creatures |
2019-07-15 | add `supports_chat` property, rename `adults_only` to `adult_content`, federa... | multiple creatures |
2019-07-15 | make blocking domains actually block the accounts | multiple creatures |
2019-05-21 | `ActivityPub::ProcessAccountService`: Correct `force_` method names. | multiple creatures |
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad... | multiple creatures |
2019-05-21 | Drop OStatus support. Fix some of the Rspec tests. | multiple creatures |
2019-05-14 | Record account suspend/silence time and keep track of domain blocks (#10660) | ThibG |
2019-03-30 | Add ActivityPub representation for identity proofs (#10414) | Eugen Rochko |
2019-03-21 | Fix processing poll Updates (#10333) | ThibG |
2019-03-12 | Fix poll update handler calling method was that was not available (#10246) | Eugen Rochko |
2019-03-11 | Support pushing and receiving updates to poll tallies (#10209) | ThibG |
2019-03-07 | Handle StaleObjectError when retrieving polls (#10208) | ThibG |
2019-03-05 | Do not error out on unsalvageable errors in FetchRepliesService (#10175) | ThibG |
2019-03-05 | Fix last_fetched_at not being set on polls (#10170) | Eugen Rochko |
2019-03-04 | Fix another typo in ActivityPub::FetchRemotePollService (#10146) | Eugen Rochko |
2019-03-04 | Fix typo in ActivityPub::FetchRemotePollService (#10145) | Eugen Rochko |
2019-03-04 | Fix remote poll expiration time (#10144) | Eugen Rochko |
2019-03-04 | Make sure the poll is created before storing its id (#10142) | ThibG |
2019-03-03 | Add polls (#10111) | Eugen Rochko |
2019-02-28 | Improved remote thread fetching (#10106) | ThibG |
2019-02-13 | Filter incoming Create activities by relation to local activity (#10005) | Eugen Rochko |
2019-02-06 | Fix Tombstone.delete_all ArgumentError (#9978) | abcang |
2019-01-18 | Add tombstones for remote statuses (#9830) | ThibG |
2019-01-07 | Improvements to signature verification (#9667) | ThibG |
2018-12-30 | Reduce usage of LD signatures (#9659) | ThibG |