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-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
2019-05-21
DB: Replace `NULL` boolean values with `FALSE` in Monsterpit feature columns;...
multiple creatures
2019-05-21
Make sure only distributable statuses are marked curated; move bangtags proce...
multiple creatures
2019-05-21
Limit scope of local/world TLs. Fixes the bug causing some requests to fetch...
multiple creatures
2019-05-21
This `relay` should be a string, not a `Symbol`.
multiple creatures
2019-05-21
Dedicated `network` DB column for marking whether a roar is a part of the loc...
multiple creatures
2019-05-21
Add `share_key` column to status table in preparation for letting folks gener...
multiple creatures
2019-05-21
Refactored community-curated world timeline code; **privacy**: remove support...
multiple creatures
2019-05-21
Raise max search result limit to 66 in API.
multiple creatures
2019-05-21
Only consider favorites for community-curated world timeline until we can mak...
multiple creatures
2019-05-21
`Status.search_for`: Don't need `Status.unscoped`; the `default_scope` sorts ...
multiple creatures
[next]