aboutsummaryrefslogtreecommitdiff
path: root/src/api/icons.rs
AgeCommit message (Expand)Author
2024-12-05Update Rust and crates (#5248)Mathijs van Veluw
2024-11-25chore: fix some comments (#5224)chuangjinglu
2024-09-23Add extra linting (#4977)1.32.1Mathijs van Veluw
2024-07-12Improved HTTP client (#4740)Daniel García
2024-04-27Implement custom DNS resolver (#3988)Daniel García
2024-03-23Update Rust and crates (#4445)Mathijs van Veluw
2023-10-05Fix typostuhana
2023-08-31Update Rust and CratesBlackDex
2023-08-13Optimized Favicon downloadingBlackDex
2023-07-03Fix dataurl parse panic when icon is malformedDaniel García
2023-06-21Update crates and workflowBlackDex
2023-04-30Change `String` to `&str` for all Rocket functionsBlackDex
2023-02-07Ensure that all results from check_domain_blacklist_reason are cached.Kevin P. Fleming
2023-02-07Generate distinct log messages for regex vs. IP blacklisting.Kevin P. Fleming
2023-01-09Resolve uninlined_format_args clippy warningsBlackDex
2022-12-02Cleanups and Fixes for Emergency AccessBlackDex
2022-11-14Prevent DNS leak when icon regex is configuredBlackDex
2022-11-08Update Rust version, deps and workflowBlackDex
2022-07-17Fix issue with CSP and icon redirectsBlackDex
2022-07-10Add more clippy checks for better code/readabilityBlackDex
2022-06-25Update dep's and small improvements on faviconsBlackDex
2022-06-04use dashmap in icons blacklist regexDaniel García
2022-02-26Favicon, SMTP and misc updatesBlackDex
2022-01-30Async/Awaited all db methodsBlackDex
2022-01-30Update to rocket 0.5 and made code async, missing updating all db calls, that...Daniel García
2022-01-08Add support for legacy HTTP 301/302 redirects for external iconsJeremy Lin
2021-12-30Add config option to set the HTTP redirect code for external iconsJeremy Lin
2021-12-28Additionally set expires header when caching responsesJake Howard
2021-12-24Small changes to icon log messages.BlackDex
2021-12-20Add support for external icon servicesJeremy Lin
2021-09-24Updated icon downloadingBlackDex
2021-06-19Fix clippy lintsDaniel García
2021-05-16Updated icon fetching and crates.BlackDex
2021-05-08Updated branding, email and cratesBlackDex
2021-05-02Extract some FromDb trait impls outside the macros so they aren't repeated, a...Daniel García
2021-04-15Format the changes from merge to masterDaniel García
2021-04-15Merge branch 'master' into fmtDaniel García
2021-04-06Merge remote-tracking branch 'origin/master' into fmtJake Howard
2021-04-06Modify rustfmt fileJake Howard
2021-04-06Extract client creation to a single placeJake Howard
2021-04-03Updated icon fetching.BlackDex
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-29Icon and SMTP Debug fixes.BlackDex
2021-03-28Merge pull request #1546 from RealOrangeOne/clippy-run1.20.0Daniel García
2021-03-28Icons should always be cached using full TTLJake Howard
2021-03-27Use `if let` moreJake Howard
2021-03-27Cache icons on the clientJake Howard
2021-02-07Remove soup and use a newer html5ever directlyDaniel García
2020-12-10Small update on favicon downloadingBlackDex
2020-12-08Updated icon downloadingBlackDex