invidious-mod-JP/src/invidious/views
leonklingele 1aefc5b540 Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764)
* shard: update to crystal 0.31.0

Additionally, no longer use the Crystal "markdown" library which has
been removed from the Crystal stdlib in version 0.31.0.
See https://github.com/crystal-lang/crystal/pull/8115.

Also fix some deprecation warnings using the following commands:

    find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.escape/URI\.encode_www_form/g' "{}" \;
    find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.unescape/URI\.decode_www_form/g' "{}" \;
    sed -i 's/while \%pull\.kind \!\= \:end_object/until \%pull\.kind\.end_object\?/g' src/invidious/helpers/patch_mapping.cr
2019-09-24 13:31:33 -04:00
..
components Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
authorize_token.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
change_password.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
channel.ecr Update sub_count extractor 2019-09-12 21:09:23 -04:00
clear_watch_history.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
community.ecr Update sub_count extractor 2019-09-12 21:09:23 -04:00
data_control.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
delete_account.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
embed.ecr Update video extractor 2019-07-29 19:41:45 -05:00
error.ecr Minor formatting changes 2019-05-01 20:03:39 -05:00
history.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
licenses.ecr js: add support for keydown events (#678) 2019-08-16 16:01:14 -05:00
login.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
mix.ecr Minor formatting changes 2019-05-01 20:03:39 -05:00
playlist.ecr Set max preference size 2019-06-08 16:04:55 -05:00
playlists.ecr Update sub_count extractor 2019-09-12 21:09:23 -04:00
popular.ecr Minor formatting changes 2019-05-01 20:03:39 -05:00
preferences.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
privacy.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
search.ecr Set max preference size 2019-06-08 16:04:55 -05:00
subscription_manager.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
subscriptions.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
template.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
token_manager.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00
top.ecr Minor formatting changes 2019-05-01 20:03:39 -05:00
trending.ecr Minor formatting changes 2019-05-01 20:03:39 -05:00
watch.ecr Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies (#764) 2019-09-24 13:31:33 -04:00