silverpill
|
af332283ed
|
Move ActorAddress type to webfinger::types module
|
2023-01-11 21:26:52 +00:00 |
|
silverpill
|
44ce9a73a2
|
Save media types of uploaded avatar and banner images
|
2023-01-07 16:05:15 +00:00 |
|
silverpill
|
682cf09835
|
Store avatar and banner metadata as JSON objects
|
2023-01-07 12:22:33 +00:00 |
|
silverpill
|
f35e8d806f
|
Refactor AccountUpdateData.into_profile_data() method
|
2023-01-07 13:18:58 +04:00 |
|
silverpill
|
fe395480eb
|
Set limit on number of media files that can be attached to post
|
2023-01-06 16:55:38 +00:00 |
|
silverpill
|
498be66d8b
|
Change actor status to "unreachable" if delivery to inbox fails
|
2023-01-01 21:48:23 +00:00 |
|
silverpill
|
534812efa2
|
Implement activity delivery queue
|
2023-01-01 19:45:41 +00:00 |
|
silverpill
|
de9bc7f35e
|
Rewrite mention_to_address and parse_acct_uri, remove unnecessary regexp
|
2022-12-28 00:18:45 +00:00 |
|
silverpill
|
b14338d5f0
|
Move frontend module to web_client::urls
|
2022-12-24 17:09:44 +00:00 |
|
silverpill
|
20e965a655
|
Remove PostCreateData.clean()
|
2022-12-20 00:59:57 +00:00 |
|
silverpill
|
2232bf814c
|
Limit the number of database queries in find_linked_posts()
|
2022-12-20 00:59:57 +00:00 |
|
silverpill
|
04e74a6e05
|
Ignore object link if referenced post doesn't exist
Made it behave similarly to mentions.
|
2022-12-20 00:59:57 +00:00 |
|
silverpill
|
9872e40399
|
Fix clippy warnings
|
2022-12-18 17:52:40 +00:00 |
|
silverpill
|
2b8063990a
|
Ignore mentions and hashtags inside code blocks
|
2022-12-18 00:38:29 +00:00 |
|
silverpill
|
533cd81aa6
|
Switch to rust edition 2021
|
2022-12-15 19:54:51 +00:00 |
|
silverpill
|
8e08195b44
|
Increase max number of allowed extra fields for remote actors to 100
|
2022-12-14 16:46:30 +00:00 |
|
silverpill
|
53d9b2efa8
|
Keep posts that contain links to local posts when running delete-extraneous-posts
|
2022-12-14 09:34:45 +00:00 |
|
silverpill
|
f2575a0a79
|
Add test for delete_post()
|
2022-12-14 09:34:45 +00:00 |
|
silverpill
|
fcab5b000a
|
Ignore Announce() activity if repost already exists but with a different object ID
|
2022-12-13 19:42:57 +00:00 |
|
silverpill
|
1b588a86e0
|
Handle non-nested Undo(Follow) activities
|
2022-12-13 01:12:42 +00:00 |
|
silverpill
|
f2037c9516
|
Save activity ID when processing remote follow request
|
2022-12-13 00:54:38 +00:00 |
|
silverpill
|
b0f9b3537e
|
Add activity_id column to follow_request table
|
2022-12-13 00:13:55 +00:00 |
|
silverpill
|
c28585ef92
|
Implement job queue
|
2022-12-12 00:00:45 +00:00 |
|
silverpill
|
212db48d75
|
Add find_aliases() helper function
|
2022-12-10 20:51:16 +00:00 |
|
silverpill
|
d1939b10d5
|
Move DatabaseError to database module
|
2022-12-03 22:57:09 +00:00 |
|
silverpill
|
11ed4c1e48
|
Remove unnecessary as_str() conversions
|
2022-12-03 21:11:28 +00:00 |
|
silverpill
|
7d204ab150
|
Remove unknown classes during HTML sanitization
|
2022-11-29 16:46:00 +00:00 |
|
silverpill
|
73ef78f021
|
Search for aliases by DID when processing Move(Person) activity
|
2022-11-27 13:47:52 +00:00 |
|
silverpill
|
fde8309bb9
|
Add check-expired-invoice command
|
2022-11-25 21:04:59 +00:00 |
|
silverpill
|
262b910638
|
Rename instance.host() to instance.hostname()
|
2022-11-24 13:27:10 +00:00 |
|
silverpill
|
301ade36a3
|
Use enum to define identity proof type
|
2022-11-23 01:04:55 +00:00 |
|
silverpill
|
126c04febb
|
Include local posts in search results
|
2022-11-21 22:06:06 +00:00 |
|
silverpill
|
8045b9f543
|
Add delete-empty-profiles CLI command
|
2022-11-17 21:46:00 +00:00 |
|
silverpill
|
9ad6bdf1c9
|
Revoke all access tokens after password reset
|
2022-11-15 22:32:10 +00:00 |
|
silverpill
|
445177d9a7
|
Add API method for revoking access token
|
2022-11-15 15:45:30 +00:00 |
|
silverpill
|
92d96e3745
|
Abort registration process if profile with a similar name already exists
|
2022-11-14 17:37:25 +00:00 |
|
silverpill
|
9b96ce4700
|
Add CLI command for password reset
|
2022-11-11 00:53:23 +00:00 |
|
silverpill
|
a5c9da78ef
|
Add DidKey type
|
2022-11-09 18:53:52 +00:00 |
|
silverpill
|
dae6e9437b
|
Use general Did type intsead of DidPkh in identity proofs
|
2022-11-09 18:15:50 +00:00 |
|
silverpill
|
4e53a5c4e4
|
Move DidPkh type to identity module
|
2022-11-08 22:45:59 +00:00 |
|
silverpill
|
1ec8cb4ddd
|
Add views for signing Update(Person) activity
|
2022-11-02 16:08:34 +00:00 |
|
silverpill
|
b700a8ac6d
|
Return verified results when searching for DID
|
2022-11-02 16:06:19 +00:00 |
|
silverpill
|
c8b8a5ffe5
|
Remove name attribute from link tag
|
2022-10-28 15:34:30 +00:00 |
|
silverpill
|
23dca1b4c5
|
Allow object links with custom text
|
2022-10-26 20:32:43 +00:00 |
|
silverpill
|
acad0f260b
|
Perform post content cleaning at the end of validation process
|
2022-10-25 23:26:42 +00:00 |
|
silverpill
|
a67a7b9b17
|
Remove character limit check
|
2022-10-25 19:49:48 +00:00 |
|
silverpill
|
0063a14264
|
Send notifications when actor moves to another instance
|
2022-10-23 17:56:32 +00:00 |
|
silverpill
|
ec349afc80
|
Reset repost and reply visibility settings after unfollowing
|
2022-10-22 16:06:50 +00:00 |
|
silverpill
|
ea62f1fdaf
|
Ignore object links inside code blocks
|
2022-10-16 00:01:49 +00:00 |
|
silverpill
|
a771e5e4fa
|
Add support for object link microsyntax
Example: [[https://example.com/objects/1]].
|
2022-10-15 21:52:36 +00:00 |
|