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
Age
Commit message (
Expand
)
Author
2019-11-19
Add responsive panels to the single-column layout (#10820)
Eugen Rochko
2019-11-19
Add `account_id` param to `GET /api/v1/notifications` (#10796)
Paul Woolcock
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
Remove filter caches.
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 unused and incompatable filter settings. These will be re-added in ti...
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
Add `filter_undescribed` column to `accounts` table.
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
When domain policies are created or updated, set the `processing` flag from t...
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-11-06
perform spam detection at registration time
multiple creatures
2019-10-27
add profile option to (locally) block anonymous views of public posts
multiple creatures
2019-10-13
(optionally) announce the success of werewolf transformations
multiple creatures
2019-10-12
graylist (reject unknown) federation & known account auto-learning finally ha...
multiple creatures
2019-10-09
custom filters can now also match posts with missing media descriptions
multiple creatures
2019-10-09
custom filters can now match media descriptions
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-30
make sure media attachments are not from a blocked account, CDN, or their sub...
multiple creatures
2019-08-30
re-fetch media when local file is missing
multiple creatures
2019-08-26
detect spam registrations + include account approvals/rejections in transpara...
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-24
raise description limit to 6666
multiple creatures
2019-08-15
custom filters now have an option to add or override content warnings; filter...
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-15
`target_account.user` -> `target_account`
multiple creatures
2019-08-08
add new `reject unknown` policy option to prevent spam & harassment from larg...
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-08-02
only domain policies have an `updated_at` attribute
multiple creatures
2019-08-02
filters now have options to separately match post text, content warnings/titl...
multiple creatures
2019-07-31
ability to add domain moderation notes, edit existing domain policies in-plac...
multiple creatures
2019-07-31
make `updated_at` attribute accessible in the instance model
multiple creatures
[next]