chinwagsocial/app/services
Eugen Rochko 564efd0651
Add appeals (#17364)
* Add appeals

* Add ability to reject appeals and ability to browse pending appeals in admin UI

* Add strikes to account page in settings

* Various fixes and improvements

- Add separate notification setting for appeals, separate from reports
- Fix style of links in report/strike header
- Change approving an appeal to not restore statuses (due to federation complexities)
- Change style of successfully appealed strikes on account settings page
- Change account settings page to only show unappealed or recently appealed strikes

* Change appealed_at to overruled_at

* Fix missing method error
2022-02-14 21:27:53 +01:00
..
activitypub Fix poll votes not being properly reset on poll change (#17498) 2022-02-10 14:26:54 +01:00
concerns Fix deletes not being signed in authorized fetch mode (#17484) 2022-02-11 14:52:45 +01:00
keys
account_search_service.rb
account_statuses_cleanup_service.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
app_sign_up_service.rb
appeal_service.rb Add appeals (#17364) 2022-02-14 21:27:53 +01:00
approve_appeal_service.rb Add appeals (#17364) 2022-02-14 21:27:53 +01:00
authorize_follow_service.rb
backup_service.rb
base_service.rb
batched_remove_status_service.rb
block_domain_service.rb
block_service.rb
bootstrap_timeline_service.rb
clear_domain_media_service.rb
delete_account_service.rb Fix deletes not being signed in authorized fetch mode (#17484) 2022-02-11 14:52:45 +01:00
deliver_to_device_service.rb
fan_out_on_write_service.rb Add notifications when a reblogged status has been updated (#17404) 2022-02-11 22:20:19 +01:00
favourite_service.rb
fetch_link_card_service.rb
fetch_oembed_service.rb
fetch_remote_status_service.rb
fetch_resource_service.rb
follow_service.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
import_service.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
move_service.rb
mute_service.rb
notify_service.rb Add notifications when a reblogged status has been updated (#17404) 2022-02-11 22:20:19 +01:00
post_status_service.rb Remove language detection through cld3 (#17478) 2022-02-08 02:41:17 +01:00
precompute_feed_service.rb
process_hashtags_service.rb Add editing for published statuses (#17320) 2022-02-10 00:15:30 +01:00
process_mentions_service.rb Add support for editing for published statuses (#16697) 2022-01-19 22:37:27 +01:00
purge_domain_service.rb Remove custom emojis on domain purge (#17210) 2021-12-30 08:41:09 +01:00
reblog_service.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
reject_follow_service.rb
remove_from_followers_service.rb
remove_status_service.rb Fix deletes not being signed in authorized fetch mode (#17484) 2022-02-11 14:52:45 +01:00
report_service.rb Add category and rule_ids params to POST /api/v1/reports (#17492) 2022-02-10 00:10:16 +01:00
resolve_account_service.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
resolve_url_service.rb
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
update_status_service.rb Fix poll votes not being properly reset on poll change (#17498) 2022-02-10 14:26:54 +01:00
verify_link_service.rb
vote_service.rb