summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--src/invidious/views/privacy.ecr1
2 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e39f75c..314abc73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,9 @@ dist: bionic
jobs:
include:
- stage: build
+ # TODO: Shallowly clone again once the .git folder is no longer required for building
+ git:
+ depth: false
language: crystal
crystal: latest
before_install:
@@ -15,6 +18,9 @@ jobs:
- crystal spec
- stage: build_docker
+ # TODO: Shallowly clone again once the .git folder is no longer required for building
+ git:
+ depth: false
language: minimal
services:
- docker
diff --git a/src/invidious/views/privacy.ecr b/src/invidious/views/privacy.ecr
index 5d66a731..643f880b 100644
--- a/src/invidious/views/privacy.ecr
+++ b/src/invidious/views/privacy.ecr
@@ -20,7 +20,6 @@
<li>a randomly generated token for providing an RSS feed of a user's subscriptions</li>
<li>a list of video IDs identifying watched videos</li>
</ul>
- <p>The above list reflects <a href="https://github.com/omarroth/invidious/blob/master/src/invidious/users.cr#L14-L51">this code</a>.</p>
<p>Users can clear their watch history using the <a href="/clear_watch_history">clear watch history</a> page.</p>
<p>If a user is logged in with a Google account, no password will ever be stored. This website uses the session token provided by Google to identify a user, but does not store the information required to make requests on a user's behalf without their knowledge or consent.</p>
cr?id=e3c10d779d315adc630e08005b6bdbdce32f7446&follow=1'>Add support to read config from environment variableLeon Klingele Try to read app config from the "INVIDIOUS_CONFIG" environment variable. If the variable is undefined, read config from config.yml file as before. Required by https://github.com/omarroth/invidious/pull/1015 et al. 2020-02-01Remove invalid HTML from embed playerJorge Maldonado Ventura 2020-02-01Add handling for comments with no contentOmar Roth 2020-02-01Remove frameborder from community embedsOmar Roth 2020-02-01Check /browse_ajax for channel blocksOmar Roth 2020-01-27Update zh-CN translationOutvi V 2020-01-24Refactor signature extractionOmar Roth 2020-01-17Update Chinese (Simplified) translationchr56 2020-01-17Update Polish translationAdam Zieliński 2020-01-17Update Spanish translationJorge Maldonado Ventura 2020-01-17Update Esperanto translationJorge Maldonado Ventura 2020-01-17Update Chinese (Traditional) translationJeff Huang 2020-01-17Update Russian translationdimqua 2020-01-17Update Turkish translationOguz Ersen 2020-01-17Update Norwegian Bokmål translationAllan Nordhøy 2020-01-14Fix channel redirectOmar Roth 2020-01-12Improve Dutch localeRemi Reuvekamp 2020-01-08Add base-devel to Arch dependenciesOmar Roth 2020-01-08Minor refactorOmar Roth 2020-01-08Fix channel playlists for genre channelsOmar Roth 2020-01-08Bump video.jsOmar Roth 2020-01-04Change embed codeJorge Maldonado Ventura 2019-12-14Bump dependenciesOmar Roth 2019-12-14Fix the french translationfrajibe 2019-12-05Minor refactor for channel playlistsOmar Roth 2019-12-05Add better error message for fetch_channelOmar Roth 2019-12-05Add support for pt-BROmar Roth