Nutomic
|
80dce32279
|
Upgrade deps (#135)
* Upgrade deps (#133)
* Upgrade deps
* fmt
* fix
* remove once_cell
* upgrade rust
* fix warnings
* Upgrading deps. (#137)
* Upgrading deps.
* Axum upgrade.
* Remove some uses of async_trait
* Remove diesel feature
* Rust 1.85
* fix once lock for domain regex
* Revert "Remove some uses of async_trait"
This reverts commit 51bf4b332e.
* update deps
* Make it work with Lemmy
---------
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
|
2025-06-02 04:39:58 -04:00 |
|
Nutomic
|
4ad668cc10
|
Add more url validation (#134)
* Add more url validation
* fix
* more fix
* Verify url after redirect
* Dont allow redirect for webfinger
* clippy
* more domain validation
* clippy
* fix lemmy test
* Remove trailing . from domain
* clippy
* fix
* manual redirect handling
* clippy
* prevent infinite recursion
* add timeout, comment
|
2025-01-23 05:11:49 -05:00 |
|
Felix Ableitner
|
43b51d79ce
|
Revert "Upgrade deps (#133)"
This reverts commit 8910550663.
|
2025-01-09 11:44:59 +01:00 |
|
Nutomic
|
8910550663
|
Upgrade deps (#133)
* Upgrade deps
* fmt
* fix
|
2025-01-03 13:41:20 -05:00 |
|
藍+85CD
|
8f47daa2e2
|
refactor!: use rsa instead of openssl (#116)
* refactor!: use `rsa` instead of `openssl`
* fix: format code
* fix: format code
* fix: lint code
* fix: format code
|
2024-07-15 10:20:35 +02:00 |
|
Nutomic
|
636b47c8b2
|
Add back activity send queue as optional feature (#94)
* Add back activity send queue as optional feature
* fix port collision in tests
* improve docs
* serialize fn
* deduplicate
* more dedup
* more dedup
* dedupupup
* test cleanup
* remove fn
|
2024-03-04 08:53:33 -05:00 |
|
Nutomic
|
a859db05bb
|
Add security checks when fetching objects (#95)
* Add security checks when fetching objects
* static
* as ref
* update comment
* fix header
* Update comment
|
2024-03-04 12:47:42 +01:00 |
|
Nutomic
|
9e8d466b40
|
Better JSON error messages (#91)
|
2023-12-20 06:19:58 -05:00 |
|
Nutomic
|
50db596ce0
|
Better error when activity receive fails (#89)
* Minor refactoring
* Better error when receive fails
* clippy
* add test case
* comments
* take ref
|
2023-12-12 11:30:21 +01:00 |
|
Soso
|
12aad8bf3c
|
Webfinger: don't discard consumer errors (#85)
* Improve WebFinger errors
* Improve webfinger extraction
* Fix typo
* Document webfinger parsing
* Reimplement Regex based webfinger parsing
* clippy
* no unwrap
---------
Co-authored-by: Felix Ableitner <me@nutomic.com>
|
2023-12-11 22:48:32 +01:00 |
|
cetra3
|
098a4299f0
|
Remove anyhow from trait definitions (#82)
|
2023-11-20 11:42:47 +01:00 |
|
Nutomic
|
426871f5af
|
Use anyhow::Error for UrlVerifier return type (fixes #61) (#65)
* Use anyhow::Error for UrlVerifier return type (fixes #61)
* fmt
* uncomment
|
2023-07-26 10:26:22 -04:00 |
|
phiresky
|
b64f4a8f3f
|
fix: make "other" error actually transparent (#51)
* fix: make "other" error actually transparent
* cargo fmt
|
2023-06-29 10:19:49 +02:00 |
|
Felix Ableitner
|
32394696a5
|
move files
|
2023-03-06 16:19:43 +01:00 |
|
Felix Ableitner
|
19c459fc02
|
Further improvements
|
2023-03-02 00:19:10 +01:00 |
|