Misty Release Bot
b1125cce47
chore: incrementing version number - v4.0.4
...
(cherry picked from commit a0d9f99945 )
Signed-off-by: Misty Release Bot <deploy@nodebb.org >
2025-02-17 04:45:48 +00:00
Misty Release Bot
1c6eaab0fa
Merge commit '33d7b9b3ab58382d979b93b3155a87485170fa58' into v4.x
2025-02-17 04:45:35 +00:00
Julian Lam
33d7b9b3ab
fix: clear parsed post cache when updating a post's attachments, #13164
2025-02-16 14:48:44 -05:00
Julian Lam
d936d5c073
fix: logic failure causing remote posts with image to not parse properly, #13164
2025-02-16 14:27:57 -05:00
Barış Soner Uşaklı
0fed9a76c0
chore: up harmony
2025-02-15 21:15:28 -05:00
Barış Soner Uşaklı
ef2c606dcb
chore: up harmony
2025-02-15 21:02:25 -05:00
Barış Soner Uşaklı
f1da510f04
chore: up harmony
2025-02-15 20:36:07 -05:00
Barış Soner Uşaklı
fa36609537
chore: up deps
2025-02-15 12:15:54 -05:00
Julian Lam
04f51cc63a
fix: change the passed-in notificatiom id for notifyTagFollowers to contain the list of matched tags
...
fixes : #13087
2025-02-14 20:25:10 -05:00
Barış Soner Uşaklı
77dd6dd0e7
refactor: single remove
2025-02-14 10:42:05 -05:00
Barış Soner Uşaklı
d872470843
refactor: cleanup ip:recent
2025-02-14 10:25:59 -05:00
Barış Soner Uşaklı
df07fcfa54
chore: up harmony
2025-02-12 19:38:43 -05:00
Barış Soner Uşaklı
de5caf8f70
chore: up harmony
2025-02-12 19:32:40 -05:00
Misty Release Bot
992109189f
chore(i18n): fallback strings for new resources: nodebb.themes-harmony
2025-02-12 10:25:25 -05:00
Barış Soner Uşaklı
ffbe4b7bb7
fix: actor.prune, dont try deleting same users
...
over and over if they have local content
2025-02-11 14:32:54 -05:00
Barış Soner Uşaklı
c4b013308f
refactor: hooks button
2025-02-11 13:57:38 -05:00
Barış Soner Uşaklı
de457210e9
show non deletions
2025-02-11 13:51:42 -05:00
Barış Soner Uşaklı
cfbb8ff887
fix: getLocalFollowCounts, show non existing deletes
2025-02-11 13:45:38 -05:00
Barış Soner Uşaklı
70a9f6d337
fix: return null if field isn't in hash
2025-02-11 13:37:21 -05:00
Barış Soner Uşaklı
e85662a536
fix: getUserField so that it always returns null
...
if field doesn't exist
user.getUserField('foo', 'bar') returned undefined vs user.getUserField('1', 'bar') which returned null
2025-02-11 13:28:25 -05:00
Barış Soner Uşaklı
d590c2afcf
perf: closes #13145 , reduce calls in actors.prune
...
instead of deleting 18k users everyday delete max 500 every 30mins like notifications.prune
refactor getLocalFollowCounts so it works with an array of actors
dont make dbcalls for uids that dont exist
2025-02-11 11:01:32 -05:00
Barış Soner Uşaklı
224910b133
fix: isArray check
2025-02-11 10:56:56 -05:00
Barış Soner Uşaklı
893089709c
add await to notify functions
...
and wrap in try/catch
2025-02-11 10:16:40 -05:00
Barış Soner Uşaklı
d1f78295ba
chore: up harmony
2025-02-08 20:57:56 -05:00
Julian Lam
5cbf3dd7ea
fix: sanity-check the id when mocking a post
2025-02-08 20:28:17 -05:00
Julian Lam
040584f035
fix: missing actor on some local activities when federating out
2025-02-08 20:27:55 -05:00
Misty Release Bot
2b65c73537
chore: incrementing version number - v4.0.3
...
(cherry picked from commit 6d73c13495 )
Signed-off-by: Misty Release Bot <deploy@nodebb.org >
2025-02-09 01:01:55 +00:00
Misty Release Bot
123e16358d
chore: update changelog for v4.0.3
2025-02-09 01:01:55 +00:00
Misty Release Bot
6d73c13495
chore: incrementing version number - v4.0.3
v4.0.3
2025-02-09 01:01:54 +00:00
Misty Release Bot
f3d9e78de0
Merge commit '1b4e0c87260b4d2c5eb9b0b0f954480182ff2a96' into v4.x
2025-02-09 01:01:53 +00:00
Barış Soner Uşaklı
1b4e0c8726
fix: delete from payload instead of setting null
2025-02-08 19:52:06 -05:00
Barış Soner Uşaklı
1090dbd85e
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2025-02-08 19:40:20 -05:00
Barış Soner Uşaklı
f5328aa80c
fix: regression :tmi:
2025-02-08 19:40:12 -05:00
Barış Soner Uşaklı
a8e7bf351a
lint: remove log
2025-02-08 13:04:32 -05:00
Barış Soner Uşaklı
7b8060bc2c
don't navigate on first click when expanding
2025-02-08 12:57:37 -05:00
Barış Soner Uşaklı
2ee0cda28e
chore: up harmony
2025-02-08 12:24:19 -05:00
Barış Soner Uşaklı
bfe6d9d861
fix : #13139 , payload.version can be null
...
causes compareVersions to crash, show cofirm modal if its null
2025-02-07 19:34:35 -05:00
Barış Soner Uşaklı
2b7961e0e2
add brand:logo to config
2025-02-07 17:19:52 -05:00
Barış Soner Uşaklı
b6b766395d
chore: update persona
2025-02-07 12:01:50 -05:00
Julian Lam
cd88cce0c8
chore: bump persona to fix theme description issue
2025-02-07 07:11:05 -05:00
Barış Soner Uşaklı
a01bf73ee1
chore: up harmony
2025-02-06 21:13:48 -05:00
Barış Soner Uşaklı
3ab22c2c8c
refactor: events are returned inside post objects
...
to load all events of a topic use api/v3/topics/:tid/events
2025-02-06 19:59:09 -05:00
Barış Soner Uşaklı
1f8e2f9aad
fix: tidChanged
2025-02-06 19:31:52 -05:00
Barış Soner Uşaklı
d687f0810c
fix : #13135 , tids are not numeric for ap topics
...
this fixes other issues like posts not disappearing when purged and many others
2025-02-06 19:12:32 -05:00
Julian Lam
865c09a5cf
chore: forgot to remove bad code
2025-02-06 18:03:47 -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
Barış Soner Uşaklı
c3f8222f47
chore: up harmony
2025-02-06 14:38:07 -05:00
Barış Soner Uşaklı
c2f7754ae0
Post/parent ( #13133 )
...
* post.parent wip
* feat: post parent
handle delete/restore/purge privileges etc.
* remove whitespace
* fix: this in each
* lint
* up harmony fix text break
2025-02-06 14:37:50 -05:00
Barış Soner Uşaklı
f07f380167
chore: up harmony
2025-02-05 20:58:15 -05:00
Barış Soner Uşaklı
67a789ad70
chore: up harmony
2025-02-05 20:51:14 -05:00