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
2020-01-11
skip spam check if invite-only registration
multiple creatures
2020-01-11
remove duplicate posts in gallery mode
multiple creatures
2020-01-10
add option for changing the monsterfork api exposure level, defaulting to `fu...
multiple creatures
2020-01-10
add custom filter master toggle, add media gallery mode, & fix various filter...
multiple creatures
2020-01-10
trigger feed update after a filter is deleted
multiple creatures
2020-01-10
remove duplicate `private` section
multiple creatures
2020-01-10
add ability to toggle individual filters without deleting them
multiple creatures
2020-01-10
don't try to apply filters when there's not any set
multiple creatures
2020-01-10
bon voyage to that shitty text normalization code
multiple creatures
2020-01-10
switch (back) to postgres fts engine for fast search & timeline filters
multiple creatures
2019-12-21
add virtual scopes for `#``self.boosts` (your boosts) & `#``self.home.boosts`...
multiple creatures
2019-12-21
add option to only apply phrase filters to timelines
multiple creatures
2019-12-21
add option to use phrase filters as an allow list
multiple creatures
2019-12-21
add option to set mutes that apply only to timelines
multiple creatures
2019-12-19
rework hide boosts / show only packmates options to work with timeline streaming
multiple creatures
2019-12-19
add preference options to a: hide boosts globally, & b: show only packmates a...
multiple creatures
2019-12-17
when applying user filters only `select` columns from the `statuses` table
multiple creatures
2019-12-12
include "do not interact" as a trigger for infering no replies mode
multiple creatures
2019-12-12
only pass account id into scope instead of whole account object
multiple creatures
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
[prev]
[next]