Commit Graph

29665 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
54b0139531 fix: wront topic events showing up in topic
when you perform a topic action on a topic that has queued posts
store topic event id in the event hash
dont load queued post events when adding a new topic event
2024-06-24 21:59:12 -04:00
Barış Soner Uşaklı
789520e445 chore: up themes 2024-06-23 11:10:36 -04:00
Barış Soner Uşaklı
74431b573e Merge branch 'master' into develop 2024-06-23 11:09:11 -04:00
Barış Soner Uşaklı
b15a58943a chore: up themes 2024-06-23 11:08:09 -04:00
Barış Soner Uşaklı
7a5588da7b chore: up harmony 2024-06-23 10:45:03 -04:00
Barış Soner Uşaklı
af0b261da5 Merge branch 'master' into develop 2024-06-23 10:44:45 -04:00
Barış Soner Uşaklı
3eb69c58f4 chore: up harmony 2024-06-23 10:44:39 -04:00
Barış Soner Uşaklı
1be3f49e75 Merge branch 'develop' into activitypub 2024-06-22 09:00:04 -04:00
Barış Soner Uşaklı
c96c5ca2b4 Merge branch 'master' into develop 2024-06-22 08:59:56 -04:00
Barış Soner Uşaklı
381bbb04ad fix: dont show self in suggested topics 2024-06-22 08:59:50 -04:00
Julian Lam
16f8f536da fix: do not retrieve remote outbox count when asserting actor
This change means that a remote user's post count is only the number
of posts they have stored locally. This is easier to reconcile with
the profile UI since showing the artificial number could cause issues
if the local instance contains fewer or no posts by that user.

fixes #12646
2024-06-21 16:48:17 -04:00
Barış Soner Uşaklı
0573e8f3de Merge branch 'develop' into activitypub 2024-06-21 14:53:48 -04:00
Barış Soner Uşaklı
7f2cd0c08d Merge branch 'master' into develop 2024-06-21 14:53:40 -04:00
Barış Soner Uşaklı
467aeea227 make h1 a bit bigger 2024-06-21 14:53:31 -04:00
Barış Soner Uşaklı
f35a6c631e Merge branch 'develop' into activitypub 2024-06-21 14:47:06 -04:00
Barış Soner Uşaklı
1680c65fd8 Merge branch 'master' into develop 2024-06-21 14:46:56 -04:00
Barış Soner Uşaklı
c570a19b37 scale down header font size 2024-06-21 14:46:45 -04:00
Julian Lam
b691d2a9b2 chore: bump version to 4.0.0-alpha v4.0.0-alpha 2024-06-21 12:59:55 -04:00
Barış Soner Uşaklı
c8b39007de Merge branch 'develop' into activitypub 2024-06-21 11:24:23 -04:00
Barış Soner Uşaklı
29c01e0e29 Merge branch 'master' into develop 2024-06-21 11:24:11 -04:00
Misty Release Bot
5726199b1a Latest translations and fallbacks 2024-06-21 09:18:56 +00:00
Julian Lam
d9ac7f4995 fix: double sanitization 2024-06-20 22:25:09 -04:00
Julian Lam
8003946feb Revert "fix: change setImmediate to a 5s timeout to give plugins (or anything waiting for the return value of the API call) a chance to finish execution"
This reverts commit 7fada44bf2.
2024-06-20 22:20:41 -04:00
Barış Soner Uşaklı
3332480cf1 fix: #12645, use titleRaw like reply button 2024-06-20 14:15:52 -04:00
Barış Soner Uşaklı
7d679db28e fix: dont load cid=-1 in tag filter dropdown 2024-06-20 10:40:33 -04:00
renovate[bot]
94691372a6 fix(deps): update dependency nodemailer to v6.9.14 (#12643)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-20 09:59:22 -04:00
renovate[bot]
115f236fba fix(deps): update dependency webpack to v5.92.1 (#12644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-20 09:59:09 -04:00
Julian Lam
7fada44bf2 fix: change setImmediate to a 5s timeout to give plugins (or anything waiting for the return value of the API call) a chance to finish execution 2024-06-19 18:09:02 -04:00
Julian Lam
4b86b37889 fix: openapi spec for v3 posts get 2024-06-19 18:08:49 -04:00
Julian Lam
a3c6c872b9 fix: wrap ap note creation in setImmediate to let internal hooks have a chance to wrap up first 2024-06-19 13:48:00 -04:00
Julian Lam
daed74134a fix(deps): bump markdown 2024-06-19 12:44:50 -04:00
Julian Lam
59818031bc fix: improper sanitization and parsing in mocks.note
- sanitize-html invocation was stripping out images by default, now added as an exception
- only post content was passsed into filter:parse.post, but hook expects post summary
2024-06-19 11:24:24 -04:00
Barış Soner Uşaklı
5a2fa52ccc fix: remove parseInt on users controller 2024-06-19 11:04:09 -04:00
Barış Soner Uşaklı
b3b34ebad6 Merge branch 'develop' into activitypub 2024-06-19 11:03:01 -04:00
Barış Soner Uşaklı
515cae5943 Merge branch 'master' into develop 2024-06-19 11:02:44 -04:00
Barış Soner Uşaklı
6f6cfb1a5a fix: update follower/following counts after removing uid from zsets
use batch instead of async.each
2024-06-19 10:15:31 -04:00
renovate[bot]
a78cd1b483 chore(deps): update docker/build-push-action action to v6 (#12641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 09:05:59 -04:00
renovate[bot]
d023933dd3 chore(deps): update dependency lint-staged to v15.2.7 (#12638)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 09:05:41 -04:00
renovate[bot]
31186b8c41 chore(deps): update dependency nyc to v17 (#12627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 09:05:31 -04:00
Barış Soner Uşaklı
aae0b5b09f chore: up harmony 2024-06-18 10:06:24 -04:00
Barış Soner Uşaklı
f86c70644a Merge branch 'master' into develop 2024-06-18 10:05:03 -04:00
Barış Soner Uşaklı
b98333f38c chore: up harmony 2024-06-18 10:04:55 -04:00
renovate[bot]
b80a8dec1c fix(deps): update dependency sass to v1.77.6 (#12640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 18:27:09 -04:00
renovate[bot]
66f66ede99 chore(deps): update dependency sass-embedded to v1.77.5 (#12639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 18:13:23 -04:00
renovate[bot]
21e061a059 fix(deps): update dependency webpack to v5.92.0 (#12631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 18:13:12 -04:00
Barış Soner Uşaklı
529cd3712b Merge branch 'develop' into activitypub 2024-06-17 18:07:46 -04:00
Barış Soner Uşaklı
fa86efad93 Merge branch 'master' into develop 2024-06-17 18:07:29 -04:00
Barış Soner Uşaklı
351ee71d64 fix: suggested topic tid 2024-06-17 18:07:21 -04:00
Julian Lam
4eb998d59d fix: send additional @context entry for publicKey support, fixes #12604 2024-06-17 16:27:59 -04:00
Julian Lam
e6e6c2a28a fix: null case handling 2024-06-17 16:01:36 -04:00