Dessalines
|
451818749b
|
Fix min title char count for post titles. Fixes #1854 (#1940)
* Fix min title char count for post titles. Fixes #1854
* Adding more newline checks for actors.
* Adding helper function
|
2021-11-23 15:52:58 +00:00 |
|
Dessalines
|
86b2901e8c
|
Adding MarkPostAsRead to API. Fixes #1784 (#1946)
* Adding MarkPostAsRead to API. Fixes #1784
* Adding error
|
2021-11-23 14:15:43 +00:00 |
|
|
1579ee566f
|
background-jobs 0.11 (#1943)
|
2021-11-23 12:20:01 +00:00 |
|
|
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 |
|
|
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 |
|
|
76c4378011
|
Merge pull request #1936 from LemmyNet/required_public_key
Making public key required. Fixes #1934
|
2021-11-22 15:37:05 +00:00 |
|
|
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 |
|
|
afccd5cf69
|
Replace activitystreams crate with activitystreams-kinds
|
2021-11-22 14:28:57 +01:00 |
|
|
88e81dce6b
|
Merge pull request #1921 from LemmyNet/fix_login
Fix login ilike bug. Fixes #1920
|
2021-11-22 13:05:57 +00:00 |
|
|
ae153dc243
|
Merge pull request #1930 from Minoru/bugfix/nodeinfo-links
Change NodeInfo `links` to an array
|
2021-11-22 12:45:13 +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 |
|
|
e58c2048ed
|
Fixing fuzzy_search to escape like chars.
|
2021-11-19 15:07:20 -05:00 |
|
Dessalines
|
ffc898a7b8
|
Merge pull request #1924 from LemmyNet/fix-1914
Fix build error in #1914
|
2021-11-19 12:42:48 -05:00 |
|
|
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 |
|
|
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 |
|
|
da89ea22fb
|
Fix Smithereen webfinger, remove duplicate webfinger impl (fixes #1916)
|
2021-11-18 19:28:53 +01:00 |
|
|
aeb34199f5
|
Dont announce comments, edited posts to Pleroma/Mastodon followers
|
2021-11-18 18:41:43 +01:00 |
|
|
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 |
|
|
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 |
|
|
8fc252ec55
|
Merge pull request #1911 from LemmyNet/fix_arm_docker
Fixing arm dockerfile.
|
2021-11-18 11:55:01 +00:00 |
|
|
66ba91de8c
|
Fixing arm dockerfile.
|
2021-11-17 16:46:05 -05:00 |
|
|
f4616789a7
|
Version 0.14.1
|
2021-11-17 16:25:50 -05:00 |
|
|
8000ee92e1
|
Merge pull request #1908 from LemmyNet/upgrade_background_jobs
Upgrade background jobs
|
2021-11-17 20:46:19 +00:00 |
|
|
4166f30fb4
|
Upgrading background-jobs-core and actix. #1820
|
2021-11-17 14:50:25 -05:00 |
|
|
0845d61d2b
|
Fixing release
|
2021-11-17 13:50:03 -05:00 |
|
|
8b45ca0da2
|
Fixing prod deploy not adding other docker-compose.yml files.
|
2021-11-17 12:05:02 -05:00 |
|
|
a24683b40c
|
0.14.0 Release notes.
|
2021-11-17 12:01:07 -05:00 |
|
|
c29366328e
|
Version 0.14.0
|
2021-11-17 11:28:16 -05:00 |
|
|
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 |
|
|
db631005d3
|
Fix error due to same activity being inserted in database twice
|
2021-11-16 19:13:05 +01:00 |
|
|
3249060f67
|
Remove to field from follow activities
|
2021-11-16 19:13:05 +01:00 |
|
|
20cddf5e81
|
Support mastodon deletes
|
2021-11-16 18:07:47 +01:00 |
|
|
7f4a773b88
|
Create and Note always need to tag parent creator, for mastodon notifications
|
2021-11-16 18:07:47 +01:00 |
|
|
c1f1b8aa0f
|
Activities in community should also be sent to actors in cc
|
2021-11-16 18:07:45 +01:00 |
|
|
dc416bf255
|
Make http signature compatible with mastodon
|
2021-11-16 18:06:01 +01:00 |
|
|
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 |
|
|
579ca37ddf
|
Make webfinger standard compliant
|
2021-11-16 18:03:09 +01:00 |
|
|
3914c6c875
|
Merge pull request #1903 from LemmyNet/fix_direct_string_apub_serialize_error
Use serde_json::to_value
|
2021-11-16 17:00:07 +00:00 |
|
|
ec40b4f7fb
|
Fixing comment report creator. Fixes #1904
|
2021-11-16 09:59:52 -05:00 |
|