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
2016-11-30
Per-status control for unlisted mode, also federation for unlisted mode
Eugen Rochko
2016-11-28
Adding embedded PuSH server
Eugen Rochko
2016-11-23
Adding sensitive marker to statuses in API
Eugen Rochko
2016-11-15
Fix rubocop issues, introduce usage of frozen literal to improve performance
Eugen Rochko
2016-11-05
Adding hashtags
Eugen Rochko
2016-10-05
Move PubSubHubbub pinging to a background worker
Eugen Rochko
2016-09-29
Improve code style
Eugen Rochko
2016-09-07
UI for uploading media attachments (and cancelling them)
Eugen Rochko
2016-09-05
PostStatusService can attach media to status, ProcessFeedService likewise
Eugen Rochko
2016-03-25
Add link to github project to footer, move FanOutOnWriteService calls to
Eugen Rochko
2016-03-19
Use FanOutOnWriteService AFTER processing mentions
Eugen Rochko
2016-02-29
Changing the use of config constants to the Rails configuration object
Eugen Rochko
2016-02-29
Refactoring Grape API methods into normal controllers & other things
Eugen Rochko
2016-02-28
A lot of fixes from a live test
Eugen Rochko
2016-02-28
When posting a status or reblogging one, ping hubs about the feed update
Eugen Rochko
2016-02-25
Adding a Mention model, test stubs
Eugen Rochko
2016-02-24
Service to reblog statuses
Eugen Rochko
2016-02-24
Notify remote users about mentions
Eugen Rochko
2016-02-24
Add service for posting statuses (normal and replies), mention regex to
Eugen Rochko