index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
workers
Age
Commit message (
Expand
)
Author
2019-12-12
periodically clean up filter caches
multiple creatures
2019-12-12
use service account helper in janitor scheduler
multiple creatures
2019-12-12
simplify the asynchronous post worker
multiple creatures
2019-12-12
remove duplicate post distribution calls
multiple creatures
2019-12-11
use `set` instead of `setex`
multiple creatures
2019-12-10
synchronize remote posts on first follow
multiple creatures
2019-12-05
use keyword argument for `delayed` flag
multiple creatures
2019-12-03
when someone adds/changes a filter retroactively apply it to their home & lis...
multiple creatures
2019-12-02
pruning thread leaves can cause data loss - let's not do that
multiple creatures
2019-11-19
Refactor all ActivityPub deliveries to be serialized and signed through one c...
Eugen Rochko
2019-11-19
Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)
ThibG
2019-11-18
Revert `7f2174466` because it is causing thread mode to break.
multiple creatures
2019-11-18
When a post is delayed or updated, remove the old version from local timeline...
multiple creatures
2019-11-18
Send status ID instead of objects to `ActivityPub::DistributionWorker`
multiple creatures
2019-11-18
Be more specific about checking for the truthiness of `nomentions`.
multiple creatures
2019-11-18
Auto-remove expired filters.
multiple creatures
2019-11-17
Remove duplicated code.
multiple creatures
2019-11-16
The WAS spammer detection is no longer needed; removing this code from the Ja...
multiple creatures
2019-11-06
perform spam detection at registration time
multiple creatures
2019-10-26
before publishing a status force its formatting to be recached (fixes the men...
multiple creatures
2019-10-19
tighten abandoned account query in janitor
multiple creatures
2019-10-13
(optionally) announce the success of werewolf transformations
multiple creatures
2019-10-12
`FetchAvatarMediaWorker` -> `FetchAvatarWorker`
multiple creatures
2019-09-17
make `BatchFetchMediaWorker` emergency stoppable by setting `Rails.cache.writ...
multiple creatures
2019-09-17
`FetchMediaWorker` no longer re-fetches stuff the server already has unless `...
multiple creatures
2019-09-17
add `FetchAvatarWorker` to (re-)fetch account avatars/headers
multiple creatures
2019-09-17
add `BatchFetchMediaWorker` to fetch batches of media without overloading eit...
multiple creatures
2019-09-16
move backup worker to bulk queue
multiple creatures
2019-09-16
move link crawler to bulk queue; give up on ssl or no-card errors
multiple creatures
2019-09-16
retry media fetches twice before giving up; move media fetches to bulk queue
multiple creatures
2019-09-07
do not retry `FetchMediaWorker` jobs
multiple creatures
2019-09-06
convert spam filters into unioned regex, match between word boundaries
multiple creatures
2019-08-30
use a scheduled task to batch domain policy changes + revert `29643fd6` to av...
multiple creatures
2019-08-30
make sure media attachments are not from a blocked account, CDN, or their sub...
multiple creatures
2019-08-30
make sure id is an integer
multiple creatures
2019-08-30
(asynchronously) re-fetch missing media on serialize
multiple creatures
2019-08-26
detect spam registrations + include account approvals/rejections in transpara...
multiple creatures
2019-08-18
split db pruning off into its own scheduled job
multiple creatures
2019-08-18
janitor - allow retries, `@account_ids -> @exclude_ids`, remove unneeded `uni...
multiple creatures
2019-08-18
use default sidekiq options for `LogWorker`
multiple creatures
2019-08-18
use default sidekiq options for `DomainBlockWorker`
multiple creatures
2019-08-09
transparancy log - automatically add a content warning if there are admin com...
multiple creatures
2019-08-09
janitor - add db & media pruning job
multiple creatures
2019-08-08
admin transparancy log - support markdown
multiple creatures
2019-08-08
janitor - option to export `activityrelay` config
multiple creatures
2019-08-08
janitor - make sure values excludes are deduped
multiple creatures
2019-08-07
add distributability check to reblog worker
multiple creatures
2019-08-07
add option to automatically space out boosts over configurable random intervals
multiple creatures
2019-08-05
janitor can now write suspended domains to whatever JANITOR_BLOCKLIST_OUTPUT ...
multiple creatures
2019-08-03
move `Scheduler::JanitorScheduler::admin_account` to `ModerationHelper::janit...
multiple creatures
[next]