]> Untitled Git - lemmy.git/commit
Adding API and APUB URL checks for banners and icons. Fixes #1199 (#1200)
authorDessalines <dessalines@users.noreply.github.com>
Thu, 15 Oct 2020 18:23:56 +0000 (14:23 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 18:23:56 +0000 (18:23 +0000)
commit571c71392e6710c07edc315e51d7524afcdfa1fa
treec870a97d44a1a2ee8999297ab78a8aed9120ceda
parent24484ed80138e71eca2ec596676d772948a23ba1
Adding API and APUB URL checks for banners and icons. Fixes #1199 (#1200)

* Adding API and APUB URL checks for banners and icons. Fixes #1199

* Adding a check optional url.

* Missed a few.
Cargo.lock
lemmy_api/src/community.rs
lemmy_api/src/lib.rs
lemmy_api/src/post.rs
lemmy_api/src/user.rs
lemmy_apub/src/objects/community.rs
lemmy_apub/src/objects/post.rs
lemmy_apub/src/objects/user.rs
lemmy_utils/Cargo.toml