mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-01 09:01:01 +00:00
* Add a blocklist for URLs. * Fix SQL format * Make clippy happy. * Use regex for URL matching. * Escape regex chars in URLs. * Use post for modification. * Make URL block regex static and remove API routes. * Add date fields to table and use transaction. * Use Cache for blocklist. * Rename check_links + move list to parameters of process_markdown. * SQL format. * Format, again. * Remove println. * Add API test. * Set a shorter lifetime for regex in debug mode. * Add missing macro. * Update lemmy-js-client * Update api_test/pnpm-lock.yaml * Don't break other tests * Use different URL for test --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com> Co-authored-by: Nutomic <me@nutomic.com> |
||
---|---|---|
.. | ||
notifications | ||
add_admin.rs | ||
ban_person.rs | ||
block.rs | ||
change_password.rs | ||
change_password_after_reset.rs | ||
generate_totp_secret.rs | ||
get_captcha.rs | ||
list_banned.rs | ||
list_logins.rs | ||
login.rs | ||
logout.rs | ||
mod.rs | ||
report_count.rs | ||
reset_password.rs | ||
save_settings.rs | ||
update_totp.rs | ||
validate_auth.rs | ||
verify_email.rs |