Commit Graph

26994 Commits

Author SHA1 Message Date
Julian Lam
981b4f146d feat: native parsing of title for topics 2024-01-18 16:20:37 -05:00
Julian Lam
33f3da8a64 fix: handle case where pubKey cannot be found 2024-01-18 15:21:46 -05:00
Julian Lam
518169fe65 fix: user data in /world 2024-01-18 12:19:37 -05:00
Julian Lam
538776f9c7 refactor: move activitypub-related middlewares to their own file 2024-01-18 11:50:14 -05:00
Julian Lam
04423232c6 feat: beginnings of the /world route 2024-01-17 23:14:12 -05:00
Julian Lam
970a5a6e5f fix: bookmark in topic data is nullable now
This prevents the superfluous "/1" being appended to all topics you've never been into.

This looks to be a change in the public API but the documented API lists this property as nullable already, so it looks like this commit is actually *restoring* proper behaviour.
2024-01-17 23:13:19 -05:00
Julian Lam
60bc27ec69 fix: saving teaserPid, timestamp, lastposttime in topic, fixed post index issue in loading topics 2024-01-17 12:15:58 -05:00
Julian Lam
e038eb0509 fix: preserve cid if set 2024-01-17 11:54:20 -05:00
Julian Lam
9c15b02aa6 chore: update log verbiage 2024-01-17 11:47:57 -05:00
Julian Lam
ac672f08a7 feat: handle Update(note) 2024-01-16 13:55:58 -05:00
Julian Lam
641a94d64a chore: additional logging 2024-01-16 12:04:26 -05:00
Julian Lam
f74775365a feat: handle Create(note) 2024-01-16 12:00:50 -05:00
Julian Lam
7565485204 fix: incorrect author uid saved in topic 2024-01-16 12:00:40 -05:00
Julian Lam
8cd3ff1ab4 fix: infinite scroll for posts 2024-01-16 11:42:59 -05:00
Julian Lam
5ac0276530 fix: reply expansion 2024-01-16 11:20:54 -05:00
Julian Lam
28c3dcb626 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-16 10:45:26 -05:00
Julian Lam
2981f663ce fix: issues related to adding new reply chains to an existing topic, resolveId method in notes module 2024-01-16 10:44:47 -05:00
renovate[bot]
cc93caff3c fix(deps): update dependency sortablejs to v1.15.2 (#12283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 10:21:10 -05:00
renovate[bot]
91ce17c721 fix(deps): update dependency nodebb-theme-persona to v13.3.2 (#12284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 10:21:02 -05:00
Misty Release Bot
5117de2a38 Latest translations and fallbacks 2024-01-16 09:19:46 +00:00
Misty Release Bot
45e3dda061 Latest translations and fallbacks 2024-01-14 09:18:09 +00:00
Julian Lam
7e89eadb36 feat: flesh out more topic info, fix navigator 2024-01-13 22:27:02 -05:00
Julian Lam
81d810983a fix: simplify increasePostCount logic by combining methods 2024-01-13 22:26:39 -05:00
Julian Lam
4bd7a574c3 feat: some additional work to properly save and retrieve remote topic data 2024-01-12 16:39:29 -05:00
Barış Soner Uşaklı
840f15d828 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-01-12 16:03:55 -05:00
Barış Soner Uşaklı
31e7800713 format number 2024-01-12 16:02:59 -05:00
Misty Release Bot
f3974c0bd9 chore(i18n): fallback strings for new resources: nodebb.admin-dashboard 2024-01-12 20:59:40 +00:00
Barış Soner Uşaklı
82f6721d64 refactor: search stats 2024-01-12 15:59:16 -05:00
Julian Lam
273188632d Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-12 15:23:41 -05:00
Julian Lam
485cf20006 feat: ability to browse to any ActivityPub note and have the entire topic chain render
Added methods for going up the inReplyTo chain to parent, asserting the topic, etc.
2024-01-12 15:23:30 -05:00
Barış Soner Uşaklı
21930d5248 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-01-12 14:31:46 -05:00
Barış Soner Uşaklı
4ee9873e58 search in topic titles as well 2024-01-12 14:31:41 -05:00
Misty Release Bot
43bf1f9b87 chore(i18n): fallback strings for new resources: nodebb.search 2024-01-12 19:22:52 +00:00
renovate[bot]
34a8069b0b fix(deps): update dependency nodebb-theme-harmony to v1.2.3 (#12280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 14:03:05 -05:00
renovate[bot]
fe0845b9a2 fix(deps): update dependency nodebb-theme-persona to v13.3.1 (#12281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 14:02:55 -05:00
Barış Soner Uşaklı
5610775ac0 Merge branch 'master' into develop 2024-01-12 14:02:34 -05:00
Barış Soner Uşaklı
5213e22a6e feat: search in bookmarks on search page 2024-01-12 14:02:28 -05:00
Julian Lam
d992239d7b fix: have mocks.posts return same number of items as received 2024-01-12 11:29:08 -05:00
Julian Lam
326bb995b1 feat: add activitypub request cache 2024-01-12 11:27:55 -05:00
Misty Release Bot
92ffc57cce chore: update changelog for v3.6.3 2024-01-12 16:06:06 +00:00
Misty Release Bot
2eb36b03a6 chore: incrementing version number - v3.6.3 v3.6.3 2024-01-12 16:06:05 +00:00
Barış Soner Uşaklı
1b094b80f1 Merge branch 'master' into develop 2024-01-12 10:28:46 -05:00
Barış Soner Uşaklı
f3927ce76b fix: #12275, pin sharp to 0.32.6 2024-01-12 10:28:26 -05:00
renovate[bot]
fc78b00c2f fix(deps): update dependency nodebb-theme-harmony to v1.2.2 (#12279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 10:02:35 -05:00
renovate[bot]
16598f7fcc fix(deps): update socket.io packages to v4.7.4 (#12278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 10:01:42 -05:00
Barış Soner Uşaklı
bbdefad3fc chore: up harmony 2024-01-11 11:22:19 -05:00
Julian Lam
2b3b6e56af chore: move assertNote to separate file in preparation for additional note-based methods 2024-01-11 10:05:02 -05:00
Misty Release Bot
eb0fb411f6 Latest translations and fallbacks 2024-01-11 09:18:18 +00:00
Julian Lam
ab40ba6167 feat: assertNotes method 2024-01-10 20:52:38 -05:00
Julian Lam
3ce84b39bc feat: ability to load remote post data in a topic 2024-01-10 20:52:28 -05:00