remove references to tag subscriptions

This commit is contained in:
r888888888
2017-11-17 13:45:17 -08:00
parent 09234dca4f
commit e70c2a3085
17 changed files with 1 additions and 200 deletions

View File

@@ -169,21 +169,11 @@ module Danbooru
end
end
# Max number of posts to cache
def tag_subscription_post_limit
200
end
# After this many pages, the paginator will switch to sequential mode.
def max_numbered_pages
1_000
end
# Max number of tag subscriptions per user
def max_tag_subscriptions
5
end
# Maximum size of an upload.
def max_file_size
35.megabytes

View File

@@ -27,9 +27,6 @@ en:
comment_vote:
comment: "You"
user_id: "You"
tag_subscription:
creator: "You"
creator_id: "You"
upload:
uploader: "You"
uploader_id: "You"

View File

@@ -276,11 +276,6 @@ Rails.application.routes.draw do
end
end
resource :tag_implication_request, :only => [:new, :create]
resources :tag_subscriptions, :only => [:index, :destroy, :migrate] do
member do
post :migrate
end
end
resources :uploads do
collection do
get :batch