eBooru/Gemfile.lock

433 lines
10 KiB
Plaintext
Raw Normal View History

2019-05-01 16:17:08 -04:00
GIT
remote: https://github.com/zwagoth/dtext_rb.git
2023-01-11 12:38:55 -05:00
revision: 978640b904ed359c0903b3b24affaea38eff97f0
branch: master
2019-05-01 16:17:08 -04:00
specs:
2023-01-11 12:38:55 -05:00
dtext_rb (1.10.21)
2019-05-01 16:17:08 -04:00
nokogiri (~> 1.8)
2010-08-18 18:44:18 -04:00
GEM
2014-07-01 17:34:50 -04:00
remote: https://rubygems.org/
2010-08-18 18:44:18 -04:00
specs:
2022-10-10 07:22:35 -04:00
actioncable (7.0.4)
actionpack (= 7.0.4)
activesupport (= 7.0.4)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
nio4r (~> 2.0)
2018-04-25 17:35:52 -04:00
websocket-driver (>= 0.6.1)
2022-10-10 07:22:35 -04:00
actionmailbox (7.0.4)
actionpack (= 7.0.4)
activejob (= 7.0.4)
activerecord (= 7.0.4)
activestorage (= 7.0.4)
activesupport (= 7.0.4)
2019-08-29 00:50:40 -04:00
mail (>= 2.7.1)
2022-10-10 07:22:35 -04:00
net-imap
net-pop
net-smtp
actionmailer (7.0.4)
actionpack (= 7.0.4)
actionview (= 7.0.4)
activejob (= 7.0.4)
activesupport (= 7.0.4)
2014-12-10 19:23:49 -05:00
mail (~> 2.5, >= 2.5.4)
2022-10-10 07:22:35 -04:00
net-imap
net-pop
net-smtp
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
rails-dom-testing (~> 2.0)
2022-10-10 07:22:35 -04:00
actionpack (7.0.4)
actionview (= 7.0.4)
activesupport (= 7.0.4)
rack (~> 2.0, >= 2.2.0)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
2019-08-29 00:50:40 -04:00
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2022-10-10 07:22:35 -04:00
actiontext (7.0.4)
actionpack (= 7.0.4)
activerecord (= 7.0.4)
activestorage (= 7.0.4)
activesupport (= 7.0.4)
globalid (>= 0.6.0)
2019-08-29 00:50:40 -04:00
nokogiri (>= 1.8.5)
2022-10-10 07:22:35 -04:00
actionview (7.0.4)
activesupport (= 7.0.4)
2014-04-14 17:32:01 -04:00
builder (~> 3.1)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
2019-08-29 00:50:40 -04:00
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2022-10-10 07:22:35 -04:00
active_model_serializers (0.10.13)
actionpack (>= 4.1, < 7.1)
activemodel (>= 4.1, < 7.1)
2020-01-02 13:24:33 -05:00
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
2022-10-10 07:22:35 -04:00
activejob (7.0.4)
activesupport (= 7.0.4)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
globalid (>= 0.3.6)
2022-10-10 07:22:35 -04:00
activemodel (7.0.4)
activesupport (= 7.0.4)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
2014-04-14 17:32:01 -04:00
builder (~> 3.1)
2022-10-10 07:22:35 -04:00
activerecord (7.0.4)
activemodel (= 7.0.4)
activesupport (= 7.0.4)
activestorage (7.0.4)
actionpack (= 7.0.4)
activejob (= 7.0.4)
activerecord (= 7.0.4)
activesupport (= 7.0.4)
2022-04-28 10:57:55 -04:00
marcel (~> 1.0)
2021-08-12 10:16:18 -04:00
mini_mime (>= 1.1.0)
2022-10-10 07:22:35 -04:00
activesupport (7.0.4)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
2022-10-10 07:22:35 -04:00
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
backport (1.2.0)
2022-10-10 07:22:35 -04:00
bcrypt (3.1.18)
benchmark (0.2.0)
2022-10-10 07:22:35 -04:00
bootsnap (1.13.0)
msgpack (~> 1.2)
2021-04-02 23:29:38 -04:00
brpoplpush-redis_script (0.1.2)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
builder (3.2.4)
2020-05-22 04:23:05 -04:00
byebug (11.1.3)
2020-01-02 13:24:33 -05:00
case_transform (0.2)
activesupport
2018-01-18 17:25:18 -05:00
cityhash (0.9.0)
2020-06-24 16:25:51 -04:00
coderay (1.1.3)
2022-04-28 10:57:55 -04:00
concurrent-ruby (1.1.10)
2022-10-10 07:22:35 -04:00
connection_pool (2.3.0)
crack (0.4.5)
rexml
2020-02-26 05:02:37 -05:00
crass (1.0.6)
2022-12-15 01:59:12 -05:00
dalli (3.2.3)
2021-12-29 13:08:15 -05:00
diff-lcs (1.5.0)
2019-08-10 08:02:15 -04:00
domain_name (0.5.20190701)
2013-04-01 18:57:13 -04:00
unf (>= 0.0.5, < 1.0.0)
2022-10-10 07:22:35 -04:00
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
2020-07-18 09:36:16 -04:00
railties (>= 3.2)
2021-08-12 10:16:18 -04:00
draper (4.0.2)
2019-04-13 02:03:51 -04:00
actionpack (>= 5.0)
activemodel (>= 5.0)
activemodel-serializers-xml (>= 1.0)
activesupport (>= 5.0)
request_store (>= 1.0)
2021-08-12 10:16:18 -04:00
ruby2_keywords
e2mmap (0.1.0)
2022-10-10 07:22:35 -04:00
elasticsearch (7.17.1)
elasticsearch-api (= 7.17.1)
elasticsearch-transport (= 7.17.1)
elasticsearch-api (7.17.1)
2019-02-17 10:14:04 -05:00
multi_json
2022-10-10 07:22:35 -04:00
elasticsearch-model (7.2.1)
2019-02-17 10:14:04 -05:00
activesupport (> 3)
2021-08-12 10:16:18 -04:00
elasticsearch (~> 7)
2019-02-17 10:14:04 -05:00
hashie
2022-10-10 07:22:35 -04:00
elasticsearch-rails (7.2.1)
elasticsearch-transport (7.17.1)
2020-04-08 12:40:01 -04:00
faraday (~> 1)
2019-02-17 10:14:04 -05:00
multi_json
2022-10-10 07:22:35 -04:00
erubi (1.11.0)
factory_bot (6.2.1)
2020-06-24 16:25:51 -04:00
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
2022-10-10 07:22:35 -04:00
faraday (1.10.2)
2021-08-12 10:16:18 -04:00
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
2022-10-10 07:22:35 -04:00
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
2022-10-10 07:22:35 -04:00
faraday-net_http_persistent (~> 1.0)
2021-08-12 10:16:18 -04:00
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
2022-10-10 07:22:35 -04:00
faraday-retry (~> 1.0)
2021-08-12 10:16:18 -04:00
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
2022-10-10 07:22:35 -04:00
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
2021-08-12 10:16:18 -04:00
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
2022-10-10 07:22:35 -04:00
faraday-retry (1.0.3)
ffi (1.15.5)
get_process_mem (0.2.7)
2019-08-10 08:02:15 -04:00
ffi (~> 1.0)
2021-12-29 13:08:15 -05:00
globalid (1.0.0)
2021-08-12 10:16:18 -04:00
activesupport (>= 5.0)
2020-03-20 02:31:19 -04:00
hashdiff (1.0.1)
2021-12-29 13:08:15 -05:00
hashie (5.0.0)
2021-04-02 23:29:38 -04:00
http-accept (1.7.0)
2022-10-10 07:22:35 -04:00
http-cookie (1.0.5)
2013-08-07 21:12:07 -04:00
domain_name (~> 0.5)
2021-12-29 13:08:15 -05:00
httparty (0.20.0)
2019-08-10 08:02:15 -04:00
mime-types (~> 3.0)
2017-06-23 00:20:04 -04:00
multi_xml (>= 0.5.2)
2022-07-13 22:44:55 -04:00
i18n (1.12.0)
2018-01-20 18:47:56 -05:00
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
2022-10-10 07:22:35 -04:00
json (2.6.2)
2020-01-02 13:24:33 -05:00
jsonapi-renderer (0.2.2)
2021-08-12 10:16:18 -04:00
kgio (2.11.4)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
2022-10-10 07:22:35 -04:00
listen (3.7.1)
2019-10-06 07:40:54 -04:00
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2022-12-15 01:55:45 -05:00
loofah (2.19.1)
2018-01-20 18:47:56 -05:00
crass (~> 1.0.2)
2015-08-18 19:43:24 -04:00
nokogiri (>= 1.5.9)
2018-12-12 14:20:22 -05:00
mail (2.7.1)
2018-01-20 18:47:56 -05:00
mini_mime (>= 0.1.1)
2021-08-12 10:16:18 -04:00
mailgun-ruby (1.2.5)
2021-04-02 23:29:38 -04:00
rest-client (>= 2.0.2)
2021-12-29 13:08:15 -05:00
marcel (1.0.2)
memoist (0.16.2)
2020-04-08 12:40:01 -04:00
method_source (1.0.0)
2021-12-29 13:08:15 -05:00
mime-types (3.4.1)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
mime-types-data (~> 3.2015)
2022-10-10 07:22:35 -04:00
mime-types-data (3.2022.0105)
2021-12-29 13:08:15 -05:00
mini_mime (1.1.2)
2022-03-03 05:46:10 -05:00
mini_portile2 (2.8.0)
2022-10-10 07:22:35 -04:00
minitest (5.16.3)
mocha (1.15.0)
msgpack (1.6.0)
2020-07-18 09:36:16 -04:00
multi_json (1.15.0)
multi_xml (0.6.0)
2022-10-10 07:22:35 -04:00
multipart-post (2.2.3)
net-imap (0.3.1)
net-protocol
2022-10-10 07:22:35 -04:00
net-pop (0.1.2)
net-protocol
net-protocol (0.1.3)
timeout
2022-10-10 07:22:35 -04:00
net-smtp (0.3.2)
net-protocol
2019-09-13 15:46:44 -04:00
netrc (0.11.0)
2022-12-15 02:01:00 -05:00
newrelic_rpm (8.14.0)
2021-08-12 10:16:18 -04:00
nio4r (2.5.8)
2022-12-15 01:55:45 -05:00
nokogiri (1.13.10)
2022-03-03 05:46:10 -05:00
mini_portile2 (~> 2.8.0)
2021-01-17 15:47:35 -05:00
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
2022-10-10 07:22:35 -04:00
pg (1.4.3)
pry (0.14.1)
2020-04-08 12:40:01 -04:00
coderay (~> 1.1)
method_source (~> 1.0)
2022-10-10 07:22:35 -04:00
pry-byebug (3.10.1)
2019-08-10 08:02:15 -04:00
byebug (~> 11.0)
2022-10-10 07:22:35 -04:00
pry (>= 0.13, < 0.15)
public_suffix (5.0.0)
puma (5.6.5)
nio4r (~> 2.0)
2022-12-15 01:55:45 -05:00
racc (1.6.1)
2022-07-13 22:44:55 -04:00
rack (2.2.4)
2022-10-10 07:22:35 -04:00
rack-proxy (0.7.4)
2018-07-06 19:41:08 -04:00
rack
2022-07-13 22:44:55 -04:00
rack-test (2.0.2)
rack (>= 1.3)
2022-10-10 07:22:35 -04:00
rails (7.0.4)
actioncable (= 7.0.4)
actionmailbox (= 7.0.4)
actionmailer (= 7.0.4)
actionpack (= 7.0.4)
actiontext (= 7.0.4)
actionview (= 7.0.4)
activejob (= 7.0.4)
activemodel (= 7.0.4)
activerecord (= 7.0.4)
activestorage (= 7.0.4)
activesupport (= 7.0.4)
bundler (>= 1.15.0)
2022-10-10 07:22:35 -04:00
railties (= 7.0.4)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2022-12-15 01:55:45 -05:00
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
2022-10-10 07:22:35 -04:00
railties (7.0.4)
actionpack (= 7.0.4)
activesupport (= 7.0.4)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
method_source
2022-04-28 10:57:55 -04:00
rake (>= 12.2)
thor (~> 1.0)
2022-10-10 07:22:35 -04:00
zeitwerk (~> 2.5)
rainbow (3.1.1)
2021-12-29 13:08:15 -05:00
raindrops (0.20.0)
2021-08-12 10:16:18 -04:00
rake (13.0.6)
2022-10-10 07:22:35 -04:00
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
2019-08-10 08:02:15 -04:00
ffi (~> 1.0)
2022-10-10 07:22:35 -04:00
recaptcha (5.12.3)
2017-09-16 15:44:17 -04:00
json
2022-10-10 07:22:35 -04:00
redis (4.8.0)
regexp_parser (2.6.0)
2022-10-10 07:22:35 -04:00
request_store (1.5.1)
2019-04-13 02:03:51 -04:00
rack (>= 1.4)
resolv (0.2.1)
2020-06-24 16:25:51 -04:00
responders (3.0.1)
2019-08-10 08:02:15 -04:00
actionpack (>= 5.0)
railties (>= 5.0)
2021-04-02 23:29:38 -04:00
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
2019-09-13 15:46:44 -04:00
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
2019-08-10 08:02:15 -04:00
retriable (3.1.2)
reverse_markdown (2.1.1)
nokogiri
2021-08-12 10:16:18 -04:00
rexml (3.2.5)
rubocop (1.37.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.22.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
rubocop-rails (2.17.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.11.0)
2021-12-29 13:08:15 -05:00
ruby-vips (2.1.4)
2021-04-02 23:29:38 -04:00
ffi (~> 1.12)
2021-08-12 10:16:18 -04:00
ruby2_keywords (0.0.5)
2021-04-02 23:29:38 -04:00
semantic_range (3.0.0)
2020-06-24 16:25:51 -04:00
shoulda-context (2.0.0)
2022-10-10 07:22:35 -04:00
shoulda-matchers (5.2.0)
2021-08-12 10:16:18 -04:00
activesupport (>= 5.2.0)
2022-10-10 07:22:35 -04:00
sidekiq (6.5.7)
connection_pool (>= 2.2.5)
2020-02-26 05:02:37 -05:00
rack (~> 2.0)
2022-10-10 07:22:35 -04:00
redis (>= 4.5.0, < 5)
sidekiq-unique-jobs (7.1.27)
2021-04-02 23:29:38 -04:00
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
2021-12-29 13:08:15 -05:00
sidekiq (>= 5.0, < 8.0)
thor (>= 0.20, < 3.0)
2021-02-18 16:08:38 -05:00
simple_form (5.1.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
solargraph (0.47.2)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
reverse_markdown (>= 1.0.5, < 3)
rubocop (>= 0.52)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
2018-01-20 18:47:56 -05:00
streamio-ffmpeg (3.0.2)
multi_json (~> 1.8)
2022-03-03 05:46:10 -05:00
thor (1.2.1)
tilt (2.0.11)
2022-10-10 07:22:35 -04:00
timeout (0.3.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
2014-04-14 17:32:01 -04:00
unf (0.1.4)
2012-01-27 14:22:47 -05:00
unf_ext
2022-10-10 07:22:35 -04:00
unf_ext (0.0.8.2)
unicode-display_width (2.3.0)
2021-12-29 13:08:15 -05:00
unicorn (6.1.0)
2013-04-16 01:17:09 -04:00
kgio (~> 2.6)
raindrops (~> 0.7)
2021-08-12 10:16:18 -04:00
unicorn-worker-killer (0.4.5)
2016-11-07 06:24:34 -05:00
get_process_mem (~> 0)
2021-08-12 10:16:18 -04:00
unicorn (>= 4, < 7)
2022-10-10 07:22:35 -04:00
webmock (3.18.1)
2021-08-12 10:16:18 -04:00
addressable (>= 2.8.0)
2017-06-29 19:05:01 -04:00
crack (>= 0.3.2)
2019-08-10 08:02:15 -04:00
hashdiff (>= 0.4.0, < 2.0.0)
2021-12-29 13:08:15 -05:00
webpacker (6.0.0.rc.6)
2020-04-08 12:40:01 -04:00
activesupport (>= 5.2)
2018-07-06 19:41:08 -04:00
rack-proxy (>= 0.6.1)
2020-04-08 12:40:01 -04:00
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.7.0)
2021-08-12 10:16:18 -04:00
websocket-driver (0.7.5)
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
websocket-extensions (>= 0.1.0)
2020-06-13 00:52:16 -04:00
websocket-extensions (0.1.5)
yard (0.9.28)
webrick (~> 1.7.0)
2022-10-10 07:22:35 -04:00
zeitwerk (2.6.1)
2010-08-18 18:44:18 -04:00
PLATFORMS
ruby
DEPENDENCIES
2020-01-02 13:24:33 -05:00
active_model_serializers (~> 0.10.0)
addressable
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
bcrypt
2017-06-14 19:35:16 -04:00
bootsnap
cityhash
dalli
2018-01-20 18:47:56 -05:00
diff-lcs
2017-01-21 02:13:51 -05:00
dotenv-rails
2019-04-13 02:03:51 -04:00
draper
2016-03-16 20:30:09 -04:00
dtext_rb!
2019-02-17 10:14:04 -05:00
elasticsearch-model
elasticsearch-rails
factory_bot_rails
2017-06-23 00:20:04 -04:00
httparty
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
listen
2019-09-13 15:46:44 -04:00
mailgun-ruby
marcel
2017-01-13 20:21:05 -05:00
memoist
2010-08-18 18:44:18 -04:00
mocha
2013-02-16 23:01:53 -05:00
newrelic_rpm
Raise error on unpermitted params. Fail loudly if we forget to whitelist a param instead of silently ignoring it. misc models: convert to strong params. artist commentaries: convert to strong params. * Disallow changing or setting post_id to a nonexistent post. artists: convert to strong params. * Disallow setting `is_banned` in create/update actions. Changing it this way instead of with the ban/unban actions would leave the artist in a partially banned state. bans: convert to strong params. * Disallow changing the user_id after the ban has been created. comments: convert to strong params. favorite groups: convert to strong params. news updates: convert to strong params. post appeals: convert to strong params. post flags: convert to strong params. * Disallow users from setting the `is_deleted` / `is_resolved` flags. ip bans: convert to strong params. user feedbacks: convert to strong params. * Disallow users from setting `disable_dmail_notification` when creating feedbacks. * Disallow changing the user_id after the feedback has been created. notes: convert to strong params. wiki pages: convert to strong params. * Also fix non-Builders being able to delete wiki pages. saved searches: convert to strong params. pools: convert to strong params. * Disallow setting `post_count` or `is_deleted` in create/update actions. janitor trials: convert to strong params. post disapprovals: convert to strong params. * Factor out quick-mod bar to shared partial. * Fix quick-mod bar to use `Post#is_approvable?` to determine visibility of Approve button. dmail filters: convert to strong params. password resets: convert to strong params. user name change requests: convert to strong params. posts: convert to strong params. users: convert to strong params. * Disallow setting password_hash, last_logged_in_at, last_forum_read_at, has_mail, and dmail_filter_attributes[user_id]. * Remove initialize_default_image_size (dead code). uploads: convert to strong params. * Remove `initialize_status` because status already defaults to pending in the database. tag aliases/implications: convert to strong params. tags: convert to strong params. forum posts: convert to strong params. * Disallow changing the topic_id after creating the post. * Disallow setting is_deleted (destroy/undelete actions should be used instead). * Remove is_sticky / is_locked (nonexistent attributes). forum topics: convert to strong params. * merges https://github.com/evazion/danbooru/tree/wip-rails-5.1 * lock pg gem to 0.21 (1.0.0 is incompatible with rails 5.1.4) * switch to factorybot and change all references Co-authored-by: r888888888 <r888888888@gmail.com> Co-authored-by: evazion <noizave@gmail.com> add diffs
2018-04-02 13:51:26 -04:00
pg
pry-byebug
puma
2022-10-10 07:22:35 -04:00
rails (~> 7.0)
2017-09-16 15:44:17 -04:00
recaptcha
2018-11-12 21:02:49 -05:00
redis
2019-04-30 07:46:40 -04:00
request_store
resolv
2015-08-19 14:23:29 -04:00
responders
retriable
rubocop
rubocop-rails
ruby-vips
shoulda-context
shoulda-matchers
sidekiq (~> 6.0)
sidekiq-unique-jobs
2010-10-08 18:42:26 -04:00
simple_form
solargraph
2014-07-01 17:34:50 -04:00
streamio-ffmpeg
2013-04-16 01:17:09 -04:00
unicorn
2016-11-07 06:24:34 -05:00
unicorn-worker-killer
2017-06-29 19:05:01 -04:00
webmock
2018-07-06 19:41:08 -04:00
webpacker (>= 4.0.x)
BUNDLED WITH
2.3.12