You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api_crud/src/community
flamingos-cant 19a1a077c5
Add a blocklist for URLs. (#4515)
* 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>
3 months ago
..
create.rs Add a blocklist for URLs. (#4515) 3 months ago
delete.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
list.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 4 months ago
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 11 months ago
remove.rs Send purges to federated instances (fixes #4119) (#4398) 4 months ago
update.rs Add a blocklist for URLs. (#4515) 3 months ago