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-19
Move signature verification stoplight to the requests themselves (#10813)
ThibG
2019-11-19
Add sponsor button to GitHub web UI (#10814)
Yamagishi Kazutoshi
2019-11-19
Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)
ThibG
2019-11-19
Add `forceSingleColumn` prop to `<UI />` (#10807) [Monsterfork adjustment: ke...
Eugen Rochko
2019-11-19
Migrate from uws to cws (#10805)
abcang
2019-11-19
Fix stacking order of emoji picker (#10801)
nzws
2019-11-19
Bump aws-sdk-s3 from 1.39.0 to 1.40.0 (#10803)
dependabot[bot]
2019-11-19
Bump rubocop from 0.69.0 to 0.70.0 (#10802)
dependabot[bot]
2019-11-19
i18n: Complete frontend Bengali translation (#10800)
dxwc
2019-11-19
Add `account_id` param to `GET /api/v1/notifications` (#10796)
Paul Woolcock
2019-11-19
Bump httplog from 1.2.2 to 1.3.0 (#10795)
dependabot[bot]
2019-11-19
Update sk.yml (#10788)
Marek Ľach
2019-11-19
Bump lograge from 0.11.0 to 0.11.1 (#10793)
dependabot[bot]
2019-11-19
Bump capybara from 3.20.0 to 3.20.2 (#10794)
dependabot[bot]
2019-11-19
Make headers font size proportional
Thibaut Girka
2019-11-19
Allow rel=tag in status text
Thibaut Girka
2019-11-18
Add support for updating posts in-place to the frontend and API. This makes ...
multiple creatures
2019-11-18
Revert `7f2174466` because it is causing thread mode to break.
multiple creatures
2019-11-18
When a post is delayed or updated, remove the old version from local timeline...
multiple creatures
2019-11-18
Improve readability somewhat.
multiple creatures
2019-11-18
Let `PostStatusWorker` deal with delivering posts.
multiple creatures
2019-11-18
Send status ID instead of objects to `ActivityPub::DistributionWorker`
multiple creatures
2019-11-18
Use `before_save` instead of `after_save`.
multiple creatures
2019-11-18
Be more specific about checking for the truthiness of `nomentions`.
multiple creatures
2019-11-18
Get rid of the `Formatter` cache. It isn't worth the admin headaches.
multiple creatures
2019-11-18
Auto-remove expired filters.
multiple creatures
2019-11-18
Remove filter caches.
multiple creatures
2019-11-18
Filter boosts from profile pages' Roars & Growls tab.
multiple creatures
2019-11-18
In the regex filtering query, `ANY` should actually be `ALL`.
multiple creatures
2019-11-18
Correct `CustomFilters` to `CustomFilter`.
multiple creatures
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
[next]