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
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
2019-07-29
add plain-text console formatting option
multiple creatures
2019-07-29
add `boostable` attribute to statuses model
multiple creatures
2019-07-24
revert the current unfinished chat implementation
multiple creatures
2019-07-23
add self-destructing roars & `live`/`lifespan` bangtags
multiple creatures
2019-07-20
limit post search to own social graph
multiple creatures
2019-07-15
ignore `tsv` column & add index to local-scope posts
multiple creatures
2019-07-15
local visibility scope, chat scope+tags, unlisted tags
multiple creatures
2019-05-21
ignore the `tsv` column on the statuses table - our code will never touch this
multiple creatures
2019-05-21
handle importing posts from json dumps
multiple creatures
2019-05-21
fix bbdown newlines + format & emojify footers
multiple creatures
2019-05-21
reimplement monsterpit bbcode and markdown extensions on top of new glitch-so...
multiple creatures
2019-05-21
remove the buggy do-not-@-me impl - we'll replace this with a bangtag later
multiple creatures
2019-05-21
Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ad...
multiple creatures
2019-05-21
Statuses: set `local_only` flag from the `PostStatusService`. Default to `en`...
multiple creatures
2019-05-21
Do not process mentions or bangtags in drafts. Add `draft?` method to `Statu...
multiple creatures
2019-05-21
Correct breaking type-o: `scope` -> `starting_scope`
multiple creatures
2019-05-21
Implement scoped tags; use `local:` and `self:` scopes for community and pers...
multiple creatures
2019-05-21
Add option to hide public replies from profile
multiple creatures
2019-05-21
Status model: `LOCAL_DOMAINS` constant has been moved into the `Account` model.
multiple creatures
2019-05-21
Make sure that local-only tokens still get detected when signature is enabled.
multiple creatures
2019-05-21
Add `i:am` bangtag to allow plural systems sharing an account to identify who...
multiple creatures
[next]