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
/
models
/
status.rb
Age
Commit message (
Expand
)
Author
2020-03-01
remove sloooooooooooooow public timeline filters that don't apply to the mons...
multiple creatures
2020-02-27
(inefficiently) fix thread kick check
multiple creatures
2020-02-27
port tootsuite#11805 to monserfork: Change deletes to preserve soft-deleted s...
Eugen Rochko
2020-02-27
port tootsuite#11623 to monsterfork: Add soft delete for statuses for instant...
Eugen Rochko
2020-02-27
Fix unscoped being used in the wrong place (#11987)
Eugen Rochko
2020-02-27
Fix index not being used in Status.reblogs_map (#11982)
Eugen Rochko
2020-02-27
improve status title (#8596)
Alexander
2020-02-27
(ref: `856c36a`) filter accounts that thread authors kicked out of their thread
multiple creatures
2020-02-27
port tootsuite#9626 to monsterfork: Refactor StatusThreadingConcern
ysksn
2020-02-24
fix `distributable?` logic
multiple creatures
2020-02-20
do not consider posts with `hidden` flag as distributable
multiple creatures
2020-02-19
move bangtag processing responsibility to `PostStatusService`
multiple creatures
2020-02-19
only process bangtags on `create`, add `process_bangtags?` & `process_bangtag...
multiple creatures
2020-02-19
avoid processing bangtags multiple times
multiple creatures
2020-02-16
add `keep_hidden?` flag to make sure drafts are not accidentally published by...
multiple creatures
2020-02-16
change context of `hidden?` to mean a hidden post, not a non-distributable post
multiple creatures
2020-02-15
(actually) add `hidden` attribute to status table & model
multiple creatures
2020-02-14
filter hidden & delayed posts from timelines until published
multiple creatures
2020-01-20
Original upstream merge
ThibG
2020-01-15
handle passing `0` to `lifespan` & `defed_in` bangtags to unset the auto-dest...
multiple creatures
2020-01-13
use `update` instead of assignment on `delete_after=` & `defederate_after=`
multiple creatures
2020-01-13
add new privacy option to auto-defederate after a given timespan + add option...
multiple creatures
2020-01-13
remove duplicates from media gallery mode, attempt 2
multiple creatures
2020-01-11
remove duplicate posts in gallery mode
multiple creatures
2020-01-10
add custom filter master toggle, add media gallery mode, & fix various filter...
multiple creatures
2020-01-10
add ability to toggle individual filters without deleting them
multiple creatures
2020-01-10
don't try to apply filters when there's not any set
multiple creatures
2020-01-10
bon voyage to that shitty text normalization code
multiple creatures
2020-01-10
switch (back) to postgres fts engine for fast search & timeline filters
multiple creatures
2019-12-21
add virtual scopes for `#``self.boosts` (your boosts) & `#``self.home.boosts`...
multiple creatures
2019-12-21
add option to use phrase filters as an allow list
multiple creatures
2019-12-19
rework hide boosts / show only packmates options to work with timeline streaming
multiple creatures
2019-12-19
add preference options to a: hide boosts globally, & b: show only packmates a...
multiple creatures
2019-12-17
when applying user filters only `select` columns from the `statuses` table
multiple creatures
2019-12-12
include "do not interact" as a trigger for infering no replies mode
multiple creatures
2019-12-12
only pass account id into scope instead of whole account object
multiple creatures
2019-12-11
move sharekeys & import metadata to own tables
multiple creatures
2019-12-11
move normalized text into own table
multiple creatures
2019-12-06
use `self.draft` scope tag for draft posts & add draft header
multiple creatures
2019-11-19
Change reblogs counter to be updated when boosted privately (#10964)
Eugen Rochko
2019-11-19
Refactor all ActivityPub deliveries to be serialized and signed through one c...
Eugen Rochko
2019-11-18
Use `before_save` instead of `after_save`.
multiple creatures
2019-11-18
Get rid of the `Formatter` cache. It isn't worth the admin headaches.
multiple creatures
2019-11-18
In the regex filtering query, `ANY` should actually be `ALL`.
multiple creatures
2019-11-18
Use custom `f_normalize` function for transforming regex filters.
multiple creatures
2019-11-18
Only apply a user's string filters if they actually have any set (otherwise a...
multiple creatures
2019-11-18
Remove a duplicate callback to `update_normalized_text`.
multiple creatures
2019-11-18
Users' filters are applied in the `Status` model. They can also now use regu...
multiple creatures
2019-11-17
Reduce Vitamin D intake.
multiple creatures
2019-11-17
Use `after_save` instead of `after_create`/`after_update` where methods shoul...
multiple creatures
[next]