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-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
2019-11-17
Do not try to update destroyed `Status` objects.
multiple creatures
2019-11-16
Correct typo.
multiple creatures
2019-11-16
Moved to using a normalized text column for searches. Admins using an FTS-ena...
multiple creatures
2019-11-16
Searches now work on `following` scope.
multiple creatures
2019-11-16
Regular expressions can now be used in full-text searches. Wrapping a search...
multiple creatures
2019-11-16
Update database queries to reflect change of search implementation.
multiple creatures
2019-10-01
prefixing a search with `@@` interprets it as an advanced query (in postgresq...
multiple creatures
2019-08-30
use a scheduled task to batch domain policy changes + revert `29643fd6` to av...
multiple creatures
2019-08-24
support `offset` with search
multiple creatures
2019-08-24
fix breaking typo
multiple creatures
2019-08-24
avoid unneccesary scoping for self-searches; make sure general scope is limit...
multiple creatures
2019-08-15
don't bother searching if term is empty
multiple creatures
2019-08-15
add ability to search own posts by prepending `me:` to searches
multiple creatures
2019-08-07
add option to automatically space out boosts over configurable random intervals
multiple creatures
2019-08-06
added ability to link accounts with `account:link:token` + `account:link:add`...
multiple creatures
2019-08-04
limit inferred reject replies trigger to the start of first/last line; simpli...
multiple creatures
2019-08-03
match more `reject_replies` tokens
multiple creatures
2019-08-03
respect 'don't @ me' requests
multiple creatures
[next]