silverpill
|
86beb532e2
|
Refactor handle_note() function
|
2023-01-31 14:18:46 +00:00 |
|
silverpill
|
2ea14635d2
|
Implement role system
https://codeberg.org/silverpill/mitra/issues/25
|
2023-01-25 23:59:39 +00:00 |
|
silverpill
|
be67972760
|
Add emojis to post previews
|
2023-01-21 23:00:21 +00:00 |
|
silverpill
|
75579eae4f
|
Add support for emoji shortcodes
|
2023-01-21 22:56:46 +00:00 |
|
silverpill
|
56e75895bd
|
Download custom emojis contained in remote posts
|
2023-01-17 16:47:09 +00: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
|
5c9aa0f148
|
Always put outgoing activities in a queue
|
2023-01-04 19:36:57 +00:00 |
|
silverpill
|
bd158b0a1f
|
Use background job to deliver Create(), Announce() and Like() activities
|
2023-01-01 20:25:20 +00:00 |
|
silverpill
|
a23a555a05
|
Add API method for generating post previews
https://codeberg.org/silverpill/mitra/issues/12
|
2022-12-20 22:47:52 +00:00 |
|
silverpill
|
f7d9173cce
|
Create parse_microsyntaxes() helper
|
2022-12-20 15:38:07 +00:00 |
|
silverpill
|
748521b5ce
|
Refactor create_view()
|
2022-12-20 00:59:57 +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
|
43a70fb93f
|
Drop support for links property in status data
|
2022-12-18 17:52:46 +00:00 |
|
silverpill
|
0465aaf0c7
|
Don't auto-mention author of a linked post
|
2022-12-18 17:52:46 +00:00 |
|
silverpill
|
533cd81aa6
|
Switch to rust edition 2021
|
2022-12-15 19:54:51 +00:00 |
|
silverpill
|
2714378f22
|
Don't auto-mention author of a linked post
|
2022-12-10 19:01:11 +00:00 |
|
silverpill
|
a3c3f97759
|
Rename modules
|
2022-12-06 23:29:59 +00:00 |
|
silverpill
|
d1939b10d5
|
Move DatabaseError to database module
|
2022-12-03 22:57:09 +00:00 |
|
silverpill
|
4185cbefb0
|
Rename Pool type to DbPool
|
2022-12-03 21:30:24 +00:00 |
|
silverpill
|
262b910638
|
Rename instance.host() to instance.hostname()
|
2022-11-24 13:27:10 +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
|
862415d49b
|
Refactor http_signatures module
|
2022-10-23 23:49:16 +00:00 |
|
silverpill
|
65661698c7
|
Pass instance as ref to activity builders
|
2022-10-22 11:33:23 +00:00 |
|
silverpill
|
01305475c3
|
Allow object links in replies
|
2022-10-20 18:07:01 +00:00 |
|
silverpill
|
f6c3cbc0fa
|
Prepare Delete(Note) before deleting post from database
|
2022-10-16 00:42:20 +00:00 |
|
silverpill
|
a771e5e4fa
|
Add support for object link microsyntax
Example: [[https://example.com/objects/1]].
|
2022-10-15 21:52:36 +00:00 |
|
silverpill
|
1f713d536e
|
Allow to create posts with multiple object links
|
2022-10-15 21:07:57 +00:00 |
|
silverpill
|
0ce634564b
|
Rename some functions
|
2022-10-15 13:08:50 +00:00 |
|
silverpill
|
187e46612d
|
Remove unnecessary line breaks before inline-quote block
|
2022-10-11 20:02:47 +00:00 |
|
silverpill
|
448b5afa88
|
Add line break before inline-quote block
|
2022-10-06 22:50:34 +00:00 |
|
silverpill
|
c7499cb0dc
|
Fix creation date in reposts
|
2022-10-04 23:29:29 +00:00 |
|
silverpill
|
a685829472
|
Implement FEP-e232 and allow to add quotes to posts
|
2022-10-02 21:23:16 +00:00 |
|
silverpill
|
9f3b95c41d
|
Mention all subscribers when creating subscribers-only post
|
2022-09-11 14:25:30 +00:00 |
|
silverpill
|
260e62d51b
|
Allow blockchain configuration to be defined using a list
Multi-chain configurations are still not allowed.
|
2022-08-31 20:42:55 +00:00 |
|
silverpill
|
ea4d15da48
|
Remove default_currency() method from config object
Preparing for multi-currency deployments.
|
2022-08-28 18:53:32 +00:00 |
|
silverpill
|
fcf7db97cb
|
Rename posts::tags module to posts::hashtags
|
2022-08-21 21:35:12 +00:00 |
|
silverpill
|
a80c11b99c
|
Allow users of password auth to use subscriptions
|
2022-08-15 20:16:03 +00:00 |
|
silverpill
|
dc7d533c42
|
Allow blockchain config to have sub-types
|
2022-08-10 11:57:35 +00:00 |
|
silverpill
|
a804d0e8bb
|
Add "published" property to outgoing Announce(Note) activities
|
2022-08-08 17:51:46 +00:00 |
|
silverpill
|
09b06c4fdb
|
Allow to like private posts
|
2022-07-20 21:53:40 +00:00 |
|
silverpill
|
dcb5736d74
|
Use tokio::spawn instead of actix_rt::spawn
|
2022-07-17 00:03:43 +00:00 |
|
silverpill
|
c9bbf7020e
|
Move Undo(Announce) builder function to builders::undo_announce_note module
|
2022-07-14 10:57:17 +00:00 |
|
silverpill
|
623e7c9c49
|
Move Announce(Note) builder function to builders::announce_note module
|
2022-07-14 10:44:39 +00:00 |
|
silverpill
|
1c4e75b0d8
|
Move Undo(Like) builder function to builders::undo_like_note module
|
2022-07-14 09:52:46 +00:00 |
|
silverpill
|
7103de2519
|
Move Like() builder function to builders::like_note module
|
2022-07-14 09:50:34 +00:00 |
|
silverpill
|
fd7ef7b9c1
|
Move get_note_recipients() to builders::create_note module
|
2022-06-15 12:09:36 +00:00 |
|
silverpill
|
8d8227c349
|
Move Create(Note) builder function to builders::create_note module
|
2022-06-15 11:27:06 +00:00 |
|