Commit Graph

14244 Commits

Author SHA1 Message Date
Julian Lam
549a6b7dff feat: support for FEP fb2a (new-style account metadata) 2024-11-26 14:18:42 -05:00
Julian Lam
c0e58b03c5 Merge remote-tracking branch 'origin/develop' into activitypub 2024-11-26 11:34:18 -05:00
Barış Soner Uşaklı
6ebff2e1c6 refactor: shorter check for showfullname 2024-11-26 09:17:51 -05:00
Barış Soner Uşaklı
e6f78d2552 feat: use displayname in chat system messages, closes #12937 2024-11-26 09:11:11 -05:00
Barış Soner Uşaklı
173c604a2c test: fix tests 2024-11-25 18:42:59 -05:00
Barış Soner Uşaklı
669c9c5027 feat: move website/location fields into custom user fields 2024-11-25 18:29:48 -05:00
Julian Lam
ab143b1d6f chore: migrate admin/settings/languages.json into admin/settings/general.json 2024-11-25 15:17:15 -05:00
Julian Lam
a76781859c chore: migrate admin/settings/homepage.json into admin/settings/general.json 2024-11-25 15:11:02 -05:00
Julian Lam
065f84b6e2 fix: strip html from remote custom fields, linkify if url detected in now-plaintext field value 2024-11-25 14:22:19 -05:00
Julian Lam
bc5b91aaab fix: update acp template to use new lang keys 2024-11-25 12:01:20 -05:00
Barış Soner Uşaklı
61d43ee15a test: fix crash due to excludeGroups 2024-11-24 12:33:52 -05:00
Barış Soner Uşaklı
8605584fbc fix: spec, dont show registered-users, verified-users, unverified-users in manage groups 2024-11-24 11:58:35 -05:00
Barış Soner Uşaklı
49e0e1ab2d feat: add pagination to groups page, api routes
use page instead of after
2024-11-24 11:36:02 -05:00
Julian Lam
1bebb82b03 fix: handling of empty custom user fields from remote users 2024-11-22 14:35:28 -05:00
Julian Lam
09f00f8e43 fix: don't send custom fields in remote user actor object if no value is entered 2024-11-22 14:27:24 -05:00
Julian Lam
ce1efd3955 fix: hotfix for empty user fields 2024-11-22 12:17:00 -05:00
Barış Soner Uşaklı
d32a7c3283 silence color function deprecations on prod 2024-11-21 17:41:11 -05:00
Julian Lam
7b747c8fa0 fix: #12928, topic showing wrong queued posts in-topic when topic is remote 2024-11-21 15:50:02 -05:00
Barış Soner Uşaklı
1412585856 fix: dont show chat upload btn if maxFileSize is 0, #12926 2024-11-21 10:05:16 -05:00
Barış Soner Uşaklı
a42c9a6bec refactor: prolly dont need exists check 2024-11-20 17:15:51 -05:00
Julian Lam
93bb73c17e fix: replace parseInt that was excluding remote pids from calculation
Also fixes nodebb/nodebb-plugin-feed#13
2024-11-20 13:49:55 -05:00
Julian Lam
0f351ba70d feat: #12924, parse incoming custom fields from remote users 2024-11-20 12:15:40 -05:00
Barış Soner Uşaklı
9cf85cede3 feat: add date and multiselect custom fields 2024-11-20 11:01:01 -05:00
Barış Soner Uşaklı
e375038ce0 get whitelisted fields from plugins as well 2024-11-19 16:37:14 -05:00
Julian Lam
be6e8b0f48 Merge remote-tracking branch 'origin/develop' into activitypub 2024-11-19 16:09:20 -05:00
Barış Soner Uşaklı
836e8458e2 fix: dont allow core user fields to be used as custom fields 2024-11-19 15:30:40 -05:00
Julian Lam
b2c21ee873 src/user/data.js
chore: remove unneeded actor assertion
2024-11-19 15:16:48 -05:00
Julian Lam
62fe70f20b feat: #12924, custom user fields for local users now federating out 2024-11-19 15:09:43 -05:00
Julian Lam
b6a2520fcc fix: #12923, inability to start chat with remote users via profile 2024-11-19 14:39:35 -05:00
Julian Lam
832e8d39af Merge remote-tracking branch 'origin/develop' into activitypub 2024-11-19 11:40:07 -05:00
Julian Lam
55ab85ac0d fix: inability to directly post to a nodebb category from the fediverse 2024-11-18 14:23:59 -05:00
Julian Lam
e4e6b1d245 fix: #12919, handle when buildTopicsSortedSet returns a non-array 2024-11-18 13:47:34 -05:00
Barış Soner Uşaklı
5e9b7b44d6 fix: button to match category dropdown 2024-11-15 11:03:05 -05:00
Julian Lam
7adc3140e2 fix: #12912, strip custom emoji from remote content titles 2024-11-14 15:08:30 -05:00
Julian Lam
3968c822a2 feat: add title property to custom emoji markup 2024-11-14 15:08:09 -05:00
Julian Lam
f449fafccf fix: don't chop off colons when generating titles as they could interfere with emoji 2024-11-14 15:07:42 -05:00
Barış Soner Uşaklı
1327316d8f Merge branch 'develop' into activitypub 2024-11-14 10:53:51 -05:00
Barış Soner Uşaklı
08a87d107e Merge branch 'master' into develop 2024-11-13 18:43:10 -05:00
Barış Soner Uşaklı
db291ecde1 fix: filter undefined posts/topics 2024-11-13 18:38:36 -05:00
Julian Lam
09b1e11940 feat: #12683, parse incoming emoji tags and replace in content prior to storage in database 2024-11-13 16:47:00 -05:00
Barış Soner Uşaklı
06226081d4 catch errors from handleExpired 2024-11-13 16:40:14 -05:00
Barış Soner Uşaklı
28aba7b017 Merge branch 'master' into develop 2024-11-13 16:29:21 -05:00
Barış Soner Uşaklı
20da71485f refactor: remove unused uids 2024-11-13 16:29:16 -05:00
Barış Soner Uşaklı
d477090804 fix: don't crash if post is undefined 2024-11-13 16:28:16 -05:00
Julian Lam
4ba41a6801 feat: fire new hook filter:activitypub.mocks.note on note mocking 2024-11-13 15:03:55 -05:00
Barış Soner Uşaklı
965ca63605 chore: up themes 2024-11-12 11:57:50 -05:00
Barış Soner Uşaklı
5e3102b0ad add icons to custom profile fields
up themes
2024-11-11 13:03:25 -05:00
Barış Soner Uşaklı
e139bd6021 remove margin top from topic alerts 2024-11-09 20:25:21 -05:00
Barış Soner Uşaklı
c731a5e00a remove p from help text 2024-11-09 08:36:52 -05:00
Barış Soner Uşaklı
9be5b8a3e0 remove striped table 2024-11-08 17:28:31 -05:00