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
/
services
/
post_status_service.rb
Age
Commit message (
Expand
)
Author
2020-03-25
Fix media not being marked sensitive when client sets a CW but no text (#13277)
ThibG
2020-03-08
Change local media attachments to perform heavy processing asynchronously (#1...
Eugen Rochko
2020-03-08
Fix public posts from silenced accounts not being changed to unlisted visibil...
ThibG
2020-03-08
Add specific rate limits for posting and following (#13172)
Eugen Rochko
2019-09-29
Add voters count support (#11917)
ThibG
2019-07-06
Remove Salmon and PubSubHubbub (#11205)
Eugen Rochko
2019-06-19
Add audio uploads (#11123)
Eugen Rochko
2019-05-14
Record account suspend/silence time and keep track of domain blocks (#10660)
ThibG
2019-03-28
Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)
Eugen Rochko
2019-03-15
Fix detailed poll validation errors not being returned in the API (#10261)
Eugen Rochko
2019-03-11
Support pushing and receiving updates to poll tallies (#10209)
ThibG
2019-03-04
Correctly make polls and media mutually exclusive (#10141)
ThibG
2019-03-03
Add polls (#10111)
Eugen Rochko
2019-02-02
Create Redisable#redis (#9633)
ysksn
2019-01-26
Prevent posting toots with media attachments from someone else (#9921)
ThibG
2019-01-21
Fix scheduled toot with media immediately creating a toot (#9894)
ThibG
2019-01-19
Fix error when `scheduled_at` attribute is malformed (#9866)
Eugen Rochko
2019-01-06
Fix wrong param name in scheduled statuses and return params in API (#9725)
Eugen Rochko
2019-01-05
Add scheduled statuses (#9706)
Eugen Rochko
2018-12-30
Avoid duplicate work by merging ReplyDistributionWorker into DistributionWork...
ThibG
2018-12-24
Limit maximum visibility of local silenced users to unlisted (#9583)
ThibG
2018-07-16
Fix activity:interactions counter to count all interactions (#8037)
Eugen Rochko
2018-07-03
Fix check for PotentialFriendshipTracker when replying (#7933)
Eugen Rochko
2018-07-03
Re-add follow recommendations API (#7918)
Eugen Rochko
2018-06-17
Allow selecting default posting language instead of auto-detect (#7828)
Eugen Rochko
2018-06-15
Remove placeholder text for media-only toots (#7806)
Eugen Rochko
2018-06-04
Do not mark remote status sensitive even if spoiler text is present (#7395)
Akihiko Odaki
2018-05-14
Call media.present? because media may be nil (#7474)
abcang
2018-05-08
Fix hashtags not being federated on mentions (fixes #6900) (#7406)
ThibG
2018-05-07
Support explicitly supplying language code for status via REST API (#7389)
Eugen Rochko
2018-04-09
When creating status, if no sensitive status is given, use default (#7057)
Renato "Lond" Cerqueira
2018-03-08
For now, put a "." into no-text statuses with media for backcompat (#6691)
Eugen Rochko
2018-03-07
Remove text requirement when media attached from statuses (#6672)
Eugen Rochko
2017-12-06
Using double splat operator (#5859)
Yamagishi Kazutoshi
2017-10-27
Instantiate service classes for each call (fixes #5540) (#5543)
ThibG
2017-09-16
Fix filterable_languages method of SettingsHelper (#4966)
Akihiko Odaki
2017-09-09
Fix #4850 - When visibility missing from API call to toot, fallback to user p...
Eugen Rochko
2017-08-30
Forward ActivityPub creates that reply to local statuses (#4709)
Eugen Rochko
2017-08-13
ActivityPub delivery (#4566)
Eugen Rochko
2017-07-14
Fix #4149, fix #1199 - Store emojis as unicode (#4189)
Eugen Rochko
2017-05-31
Misc tidying and clean ups (#3445)
Matt Jankowski
2017-04-27
OEmbed support for PreviewCard (#2337)
Eugen Rochko
2017-04-26
attach_media should be in transaction of creation status (#2426)
Keiji, Yoshimi
2017-04-25
Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2...
Eugen Rochko
2017-04-18
Language detection refactor (#2099)
Matt Jankowski
2017-04-17
reduce unneed query when post without attachements. (#1907)
Keiji, Yoshimi
2017-04-16
Fix #1957 - WhatLanguage can return null. Fallback to 'en' (#1959)
Eugen
2017-04-16
Add language detection (#1772)
Eugen
2017-04-07
Use I18n for media attachment validation errors
Chad Pytel
2017-02-26
Add validation of media attachments, clean up mastodon-own exception classes
Eugen Rochko
[next]