Commit Graph

28185 Commits

Author SHA1 Message Date
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
Julian Lam
6e2178b0dc feat: instance-level allow andd deny list for federatioN 2024-06-17 15:50:27 -04:00
Julian Lam
d0a1ebcff7 feat: store encountered instances by last seen date 2024-06-17 15:08:22 -04:00
Julian Lam
4b8a9e58ae fix: category follow schema test 2024-06-17 14:47:00 -04:00
Barış Soner Uşaklı
a458bdd638 serve nodeinfo/2.0.json as well 2024-06-17 11:54:00 -04:00
Barış Soner Uşaklı
b540ecd313 chore: up harmony 2024-06-17 11:24:49 -04:00
Barış Soner Uşaklı
c021e7e80f refactor: announces
store number of announces on post hash, show announces like votes, with tooltip and a way to see all, remove them from topic.events so they dont load all tid:<tid>:posts everytime topic is loaded
2024-06-17 11:18:48 -04:00
Barış Soner Uşaklı
05b7828e33 Merge branch 'develop' into activitypub 2024-06-17 09:18:38 -04:00
Barış Soner Uşaklı
52f693d6a0 Merge branch 'master' into develop 2024-06-17 09:18:27 -04:00
Barış Soner Uşaklı
41f1cd69ad test: spec 2024-06-16 23:15:36 -04:00
Barış Soner Uşaklı
b148d0fcf9 test: spec 2024-06-16 23:03:03 -04:00
Barış Soner Uşaklı
18f9baffbc chore: up harmony 2024-06-16 22:59:58 -04:00
Barış Soner Uşaklı
232fcc005f Merge branch 'develop' into activitypub 2024-06-16 22:58:45 -04:00
Barış Soner Uşaklı
afb979267d Merge branch 'master' into develop 2024-06-16 22:56:34 -04:00
Barış Soner Uşaklı
8f486b1b99 refactor: add placeholders on demand
remove emptylines/whitespace from tpls
2024-06-16 22:56:21 -04:00
Barış Soner Uşaklı
bb6f978508 Merge branch 'develop' into activitypub 2024-06-15 14:18:13 -04:00
Barış Soner Uşaklı
c2d48699b7 Merge branch 'master' into develop 2024-06-15 14:18:02 -04:00
Barış Soner Uşaklı
461e95d8d6 perf: dont make db call if posts is already loaded client side 2024-06-15 14:17:48 -04:00
Barış Soner Uşaklı
6042f4a7ed test: add attachments 2024-06-15 13:56:24 -04:00
Barış Soner Uşaklı
ad22b54e5e perf: get rid of getPidByIndex, use postAtIndex 2024-06-15 13:54:37 -04:00
Barış Soner Uşaklı
820d576481 Merge branch 'develop' into activitypub 2024-06-15 13:45:43 -04:00
Barış Soner Uşaklı
aa2e0f20b4 Merge branch 'master' into develop 2024-06-15 13:45:33 -04:00
Barış Soner Uşaklı
252d0df76c refactor: move getTopicData call to avoid db calls when its not in cache 2024-06-15 13:45:26 -04:00
Barış Soner Uşaklı
74dd2844a0 refactor: remove exits check 2024-06-15 13:36:13 -04:00
Misty Release Bot
b5358b3acc Latest translations and fallbacks 2024-06-15 09:18:37 +00:00
Barış Soner Uşaklı
ddda8feb21 encode both sides 2024-06-14 21:15:45 -04:00
Barış Soner Uşaklı
d550dc2728 Merge branch 'develop' into activitypub 2024-06-14 21:15:19 -04:00
Barış Soner Uşaklı
df77f30727 Merge branch 'master' into develop 2024-06-14 21:15:09 -04:00
Barış Soner Uşaklı
6e3b012b2a fix: #12633, don't check post index 2024-06-14 21:15:02 -04:00
Barış Soner Uşaklı
c231ab78b2 refactor: single db call 2024-06-14 20:49:16 -04:00
Barış Soner Uşaklı
c276aa1a99 Merge branch 'develop' into activitypub 2024-06-14 20:45:39 -04:00