Julian Lam
0b3ca8e366
fix: /uid/:uid route to return actor
2024-01-25 16:00:46 -05:00
Julian Lam
5de4f08412
refactor: added mocks.note in preparation for AP note retrieval logic, inReplyTo is always populated now, unless new topic
2024-01-25 15:38:01 -05:00
Julian Lam
e07c31316e
fix: the id of an actor should be its immutable uri (/uid/:uid) and not userslug
2024-01-25 14:23:59 -05:00
Julian Lam
3c24cfb4a9
fix: unused require, tests
2024-01-25 11:06:30 -05:00
Julian Lam
0af97dd444
fix: send full as:Image object for icon and image in mocked actor object
2024-01-24 22:59:09 -05:00
Julian Lam
8453b83e9e
feat: added mocks.actor and Update(Person) activity on profile update
2024-01-24 20:10:22 -05:00
Julian Lam
f51bbe91e7
fix: clear post cache on Update(Note)
2024-01-24 14:35:21 -05:00
Julian Lam
1ee03f2b83
fix: webfinger loopback
2024-01-24 14:14:24 -05:00
Julian Lam
e00a03bb9c
fix: revert home page routing change and moved instance actor endpoint to
2024-01-24 14:09:40 -05:00
Julian Lam
911177ceda
chore: removed unused requires
2024-01-24 14:01:40 -05:00
Julian Lam
0e016c6ecd
feat: Create(Note) on new topic or reply
...
This is a naive WIP implementation that federates everything out publicly. It does not take category privileges into account!
2024-01-24 11:44:10 -05:00
Julian Lam
c9feb92539
refactor: simplify remote (un)follow controller
2024-01-23 12:11:35 -05:00
Julian Lam
3bdaa8a836
fix: restore avatars in topic list
2024-01-23 11:49:57 -05:00
Julian Lam
da0211b1a0
feat: proper webfinger response for instance actor
2024-01-23 11:22:18 -05:00
Julian Lam
f8cfe64c7e
fix: send preferredUsername in application actor response
2024-01-23 10:31:52 -05:00
Julian Lam
4cc7ee6501
fix: note assertion on Create(Note) and Update(Note) to use instance key instead of uid 1's user key
2024-01-23 10:31:13 -05:00
Julian Lam
92c990f2f7
chore: remove debug log
2024-01-23 10:16:44 -05:00
Opliko
2ce14f5019
refactor: guard dispatcher definition so non-Node runtimes won't have issues
2024-01-22 18:05:27 -05:00
Opliko
2cb370882b
fix: add workaround for nodejs/undici#1305 required to remove sec-fetch-mode header
2024-01-22 18:05:27 -05:00
Julian Lam
9885f94a2b
feat: application actor + public key for uid 0 signs, moved homepage route to after core routes are generated
2024-01-22 16:18:49 -05:00
Julian Lam
403bf3e1a8
chore: remove debug log
2024-01-22 14:46:38 -05:00
Julian Lam
9e58b04c4e
fix: response, not res
2024-01-22 14:06:39 -05:00
Julian Lam
47b3ffb9b1
lint: fix eslint errors
2024-01-22 13:51:06 -05:00
Julian Lam
76c6e30282
Merge remote-tracking branch 'origin/develop' into activitypub
2024-01-22 13:50:08 -05:00
Barış Soner Uşaklı
1820e78204
Merge branch 'master' into develop
2024-01-22 12:56:35 -05:00
Barış Soner Uşaklı
06269cdfe4
fix: copy single line code blocks, closes #12297
2024-01-22 12:55:44 -05:00
Misty Release Bot
d31376b48a
Latest translations and fallbacks
2024-01-22 09:18:21 +00:00
renovate[bot]
876fa4a713
fix(deps): update dependency nodebb-widget-essentials to v7.0.15 ( #12295 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-21 20:30:33 -05:00
Misty Release Bot
1de44519a9
Latest translations and fallbacks
2024-01-20 09:18:31 +00:00
renovate[bot]
f8893cd85f
fix(deps): update dependency nodebb-theme-persona to v13.3.3 ( #12290 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 15:19:11 -05:00
renovate[bot]
e33e9deacc
fix(deps): update dependency nodebb-theme-harmony to v1.2.4 ( #12292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 15:19:05 -05:00
Julian Lam
a3e1a666b8
fix: automatically reject unsigned POSTs to inbox
2024-01-19 11:43:21 -05:00
Julian Lam
2ff70fdde2
refactor: generate a topic id when asserting a new topic
2024-01-19 11:31:04 -05:00
Misty Release Bot
9d5702f8d7
chore(i18n): fallback strings for new resources: nodebb.error
2024-01-18 23:06:12 +00:00
Barış Soner Uşaklı
963161fcac
Merge branch 'master' into develop
2024-01-18 18:05:47 -05:00
Barış Soner Uşaklı
4427ca4cab
add itemprop="comment"
2024-01-18 18:05:38 -05:00
Barış Soner Uşaklı
f57ef97ca9
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2024-01-18 17:58:43 -05:00
Barış Soner Uşaklı
7a785a811e
add itemprop="comment"
2024-01-18 17:58:41 -05:00
Misty Release Bot
1230d22d4a
chore(i18n): fallback strings for new resources: nodebb.admin-settings-reputation, nodebb.error
2024-01-18 22:08:31 +00:00
Barış Soner Uşaklı
2b1fdc56a1
feat: limit post/user flags per day closes #12274
2024-01-18 17:07:52 -05:00
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
renovate[bot]
9e11b92780
fix(deps): update dependency autoprefixer to v10.4.17 ( #12285 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:41:23 -05:00
renovate[bot]
7a24961d38
fix(deps): update dependency workerpool to v9.1.0 ( #12288 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:41:14 -05:00
renovate[bot]
0063dd457e
chore(deps): update dependency sass-embedded to v1.70.0 ( #12286 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:41:04 -05:00
renovate[bot]
a1cdec08ce
fix(deps): update dependency sass to v1.70.0 ( #12287 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:40:39 -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
d500ebb181
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:14:31 -05:00
Julian Lam
04423232c6
feat: beginnings of the /world route
2024-01-17 23:14:12 -05:00