Barış Soner Uşaklı
57a73c4854
refactor: crossposts.get to support multiple tids
2026-01-14 18:47:52 -05:00
Barış Soner Uşaklı
be5b36bcd1
test: dont return cross posts
2026-01-14 18:14:49 -05:00
Julian Lam
c494d002ba
fix: consider crossposts when building teasers, fixes #13891
2026-01-14 15:01:33 -05:00
Julian Lam
0041cfe2ed
feat: introduce new front-end UI button for cross-posting, hide move on topics in remote cids
...
- Hide the ability to select remote cids in topic move category search
- Add a new option to category search: 'localOnly'; pretty self descriptive.
2026-01-12 12:55:18 -05:00
Julian Lam
ed83bc5b83
revert: remove federatedDescription category field, closes #13757
2025-11-05 12:55:08 -05:00
Julian Lam
5cfec5b1a9
fix: order of operations when updating category handle
2025-10-28 11:51:02 -04:00
Julian Lam
bd80b77a7a
feat: ability to nickname remote categories, closes #13677
2025-09-24 11:25:20 -04:00
Barış Soner Uşaklı
09898b94ec
fix: return null if field is falsy
...
fixes MongoServerError: FieldPath cannot be constructed with empty string error when getObjectField is called with a falsy value
2025-08-22 11:06:47 -04:00
Julian Lam
cb0b609289
refactor: category listing logic to allow remote categories to be added, disabled, and re-arranged in main forum index
2025-08-18 16:08:11 -04:00
Barış Soner Uşaklı
b20e486367
Merge branch 'master' into develop
2025-07-25 10:54:27 -04:00
Barış Soner Uşaklı
b74c789849
fix: use sharp to convert svg to png, closes #13534
2025-07-25 10:49:52 -04:00
Barış Soner Uşaklı
57a5de2682
refactor: use strings for cids
2025-05-30 11:15:02 -04:00
Barış Soner Uşaklı
28c021a01b
fix: remove null categories
2025-05-30 11:11:45 -04:00
Julian Lam
a9a5ab5e4b
fix : #13397 , update getCidByHandle to work with remote categories, fix sync with handles causing issues with null entries
2025-05-08 13:41:43 -04:00
Julian Lam
93a5b35f33
feat: notice on remote categories that have no local followers, #13255
2025-04-29 10:28:18 -04:00
Julian Lam
695312f17f
fix: missing teasers for remote categories on /world
2025-04-29 10:28:18 -04:00
Julian Lam
23b3148c84
feat: allowing manual group assertion via category search input
2025-04-29 10:28:17 -04:00
Julian Lam
6e23de46d6
fix : #13255 , update category search logic to allow for remote categories
2025-04-29 10:28:17 -04:00
Julian Lam
bfc7daf255
refactor: categories.sortTidsBySet to not take cid, retrieve from tids themselves
...
re: ##13255, this fixes the issue with topics outside of cid -1 in /world being sorted incorrectly
2025-04-29 10:28:17 -04:00
Julian Lam
4be0f73ace
feat: migration of group-as-user to group-as-category, remote category purging, more tests
2025-04-29 10:28:17 -04:00
Julian Lam
f483e883a7
feat: asserted topics and posts to remote categories will notify and add to unread based on remote category watch state
2025-04-29 10:28:17 -04:00
Julian Lam
804052f272
test: add tests for topics slotting into remote categories if addressed
2025-04-29 10:28:17 -04:00
Julian Lam
f73f727d90
feat: also include category in to field when mocking post for federation
2025-04-29 10:28:17 -04:00
Julian Lam
1f40995f79
refactor: ability to browse to remote categories, group actor assertion logic, etc. -- no logic to assign topics to remote categories yet
2025-04-29 10:28:17 -04:00
Barış Soner Uşaklı
6832541c02
lint: fix semi
2025-04-16 10:31:28 -04:00
Julian Lam
2a98a9b334
fix: bug where generateHandle would throw when passed in an invalid slug
2025-04-14 13:35:22 -04:00
Barış Soner Uşaklı
747457d7b6
refactor: remove pointless true
2025-03-19 21:14:02 -04:00
Julian Lam
dfabadbeab
feat: add federatedDescription property to a category.
...
The federated description will be appended to the category description when queried remotely.
The default string is translatable, and tells users that it identifies as a forum category and that topics can be created within by mentioning the category directly.
closes #13127
2025-03-06 11:51:56 -05:00
Barış Soner Uşaklı
a3596772ec
Merge branch 'master' into develop
2025-02-22 17:12:52 -05:00
Barış Soner Uşaklı
2c83056778
fix : #13193 , add lang strings
2025-02-22 17:12:45 -05:00
Julian Lam
d0561a602e
refactor: remove cid:-1:tids (and variants) from intersection in /world, fixes #13125
...
- remove "poor man's intersect" but not considering the main `cid:-1:tids` set at all
including its variants (voting, reply time, etc.)
- added a new method Categories.sortTidsBySet which allows after-the-fact sorting
of tids by their score in a set.
2025-02-19 14:18:20 -05:00
Barış Soner Uşaklı
4134a075c8
fix: remove handle on category purge
...
closes #13171
2025-02-17 14:27:04 -05:00
Barış Soner Uşaklı
adb430f27e
fix: remove handle on category purge
...
closes #13171
2025-02-17 14:26:49 -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ı
265e44f03e
refactor: remove deprecated methods
2025-02-02 14:31:58 -05:00
Julian Lam
6d88dcb2b5
fix: encoding of pid in notifyCategoryFollowers, #13087
2025-01-29 12:29:12 -05:00
Julian Lam
c17809e450
fix: bug where newly create cids were not responding via webfinger, 404 on webfinger errors, not 400
2025-01-15 15:14:15 -05:00
Julian Lam
2ab72ada3f
Merge remote-tracking branch 'origin/develop' into activitypub
2024-12-11 10:12:33 -05:00
Barış Soner Uşaklı
9d2af7e10c
refactor: replace math.random with crypto
2024-12-09 18:18:02 -05:00
Barış Soner Uşaklı
dd3634462f
fix: topic count not showing up on category page
2024-10-30 11:56:36 -04:00
Julian Lam
c1093c928f
refactor: buildTopicsSortedSet
...
- use Set internally
- if cid -1 and logged in, add user inbox to sets
2024-10-29 10:36:05 -04:00
Julian Lam
edff339498
feat: dynamic category icon generation
...
When a category is retrieved via activitypub, NodeBB will now
generate an SVG and PNG representation of the category utilising
the "icon", "color", and "bgColor" values.
closes #12507
2024-09-27 13:29:41 -04:00
Julian Lam
9219199591
fix: skip topic retrieval when cid is -1, as it is done again later
2024-07-11 15:27:26 -04:00
Julian Lam
cf291a518d
feat: help modal for world page
2024-04-29 12:48:06 -04:00
Julian Lam
7645365007
tests: fix some but not all tests
2024-04-26 14:10:42 -04:00
Julian Lam
40b9dabda3
fix: unintentional object pollution by buildForSelectCategories
2024-04-26 13:43:38 -04:00
Julian Lam
88a5dfb7b7
fix: unintentional object pollution by buildForSelectCategories
2024-04-26 12:14:11 -04:00
Julian Lam
e9df15bbb8
Merge branch 'develop' into activitypub
2024-04-26 10:41:18 -04:00
Julian Lam
dc35bf8bb5
fix: getCategoryById to return shallow clone of object
2024-04-26 10:41:09 -04:00
Julian Lam
af324dae55
feat: remove /world/all route, add intro header to /world
2024-04-25 15:47:00 -04:00