lemmy/crates/apub/src
Dessalines 33fd31754a
Adding a URL max length lemmy error. (#4960)
* Adding a URL max length error.

- Also increasing the post.url max length to 2000 (seems standard)
- I ran into this when fixing torrent support, which often use longer
  urls.

* Fixing sql_format.
2024-08-04 09:45:53 -04:00
..
activities Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
api Make sure you can view your moderated deleted and removed communities. (#4912) 2024-07-23 12:38:54 -04:00
collections Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
fetcher Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
http Add timeout for processing incoming activities (#4708) 2024-05-08 08:00:55 -04:00
objects Adding a URL max length lemmy error. (#4960) 2024-08-04 09:45:53 -04:00
protocol Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
activity_lists.rs Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
lib.rs Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 2024-07-30 10:11:39 -04:00
mentions.rs Avoid crash when handling urls without domain (#4676) 2024-04-30 06:33:37 -04:00