NorkzYT 0eb941f498 feat(search): subscription-only search mode when YouTube search is disabled
When pages_enabled.search is false, instead of blocking search entirely,
the search bar now searches within the user's subscriptions and saved
playlists only. YouTube's search API is never called.

Changes:
- routes/search.cr: detect search_disabled, force subscription+playlist
  search for logged-in users, 403 for anonymous users
- search/processors.cr: new subscriptions_and_playlists() method that
  queries both the subscription materialized view and playlist_videos
  table, merges and deduplicates results
- before_all.cr: let /search through to the route handler (APIs still
  blocked), keep /hashtag/* blocked
- search_box.ecr: dynamic placeholder ("Search subscriptions & playlists")
- search_homepage.ecr: hint text when in subscription-only mode
- search.ecr: hide YouTube filters, show lock icon + notice, custom
  empty-results message
- template.ecr: always show search bar (subscription search needs it)
- en-US.json: 6 new locale strings for subscription-only search UX
2026-03-22 22:27:17 +00:00
..
2023-06-29 23:52:41 +02:00
2025-09-12 15:05:16 +00:00
2023-08-07 21:29:48 +02:00
2023-10-07 17:35:04 +00:00
2025-09-12 15:03:53 +00:00
2025-09-12 15:06:32 +00:00
2025-09-12 15:03:42 +00:00
2025-09-12 15:04:11 +00:00
2025-09-12 15:04:24 +00:00
2025-09-12 15:04:18 +00:00
2025-09-12 15:02:29 +00:00
2025-09-12 15:02:22 +00:00
2025-09-12 15:02:38 +00:00
2025-09-12 15:02:45 +00:00
2025-09-12 15:05:42 +00:00
2025-09-12 15:03:11 +00:00
2025-09-12 15:02:59 +00:00
2025-09-12 15:05:55 +00:00
2025-09-12 15:05:58 +00:00
2025-09-12 15:05:46 +00:00
2025-09-12 15:06:37 +00:00
2025-09-12 15:04:57 +00:00
2025-09-12 15:04:54 +00:00
2025-09-12 15:04:43 +00:00
2025-09-12 15:04:46 +00:00
2025-09-12 15:05:21 +00:00
2025-09-12 15:05:28 +00:00
2025-09-12 15:04:39 +00:00
2025-09-12 15:05:11 +00:00
2025-09-12 15:04:05 +00:00
2025-09-12 15:06:06 +00:00
2025-09-12 15:06:45 +00:00
2025-09-12 15:02:14 +00:00
2025-09-12 15:02:12 +00:00
2025-09-12 15:06:42 +00:00
2025-09-12 15:05:36 +00:00
2023-08-07 21:29:48 +02:00
2025-09-12 15:05:05 +00:00
2025-09-12 15:04:30 +00:00
2025-09-12 15:03:31 +00:00
2025-09-12 15:03:22 +00:00
2025-09-12 15:06:12 +00:00
2025-09-12 15:06:09 +00:00
2025-09-12 15:06:16 +00:00
2025-09-12 15:06:03 +00:00
2025-09-12 15:06:00 +00:00
2025-09-12 15:05:49 +00:00
2025-09-12 15:02:18 +00:00
2025-09-12 15:02:17 +00:00
2025-01-25 14:02:51 +01:00
2025-09-12 15:02:11 +00:00
2025-09-12 15:03:59 +00:00
2025-09-12 15:04:34 +00:00