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
/
services
Age
Commit message (
Expand
)
Author
2020-02-16
make sure hidden posts are not streamed into timelines other than the author's
multiple creatures
2020-02-15
add admin option to toggle whether service/app accounts should be auto-truste...
multiple creatures
2020-02-14
filter hidden & delayed posts from timelines until published
multiple creatures
2020-02-14
add options to let admins customize how trusting or strict graylist federatio...
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-02-04
check for null visibility, possible with delayed self-replies
multiple creatures
2020-02-04
fix queued boosts
multiple creatures
2020-01-28
remove no-longer-used `subscriptions` prop from `SuspendAccountService`
multiple creatures
2020-01-28
remove no-longer-used `stream_entries` prop from `SuspendAccountService`
multiple creatures
2020-01-20
More smoke testing, I believe the stability is passable now
Holly 'Frinkel' Lotor
2020-01-20
More smoke testing, merge in request pool from upstream
Holly 'Frinkel' Lotor
2020-01-20
Original upstream merge
ThibG
2020-01-16
`backtrace` -> `e.backtrace`
multiple creatures
2020-01-15
handle passing `0` to `lifespan` & `defed_in` bangtags to unset the auto-dest...
multiple creatures
2020-01-13
set `MIN_DESTRUCT_OFFSET` (`30.seconds`) if `delete_after` or `defederate_aft...
multiple creatures
2020-01-13
fix setting `delete_after` and `defederate_after` on new posts
multiple creatures
2020-01-13
add new privacy option to auto-defederate after a given timespan + add option...
multiple creatures
2020-01-13
update `updated_at` when boosting own old posts so the post can actually fede...
multiple creatures
2020-01-10
speed up search with caching
multiple creatures
2020-01-10
avoid double-filtering on search
multiple creatures
2019-12-21
add option to set mutes that apply only to timelines
multiple creatures
2019-12-19
drop check for mentions-only posts
multiple creatures
2019-12-14
Merge branch 'master' of monsterware.dev:monsterpit/mastodon
multiple creatures
2019-12-14
use redis lock instead of rolling own
multiple creatures
2019-12-14
fix no body text error
multiple creatures
2019-12-13
sync with `on_behalf_of` + bump max pages
multiple creatures
2019-12-12
avoid posting when body only has mentions it
multiple creatures
2019-12-12
better key constraints on imported statuses, sharekeys, & normalized statuses...
multiple creatures
2019-12-12
revise post service to check for kicked status before posting, handle out-of-...
multiple creatures
2019-12-12
add ability for post authors to kick jerks out of their threads
multiple creatures
2019-12-12
make it possible to process & send out mentions in separate steps
multiple creatures
2019-12-11
move sharekeys & import metadata to own tables
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-10
set `resource_options` to empty hash if `nil`
multiple creatures
2019-12-08
forgot to join domain parts
multiple creatures
2019-12-07
forgot to add the redisable module
multiple creatures
2019-12-07
don't count faves as indicators for known accounts
multiple creatures
2019-12-07
domain policies also now get applied to subdomains
multiple creatures
2019-12-06
make posts with `#``self.draft` scope private by default
multiple creatures
2019-12-05
avoid resurfacing old posts that are being streamed into the world timeline
multiple creatures
2019-12-05
use `update` to change `curated` flags
multiple creatures
2019-12-03
clear filtered status cache when a domain policy gets reset
multiple creatures
2019-12-01
`update` -> `update!`
multiple creatures
2019-11-19
Refactor all ActivityPub deliveries to be serialized and signed through one c...
Eugen Rochko
2019-11-18
When a post is delayed or updated, remove the old version from local timeline...
multiple creatures
[next]