mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
disable snow
This commit is contained in:
parent
d348d67baf
commit
9cf507cf55
@ -43,9 +43,9 @@ class LinkFooter extends React.PureComponent {
|
|||||||
};
|
};
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
displayMoreLinks : displayMoreLinks,
|
displayMoreLinks : displayMoreLinks,
|
||||||
enableChristmasSnow : true,
|
enableChristmasSnow : false,
|
||||||
themeIsDark : true,
|
themeIsDark : true,
|
||||||
minimumWeekToShowSnow: 48,
|
minimumWeekToShowSnow: 52,
|
||||||
};
|
};
|
||||||
|
|
||||||
handleLogoutClick = e => {
|
handleLogoutClick = e => {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#
|
#
|
||||||
# Table name: accounts
|
# Table name: accounts
|
||||||
#
|
#
|
||||||
# id :bigint(8) not null, primary key
|
|
||||||
# username :string default(""), not null
|
# username :string default(""), not null
|
||||||
# domain :string
|
# domain :string
|
||||||
# secret :string default(""), not null
|
# secret :string default(""), not null
|
||||||
@ -20,11 +19,11 @@
|
|||||||
# url :string
|
# url :string
|
||||||
# avatar_file_name :string
|
# avatar_file_name :string
|
||||||
# avatar_content_type :string
|
# avatar_content_type :string
|
||||||
# avatar_file_size :integer
|
# avatar_file_size :bigint(8)
|
||||||
# avatar_updated_at :datetime
|
# avatar_updated_at :datetime
|
||||||
# header_file_name :string
|
# header_file_name :string
|
||||||
# header_content_type :string
|
# header_content_type :string
|
||||||
# header_file_size :integer
|
# header_file_size :bigint(8)
|
||||||
# header_updated_at :datetime
|
# header_updated_at :datetime
|
||||||
# avatar_remote_url :string
|
# avatar_remote_url :string
|
||||||
# subscription_expires_at :datetime
|
# subscription_expires_at :datetime
|
||||||
@ -36,6 +35,7 @@
|
|||||||
# shared_inbox_url :string default(""), not null
|
# shared_inbox_url :string default(""), not null
|
||||||
# followers_url :string default(""), not null
|
# followers_url :string default(""), not null
|
||||||
# protocol :integer default("ostatus"), not null
|
# protocol :integer default("ostatus"), not null
|
||||||
|
# id :bigint(8) not null, primary key
|
||||||
# memorial :boolean default(FALSE), not null
|
# memorial :boolean default(FALSE), not null
|
||||||
# moved_to_account_id :bigint(8)
|
# moved_to_account_id :bigint(8)
|
||||||
# featured_collection_url :string
|
# featured_collection_url :string
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# domain :string
|
# domain :string
|
||||||
# image_file_name :string
|
# image_file_name :string
|
||||||
# image_content_type :string
|
# image_content_type :string
|
||||||
# image_file_size :integer
|
# image_file_size :bigint(8)
|
||||||
# image_updated_at :datetime
|
# image_updated_at :datetime
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
#
|
#
|
||||||
# Table name: imports
|
# Table name: imports
|
||||||
#
|
#
|
||||||
# id :bigint(8) not null, primary key
|
|
||||||
# type :integer not null
|
# type :integer not null
|
||||||
# approved :boolean default(FALSE), not null
|
# approved :boolean default(FALSE), not null
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# data_file_name :string
|
# data_file_name :string
|
||||||
# data_content_type :string
|
# data_content_type :string
|
||||||
# data_file_size :integer
|
# data_file_size :bigint(8)
|
||||||
# data_updated_at :datetime
|
# data_updated_at :datetime
|
||||||
# account_id :bigint(8) not null
|
# account_id :bigint(8) not null
|
||||||
|
# id :bigint(8) not null, primary key
|
||||||
# overwrite :boolean default(FALSE), not null
|
# overwrite :boolean default(FALSE), not null
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
#
|
#
|
||||||
# Table name: media_attachments
|
# Table name: media_attachments
|
||||||
#
|
#
|
||||||
# id :bigint(8) not null, primary key
|
|
||||||
# status_id :bigint(8)
|
# status_id :bigint(8)
|
||||||
# file_file_name :string
|
# file_file_name :string
|
||||||
# file_content_type :string
|
# file_content_type :string
|
||||||
# file_file_size :integer
|
# file_file_size :bigint(8)
|
||||||
# file_updated_at :datetime
|
# file_updated_at :datetime
|
||||||
# remote_url :string default(""), not null
|
# remote_url :string default(""), not null
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
@ -16,6 +15,7 @@
|
|||||||
# type :integer default("image"), not null
|
# type :integer default("image"), not null
|
||||||
# file_meta :json
|
# file_meta :json
|
||||||
# account_id :bigint(8)
|
# account_id :bigint(8)
|
||||||
|
# id :bigint(8) not null, primary key
|
||||||
# description :text
|
# description :text
|
||||||
# scheduled_status_id :bigint(8)
|
# scheduled_status_id :bigint(8)
|
||||||
# blurhash :string
|
# blurhash :string
|
||||||
@ -23,7 +23,7 @@
|
|||||||
# file_storage_schema_version :integer
|
# file_storage_schema_version :integer
|
||||||
# thumbnail_file_name :string
|
# thumbnail_file_name :string
|
||||||
# thumbnail_content_type :string
|
# thumbnail_content_type :string
|
||||||
# thumbnail_file_size :bigint(8)
|
# thumbnail_file_size :integer
|
||||||
# thumbnail_updated_at :datetime
|
# thumbnail_updated_at :datetime
|
||||||
# thumbnail_remote_url :string
|
# thumbnail_remote_url :string
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# description :string default(""), not null
|
# description :string default(""), not null
|
||||||
# image_file_name :string
|
# image_file_name :string
|
||||||
# image_content_type :string
|
# image_content_type :string
|
||||||
# image_file_size :integer
|
# image_file_size :bigint(8)
|
||||||
# image_updated_at :datetime
|
# image_updated_at :datetime
|
||||||
# type :integer default("link"), not null
|
# type :integer default("link"), not null
|
||||||
# html :text default(""), not null
|
# html :text default(""), not null
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# var :string default(""), not null
|
# var :string default(""), not null
|
||||||
# file_file_name :string
|
# file_file_name :string
|
||||||
# file_content_type :string
|
# file_content_type :string
|
||||||
# file_file_size :integer
|
# file_file_size :bigint(8)
|
||||||
# file_updated_at :datetime
|
# file_updated_at :datetime
|
||||||
# meta :json
|
# meta :json
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
|
@ -2,14 +2,15 @@
|
|||||||
#
|
#
|
||||||
# Table name: user_groups
|
# Table name: user_groups
|
||||||
#
|
#
|
||||||
# id :bigint(8) not null, primary key
|
# id :bigint(8) not null, primary key
|
||||||
# name :string not null
|
# name :string not null
|
||||||
# createdAt :datetime
|
# createdAt :datetime
|
||||||
# visibility :string
|
# visibility :string
|
||||||
# account_id :integer
|
# account_id :integer
|
||||||
# creator_id :integer
|
# creator_id :integer
|
||||||
# created_at :datetime not null
|
# statuses_count :integer
|
||||||
# updated_at :datetime not null
|
# created_at :datetime not null
|
||||||
|
# updated_at :datetime not null
|
||||||
#
|
#
|
||||||
|
|
||||||
class UserGroup < ApplicationRecord
|
class UserGroup < ApplicationRecord
|
||||||
|
45
db/schema.rb
45
db/schema.rb
@ -159,11 +159,11 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.string "url"
|
t.string "url"
|
||||||
t.string "avatar_file_name"
|
t.string "avatar_file_name"
|
||||||
t.string "avatar_content_type"
|
t.string "avatar_content_type"
|
||||||
t.integer "avatar_file_size"
|
t.bigint "avatar_file_size"
|
||||||
t.datetime "avatar_updated_at"
|
t.datetime "avatar_updated_at"
|
||||||
t.string "header_file_name"
|
t.string "header_file_name"
|
||||||
t.string "header_content_type"
|
t.string "header_content_type"
|
||||||
t.integer "header_file_size"
|
t.bigint "header_file_size"
|
||||||
t.datetime "header_updated_at"
|
t.datetime "header_updated_at"
|
||||||
t.string "avatar_remote_url"
|
t.string "avatar_remote_url"
|
||||||
t.datetime "subscription_expires_at"
|
t.datetime "subscription_expires_at"
|
||||||
@ -313,7 +313,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.string "domain"
|
t.string "domain"
|
||||||
t.string "image_file_name"
|
t.string "image_file_name"
|
||||||
t.string "image_content_type"
|
t.string "image_content_type"
|
||||||
t.integer "image_file_size"
|
t.bigint "image_file_size"
|
||||||
t.datetime "image_updated_at"
|
t.datetime "image_updated_at"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
t.datetime "updated_at", null: false
|
t.datetime "updated_at", null: false
|
||||||
@ -453,7 +453,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.datetime "updated_at", null: false
|
t.datetime "updated_at", null: false
|
||||||
t.string "data_file_name"
|
t.string "data_file_name"
|
||||||
t.string "data_content_type"
|
t.string "data_content_type"
|
||||||
t.integer "data_file_size"
|
t.bigint "data_file_size"
|
||||||
t.datetime "data_updated_at"
|
t.datetime "data_updated_at"
|
||||||
t.bigint "account_id", null: false
|
t.bigint "account_id", null: false
|
||||||
t.boolean "overwrite", default: false, null: false
|
t.boolean "overwrite", default: false, null: false
|
||||||
@ -514,7 +514,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.bigint "status_id"
|
t.bigint "status_id"
|
||||||
t.string "file_file_name"
|
t.string "file_file_name"
|
||||||
t.string "file_content_type"
|
t.string "file_content_type"
|
||||||
t.integer "file_file_size"
|
t.bigint "file_file_size"
|
||||||
t.datetime "file_updated_at"
|
t.datetime "file_updated_at"
|
||||||
t.string "remote_url", default: "", null: false
|
t.string "remote_url", default: "", null: false
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
@ -530,7 +530,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.integer "file_storage_schema_version"
|
t.integer "file_storage_schema_version"
|
||||||
t.string "thumbnail_file_name"
|
t.string "thumbnail_file_name"
|
||||||
t.string "thumbnail_content_type"
|
t.string "thumbnail_content_type"
|
||||||
t.bigint "thumbnail_file_size"
|
t.integer "thumbnail_file_size"
|
||||||
t.datetime "thumbnail_updated_at"
|
t.datetime "thumbnail_updated_at"
|
||||||
t.string "thumbnail_remote_url"
|
t.string "thumbnail_remote_url"
|
||||||
t.index ["account_id"], name: "index_media_attachments_on_account_id"
|
t.index ["account_id"], name: "index_media_attachments_on_account_id"
|
||||||
@ -672,7 +672,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.string "description", default: "", null: false
|
t.string "description", default: "", null: false
|
||||||
t.string "image_file_name"
|
t.string "image_file_name"
|
||||||
t.string "image_content_type"
|
t.string "image_content_type"
|
||||||
t.integer "image_file_size"
|
t.bigint "image_file_size"
|
||||||
t.datetime "image_updated_at"
|
t.datetime "image_updated_at"
|
||||||
t.integer "type", default: 0, null: false
|
t.integer "type", default: 0, null: false
|
||||||
t.text "html", default: "", null: false
|
t.text "html", default: "", null: false
|
||||||
@ -766,7 +766,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.string "var", default: "", null: false
|
t.string "var", default: "", null: false
|
||||||
t.string "file_file_name"
|
t.string "file_file_name"
|
||||||
t.string "file_content_type"
|
t.string "file_content_type"
|
||||||
t.integer "file_file_size"
|
t.bigint "file_file_size"
|
||||||
t.datetime "file_updated_at"
|
t.datetime "file_updated_at"
|
||||||
t.json "meta"
|
t.json "meta"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
@ -777,8 +777,8 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
create_table "status_pins", force: :cascade do |t|
|
create_table "status_pins", force: :cascade do |t|
|
||||||
t.bigint "account_id", null: false
|
t.bigint "account_id", null: false
|
||||||
t.bigint "status_id", null: false
|
t.bigint "status_id", null: false
|
||||||
t.datetime "created_at", default: -> { "now()" }, null: false
|
t.datetime "created_at", default: -> { "CURRENT_TIMESTAMP" }, null: false
|
||||||
t.datetime "updated_at", default: -> { "now()" }, null: false
|
t.datetime "updated_at", default: -> { "CURRENT_TIMESTAMP" }, null: false
|
||||||
t.index ["account_id", "status_id"], name: "index_status_pins_on_account_id_and_status_id", unique: true
|
t.index ["account_id", "status_id"], name: "index_status_pins_on_account_id_and_status_id", unique: true
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -828,30 +828,6 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.index ["tag_id", "status_id"], name: "index_statuses_tags_on_tag_id_and_status_id", unique: true
|
t.index ["tag_id", "status_id"], name: "index_statuses_tags_on_tag_id_and_status_id", unique: true
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "stream_entries", force: :cascade do |t|
|
|
||||||
t.bigint "activity_id"
|
|
||||||
t.string "activity_type"
|
|
||||||
t.datetime "created_at", null: false
|
|
||||||
t.datetime "updated_at", null: false
|
|
||||||
t.boolean "hidden", default: false, null: false
|
|
||||||
t.bigint "account_id"
|
|
||||||
t.index ["account_id", "activity_type", "id"], name: "index_stream_entries_on_account_id_and_activity_type_and_id"
|
|
||||||
t.index ["activity_id", "activity_type"], name: "index_stream_entries_on_activity_id_and_activity_type"
|
|
||||||
end
|
|
||||||
|
|
||||||
create_table "subscriptions", force: :cascade do |t|
|
|
||||||
t.string "callback_url", default: "", null: false
|
|
||||||
t.string "secret"
|
|
||||||
t.datetime "expires_at"
|
|
||||||
t.boolean "confirmed", default: false, null: false
|
|
||||||
t.datetime "created_at", null: false
|
|
||||||
t.datetime "updated_at", null: false
|
|
||||||
t.datetime "last_successful_delivery_at"
|
|
||||||
t.string "domain"
|
|
||||||
t.bigint "account_id", null: false
|
|
||||||
t.index ["account_id", "callback_url"], name: "index_subscriptions_on_account_id_and_callback_url", unique: true
|
|
||||||
end
|
|
||||||
|
|
||||||
create_table "system_keys", force: :cascade do |t|
|
create_table "system_keys", force: :cascade do |t|
|
||||||
t.binary "key"
|
t.binary "key"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
@ -896,6 +872,7 @@ ActiveRecord::Schema.define(version: 2020_12_18_054746) do
|
|||||||
t.string "visibility"
|
t.string "visibility"
|
||||||
t.integer "account_id"
|
t.integer "account_id"
|
||||||
t.integer "creator_id"
|
t.integer "creator_id"
|
||||||
|
t.integer "statuses_count"
|
||||||
t.datetime "created_at", null: false
|
t.datetime "created_at", null: false
|
||||||
t.datetime "updated_at", null: false
|
t.datetime "updated_at", null: false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user