Commit Graph

482 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
7804b301d5 Merge branch 'master' into develop 2025-02-08 21:19:14 -05:00
Julian Lam
5cbf3dd7ea fix: sanity-check the id when mocking a post 2025-02-08 20:28:17 -05:00
Julian Lam
3cd87f1bc1 fix: send actor with 1b12 announce, fixes #13072 2025-02-08 06:50:20 -05:00
Julian Lam
9fd6ac6bb8 refactor: move 1b12 announce logic out of inbox and into separate feps module
1b12 announces were previously only happening for local creates and received
activities, but they should happen for all local activities as well.

re: #13072
2025-02-07 08:21:41 -05:00
Julian Lam
4c857c5372 Merge branch 'master' into develop 2025-02-06 18:03:54 -05:00
Julian Lam
865c09a5cf chore: forgot to remove bad code 2025-02-06 18:03:47 -05:00
Julian Lam
fea1ccdbf5 Merge branch 'master' into develop 2025-02-06 17:59:05 -05:00
Julian Lam
5baa46d0bc fix: handle cases where url passed to mime does not pass because url contained a query string 2025-02-06 17:58:54 -05:00
Julian Lam
d644c0f41c refactor: acceptable types in context.js to index.js, allow searching for remote topis by topic url 2025-01-30 16:41:55 -05:00
Barış Soner Uşaklı
54bc54e176 lint: remove tab 2025-01-29 19:44:35 -05:00
Julian Lam
c6e6ab438b fix: #13076, allow pulling in of topics by their topic URL
fix: reapply fixes that were part of since-reverted 4fd7a9dc59
2025-01-29 14:48:45 -05:00
Julian Lam
126ff28612 Revert "feat: changes to how a topic is presented via ActivityPub; conformance with upcoming changes to 7888"
This reverts commit 4fd7a9dc59.
2025-01-29 14:38:43 -05:00
Julian Lam
02fb99ebb6 fix: call relativeToAbsolute helper when generating markdown source content in mocks.notes.public/private 2025-01-29 12:09:38 -05:00
Barış Soner Uşaklı
7c2b9da84d Merge branch 'master' into develop 2025-01-25 15:01:07 -05:00
Julian Lam
b3b8b9e98d fix: null checks for category sync and actor assertions 2025-01-24 23:41:19 -05:00
Julian Lam
db1f895933 fix: extend remoteAnchorToLocalProfile ap helper to handle markdown content 2025-01-23 16:23:06 -05:00
Julian Lam
b386e4a66e feat: introduce new 'markdown' post parsing type, closes #13077 2025-01-23 14:52:14 -05:00
Barış Soner Uşaklı
397d28e3b6 lint: fix tab 2025-01-22 13:52:04 -05:00
Julian Lam
b14494b03d chore: fix ap dev helper 2025-01-22 13:39:47 -05:00
Julian Lam
adeaff4b82 feat: changes to how a topic is presented via ActivityPub; conformance with upcoming changes to 7888 2025-01-21 12:55:43 -05:00
Julian Lam
7d5482b26b chore: add helper method to ease in dev 2025-01-21 12:55:43 -05:00
Julian Lam
af4d07fba4 feat: fix activitypub toggler to be more complete; tests. #13054 2025-01-20 12:05:17 -05:00
Julian Lam
98280d30e7 fix: #12990, local references via remote posts are not linkified properly, + tests for helper 2025-01-15 14:19:45 -05:00
Julian Lam
3cf3f93a5e fix: add deprecation note re: as:audience 2025-01-10 15:15:14 -05:00
Julian Lam
450322d12f fix: handle ap send errors with object body 2025-01-09 11:17:53 -05:00
Julian Lam
9c78255e36 fix: broken tests 2025-01-06 16:54:23 -05:00
Julian Lam
1d36ab6ddb fix: #12996, invalid title generation when remote post content has markdown source 2024-12-30 15:39:21 -05:00
Julian Lam
39705a1796 fix: #13017, probe redirection if url is identical to id 2024-12-30 14:53:56 -05:00
Barış Soner Uşaklı
bb24e0ce15 change log 2024-12-25 14:58:07 -05:00
Barış Soner Uşaklı
45021b5bfa fix: add missing catch, closes #13012 2024-12-25 10:43:02 -05:00
Barış Soner Uşaklı
40257663a8 refactor: use helpers.log 2024-12-25 09:00:12 -05:00
Julian Lam
97384b2cbd fix: #12941, inherit audience from earlier posts in the chain so as to send a coherent value to Lemmy instances, re: lemmynet/lemmy#5278 2024-12-24 11:18:12 -05:00
Barış Soner Uşaklı
8fd8079a84 lint: fix paranthesis 2024-12-22 13:34:29 -05:00
Julian Lam
25d6ef432b fix: add 10s timeout for AP message send 2024-12-16 22:38:10 -05:00
Julian Lam
e83036a959 feat: #12976, shares collection 2024-12-16 13:50:24 -05:00
Julian Lam
a7e6cfe837 fix: #12972, allow bridgyfed accounts to pass isWebfinger regex validation 2024-12-13 13:47:16 -05:00
Julian Lam
b15a684a92 fix: lemmy integration, handle image property as topic thumb 2024-12-12 11:37:22 -05:00
Julian Lam
b551abce59 fix: wrap try..catch around topics.reply in note assertion to output errors 2024-12-11 14:40:21 -05:00
Julian Lam
050acb4f85 fix: have options.update also trigger handle and search updates on actor assertion 2024-12-11 12:53:09 -05:00
Julian Lam
546ffed24f fix: separate out removals vs. additions in actor assertion in order to hopefully resolve #12959 2024-12-11 12:48:50 -05:00
Julian Lam
e5fdf9f1f0 fix: crash due to missing param when calling getCustomUserFields 2024-12-04 16:40:54 -05:00
Julian Lam
1839388b65 fix: persist sourceContent into post hash when ingesting remote posts, update markdown so that field is parsed instead of ignoring content 2024-12-03 11:59:55 -05:00
Julian Lam
d7fe355851 fix: regression on remote deletes, received object is not always a simple id 2024-11-27 14:27:34 -05:00
Julian Lam
830aab66bb fix: thrown exception from failed note assertion 2024-11-27 14:27:34 -05:00
Julian Lam
78a9e86ca3 fix: #12939 convert custom emoji in actor summary into images 2024-11-27 10:39:29 -05:00
Julian Lam
e6edcefda1 fix: translate custom field names and values when federating out 2024-11-27 10:06:28 -05:00
Julian Lam
549a6b7dff feat: support for FEP fb2a (new-style account metadata) 2024-11-26 14:18:42 -05:00
Julian Lam
065f84b6e2 fix: strip html from remote custom fields, linkify if url detected in now-plaintext field value 2024-11-25 14:22:19 -05:00
Julian Lam
1bebb82b03 fix: handling of empty custom user fields from remote users 2024-11-22 14:35:28 -05:00
Julian Lam
09f00f8e43 fix: don't send custom fields in remote user actor object if no value is entered 2024-11-22 14:27:24 -05:00