Commit Graph

  • 84cc732281 search functions: Don't return result count Samantaz Fox 2022-01-20 21:44:18 +01:00
  • 971b6ec96f Fix 'Lint/UselessAssign' warnings reported by ameba Samantaz Fox 2022-01-20 20:29:14 +01:00
  • 46f7ca9ffa Remove useless intermediary variable in youtube_api.cr Samantaz Fox 2022-01-20 18:05:16 +01:00
  • e85bc3e0f6 Remove script for locales propagation Samantaz Fox 2022-01-20 18:04:25 +01:00
  • dee20f92a7 Avoid infinite loop in ChannelVideo's to_xml/to_json methods Samantaz Fox 2022-01-20 17:18:17 +01:00
  • 12b818a83c Fix more 'Lint/ShadowingOuterLocalVar' warnings reported by ameba Samantaz Fox 2022-01-20 17:17:22 +01:00
  • 1c91110464 Fix some 'Lint/ShadowingOuterLocalVar' warnings reported by ameba Samantaz Fox 2022-01-20 16:15:59 +01:00
  • 4cd7a3e83f Remove useless 'locale = env.get...' from many routes Samantaz Fox 2022-01-20 16:03:04 +01:00
  • fa99c9aa85 Use '.dig?()' in playlist parsing Samantaz Fox 2022-01-20 16:00:47 +01:00
  • 2d949834e9 Make 'additional_fields' optional in JSON error template functions Samantaz Fox 2022-01-19 22:15:43 +01:00
  • c7b74aa8b4 Remove useless 'locale' argument from error template functions Samantaz Fox 2022-01-19 18:47:54 +01:00
  • 5e3c9cf290 Remove useless arguments from playlist-related functions Samantaz Fox 2022-01-19 18:34:35 +01:00
  • 508f137b30 Merge pull request #2666 from matthewmcgarvey/extract-stuff-1 Samantaz Fox 2022-01-28 02:12:35 +01:00
  • 67dd2b419a db: use prepared statements rather than crafted argument list Samantaz Fox 2022-01-26 17:30:54 +01:00
  • 0749baae4b Makefile: Fix 'STATIC' in help message Samantaz Fox 2022-01-26 13:24:40 +01:00
  • df9f897ebe Fix code broken when extracting data control route matthewmcgarvey 2022-01-25 19:28:16 -06:00
  • 8ef1e81294 Make certain routes ignored if api only matthewmcgarvey 2022-01-18 18:34:32 -06:00
  • d755d05f88 Move more routes to new pattern matthewmcgarvey 2021-11-27 01:16:09 -06:00
  • ce4a52325b db: use now() function instead of passing Time.utc Samantaz Fox 2022-01-26 01:49:29 +01:00
  • 714a001332 DB: playlists: make that 'insert' never raises Samantaz Fox 2022-01-07 18:05:59 +01:00
  • c78f84d5c6 DB: Move integrity check to the base.cr file Samantaz Fox 2022-01-06 23:47:30 +01:00
  • a6c9b263da DB: don't pass PG_DB to check_table/check_enum Samantaz Fox 2022-01-06 23:33:52 +01:00
  • 5ad2fc64b4 DB: Move a forgotten 'UPDATE channels' statement Samantaz Fox 2022-01-06 22:01:09 +01:00
  • 2ae074a9a4 Merge pull request #2821 from matthewmcgarvey/channel-search Samantaz Fox 2022-01-25 19:34:43 +01:00
  • c5967ad572 will -> should Matthew McGarvey 2022-01-25 11:35:19 -06:00
  • 5ece07a807 Merge pull request #2841 from iv-org/SamantazFox-remove-note-quic Samantaz Fox 2022-01-25 14:24:36 +01:00
  • e00f9a869d config: remove note about QUIC disabled at Google Samantaz Fox 2022-01-25 13:53:46 +01:00
  • 662cf2f633 Merge pull request #2826 from weblate/weblate-invidious-translations Samantaz Fox 2022-01-25 01:43:14 +01:00
  • 16f1a23c54 Update Portuguese (Brazil) translation Hosted Weblate 2022-01-24 14:18:27 +01:00
  • fb364b532c Update Croatian translation Hosted Weblate 2022-01-24 14:18:27 +01:00
  • 2bebf578c7 Update French translation Hosted Weblate 2022-01-24 14:18:27 +01:00
  • a5b9c83256 Update Japanese translation Hosted Weblate 2022-01-24 14:18:27 +01:00
  • dc0e242a63 Update Polish translation Hosted Weblate 2022-01-24 14:18:27 +01:00
  • 178e317d11 Update Chinese (Traditional) translation Hosted Weblate 2022-01-24 14:18:26 +01:00
  • 3aa740d877 Update Chinese (Simplified) translation Hosted Weblate 2022-01-24 14:18:26 +01:00
  • 951d7d8339 Update Turkish translation Hosted Weblate 2022-01-24 14:18:26 +01:00
  • b5bd1f507e Update Hungarian translation Hosted Weblate 2022-01-24 14:18:26 +01:00
  • 7b9368ae75 Update Spanish translation Hosted Weblate 2022-01-24 14:18:26 +01:00
  • b2c3d9fb0a Merge pull request #2828 from SamantazFox/add-ameba-shard Samantaz Fox 2022-01-25 01:15:06 +01:00
  • 6bd48ca645 Merge pull request #2832 from tonyfinn/patch-1 Samantaz Fox 2022-01-24 14:18:08 +01:00
  • cdc007c83c Specify the public schema for public videos Tony Finn 2022-01-22 02:32:13 +00:00
  • 7dbbe27cdd Use --production flag for shards installation on docker Samantaz Fox 2022-01-20 22:33:34 +01:00
  • b91874355c Add Ameba static code analysis tool to dev shards Samantaz Fox 2022-01-20 22:25:01 +01:00
  • 8b0ed8b110 Create FUNDING.yml TheFrenchGhosty 2022-01-19 20:43:52 +00:00
  • 574e35a720 HTML escape user input matthewmcgarvey 2022-01-19 09:01:13 -06:00
  • 32ae38b933 Merge pull request #2822 from matthewmcgarvey/reddit-comments Samantaz Fox 2022-01-19 12:53:20 +01:00
  • 56e505164d 404 error with message and provide example matthewmcgarvey 2022-01-18 18:56:26 -06:00
  • d4f3139b73 Don't catch and provide better error message instead matthewmcgarvey 2022-01-17 09:59:42 -06:00
  • 97dceb3a5a Custom error on channel search, handle in search matthewmcgarvey 2022-01-17 09:49:29 -06:00
  • 212f6d6bf5 Fix channel search json parse to not raise matthewmcgarvey 2022-01-17 09:36:42 -06:00
  • 36904fa72e Merge pull request #2351 from iv-org/add-faq-link Samantaz Fox 2022-01-18 00:46:49 +01:00
  • 8c2495a399 Apply suggestions from review Samantaz Fox 2022-01-17 21:47:29 +01:00
  • 2d1f6128be Fix typo in "crash_page_read_the_faq" Samantaz Fox 2022-01-17 21:27:52 +01:00
  • 9233f71549 Use &.methods where possible instead of curly braces matthewmcgarvey 2022-01-17 13:03:36 -06:00
  • b2a738cf13 Fix loading reddit comments when there are no threads found matthewmcgarvey 2022-01-17 12:11:47 -06:00
  • 34a79c5f1e Don't show "next steps" message with a stack trace Samantaz Fox 2022-01-10 22:01:12 +01:00
  • fd30f5775a Add precisions to error message regarding locales Samantaz Fox 2021-11-02 15:52:50 +01:00
  • a2600acfa9 Improve crash page messages Samantaz Fox 2021-11-02 15:43:26 +01:00
  • fa2c8f42b3 Issue template: ask to read the FAQ Samantaz Fox 2021-08-25 22:13:17 +02:00
  • db4e36ad9b Add FAQ link to readme Samantaz Fox 2021-08-25 22:04:03 +02:00
  • 38697ade31 Merge pull request #2817 from weblate/weblate-invidious-translations Samantaz Fox 2022-01-16 16:13:50 +01:00
  • 2cf3c7eb41 Update translation files Hosted Weblate 2022-01-16 15:24:46 +01:00
  • 4ea932dc1f Update translation files Hosted Weblate 2022-01-16 15:24:46 +01:00
  • 7b587d8e00 Update translation files Hosted Weblate 2022-01-16 15:24:46 +01:00
  • 9612a4d0de Update translation files Hosted Weblate 2022-01-16 15:24:46 +01:00
  • 7141a716e7 Update Indonesian translation Hosted Weblate 2022-01-16 15:24:46 +01:00
  • 0d33566bbc Update translation files Hosted Weblate 2022-01-16 15:24:46 +01:00
  • 2d341c53f2 Update translation files Hosted Weblate 2022-01-16 15:24:45 +01:00
  • b20443241d Update translation files Hosted Weblate 2022-01-16 15:24:45 +01:00
  • fb28431cdc Update translation files Hosted Weblate 2022-01-16 15:24:45 +01:00
  • 2602df8ef7 Update translation files Hosted Weblate 2022-01-16 15:24:45 +01:00
  • 9e7ff8f8f5 Update translation files Hosted Weblate 2022-01-16 15:24:45 +01:00
  • 5b5473e794 Update translation files Hosted Weblate 2022-01-16 15:24:45 +01:00
  • 73c000fd44 Update translation files Hosted Weblate 2022-01-16 15:24:44 +01:00
  • ef51661f5d Update French translation Hosted Weblate 2022-01-16 15:24:44 +01:00
  • 6bb9e8442a Update translation files Hosted Weblate 2022-01-16 15:24:44 +01:00
  • 9b1721f8ad Update translation files Hosted Weblate 2022-01-16 15:24:44 +01:00
  • 15532fdb11 Update translation files Hosted Weblate 2022-01-16 15:24:44 +01:00
  • 39e0b3f6c5 Update translation files Hosted Weblate 2022-01-16 15:24:44 +01:00
  • 329bf7895e Update translation files Hosted Weblate 2022-01-16 15:24:44 +01:00
  • 61feb5a851 Update translation files Hosted Weblate 2022-01-16 15:24:43 +01:00
  • da06560fa9 Update translation files Hosted Weblate 2022-01-16 15:24:43 +01:00
  • fd120ab275 Update translation files Hosted Weblate 2022-01-16 15:24:43 +01:00
  • 14a57fd229 Update translation files Hosted Weblate 2022-01-16 15:24:43 +01:00
  • 0be2ab582d Update translation files Hosted Weblate 2022-01-16 15:24:43 +01:00
  • d00037d1d4 Update translation files Hosted Weblate 2022-01-16 15:24:43 +01:00
  • e10827bf1c Update translation files Hosted Weblate 2022-01-16 15:24:42 +01:00
  • 98a5a7cb4f Update translation files Hosted Weblate 2022-01-16 15:24:42 +01:00
  • 748282cff3 Update Norwegian Bokmål translation Hosted Weblate 2022-01-16 15:24:42 +01:00
  • f3df1e8d3c Update English (United States) translation Hosted Weblate 2022-01-16 15:24:42 +01:00
  • a93058d385 Update Chinese (Traditional) translation Hosted Weblate 2022-01-16 15:24:42 +01:00
  • 89135a9cf5 Update translation files Hosted Weblate 2022-01-16 15:24:42 +01:00
  • 47a02e3423 Update Hungarian translation Hosted Weblate 2022-01-16 15:24:42 +01:00
  • c9fd8167f5 Update translation files Hosted Weblate 2022-01-16 15:24:41 +01:00
  • c9b9ded518 Update translation files Hosted Weblate 2022-01-16 15:24:41 +01:00
  • 250a9191cb Merge pull request #2814 from SamantazFox/fix-search-autofocus Samantaz Fox 2022-01-16 15:24:27 +01:00
  • 6fab5d0554 Merge pull request #2545 from bbielsa/csv-subscriptions-import Samantaz Fox 2022-01-16 15:11:37 +01:00
  • 461fae4f77 Use contain_exactly() in spec Samantaz Fox 2022-01-15 12:52:19 +01:00
  • 8aed1e11c3 Add JS to focus search box on '/' Samantaz Fox 2022-01-13 22:20:10 +01:00
  • 6cf6c56dd1 Autofocus search bar only on search homepage Samantaz Fox 2022-01-13 22:19:19 +01:00