discourse-data-explorer/lib/discourse_data_explorer
锦心 6bf3ac7426
FIX: Fix `user_id` validation (#312)
Validation of `user_id` parameter will throw a 500 error because
`User.find_by_username_or_email` does not throw
`ActiveRecord::RecordNotFound`, but silently returns `nil`.
This results in a `NoMethodError` in `object.id` on the next line
2024-08-21 12:03:29 +08:00
..
data_explorer.rb DEV: Update rubocop-discourse to version 3.8.0 (#292) 2024-05-28 11:16:14 +02:00
engine.rb DEV: Update plugin to match latest guidelines (#229) 2023-03-22 23:29:08 +02:00
parameter.rb FIX: Fix `user_id` validation (#312) 2024-08-21 12:03:29 +08:00
queries.rb FEATURE: add instant run-off voting export query (#294) 2024-07-17 14:45:40 +02:00
query_group_bookmarkable.rb DEV: Adapt to core bookmark changes (#280) 2024-02-29 09:11:40 +10:00