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-12-12
add ability for post authors to kick jerks out of their threads
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-10
add accessibility option to make everything lowercase
multiple creatures
2019-12-07
add option to toggle whether regex filters should be applied to mentions
multiple creatures
2019-12-07
make sure filter cache gets wiped when a filter is deleted
multiple creatures
2019-12-07
make domain policies templatable
multiple creatures
2019-12-07
get rid of unneccesary protocol check from upstream
multiple creatures
2019-12-06
use `self.draft` scope tag for draft posts & add draft header
multiple creatures
2019-12-03
when someone adds/changes a filter retroactively apply it to their home & lis...
multiple creatures
2019-12-03
add `all` & `all_cached` props to feed model
multiple creatures
2019-12-03
add `size` property to feed model
multiple creatures
2019-12-02
user invitations should now (by)pass the spam check
multiple creatures
2019-12-01
correctly detect domain policy changes
multiple creatures
2019-11-29
raise video & audio quality
multiple creatures
2019-11-29
`compand` apparantly screws up dynamic range - get rid of that
multiple creatures
2019-11-29
use static waveform for audio uploads & explicitly accept `audio/mp3`
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-19
Added env variables for max image and video size. [Monsterfork: partially rev...
Lady Lumb
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
[prev]
[next]