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-12-22 21:26:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e4270cb55a
mastodon
/
app
/
services
History
Claire
5f334807d2
Merge branch 'main' into glitch-soc/merge-upstream
2021-05-22 13:11:31 +02:00
..
activitypub
concerns
keys
account_search_service.rb
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
Change account suspensions to be reversible by default (
#14726
)
2020-09-15 14:37:58 +02:00
app_sign_up_service.rb
authorize_follow_service.rb
backup_service.rb
base_service.rb
batched_remove_status_service.rb
block_domain_service.rb
block_service.rb
Fix BlockService trying to reject incorrect follow request (
#11288
)
2019-07-11 14:50:27 +02:00
bootstrap_timeline_service.rb
clear_domain_media_service.rb
delete_account_service.rb
deliver_to_device_service.rb
fan_out_on_write_service.rb
favourite_service.rb
fetch_link_card_service.rb
Fix some RedisLocks auto-releasing too fast (
#16276
)
2021-05-19 23:52:08 +02:00
fetch_oembed_service.rb
Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (
#15716
)
2021-02-12 05:45:38 +01:00
fetch_remote_status_service.rb
fetch_resource_service.rb
follow_service.rb
import_service.rb
Update Mastodon to Rails 6.1 (
#15910
)
2021-03-24 10:44:31 +01:00
move_service.rb
mute_service.rb
notify_service.rb
post_status_service.rb
precompute_feed_service.rb
process_hashtags_service.rb
Change trending hashtags to be affected be reblogs (
#16164
)
2021-05-07 14:33:43 +02:00
process_mentions_service.rb
Merge branch 'main' into glitch-soc/merge-upstream
2021-04-20 12:17:14 +02:00
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
Merge branch 'main' into glitch-soc/merge-upstream
2021-05-22 13:11:31 +02:00
report_service.rb
resolve_account_service.rb
resolve_url_service.rb
Improve searching for private toots from URL (
#14856
)
2020-12-17 06:51:49 +01:00
search_service.rb
suspend_account_service.rb
tag_search_service.rb
unallow_domain_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsuspend_account_service.rb
update_account_service.rb
verify_link_service.rb
vote_service.rb