This website requires JavaScript.
Explore
Help
Register
Sign In
luna
/
mastodon
Watch
0
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced
2024-11-23 07:14:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
bb911043de
mastodon
/
app
/
services
History
Eugen Rochko
91c71471ab
Fix account delete form not accepting password, update suspended (
#3745
)
...
account before removing content for quicker feedback to end-users
2017-06-14 20:30:12 +02:00
..
concerns
pubsubhubbub
account_search_service.rb
after_block_service.rb
authorize_follow_service.rb
base_service.rb
batched_remove_status_service.rb
block_domain_from_account_service.rb
block_domain_service.rb
block_service.rb
fan_out_on_write_service.rb
favourite_service.rb
fetch_atom_service.rb
fetch_link_card_service.rb
Fix an error when TagManager.local_url? is called with a bad URI (
#3701
)
2017-06-11 22:53:12 +02:00
fetch_remote_account_service.rb
fetch_remote_resource_service.rb
fetch_remote_status_service.rb
follow_remote_account_service.rb
Fixes
#3605
by returning account from database in case of race condition (
#3606
)
2017-06-08 13:40:11 +02:00
follow_service.rb
mute_service.rb
notify_service.rb
post_status_service.rb
precompute_feed_service.rb
Fix
#2619
- When redis feed is empty, fall back to database (
#3721
)
2017-06-14 13:37:03 +02:00
process_feed_service.rb
process_hashtags_service.rb
process_interaction_service.rb
Add status destroy authorization to policy (
#3453
)
2017-05-30 22:56:31 +02:00
process_mentions_service.rb
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
search_service.rb
Add specs (and refactor) of FetchRemoteResourceService and SearchService (
#2812
)
2017-05-05 17:26:04 +02:00
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsubscribe_service.rb
update_remote_profile_service.rb
verify_salmon_service.rb