Commit Graph

  • 2f6b2688bb
    Use workaround for fetching streaming URLs syeopite 2023-08-06 12:20:05 -07:00
  • 0d27eef047
    update ameba version Fabio Henrique 2023-08-06 12:29:19 +00:00
  • 464034bc3e
    Merge 46fef734b470755407fc6e0421ea9b08e05cccc0 into 701f03d5e88a8f3c92575965e39b8f96b59f71f9 syeopite 2023-08-06 12:09:08 +02:00
  • 701f03d5e8
    Merge pull request #4008 from syeopite/remove_lsquic Émilien (perso) 2023-08-04 17:44:49 +02:00
  • 5ee5f49b54
    Update src/invidious/views/template.ecr Arya K 2023-07-28 14:57:11 +05:30
  • 70b80ce8ad
    I18n: Add translation strings for new feature (fr/en) Samantaz Fox 2023-07-28 08:11:15 +02:00
  • 05c4806873
    Add missing translations from captcha.ecr syeopite 2023-07-27 12:54:43 -07:00
  • d53543a757
    Privatize methods to generate text/image captchas syeopite 2023-07-27 12:27:42 -07:00
  • a4a333eed0
    Reduce Captcha token lifetime from 6hr -> 3m syeopite 2023-07-27 12:26:07 -07:00
  • a344dd784f
    Ensure user doesn't exist prior to registration syeopite 2023-07-27 12:24:52 -07:00
  • ebab44e780
    Update locales for signin/signout/captcha pages syeopite 2023-07-27 12:10:36 -07:00
  • 4dcf2b08e5
    Fix text captcha validation syeopite 2023-07-27 11:46:16 -07:00
  • 8a24dd0e0f
    Remove residual logic in captcha.ecr syeopite 2023-07-27 10:05:48 -07:00
  • 832c341fde
    Float sign-up button to the right syeopite 2023-07-27 10:04:47 -07:00
  • 9be4585d16
    Fix captcha validation syeopite 2023-07-26 16:40:32 -07:00
  • 0fd4beeac8
    Add some comments syeopite 2023-07-26 16:05:23 -07:00
  • 2d289b3d12
    Remove residual account_type logic syeopite 2023-07-26 15:57:43 -07:00
  • 3b77a2eac1
    Split logic for captchas from sign up syeopite 2023-07-26 15:24:41 -07:00
  • cd6c551c05
    Redirect to /feed/subscriptions post signup syeopite 2023-07-26 14:44:33 -07:00
  • a662a468d5
    Remove redirection of unknown user to #signup syeopite 2023-07-26 14:34:43 -07:00
  • 0f20d2d8ee
    Split sign-in and sign-out pages syeopite 2023-07-26 14:06:00 -07:00
  • b3ee685a70
    Add infrastructure for /signup page syeopite 2023-07-26 13:56:49 -07:00
  • 72ec494f2b
    Extract logic for registration into #signups syeopite 2023-07-26 07:39:50 -07:00
  • a8ba02051b
    Remove(?) lsquic from make and docker files syeopite 2023-07-26 07:25:19 -07:00
  • c5fe96e936
    Remove lsquic from codebase syeopite 2023-07-26 07:19:12 -07:00
  • 008ac3d3a2
    Update locales/en-US.json Arya K 2023-07-26 15:07:20 +05:30
  • 46fef734b4
    Specify crotp version in shard.yml syeopite 2023-07-25 16:57:40 -07:00
  • bd2e93292b
    Fix lint syeopite 2023-07-25 16:37:19 -07:00
  • 7d5e80929c
    Reduce 2faVerified cookie expire time to 5 minutes syeopite 2023-07-25 16:27:07 -07:00
  • 65c7362607
    Update comments syeopite 2023-07-25 16:26:35 -07:00
  • eb70eb3747
    Rebase fixes syeopite 2023-07-25 15:40:06 -07:00
  • 71f3053c7b
    add new totp_secret column to sql config syeopite 2021-07-16 14:47:11 -07:00
  • ba067e3deb
    Only allow totp removal endpoint for users w/ 2fa syeopite 2021-07-16 14:37:08 -07:00
  • e93c8672b4
    Redirect to referer after 2fa removal syeopite 2021-07-16 14:34:31 -07:00
  • d51d53e04b
    Add endpoint to remove TOTP to UI and fix typos syeopite 2021-07-16 14:28:26 -07:00
  • 194d248342
    Document 2fa functions syeopite 2021-07-16 14:25:50 -07:00
  • 2928e3e80e
    Update 2fa routes to be in the form of /2fa/<action> syeopite 2021-07-16 13:34:53 -07:00
  • 4828253093
    Update 2fa locales to use _ instead of - syeopite 2021-07-16 13:32:56 -07:00
  • 77cde691c9
    Remove totp_validator method used for testing... syeopite 2021-07-15 03:03:39 -07:00
  • f08f8b67be
    Add migration script for totp syeopite 2021-07-15 03:00:47 -07:00
  • 379cad6bcd
    Change 2fa on login to be after pass verification syeopite 2021-07-15 02:53:35 -07:00
  • 2bf8bfd5de
    Fix referrer for setup_2fa page syeopite 2021-07-15 02:45:23 -07:00
  • f32f0b6e16
    Add endpoint to disable 2fa syeopite 2021-07-15 02:42:44 -07:00
  • 9a615ac1af
    Add 2fa to token auth endpoint syeopite 2021-07-15 02:32:53 -07:00
  • adbbd609e5
    Fixes + add 2fa to pass change and acc delete syeopite 2021-07-15 01:27:27 -07:00
  • 68a216102e
    Add 2fa to change_password endpoint syeopite 2021-07-15 01:19:55 -07:00
  • 23a71abc11
    Add support for TOTP through Crotp syeopite 2021-07-14 23:23:58 -07:00
  • c6d948fa01
    Add new user field for totp secret syeopite 2021-07-14 22:18:01 -07:00
  • d660a4c2cb
    add option for instance donations Arya Kiran 2023-07-25 21:32:03 +05:30
  • 3509752b79
    Rename transcript() to get_transcript() in YT API syeopite 2023-07-23 16:50:40 -07:00
  • e4942b188f
    Integrate transcript captions into captions API syeopite 2023-07-23 05:02:02 -07:00
  • caac7e2166
    Add method to convert transcripts response to vtt syeopite 2023-07-23 03:52:26 -07:00
  • 4b3ac1a757
    Add method to parse transcript JSON into structs syeopite 2023-07-23 03:22:19 -07:00
  • 8e18d445a7
    Add method to generate params for transcripts api syeopite 2023-07-23 01:52:53 -07:00
  • 7e5935a9da
    Rename Caption struct to CaptionMetadata syeopite 2023-07-23 00:54:43 -07:00
  • 2e67b90540
    Add method to query /youtubei/v1/get_transcript syeopite 2023-07-22 23:55:05 -07:00
  • d956b1826e
    Community: Parse quiz attachments (#3978) Samantaz Fox 2023-07-20 08:16:10 +02:00
  • 930b0a158d
    Channels: Use innertube to fetch the community tab (#3988) Samantaz Fox 2023-07-20 08:15:06 +02:00
  • c1a69e4a4a
    Channels: Use innertube to fetch the community tab Samantaz Fox 2023-07-16 17:23:23 +02:00
  • f38d1f33b1
    HTML: Add UI element for 'SearchHashtag' in item.ecr Samantaz Fox 2023-07-15 15:42:46 +02:00
  • 839e90aeff
    Extractors: Add module for 'hashtagTileRenderer' Samantaz Fox 2023-07-15 15:41:04 +02:00
  • c8ecfaabe1
    Assets: Add SVG image for hashtag results Samantaz Fox 2023-07-16 17:28:37 +02:00
  • 69e2eaccc0
    RSS Feeds: Fix Nil assertion failed (#3958) Samantaz Fox 2023-07-16 18:13:55 +02:00
  • ff6166edf7
    Playlists: Fix pagination of Invidious playlists (#3861) Samantaz Fox 2023-07-16 18:02:27 +02:00
  • c8ade5194b
    UI: Nicer buttons (#3763) Samantaz Fox 2023-07-16 17:36:35 +02:00
  • 598ba7bade
    Channels: Add support for releases and podcasts tabs (#3980) Samantaz Fox 2023-07-16 17:35:39 +02:00
  • 70145cba31 Community: Parse Quiz attachments ChunkyProgrammer 2023-07-11 20:49:36 -07:00
  • da84d967b1 small fix Brahim Hadriche 2023-07-15 09:23:46 -04:00
  • 827be740d3 Format Brahim Hadriche 2023-07-15 09:17:13 -04:00
  • 05cc503391
    Fix lint Samantaz Fox 2023-07-15 12:57:26 +00:00
  • f51a435f75
    Thank you @realcharmer for the suggested changes Aural Glow 2023-07-15 09:05:48 +02:00
  • 77d4fd390a
    Merge branch 'iv-org:master' into master Aural Glow 2023-07-15 08:16:57 +02:00
  • c5b610d479 Add thumbnails to dash Brahim Hadriche 2023-07-14 23:10:42 -04:00
  • d3e6d7b6c5 Set the cookie first kaka 2023-07-15 08:49:18 +08:00
  • f2fa3da9d2 Add support for releases and podcasts tabs ChunkyProgrammer 2023-07-12 11:06:34 -07:00
  • f5244055a2 @SamantazFox: Put that code before return if (on line 64) kaka 2023-07-15 06:57:37 +08:00
  • af86cdbd38
    Merge branch 'iv-org:master' into master John Wong 2023-07-15 06:47:36 +08:00
  • 8f34dbdc50
    Update player.js rnek0 2023-07-13 23:29:47 +02:00
  • 8953c105be
    Implemented requested changes and added 'auth_enforce_source' option soraefir 2023-07-13 12:48:18 +02:00
  • 4d14789e7b
    Added login flow functions and fix cookies soraefir 2023-07-12 01:05:36 +02:00
  • bee301a6f4
    Implemented Oauth soraefir 2023-07-12 00:36:47 +02:00
  • 0110f865c3
    Playlist import no refresh Brahim Hadriche 2023-07-08 16:51:19 -04:00
  • 9b75f79fb5
    HTML/CSS: Add thumbnail placeholder in thin mode Samantaz Fox 2023-07-08 21:17:44 +02:00
  • c17404890c
    HTML: Use the new pagination component for history/subscriptions Samantaz Fox 2023-05-23 22:49:44 +02:00
  • 06b2bab795
    HTML: Fix thumbnails of related videos (watch page) Samantaz Fox 2023-04-24 22:19:46 +02:00
  • 411208bbd2
    HTML: Reorder buttons on the channel and watch pages Samantaz Fox 2023-04-24 20:28:40 +02:00
  • 42fa6ad2a3
    HTML/CSS: Fix buttons' responsiveness Samantaz Fox 2023-04-24 19:44:15 +02:00
  • cc30b00f8c
    CSS: fix light/dark themes for pure buttons Samantaz Fox 2023-04-22 20:25:26 +02:00
  • 8718f20688
    HTML: Fix thin mode/thumbnail on other items Samantaz Fox 2023-04-22 19:59:01 +02:00
  • 43dcab225c
    HTML: merge MixVideo with other types in item.ecr Samantaz Fox 2023-04-22 19:45:45 +02:00
  • 080c7446c6
    HTML: Use new buttons for playlists (save/delete/add videos/etc...) Samantaz Fox 2023-04-22 17:50:34 +02:00
  • b6bbfb9b20
    HTML: Use new buttons for thumbnail overlays Samantaz Fox 2023-04-22 12:58:46 +02:00
  • 7bd6d0ac49
    HTML: Use the new pagination component for channel pages Samantaz Fox 2023-04-21 00:28:11 +02:00
  • efaf7cb09c
    HTML: Use the new pagination component for search results Samantaz Fox 2023-04-18 00:12:56 +02:00
  • c4ef3bed95
    HTML: Use the new pagination component for playlists Samantaz Fox 2023-04-18 00:04:01 +02:00
  • 77d401cec2
    CSS: add styling for the new buttons Samantaz Fox 2023-04-20 18:55:35 +02:00
  • 57c7b922f7
    HTML: Make a dedicated ECR component for items + pagination Samantaz Fox 2023-04-17 21:26:04 +02:00
  • c088749744
    HTML: Add code to generate page nav buttons Samantaz Fox 2023-04-17 21:25:00 +02:00
  • 462609d90d
    Utils: Create a function to append parameters to a base URL Samantaz Fox 2023-04-26 22:30:13 +02:00
  • 0ba22ef391
    I18n: Add a function to determine if a given locale is RTL Samantaz Fox 2023-04-18 00:04:49 +02:00