Riley
|
3fea5645f8
|
Add tracing (#1942)
|
2021-11-23 12:16:47 +00:00 |
Dessalines
|
88c7b95d03
|
Remove pointless community follower sort. (#1939)
|
2021-11-23 12:05:09 +00:00 |
Dessalines
|
3e062a9959
|
Merge pull request #1938 from LemmyNet/once_cell
Use once_cell instead of lazy_static
|
2021-11-22 14:27:08 -05:00 |
Felix Ableitner
|
e88106cef4
|
Use once_cell instead of lazy_static
|
2021-11-22 19:58:31 +01:00 |
Dessalines
|
3d08e6c1fc
|
Adding unique constraint for activity ap_id. Fixes #1878 (#1935)
* Adding unique constraint for activity ap_id. Fixes #1878
* Removing is_activity_already_known
|
2021-11-22 18:57:03 +00:00 |
Dessalines
|
05d43150bc
|
Making public key required. Fixes #1934
|
2021-11-22 10:10:18 -05:00 |
Dessalines
|
209829e1f3
|
Merge pull request #1926 from LemmyNet/replace-activitystreams-lib
Replace activitystreams crate with activitystreams-kinds
|
2021-11-22 08:47:46 -05:00 |
Felix Ableitner
|
afccd5cf69
|
Replace activitystreams crate with activitystreams-kinds
|
2021-11-22 14:28:57 +01:00 |
Nutomic
|
88e81dce6b
|
Merge pull request #1921 from LemmyNet/fix_login
Fix login ilike bug. Fixes #1920
|
2021-11-22 13:05:57 +00:00 |
Alexander Batischev
|
d53d229c49
|
Change NodeInfo `links` to an array
NodeInfo spec[1] says that _.well-known/nodeinfo_ is a JSON Resource
Descriptor (JRD) document. That is specified in RFC 7033, where §4.4[2]
mandates that `links` is an array.
1. https://nodeinfo.diaspora.software/protocol.html
2. https://datatracker.ietf.org/doc/html/rfc7033#section-4.4
|
2021-11-21 20:10:39 +03:00 |
Dessalines
|
e58c2048ed
|
Fixing fuzzy_search to escape like chars.
|
2021-11-19 15:07:20 -05:00 |
Felix Ableitner
|
3e4fe89a45
|
Fix build error in #1914
|
2021-11-19 18:05:23 +01:00 |
Dessalines
|
6d35508f08
|
Merge pull request #1914 from LemmyNet/dont-announce-note
Dont announce comments, edited posts to Pleroma/Mastodon followers
|
2021-11-19 11:48:47 -05:00 |
Dessalines
|
4ce01f8bb4
|
Fix login ilike bug. Fixes #1920
|
2021-11-18 20:58:11 -05:00 |
Dessalines
|
712dabd16b
|
Merge pull request #1918 from LemmyNet/fix-smithereen-webfinger
Fix Smithereen webfinger, remove duplicate webfinger impl (fixes #1916)
|
2021-11-18 14:47:34 -05:00 |
Dessalines
|
e756e85da7
|
Merge pull request #1917 from LemmyNet/outbox-announce
Community outbox should only contain activities sent by community
|
2021-11-18 14:31:47 -05:00 |
Felix Ableitner
|
da89ea22fb
|
Fix Smithereen webfinger, remove duplicate webfinger impl (fixes #1916)
|
2021-11-18 19:28:53 +01:00 |
Felix Ableitner
|
aeb34199f5
|
Dont announce comments, edited posts to Pleroma/Mastodon followers
|
2021-11-18 18:41:43 +01:00 |
Felix Ableitner
|
a2707e1c56
|
Community outbox should only contain activities sent by community (fixes #1916)
|
2021-11-18 18:31:50 +01:00 |
Dessalines
|
1f03a2d957
|
Merge pull request #1915 from LemmyNet/remove-http-sig-compat
Remove HTTP signature compatibility mode (its not necessary)
|
2021-11-18 11:43:32 -05:00 |
Dessalines
|
a56853be05
|
Merge pull request #1907 from not-layla/main
Implement rate limits on comments
|
2021-11-18 11:22:38 -05:00 |
Felix Ableitner
|
f07aaf417a
|
Remove HTTP signature compatibility mode (its not necessary)
|
2021-11-18 17:06:10 +01:00 |
layla
|
7fe7062c47
|
Implement rate limits on comments
|
2021-11-18 13:40:16 +00:00 |
Dessalines
|
f4616789a7
|
Version 0.14.1
|
2021-11-17 16:25:50 -05:00 |
Dessalines
|
c29366328e
|
Version 0.14.0
|
2021-11-17 11:28:16 -05:00 |
Dessalines
|
dc3858c82d
|
Version 0.14.0-rc.2
|
2021-11-17 09:14:54 -05:00 |
Dessalines
|
5f6419ff76
|
Merge pull request #1897 from LemmyNet/mastodon-compat
Mastodon compat
|
2021-11-17 09:12:01 -05:00 |
Felix Ableitner
|
db631005d3
|
Fix error due to same activity being inserted in database twice
|
2021-11-16 19:13:05 +01:00 |
Felix Ableitner
|
3249060f67
|
Remove to field from follow activities
|
2021-11-16 19:13:05 +01:00 |
Aode (lion)
|
20cddf5e81
|
Support mastodon deletes
|
2021-11-16 18:07:47 +01:00 |
Felix Ableitner
|
7f4a773b88
|
Create and Note always need to tag parent creator, for mastodon notifications
|
2021-11-16 18:07:47 +01:00 |
Felix Ableitner
|
c1f1b8aa0f
|
Activities in community should also be sent to actors in cc
|
2021-11-16 18:07:45 +01:00 |
Felix Ableitner
|
dc416bf255
|
Make http signature compatible with mastodon
|
2021-11-16 18:06:01 +01:00 |
Nutomic
|
60f72b2785
|
Merge pull request #1905 from LemmyNet/fix_comment_report_creator
Fixing comment report creator. Fixes #1904
|
2021-11-16 17:03:58 +00:00 |
Felix Ableitner
|
579ca37ddf
|
Make webfinger standard compliant
|
2021-11-16 18:03:09 +01:00 |
Dessalines
|
ec40b4f7fb
|
Fixing comment report creator. Fixes #1904
|
2021-11-16 09:59:52 -05:00 |
Dessalines
|
23641fcd06
|
Use serde_json::to_value
|
2021-11-15 21:11:44 -05:00 |
Dessalines
|
09cd32034b
|
Fixing activity serialization. Fixes #1900 (#1901)
|
2021-11-15 20:26:48 +00:00 |
Dessalines
|
497564359b
|
Version 0.14.0-rc.1
|
2021-11-11 14:57:25 -05:00 |
Nutomic
|
1b9414f292
|
More federation compat (#1894)
* Make HTTP signatures compatible with Pleroma
* Send Announce/Page, Announce/Note for Pleroma compatibility
* remove unused code
|
2021-11-11 14:49:15 -05:00 |
Dessalines
|
8d4c4fdf6c
|
Adding clippy:unwrap to husky. Fixes #1892 (#1893)
|
2021-11-11 12:18:08 +00:00 |
Dessalines
|
8a108bccae
|
Merge pull request #1891 from LemmyNet/remove-apub-accept-guard
Remove header guard for activitypub routes
|
2021-11-10 09:38:50 -05:00 |
Felix Ableitner
|
9a1fe154db
|
Remove header guard for activitypub routes
|
2021-11-10 15:08:33 +01:00 |
Dessalines
|
f035af3738
|
Fixing clippy
|
2021-11-09 17:31:28 -05:00 |
Dessalines
|
76220a4523
|
Fixing clippy lints. (#1885)
* Fixing clippy lints.
* Revert object id display
* Trying to fix clippy again
|
2021-11-09 18:16:37 +00:00 |
Felix Ableitner
|
5319046dc7
|
Add federation test cases for Smithereen and Mastodon
|
2021-11-09 17:16:58 +01:00 |
Felix Ableitner
|
c21c142a9a
|
Include apub context from file, so that it can be embedded in docs
|
2021-11-08 16:04:02 +01:00 |
Felix Ableitner
|
252d87d332
|
Fix clippy error
|
2021-11-08 13:16:14 +01:00 |
Felix Ableitner
|
888e683856
|
For verify_is_public() we also need to check cc field
|
2021-11-06 18:44:34 +01:00 |
Felix Ableitner
|
a5a674a270
|
Add method ApubObject.verify()
|
2021-11-06 18:35:14 +01:00 |