Commit Graph

66 Commits

Author SHA1 Message Date
r888888888
abce4d2551 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-06 18:09:57 -07:00
r888888888
3657cacd17 * post keeper is calculated synchronously
* add fallback mechanism in case archive service is not up
* pass along most recently added tags to any keeper calculation
2018-03-08 16:00:44 -08:00
r888888888
8b1fca4662 add most viewed posts page 2017-11-10 16:21:01 -08:00
r888888888
8458c62e8a eliminate month scale for popular searches (takes up too much space in redis) 2017-11-10 15:40:10 -08:00
r888888888
3b414db844 defer to popular searches for popular tag list 2017-05-01 17:56:34 -07:00
evazion
8404064854 related_tag_calculator.rb: fix memcache lookup in inner loop.
Remove the category constraint option from RelatedTagCalculator.calculate_from_posts.
It slows things down and isn't used.

This method is used to calculate the related tags sidebar during
searches for single metatags. Using Tag.category_for in the inner loop
caused a memcache call on every iteration. At 100 posts per page and
20-30 tags per post, this led to up to 2000-3000 total memcache calls,
which significantly slowed pageloads.
2017-04-23 17:10:20 -05:00
r888888888
97da8f8647 deprecate tag subscriptions with warnings 2017-04-14 16:00:20 -07:00
r888888888
da06bee0ab revamp saved search implementation 2017-03-15 15:36:48 -07:00
r888888888
8a93fdf18f additional saved search fixes 2017-01-25 12:48:47 -08:00
r888888888
c7b5a4e229 add references to user statistics page about saved searches 2017-01-23 10:56:39 -08:00
Toks
8a9488df94 Fix deleted posts not showing in favgroups 2015-09-07 19:49:30 -04:00
r888888888
86f0db5912 fixes #2488: Pool gallery has pools missing from the list 2015-08-13 11:46:09 -07:00
r888888888
f87c71cf23 remove post view counts, add search counts 2015-07-27 17:27:40 -07:00
r888888888
cc6da3ff89 fixes #2454: Add a new popular posts page for view counts 2015-07-24 15:56:41 -07:00
Toks
04fa5596e2 Favorite groups 2015-06-23 15:25:54 -04:00
r888888888
5c22d8753f Revert "make pool gallery the default view"
This reverts commit 719343cea5.
2014-09-05 22:26:47 -07:00
r888888888
719343cea5 make pool gallery the default view 2014-09-05 16:27:19 -07:00
r888888888
267df896c6 fixes #2245 2014-08-25 16:41:27 -07:00
r888888888
a89c57cee0 Fix Rails 4.1 migration issues 2014-04-24 17:01:03 -07:00
Toks
ace1975704 #1140: Remove order metatag when picking reltag method 2013-12-09 12:43:27 -05:00
Toks
9f1df439a6 #1140: Use fast reltag calculation for subquery metatags 2013-12-09 12:14:56 -05:00
r888888888
016fccbf0a refactor 2013-11-20 16:56:59 -08:00
r888888888
231993b98e fixes #2005 2013-11-20 15:45:03 -08:00
r888888888
c0921d0590 fixes #1891 2013-07-24 18:12:44 -07:00
r888888888
3bc4c886c3 tweak styles for intro page 2013-06-24 15:32:17 -07:00
r888888888
ec56d7abc9 default tag listing now weighted by time 2013-06-24 15:08:42 -07:00
Toks
9f3cbf7bf5 fixes #1799 2013-06-23 18:24:13 -04:00
Toks
317dee767d better fix for #1253 2013-06-20 19:05:08 -04:00
Toks
299fc1057e fix wiki page errors 2013-05-11 08:37:00 -04:00
Toks
0ced0ca659 fix 2013-05-11 07:28:42 -04:00
Toks
bbd3ac1867 separate post previews html with linebreaks 2013-05-10 23:22:04 -04:00
Toks
eaf016921d Revert "fixes #1286"
This reverts commit 799fc6223f.
2013-05-10 15:45:48 -04:00
Toks
799fc6223f fixes #1286 2013-05-07 21:50:49 -04:00
r888888888
5706a8e488 fix tests (involves changes to favorite set presenter) 2013-04-28 00:55:10 -07:00
Toks
4001689e28 fixes #1450
Additionally:
* Adds basic negated id metatag.
* Post set presenter now uses the post set's tag string, not the
parameter from the URL.
2013-04-27 11:13:57 -04:00
albert
ce7d6bc0dd disable Tag.find_or_create_by_name for single tag queries with no matching tag record 2013-03-31 18:27:32 -04:00
小太
cba839ba76 Kill trailing whitespace in ruby files 2013-03-19 23:10:10 +11:00
albert
b65efb975b fixes #935 2013-03-18 09:40:18 -07:00
albert
752429b65d handle some common error cases 2013-03-15 15:21:16 -04:00
albert
698c08f058 fixes #835 2013-03-12 13:00:01 -04:00
albert
27926df522 fixes #805 2013-03-09 20:48:37 -05:00
albert
62c92c0601 fixes #675 2013-03-01 06:46:15 -08:00
albert
c6d03f2d3a add tag seq nav 2013-02-25 12:09:02 -05:00
albert
e51631fbfa should solve all residual tag_query_limit bugs 2013-02-20 21:56:09 -05:00
albert
46d1d3db59 fixes for tag_query_limit 2013-02-20 10:20:41 -05:00
albert
66fc05e30b change privileged accounts to gold accounts, add platinum accounts, add favorite and tag query limiting based on level 2013-02-20 00:02:43 -05:00
albert
8a46836238 show related tags for fav metatag 2013-02-18 20:50:38 -05:00
albert
02360c53c7 show tags for tag subscriptions in post listing 2013-02-18 20:18:21 -05:00
albert
e6d906dc03 fix 2013-01-30 15:32:16 -08:00
albert
250b9866f2 fix 2013-01-30 15:15:00 -08:00