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
Age
Commit message (
Expand
)
Author
2019-11-18
Use custom `f_normalize` function for transforming regex filters.
multiple creatures
2019-11-18
Ensure that community-visible posts are removed from the timeline when the au...
multiple creatures
2019-11-18
Committing this unnecessary schema version update.
multiple creatures
2019-11-18
Create `f_normalize` function to transform filter queries. Also make the FTS...
multiple creatures
2019-11-18
Migrate old whole-word filters to modified syntax (double quoted strings trea...
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
Split indexing Rake tasks to: `monsterfork:index_statuses` (reindex statuses ...
multiple creatures
2019-11-18
Include media attachment descriptions in normalized text.
multiple creatures
2019-11-18
Remove context selector from filter view.
multiple creatures
2019-11-18
Remove unused and incompatable filter settings. These will be re-added in ti...
multiple creatures
2019-11-18
Remove `FilterHelper` include from timeline APIs.
multiple creatures
2019-11-18
Always skip `Formatter` cache when serializing ActivityPub representations of...
multiple creatures
2019-11-18
Remove a duplicate callback to `update_normalized_text`.
multiple creatures
2019-11-18
In ProcessMentionsService, `skip_notify` should be a keyword argument, not po...
multiple creatures
2019-11-18
Add a new profile option to filter posts with undescribed media. At some poi...
multiple creatures
2019-11-18
Users' filters are applied in the `Status` model. They can also now use regu...
multiple creatures
2019-11-18
When streaming posts to timelines, do not apply filters to the author's own p...
multiple creatures
2019-11-17
The streaming server can now apply users' regex filters before sending conten...
multiple creatures
2019-11-17
Do away with the kludgy solution of applying users' filters from API controll...
multiple creatures
2019-11-17
Add `filter_undescribed` column to `accounts` table.
multiple creatures
2019-11-17
Removed one too many `rescue`s.
multiple creatures
2019-11-17
Prefix zero-width space before lines with space characters to preserve their ...
multiple creatures
2019-11-17
Reduce Vitamin D intake.
multiple creatures
2019-11-17
Remove duplicated code.
multiple creatures
2019-11-17
Use `after_save` instead of `after_create`/`after_update` where methods shoul...
multiple creatures
2019-11-17
Hardcoded disabling of `Formatter` cache in normalizer.
multiple creatures
2019-11-17
Do not allow `Formatter` cache when normalizing text by default - fixes menti...
multiple creatures
2019-11-17
When domain policies are created or updated, set the `processing` flag from t...
multiple creatures
2019-11-17
In the indexer, skip destroyed `Status` objects.
multiple creatures
2019-11-17
Do not try to update destroyed `Status` objects.
multiple creatures
2019-11-16
Include all tags in normalized text. Deduplicate and move them to the front.
multiple creatures
2019-11-16
In the index task, do not cache `Formatter` results.
multiple creatures
2019-11-16
When normalizing the text of local posts, skip `Formatter` cache (but allow t...
multiple creatures
2019-11-16
Allow callers of `Formatter` methods to specify that formatting results shoul...
multiple creatures
2019-11-16
Correct typo.
multiple creatures
2019-11-16
In the index task, mute the debug logger once per batch instead of once per i...
multiple creatures
2019-11-16
Fix progress text.
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-16
Update admin instructions to migrate from PostgreSQL FTS to trigram-based sea...
multiple creatures
2019-11-16
The WAS spammer detection is no longer needed; removing this code from the Ja...
multiple creatures
2019-11-06
fix missing `srem` argument in commit `d162ebae7`
multiple creatures
2019-11-06
remove undeliverable flag from temporarily offline remote accounts & servers ...
multiple creatures
2019-11-06
clear formatter cache when profile is changed
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-27
whee db schema update
multiple creatures
2019-10-27
add `unboostable` boolean to account model in preparation for adding more typ...
multiple creatures
[next]