Logo
Explore Help
Sign In
djsundog/tootlab-mastodon
1
0
Fork 0
You've already forked tootlab-mastodon
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-21 18:13:47 -05:00
Code Issues Packages Projects Releases Wiki Activity
tootlab-mastodon/app/controllers/disputes/base_controller.rb

12 lines
212 B
Ruby
Raw Normal View History

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
# frozen_string_literal: true
class Disputes::BaseController < ApplicationController
include Authorization
layout 'admin'
skip_before_action :require_functional!
before_action :authenticate_user!
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 229ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API