Commit graph

  • 1e575b2f6f Rewrite receive_activity to return ImportError instead of HttpError silverpill 2022-10-23 21:35:32 +0000
  • 862415d49b Refactor http_signatures module silverpill 2022-10-23 16:04:02 +0000
  • 9d671344e6 Don't use rng when generating private keys in tests silverpill 2022-10-23 00:39:19 +0000
  • 0063a14264 Send notifications when actor moves to another instance silverpill 2022-10-22 19:19:57 +0000
  • 9b31395853 Handle Move(Person) activity silverpill 2022-10-21 21:32:01 +0000
  • ec349afc80 Reset repost and reply visibility settings after unfollowing silverpill 2022-10-22 16:06:50 +0000
  • 65661698c7 Pass instance as ref to activity builders silverpill 2022-10-22 00:15:28 +0000
  • 8f7dd5d88c Write message to log if remote actor has aliases silverpill 2022-10-21 21:32:01 +0000
  • 01305475c3
    Allow object links in replies silverpill 2022-10-20 17:52:16 +0000
  • 81f8c0e60b Bump version v1.2.0 silverpill 2022-10-19 21:13:00 +0000
  • f92428e509 Add support for SOCKS proxy silverpill 2022-10-19 18:39:47 +0000
  • 36730be03b Replace actor image fetchers with a single function silverpill 2022-10-19 19:33:34 +0000
  • dbe54f0924 Sort inboxes before delivering activity silverpill 2022-10-18 21:35:59 +0000
  • f0dace197b Allow instance URI to be onion, i2p or yggdrasil address silverpill 2022-10-18 09:52:32 +0000
  • eef20f6b7c Write list of unreachable instances to log after finishing delivery silverpill 2022-10-17 23:29:04 +0000
  • 09d025d461 Add get_hostname function silverpill 2022-10-17 21:59:22 +0000
  • 879e284403 Fetch posts quoted in replies silverpill 2022-10-17 18:57:25 +0000
  • 762b3e053e Refactor fetcher loop in import_post silverpill 2022-10-17 01:07:04 +0000
  • 374d17c8cf Prevent panic in import_post silverpill 2022-10-16 23:07:26 +0000
  • a422b1bf8a Preserve mentions when converting markdown into html silverpill 2022-10-16 19:54:56 +0000
  • f6c3cbc0fa Prepare Delete(Note) before deleting post from database silverpill 2022-10-16 00:42:06 +0000
  • ea62f1fdaf Ignore object links inside code blocks silverpill 2022-10-15 23:43:27 +0000
  • a771e5e4fa Add support for object link microsyntax silverpill 2022-10-14 17:52:05 +0000
  • 8d271fe4e3 Replace "quote" property on Status object with array of linked posts silverpill 2022-10-15 15:31:17 +0000
  • 1f713d536e Allow to create posts with multiple object links silverpill 2022-10-15 18:42:26 +0000
  • 22d4695614 Add get_post_by_object_id helper silverpill 2022-10-15 11:54:20 +0000
  • a74736d29f Ignore Update(Note) if it tries to update local post silverpill 2022-10-15 14:12:26 +0000
  • 0ce634564b Rename some functions silverpill 2022-10-15 12:32:27 +0000
  • b26b2419ed Add support for posts authored in markdown silverpill 2022-10-06 14:43:28 +0000
  • 125595f940 Add IPFS to feature list silverpill 2022-10-14 15:56:37 +0000
  • 33b04c9bdd Add optional content_type parameter to /api/v1/status data and set default to text/html silverpill 2022-10-13 19:17:50 +0000
  • 03ebf75da2 Wrap markdown in remote object content in <p> tag silverpill 2022-10-13 12:44:45 +0000
  • c95e983a3d Remove images from remote posts silverpill 2022-10-12 23:21:54 +0000
  • 07941a94d6 Bump version v1.1.1 silverpill 2022-10-11 21:10:33 +0000
  • 187e46612d Remove unnecessary line breaks before inline-quote block silverpill 2022-10-11 20:02:47 +0000
  • 47149e5379 Fix panic during post deletion silverpill 2022-10-11 19:52:41 +0000
  • 0dc0512328 Add FEP-f1d5 to FEDERATION.md silverpill 2022-10-11 16:13:06 +0000
  • 81910f9591 Rename instance field in ActorAddress to hostname silverpill 2022-10-09 14:26:58 +0000
  • 0a62fdac2b Remove target="_blank" and add rel="noopener" during HTML cleaning silverpill 2022-10-09 13:04:34 +0000
  • 617ca19950 Allow user mentions without hostname silverpill 2022-10-08 20:54:06 +0000
  • 5be7802bf1 Allow <p> tag in post content silverpill 2022-10-08 19:15:23 +0000
  • 9cff428758 Improve mention and hashtag parsers silverpill 2022-10-07 22:38:24 +0000
  • da9bd480fb Add linked posts to notifications silverpill 2022-10-06 23:44:00 +0000
  • ea424b97a0 Allow <em> and <strong> tags in post content silverpill 2022-10-06 21:22:40 +0000
  • 0548e6e72a Disallow <code> tags in bio silverpill 2022-10-06 21:16:52 +0000
  • 448b5afa88 Add line break before inline-quote block silverpill 2022-10-06 15:12:44 +0000
  • d368ef7493 Bump version v1.1.0 silverpill 2022-10-05 20:25:34 +0000
  • 9bc53b6734 Don't add FEP-e232 link tags to outgoing activities silverpill 2022-10-05 18:52:06 +0000
  • c7499cb0dc Fix creation date in reposts silverpill 2022-10-04 23:18:01 +0000
  • 6fd0c16997 Add instance stats to object returned by /api/v1/instance silverpill 2022-10-04 20:50:00 +0000
  • fa49e2b4c2 Remove acct field from ProfileCreateData struct silverpill 2022-10-04 19:18:05 +0000
  • 5c56f831db Rewrite DbActorProfile.actor_address() to return ActorAddress object silverpill 2022-10-04 18:34:00 +0000
  • a6c525f35d Add hostname column to actor_profile table and replace acct with generated column silverpill 2022-10-03 20:36:17 +0000
  • 0c00dca7d3 Use actor address regexp for parsing acct: URI silverpill 2022-10-03 22:42:53 +0000
  • 8b6aef2b7a Validate acct during profile creation silverpill 2022-10-03 21:44:04 +0000
  • 429f530a71 Refactor ActorAddress type silverpill 2022-10-03 21:21:20 +0000
  • cde324c07d Show only local profiles in profile directory silverpill 2022-10-02 20:43:51 +0000
  • 54c8f241e4 Convert JSON payload deserialization errors into validation errors silverpill 2022-10-02 17:44:08 +0000
  • 93ebdfadd4 Restrict module visibility and remove dead code silverpill 2022-10-02 17:49:48 +0000
  • 7fdf1e7400 Add quoteUrl property to outgoing notes with object links silverpill 2022-10-01 21:14:05 +0000
  • a685829472 Implement FEP-e232 and allow to add quotes to posts silverpill 2022-10-01 11:08:56 +0000
  • 5b7979b9d4 Use add_related_posts helper in outbox and object views silverpill 2022-10-01 22:06:31 +0000
  • feca43dea7 Rename constants silverpill 2022-10-01 16:56:57 +0000
  • 5862f49015 Remove Post.quote field and store linked posts in array silverpill 2022-10-01 14:54:19 +0000
  • 1bb876f8c5 Merge pull request 'Add Caddyfile example' (#9) from nak/mitra:add-caddyfile into main silverpill 2022-10-02 23:19:52 +0200
  • 4da3dad7fe Add Caddyfile example nak 2022-10-02 14:07:18 -0700
  • baa0c235fb Update readme silverpill 2022-09-30 18:44:20 +0000
  • 7cedc909d7 Set max page size to 200 silverpill 2022-09-29 21:15:54 +0000
  • 81c590559e Use u16 when working with page size silverpill 2022-09-29 21:36:55 +0000
  • f9465693a3 Allow remote posts without content silverpill 2022-09-29 15:26:12 +0000
  • b53a1298a2 Limit number of attachments in remote posts silverpill 2022-09-27 23:39:10 +0000
  • 0ce0cd15c3 Don't show subscribers-only posts if viewer is not mentioned silverpill 2022-09-27 22:18:58 +0000
  • e7488112a9 Bump version v1.0.1 silverpill 2022-09-26 16:07:41 +0000
  • ce28c2e9fb Add totalItems property to followers, following and subscribers collections silverpill 2022-09-25 20:59:09 +0000
  • ed9b724895 Rename daemon_url parameter in monero config to node_url silverpill 2022-09-24 20:26:34 +0000
  • 1ac3b2e1f4 Update installation instructions silverpill 2022-09-24 19:19:37 +0000
  • 1b89488a25 Bump version v1.0.0 silverpill 2022-09-19 18:04:30 +0000
  • 96f67044db Update instance description link silverpill 2022-09-19 17:58:10 +0000
  • a8dae2a621 Enable hashtag search silverpill 2022-09-19 00:45:56 +0000
  • c488d5b5d4 Log attachment fetching errors silverpill 2022-09-18 23:57:39 +0000
  • dd6317561e Require subscription price to be positive number silverpill 2022-09-18 23:33:43 +0000
  • a1ab21a702 Store requested payment amount for each invoice silverpill 2022-09-18 00:23:20 +0000
  • bc0de60b5c Support searching by !group actor address silverpill 2022-09-17 17:53:08 +0000
  • 4bc4a5c2f8 Ignore Announce(Update) activities silverpill 2022-09-17 17:29:31 +0000
  • 24303f00d0 Allow tag property value to be an object silverpill 2022-09-17 16:35:23 +0000
  • c2fe43356f Bump version v0.13.4 silverpill 2022-09-16 21:09:30 +0000
  • 6a5bf06d74 Ignore Announce(Like) activities silverpill 2022-09-15 21:40:24 +0000
  • 02408ae57a Allow user to change subscription settings silverpill 2022-09-15 20:18:14 +0000
  • d50262d1e5 Update readme silverpill 2022-09-13 20:38:50 +0000
  • 310cc10c3c Bump version v0.13.3 silverpill 2022-09-13 17:56:41 +0000
  • 7600efccb5 Add subscribers_count field to Account object silverpill 2022-09-13 12:41:15 +0000
  • 5e8a95c646 Ignore Announce(Create) activities silverpill 2022-09-13 13:38:02 +0000
  • 9aafe0eaf4 Ignore Accept(Follow) if follow request is already accepted silverpill 2022-09-12 23:36:35 +0000
  • d0f97a33b3 Write warning to log when signature creation date is not known silverpill 2022-09-12 21:02:33 +0000
  • 458ca3fc3d Support (created) and (expires) pseudoheaders in HTTP signatures silverpill 2022-09-12 20:08:13 +0000
  • 43eda37322 Replace Person object with target actor ID in Follow() activity silverpill 2022-09-11 23:05:26 +0000
  • de80bd0b40 Populate "quote" field in reposted posts silverpill 2022-09-11 21:17:07 +0000
  • 9f3b95c41d Mention all subscribers when creating subscribers-only post silverpill 2022-09-11 14:24:50 +0000
  • 5122fe2b78 Don't forward payment until all outputs are unlocked silverpill 2022-09-11 09:37:29 +0000
  • 0c7f23bc76 Create docker volume for storing wallet data silverpill 2022-09-10 21:47:56 +0000