debshots/app/controllers
Christoph Haas 323b7004ed Expose which search strategy produced each result
query_packages now assigns @search_sources - a hash mapping package
ids to the matching strategy that put them into the results: :exact,
:name_prefix, :name_contains, :semantic or :fulltext. The grid and
list views render a small badge with a humanized label per result,
making the search tiers observable. semantic_results() was folded
into search_packages() so each branch tags its own source. Adds the
rails-controller-testing gem for assigns() in tests.
2026-08-23 10:39:50 +02:00
..
concerns Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
users Added audit logging for users logging in via oauth 2021-04-26 23:08:10 +02:00
admin_controller.rb Forgot to run tests 2021-02-28 22:07:33 +01:00
application_controller.rb Audit logging improved. References users, screenshots, packages 2021-03-03 23:21:24 +01:00
json_controller.rb return approved screenshots only in public json. fixes #96 2026-02-04 00:10:26 +01:00
moderate_controller.rb Recovered moderate controller 2021-02-28 21:45:31 +01:00
my_controller.rb My views improved. Own screenshots view added 2021-03-09 22:43:58 +01:00
packages_controller.rb Expose which search strategy produced each result 2026-08-23 10:39:50 +02:00
users_controller.rb Unused methods in user controller disabled 2017-04-19 13:07:33 +02:00
welcome_controller.rb lab 2025-04-11 09:39:33 +02:00