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
2020-02-21
port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...
Eugen Rochko
2020-02-18
switch to irc-like oper behavior; require mods & admins to explicitly oper up...
multiple creatures
2020-02-17
implement our fork of @mykola@weirder.earth's ambassador bot (@ambassador@mon...
multiple creatures
2020-02-17
remove unique job constaint, handle `Mastodon::NotPermittedError`
multiple creatures
2020-02-16
fix mention processing bug
multiple creatures
2020-02-16
clean up
multiple creatures
2020-02-16
symbolize options hash
multiple creatures
2020-02-16
invalidate cache when publishing previously-unpublished posts
multiple creatures
2020-02-16
make sure `hidden` is set false when it has not been specifed in the post worker
multiple creatures
2020-02-16
must throw exception if update fails
multiple creatures
2020-02-16
do not try to process mentions in hidden posts
multiple creatures
2020-02-16
refresh `status` state after updating
multiple creatures
2020-02-16
change context of `hidden?` to mean a hidden post, not a non-distributable post
multiple creatures
2020-02-16
check use `hidden` instead of `hidden?`
multiple creatures
2020-02-16
add `process_mentions` boolean to post worker
multiple creatures
2020-02-15
remove unneeded `instance_actor` proprety in janitor
multiple creatures
2020-02-14
filter hidden & delayed posts from timelines until published
multiple creatures
2020-02-14
avoid setting expirations twice & apply `hidden` attribute in post worker
multiple creatures
2020-02-10
move `instance_actor` & `actor_type` check to correct model
multiple creatures
2020-02-07
exempt service accounts from being eaten by the janitor
multiple creatures
2020-02-05
delayed boosts queue no longer freezes up if one fails due to the author chan...
multiple creatures
2020-01-20
More smoke testing, merge in request pool from upstream
Holly 'Frinkel' Lotor
2020-01-20
Original upstream merge
ThibG
2020-01-14
fix the "include past roars" buttons
multiple creatures
2020-01-13
add new privacy option to auto-defederate after a given timespan + add option...
multiple creatures
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
[next]