Commit Graph

26984 Commits

Author SHA1 Message Date
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
Julian Lam
2bd9e9847d refactor: simplify mocks.post as it only needs minimal data for saving into db 2024-01-10 20:51:23 -05:00
Julian Lam
0d478b2c76 feat: plumb uid into .addParentPosts() so .assertNotes() can be properly called 2024-01-10 20:49:27 -05:00
Barış Soner Uşaklı
71b7d2c8c7 Merge branch 'master' into develop 2024-01-10 17:44:59 -05:00
Barış Soner Uşaklı
5f91cc833f fix: topic event translations closes #12273 2024-01-10 17:44:52 -05:00
Barış Soner Uşaklı
de405653c2 add default to btn ghost colors 2024-01-10 14:59:34 -05:00
Julian Lam
06e1583461 refactor: move mockProfile and mockPost to separate mocks.js 2024-01-10 14:19:57 -05:00
Julian Lam
f1e5e5a0ad feat: stub lib for retrieving and mocking posts 2024-01-10 14:14:44 -05:00
Barış Soner Uşaklı
58727b4d9c Merge branch 'master' into develop 2024-01-10 09:24:49 -05:00
Misty Release Bot
82a936c380 chore: update changelog for v3.6.2 2024-01-10 14:22:20 +00:00
Misty Release Bot
a1143e22eb chore: incrementing version number - v3.6.2 v3.6.2 2024-01-10 14:22:20 +00:00