Commit Graph

28344 Commits

Author SHA1 Message Date
Julian Lam
fc5a829c0c fix: lint 2024-07-19 15:15:04 -04:00
Julian Lam
b9f37c5c32 fix: update upgrade script date 2024-07-19 14:57:56 -04:00
Julian Lam
be393d571c fix: include follower sets for reassertion 2024-07-19 14:48:51 -04:00
Julian Lam
39f92eac16 refactor: store local follow backreferences for remote users (both followers and following), update actor pruning to take local follow counts into consideration, fixes #12701 2024-07-19 14:37:32 -04:00
Julian Lam
a884681abf feat: show local users who follow (or are followed) by a remote user, on a remote user's profile 2024-07-19 14:36:17 -04:00
Julian Lam
5c9ac5d330 fix: missing await 2024-07-19 11:13:30 -04:00
Julian Lam
f9937a84c4 feat: additional logic to handle special case where a queried object id reports a context, but it is not actually contained in the resolved context's collection 2024-07-19 11:06:19 -04:00
Julian Lam
2aa0483718 fix: null check for note attachments for thumbs view 2024-07-19 10:51:41 -04:00
Julian Lam
60408f2307 fix: incorrect parsing of context items during note assertion, logic error with slicing 2024-07-19 10:50:14 -04:00
Julian Lam
bc00835c26 fix: logging in topic actor logic 2024-07-19 10:49:43 -04:00
Julian Lam
609035b587 fix: issue with topic actors not returning proper json 2024-07-19 09:38:30 -04:00
Julian Lam
ff0c289e1d feat: #12695 Topic Synchronization via resolvable context
- Generation of a context collection digest via object ids
- Sending of said digest in ETag header
- Parsing of digests via If-None-Match header
- Update note assertion logic to handle 304 response
2024-07-16 11:37:38 -04:00
Julian Lam
da25fd21ea feat: activitypub.get; allow the passing-in of custom headers via existing options parameter 2024-07-16 11:36:39 -04:00
Barış Soner Uşaklı
26765fe9aa lint: remove unused function 2024-07-15 12:05:55 -04:00
Barış Soner Uşaklı
2a8f7ccd1c Merge branch 'develop' into activitypub 2024-07-15 11:54:31 -04:00
Barış Soner Uşaklı
b7829d7d09 Merge branch 'master' into develop 2024-07-15 11:54:21 -04:00
Barış Soner Uşaklı
cb4bf9dd53 chore: up widgets 2024-07-15 09:04:37 -04:00
renovate[bot]
c52364a51d fix(deps): update dependency compare-versions to v6.1.1 (#12693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-14 13:20:19 -04:00
Misty Release Bot
85f066ec1b Latest translations and fallbacks 2024-07-14 09:18:50 +00:00
Julian Lam
cfbaf145f4 fix: off by one error @barisusakli 2024-07-12 14:45:00 -04:00
Julian Lam
f6f01ba345 perf: ~18x speedup of /world route
- upgrade script to remove pruned tids that did not get removed from inbox
- switch from db intersect to manual intersection of subset.
2024-07-12 14:38:46 -04:00
Julian Lam
c01f154937 breaking: core html stripping on plaintext, remove 'filter:teasers.configureStripTags' hook, remove html stripping from teaser generation
These two steps were removed because a `type` property is passed to `filter:post.parse` now, and thus plugins themselves can handle independently.

Core also now strips all html when `type` is plaintext, so plugins don't have to (or if they still pass html back).
2024-07-12 12:30:37 -04:00
Julian Lam
7bdf376971 fix: map to actual mainPid value 2024-07-12 10:58:37 -04:00
renovate[bot]
710bf2f823 fix(deps): update dependency webpack to v5.93.0 (#12692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 22:34:17 -04:00
renovate[bot]
39bcc9033d chore(deps): update dependency sass-embedded to v1.77.8 (#12691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 22:34:08 -04:00
Barış Soner Uşaklı
530241e0f2 lint: remove unused 2024-07-11 22:27:41 -04:00
renovate[bot]
500304739e fix(deps): update dependency sass to v1.77.8 (#12687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 22:26:54 -04:00
renovate[bot]
5678430e96 fix(deps): update dependency winston to v3.13.1 (#12690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 22:26:46 -04:00
Barış Soner Uşaklı
9b8c834ef0 perf: get rid of exists call, load all attachments in one call 2024-07-11 22:24:32 -04:00
Julian Lam
2aeabce566 feat: add post attachments to topic thumbnails 2024-07-11 17:11:33 -04:00
Julian Lam
9219199591 fix: skip topic retrieval when cid is -1, as it is done again later 2024-07-11 15:27:26 -04:00
Julian Lam
31c7226e34 fix: flawed logic in generating topic context collection 2024-07-11 14:33:07 -04:00
Julian Lam
3c0d7616db fix: rename announcers to shares 2024-07-11 13:42:53 -04:00
Julian Lam
ad05f06b00 test: have actor assertion always use cache for tests 2024-07-11 13:16:53 -04:00
Julian Lam
a81ef60930 feat: icon replacing user status for remote users, denoting that they are from outside the local instance, #12688 2024-07-11 13:16:47 -04:00
Julian Lam
fdc0d670d7 fix: catch thrown errors in src/api/activitypub 2024-07-10 10:15:31 -04:00
Misty Release Bot
1087d95ca6 Latest translations and fallbacks 2024-07-10 09:19:11 +00:00
Julian Lam
00a266790d fix: federating category mentions 2024-07-09 15:42:08 -04:00
Julian Lam
f605e188db fix: send html in category description 2024-07-09 15:13:12 -04:00
renovate[bot]
38e9bbba5d fix(deps): update dependency lru-cache to v10.4.3 (#12681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 15:07:25 -04:00
renovate[bot]
335bc685bc fix(deps): update dependency rimraf to v5.0.9 (#12684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-09 15:07:16 -04:00
Julian Lam
485b775837 feat: allow activitypub request cache to be ignored 2024-07-09 14:45:04 -04:00
Julian Lam
5e343a83f8 fix: Update activity handling for non-Person actors 2024-07-09 14:30:03 -04:00
Julian Lam
bacbfba9bd fix: remove await from category update federation call 2024-07-09 14:24:55 -04:00
Julian Lam
3c9337b730 feat: send join date in local actor mock 2024-07-09 14:06:59 -04:00
Julian Lam
e84cfd8c07 fix: issue where incrementing user hash fields didn't use the right key name for remote announce @barisusakli 2024-07-09 14:01:57 -04:00
renovate[bot]
fcfe1f5719 fix(deps): update dependency lru-cache to v10.3.1 (#12678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-07 02:15:28 -04:00
renovate[bot]
871367c113 fix(deps): update dependency nodebb-theme-persona to v13.3.25 (#12679)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-07 02:15:07 -04:00
renovate[bot]
48bd551911 fix(deps): update dependency rimraf to v5.0.8 (#12680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-07 02:14:55 -04:00
renovate[bot]
d39c05ab22 fix(deps): update dependency webpack-merge to v6 (#12670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-06 22:46:49 -04:00