Compare commits

..

814 Commits

Author SHA1 Message Date
Julian Lam
86f624f817 chore: beta tag 2024-09-20 14:07:44 -04:00
Julian Lam
34c4cefe0c feat: enable web-push plugin on first install 2024-09-20 14:04:45 -04:00
Julian Lam
aa060d31d1 fix(deps): swap ntfy for web-push plugin 2024-09-20 14:03:51 -04:00
Julian Lam
ad6d03266b Merge remote-tracking branch 'origin/develop' into activitypub 2024-09-20 14:03:16 -04:00
Julian Lam
4ae8614573 feat: service worker icon and badge support 2024-09-20 11:19:50 -04:00
Julian Lam
6b4b4b1a00 fix: actors.assert attempting to process things that aren't actors, #12809 2024-09-19 14:52:05 -04:00
Julian Lam
6752a54116 feat: update buildRecipients to include all topic participants and their followers, #12735 2024-09-18 14:35:42 -04:00
Julian Lam
71ce308936 fix: carry out mime-type guessing on incoming attachments 2024-09-17 14:18:16 -04:00
Julian Lam
d0ac5ff99f Reapply "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 8003946feb.
2024-09-17 11:58:46 -04:00
Julian Lam
b04a11055f fix: re-use already parsed html in api.posts.edit's call to getPostSummaryByPids, delay federating out edit activity for 5s to give link preview a chance to resolve 2024-09-17 11:58:42 -04:00
Julian Lam
047d5992dc fix: id on 1b12 announces 2024-09-17 10:46:05 -04:00
Barış Soner Uşaklı
1fe8ac191d change follow notif path 2024-09-16 19:42:27 -04:00
Julian Lam
3c55d1024d fix: better handling for remote posts that do not contain content 2024-09-16 15:46:12 -04:00
Julian Lam
1a0a2cd17b fix: #12799 add externally linked images to attachment 2024-09-16 15:07:37 -04:00
Barış Soner Uşaklı
d7ae6a5b9b Merge branch 'develop' into activitypub 2024-09-13 12:47:14 -04:00
Julian Lam
d6bab25317 feat: notification rescind support 2024-09-12 22:14:24 -04:00
Julian Lam
028b6d74b2 fix: remove includeUncontrolled as we are posting messages, and that only works with windows you control lol 2024-09-12 16:12:24 -04:00
Barış Soner Uşaklı
471fbd3ab4 chore: up themes 2024-09-12 14:21:07 -04:00
Barış Soner Uşaklı
42edde63ca Merge branch 'develop' into activitypub 2024-09-12 14:06:45 -04:00
Julian Lam
1fbf911489 fix: add logic to automatically take over clients from old service workers 2024-09-12 11:22:02 -04:00
Barış Soner Uşaklı
d4cf5e7ee0 chore: up themes 2024-09-12 10:38:33 -04:00
Barış Soner Uşaklı
ad565a98ea Merge branch 'develop' into activitypub 2024-09-12 10:32:40 -04:00
Julian Lam
cf6c4c52b8 refactor: simplified ajaxify.check and likely made it equally more confusing 2024-09-11 14:43:55 -04:00
Barış Soner Uşaklı
c2600b124f fix: closes #12787, filter null topics 2024-09-11 14:26:16 -04:00
Julian Lam
5109b53921 feat: update service worker to handle push and notificationclick
Additional event handling for use by the upcoming web-push plugin.
2024-09-11 12:18:31 -04:00
Julian Lam
40fe4d88f9 feat: add onmessage handler for service worker 2024-09-11 12:15:12 -04:00
Julian Lam
fc4f6a4c56 refactor: split out logic to determine ajaxification into exported method
There was some internal logic in ajaxify that handled special links that
should explicitly not be ajaxified (either it is a null href or should be
loaded as a direct page load, etc.) - this was moved out to an exported
method so it can be consumed by the service worker onmessage listener.

Also since this logic evolved over many years, there were some
duplications and so those have been amended (though I will not guarantee
that it was done bug/regression free!!)
2024-09-11 12:14:04 -04:00
Julian Lam
176f4d0d09 fix: remove use of jquery $(this) in ajaxify 2024-09-11 10:22:34 -04:00
Julian Lam
d42d3b1c39 fix: crash when AP S2S call made to retrieve a remote user account (not allowed); now returning 404 2024-09-10 11:37:56 -04:00
Barış Soner Uşaklı
97edcf6a48 Merge branch 'develop' into activitypub 2024-09-09 17:31:41 -04:00
Barış Soner Uşaklı
a80e314169 fix: prevent crash if items is undefined 2024-09-09 14:04:11 -04:00
Barış Soner Uşaklı
6010b72d71 Merge branch 'develop' into activitypub 2024-09-09 14:03:25 -04:00
Julian Lam
652d6c6e2b fix: regression that caused replies to not get federated 2024-09-06 22:04:20 -04:00
Julian Lam
045e16d3ce fix: #12760, add proper security context for application actor 2024-09-06 16:27:12 -04:00
Julian Lam
909437c306 fix: on topic move out of cid -1, also federate to the public address 2024-09-06 14:35:57 -04:00
Julian Lam
6ed32f6781 fix: bump harmony 2024-09-06 14:16:20 -04:00
Julian Lam
0f63f67b77 fix: type casting in user block logic 2024-09-05 12:41:25 -04:00
Julian Lam
9357e71898 refactor: standardization; onNewPost internal method to return a superset of post summary
... so as to not require an additional call in internal topics API to call post summary again for a standardized response
2024-09-05 11:42:05 -04:00
Julian Lam
b63440cb14 feat: extend activitypubApi.create.note to accept a post object to reduce unnecessary calls to retrieve post summary 2024-09-05 11:05:30 -04:00
Julian Lam
16c8a6523a feat: add new escape option to getPostSummaryByPids [breaking]
Changes logic so that the new `escape` option escapes HTML,
whereas the old behaviour had `parse: false` escape HTML.

Now, when `parse` is `false`, the content is unchanged.

Defaults are `{ parse: true, escape: false, stripTags: false }`
2024-09-05 10:42:08 -04:00
Julian Lam
ba2c3fcef4 Merge remote-tracking branch 'origin/develop' into activitypub 2024-09-04 14:38:50 -04:00
Julian Lam
f3eb6d500e fix: restrict announce activity to topic moving OUT of cid -1 2024-08-22 15:19:24 -04:00
Julian Lam
e3bfcb0230 Merge branch 'develop' into activitypub 2024-08-22 15:06:53 -04:00
Julian Lam
daa665ebc0 feat: moving a topic out of cid -1 federates an Announce activity, #12734 2024-08-22 14:45:17 -04:00
Julian Lam
76551c7123 fix: #12751, topics:recent zset not updated when tid moved in/out of cid -1 2024-08-22 11:17:27 -04:00
Barış Soner Uşaklı
df6062d8be Merge branch 'develop' into activitypub 2024-08-21 12:57:10 -04:00
Julian Lam
e6d8e05932 fix: bump mentions 2024-08-15 12:56:20 -04:00
Julian Lam
22952c5407 fix: bump composer 2024-08-14 14:03:11 -04:00
Julian Lam
e287956323 fix: bump composer 2024-08-13 15:30:36 -04:00
Julian Lam
c3e14912c9 feat: additional copy re: editing remote posts, #12732 2024-08-13 15:29:03 -04:00
Julian Lam
25bf97ae28 fix: #12732 editing of remote post content
title can now be edited, post content is not-editable.
2024-08-13 15:12:57 -04:00
Julian Lam
3474712228 fix: #12733, html present in generated title for remote topics 2024-08-13 14:50:08 -04:00
Julian Lam
f481cde1a8 fix: #12729, replies to existing topics from Pixelfed not asserting properly due to incorrect toPid
Pixelfed supplies an object _url_ instead of the expected _id_ in the `inReplyTo` field, and that tripped up NodeBB because we don't store a backreference for those.

The ideal solution here would be to set up a backreference for urls to pids, but in the meantime, this shortcut will function (it assumes that the object that it is in reply to is in the chain/context).
2024-08-13 11:12:48 -04:00
Julian Lam
95e6d2b43c fix: move topic reply call in notes.assert to its own line 2024-08-13 10:52:27 -04:00
Julian Lam
53aee40149 fix: #12510, blocking of a single remote user causes content from all remote users to be blocked 2024-08-12 14:50:55 -04:00
Julian Lam
fc81d6e035 Merge branch 'develop' into activitypub 2024-08-08 14:54:34 -04:00
Julian Lam
bd11d86b17 Merge branch 'develop' into activitypub 2024-08-07 14:19:00 -04:00
Julian Lam
cbe0a0ad5c fix: serve category actor image instead of nothing, serve brand logo in icon 2024-08-06 15:06:01 -04:00
Julian Lam
d33fb92d9d fix: lint 2024-08-02 15:47:27 -04:00
Julian Lam
9353638668 fix: have note federation call .parsePost instead of firing plugin hook 2024-08-02 15:47:03 -04:00
Julian Lam
709a02d97a feat: allow use of vanity domains pointing to an account hosted elsewhere 2024-08-02 11:47:23 -04:00
Julian Lam
ff08fbb73f fix: always send replies uri instead of null if no replies exist, @trwnh 2024-08-01 14:59:28 -04:00
Julian Lam
9bd6896d13 fix: send null instead of empty array in replies property if mocked note has no replies
re: mastodon/mastodon#31230
2024-08-01 11:35:38 -04:00
Julian Lam
e015339ccf refactor: follow/accept/undo logic to pass the same timestamp throughout the follow's lifetime 2024-07-30 14:05:59 -04:00
Julian Lam
2ced350250 fix: bug that caused remote replies to other remote content to not always assert 2024-07-29 16:03:58 -04:00
Julian Lam
1f896fb6ba fix: bugs in user searching causing remote lookups to fail 2024-07-29 15:03:51 -04:00
Julian Lam
9a54f6bc7d fix: audience property in topic actor response 2024-07-29 13:14:06 -04:00
Julian Lam
3e494dc757 fix: updating of post counts for remote users 2024-07-25 14:30:57 -04:00
Barış Soner Uşaklı
8971bba53d Merge branch 'develop' into activitypub 2024-07-25 11:26:29 -04:00
Julian Lam
399d41030f fix: add privilege check to user follows 2024-07-24 11:59:50 -04:00
Julian Lam
7bf349b62b fix: accidental passing of string instead of constant 2024-07-24 11:54:41 -04:00
Julian Lam
83993cad17 fix(deps): persona v4 support 2024-07-23 11:11:31 -04:00
Julian Lam
fc5a829c0c fix: lint 2024-07-19 15:15:04 -04:00
Julian Lam
b9f37c5c32 fix: update upgrade script date 2024-07-19 14:57:56 -04:00
Julian Lam
be393d571c fix: include follower sets for reassertion 2024-07-19 14:48:51 -04:00
Julian Lam
39f92eac16 refactor: store local follow backreferences for remote users (both followers and following), update actor pruning to take local follow counts into consideration, fixes #12701 2024-07-19 14:37:32 -04:00
Julian Lam
a884681abf feat: show local users who follow (or are followed) by a remote user, on a remote user's profile 2024-07-19 14:36:17 -04:00
Julian Lam
5c9ac5d330 fix: missing await 2024-07-19 11:13:30 -04:00
Julian Lam
f9937a84c4 feat: additional logic to handle special case where a queried object id reports a context, but it is not actually contained in the resolved context's collection 2024-07-19 11:06:19 -04:00
Julian Lam
2aa0483718 fix: null check for note attachments for thumbs view 2024-07-19 10:51:41 -04:00
Julian Lam
60408f2307 fix: incorrect parsing of context items during note assertion, logic error with slicing 2024-07-19 10:50:14 -04:00
Julian Lam
bc00835c26 fix: logging in topic actor logic 2024-07-19 10:49:43 -04:00
Julian Lam
609035b587 fix: issue with topic actors not returning proper json 2024-07-19 09:38:30 -04:00
Julian Lam
ff0c289e1d feat: #12695 Topic Synchronization via resolvable context
- Generation of a context collection digest via object ids
- Sending of said digest in ETag header
- Parsing of digests via If-None-Match header
- Update note assertion logic to handle 304 response
2024-07-16 11:37:38 -04:00
Julian Lam
da25fd21ea feat: activitypub.get; allow the passing-in of custom headers via existing options parameter 2024-07-16 11:36:39 -04:00
Barış Soner Uşaklı
26765fe9aa lint: remove unused function 2024-07-15 12:05:55 -04:00
Barış Soner Uşaklı
2a8f7ccd1c Merge branch 'develop' into activitypub 2024-07-15 11:54:31 -04:00
Julian Lam
cfbaf145f4 fix: off by one error @barisusakli 2024-07-12 14:45:00 -04:00
Julian Lam
f6f01ba345 perf: ~18x speedup of /world route
- upgrade script to remove pruned tids that did not get removed from inbox
- switch from db intersect to manual intersection of subset.
2024-07-12 14:38:46 -04:00
Julian Lam
c01f154937 breaking: core html stripping on plaintext, remove 'filter:teasers.configureStripTags' hook, remove html stripping from teaser generation
These two steps were removed because a `type` property is passed to `filter:post.parse` now, and thus plugins themselves can handle independently.

Core also now strips all html when `type` is plaintext, so plugins don't have to (or if they still pass html back).
2024-07-12 12:30:37 -04:00
Julian Lam
7bdf376971 fix: map to actual mainPid value 2024-07-12 10:58:37 -04:00
Barış Soner Uşaklı
530241e0f2 lint: remove unused 2024-07-11 22:27:41 -04:00
Barış Soner Uşaklı
9b8c834ef0 perf: get rid of exists call, load all attachments in one call 2024-07-11 22:24:32 -04:00
Julian Lam
2aeabce566 feat: add post attachments to topic thumbnails 2024-07-11 17:11:33 -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
31c7226e34 fix: flawed logic in generating topic context collection 2024-07-11 14:33:07 -04:00
Julian Lam
3c0d7616db fix: rename announcers to shares 2024-07-11 13:42:53 -04:00
Julian Lam
ad05f06b00 test: have actor assertion always use cache for tests 2024-07-11 13:16:53 -04:00
Julian Lam
a81ef60930 feat: icon replacing user status for remote users, denoting that they are from outside the local instance, #12688 2024-07-11 13:16:47 -04:00
Julian Lam
fdc0d670d7 fix: catch thrown errors in src/api/activitypub 2024-07-10 10:15:31 -04:00
Julian Lam
00a266790d fix: federating category mentions 2024-07-09 15:42:08 -04:00
Julian Lam
f605e188db fix: send html in category description 2024-07-09 15:13:12 -04:00
Julian Lam
485b775837 feat: allow activitypub request cache to be ignored 2024-07-09 14:45:04 -04:00
Julian Lam
5e343a83f8 fix: Update activity handling for non-Person actors 2024-07-09 14:30:03 -04:00
Julian Lam
bacbfba9bd fix: remove await from category update federation call 2024-07-09 14:24:55 -04:00
Julian Lam
3c9337b730 feat: send join date in local actor mock 2024-07-09 14:06:59 -04:00
Julian Lam
e84cfd8c07 fix: issue where incrementing user hash fields didn't use the right key name for remote announce @barisusakli 2024-07-09 14:01:57 -04:00
Julian Lam
b0eec67d78 fix: lint 2024-07-05 15:58:47 -04:00
Julian Lam
af6ae6ee8a fix: send back empty array if no direct replies, bug with reply generation 2024-07-05 15:50:14 -04:00
Julian Lam
26a7c51a9a feat: AP note replies collection, closes #12675 2024-07-05 15:33:06 -04:00
Julian Lam
352857cfb6 refactor: collection logic out to an activitypub helper 2024-07-05 15:14:35 -04:00
Julian Lam
8e1fccf014 fix: accidental passing-in of an array into getUserField, breaks in pgsql? 2024-07-05 14:19:15 -04:00
Julian Lam
78a6c60cf5 fix: hardcoded tid in topic thumbs test 2024-07-05 14:01:58 -04:00
Julian Lam
f629b20f2d fix: tighten up logic in checkToPid internal method 2024-07-05 13:49:16 -04:00
Julian Lam
3a05171f3c docs: schema update for activitypub acp route 2024-07-05 13:36:47 -04:00
Julian Lam
4949d6c4e5 test: fix broken test in category follows 2024-07-05 13:33:00 -04:00
Julian Lam
8ecbb5cc5c fix: partial revert to fix url_parsed not being available at top of file @barisusakli 2024-07-05 12:14:16 -04:00
Julian Lam
46341673b3 fix: removal of topics from applicable user inboxes when synced
re: #12642
2024-07-05 12:00:23 -04:00
Julian Lam
0d549f1d80 fix: tweak logic for topic counters sorted sets, #12642 2024-07-05 11:41:47 -04:00
Julian Lam
d92efb8a0c fix: #12667; handle cases where received id is not a URL 2024-07-05 11:29:05 -04:00
Julian Lam
f662a60667 fix: #12673 fullname not defined in some remote actors 2024-07-05 11:18:20 -04:00
Julian Lam
26946c7fe6 fix: only send Update(Actor) to followers, #12674 2024-07-05 11:14:41 -04:00
Julian Lam
2cbd63dc31 docs: update comment to reflect new behaviour 2024-07-05 11:09:42 -04:00
Julian Lam
a748068c05 fix: missing sorted set member removal on category unfollow 2024-07-04 17:54:04 -04:00
Julian Lam
eab231ee9f fix: add timestamp to follow activity to make it unique 2024-07-04 17:42:59 -04:00
Julian Lam
cb5e5b4bdb fix: additional logging for activities with no context property 2024-07-04 17:00:30 -04:00
Julian Lam
600b1a8622 fix: update handling of Announce(Create(Note)) to also handle non-note types 2024-07-04 17:00:14 -04:00
Julian Lam
7e23e192d8 chore: restore activity history check in AP inbox middleware now that NodeBB sends unique IDs with applicable activities 2024-07-04 14:59:10 -04:00
Barış Soner Uşaklı
644bcec562 perf: use batch in resolveInboxes 2024-07-03 22:35:46 -04:00
Barış Soner Uşaklı
447b99423f Merge branch 'develop' into activitypub 2024-07-03 13:47:18 -04:00
Julian Lam
20aee8e9ae refactor: context item retrieval logic 2024-06-28 16:28:48 -04:00
Julian Lam
cc0bbcb7bf fix: push instead of unshift, now that order is reversed 2024-06-28 16:28:34 -04:00
Julian Lam
a2fb939b5c fix: wrong property name for OrderedCollection items 2024-06-28 15:14:22 -04:00
Julian Lam
e75ec39b70 feat: topic backfill logic via resolvable context #12647 2024-06-28 12:54:41 -04:00
Julian Lam
615aaa01d6 fix: improper sourceContent in mocks 2024-06-28 12:54:41 -04:00
Barış Soner Uşaklı
19908038c5 Merge branch 'develop' into activitypub 2024-06-27 17:00:28 -04:00
Julian Lam
d6f44d8ec3 fix: #12662, add original activity actor to Announced activity's cc 2024-06-27 14:05:48 -04:00
Barış Soner Uşaklı
6b33faac54 Merge branch 'develop' into activitypub 2024-06-27 10:40:14 -04:00
Julian Lam
4dbb73a433 fix: remove duplicate 1b12 announce in notes.assert (already handled in inbox) 2024-06-26 14:32:48 -04:00
Julian Lam
fb1a9178cc Merge branch 'develop' into activitypub 2024-06-25 13:04:48 -04:00
Julian Lam
fe70a2b8b5 fix: #12652, incorrect user, post, topic counters with AP enabled 2024-06-25 12:36:11 -04:00
Julian Lam
ef97a784cf fix: incorrect activity id sent out on 1b12 announce 2024-06-25 12:19:24 -04:00
Julian Lam
09d8fbf978 feat: send out Update(Actor) when a category is edited
This commit also updates the activity sent out when a user profile is edited. The activity is now sent to all known actors.

closes #12655
2024-06-25 11:38:13 -04:00
Julian Lam
b66d998d37 fix: #12654, incorrect location of sharedInbox property 2024-06-25 11:29:20 -04:00
Julian Lam
a371c9fceb fix: regression that caused new notes to have undefined cid and fail privilege check 2024-06-25 11:04:45 -04:00
Julian Lam
89dd2fb04a fix: move call to retrieve cid followers out of loop 2024-06-25 11:04:45 -04:00
Barış Soner Uşaklı
16fe85e2e4 chore: up harmony 2024-06-24 22:31:11 -04:00
Barış Soner Uşaklı
e84c797c7c Merge branch 'develop' into activitypub 2024-06-24 22:30:03 -04:00
Barış Soner Uşaklı
789520e445 chore: up themes 2024-06-23 11:10:36 -04:00
Barış Soner Uşaklı
7a5588da7b chore: up harmony 2024-06-23 10:45:03 -04:00
Barış Soner Uşaklı
1be3f49e75 Merge branch 'develop' into activitypub 2024-06-22 09:00:04 -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ı
f35a6c631e Merge branch 'develop' into activitypub 2024-06-21 14:47:06 -04:00
Julian Lam
b691d2a9b2 chore: bump version to 4.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
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ı
7d679db28e fix: dont load cid=-1 in tag filter dropdown 2024-06-20 10:40:33 -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ı
aae0b5b09f chore: up harmony 2024-06-18 10:06:24 -04:00
Barış Soner Uşaklı
529cd3712b Merge branch 'develop' into activitypub 2024-06-17 18:07:46 -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ı
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ı
bb6f978508 Merge branch 'develop' into activitypub 2024-06-15 14:18:13 -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ı
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ı
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
Barış Soner Uşaklı
15797f6aa8 Merge branch 'develop' into activitypub 2024-06-14 20:01:55 -04:00
Julian Lam
4030c09e27 fix: getCidByPid call returning improper values because a remote url to a local post was passed in 2024-06-14 14:09:52 -04:00
Julian Lam
6569066ef8 feat: sending out 1b12-style Announce activities on incoming Create/Update/Like/Delete/Undo(Like) activities, when they pertain to notes
re: #12434
2024-06-14 13:55:41 -04:00
Julian Lam
c8bc6e551b fix: 1b12 conformance for inbox.create as well 2024-06-14 13:37:46 -04:00
Julian Lam
931a0f0a60 chore: info -> verbose logging in ap inbox.js 2024-06-14 13:31:08 -04:00
Julian Lam
6069bee019 chore: make getParentChain logging verbose 2024-06-14 13:26:56 -04:00
Julian Lam
89d2363d5e fix: re-add sending of Announce(Note) for microblog support, #12434 2024-06-14 13:26:04 -04:00
Julian Lam
be95b5b122 fix: FEP 1b12 conformance, federate Announce(Create(Note)) instead of Announce(Note), #12434 2024-06-14 13:17:13 -04:00
Julian Lam
f5b856f4fd feat: assert actors when mocking post 2024-06-14 12:22:11 -04:00
Barış Soner Uşaklı
3f1b04ebe8 Merge branch 'develop' into activitypub 2024-06-14 12:14:45 -04:00
Julian Lam
e9a0d49593 fix: missing openapi schema change 2024-06-14 11:57:38 -04:00
Julian Lam
f6d4d5630e chore: lint 2024-06-14 11:49:25 -04:00
Julian Lam
691f691749 debug: comment out actor assertion call in Users.getUsersFields 2024-06-14 11:45:03 -04:00
Julian Lam
827a91ea6b Revert "fix: eliminate infinite loop in actors.assert via user.getUsersFields"
This reverts commit 18e583184f.
2024-06-14 11:45:03 -04:00
Barış Soner Uşaklı
632ba51c7f Merge branch 'develop' into activitypub 2024-06-14 11:30:00 -04:00
Julian Lam
18e583184f fix: eliminate infinite loop in actors.assert via user.getUsersFields 2024-06-14 10:59:07 -04:00
Julian Lam
6227ab900e refactor: actor pruning logic
Remove re-assertion set as it is expensive to re-assert all old user accounts.

Update actor assertion logic to always re-assert a passed-in id if their account's last crawl date is older than the configurable pruning threshold.

fixes #12636
2024-06-14 10:44:30 -04:00
Barış Soner Uşaklı
937caecdc4 Merge branch 'develop' into activitypub 2024-06-14 10:36:06 -04:00
Julian Lam
1219d7d3b8 fix: minor adjustment in logic to work around relation logic 2024-06-14 10:20:53 -04:00
Barış Soner Uşaklı
839928b390 another one 2024-06-14 07:44:10 -04:00
Barış Soner Uşaklı
c95075e1ca perf: '-inf' faster 2024-06-14 07:29:37 -04:00
Barış Soner Uşaklı
291bf7db41 perf: move attachments to post hash 2024-06-13 19:49:04 -04:00
Barış Soner Uşaklı
f76a586328 refactor: catch errors 2024-06-13 18:36:05 -04:00
Julian Lam
b6ffc47c5d feat: check to/cc/audience for local category and put topic there instead (overrides passed-in cid)
closes #12634
2024-06-13 17:06:58 -04:00
Julian Lam
d9f1fa3ad3 feat: plumb audience into _activitypub when mocking posts 2024-06-13 17:05:37 -04:00
Julian Lam
3567f55a5d feat: send cause to ap.get error handler, delete local account representation if assertion fails with a 410 2024-06-13 14:53:47 -04:00
Julian Lam
101062cb92 fix: introduce artificial 5s delay for 1b12 announces 2024-06-13 14:35:09 -04:00
Julian Lam
acd1630b9f fix: move logic to move topic on note assertion earlier in the flow so it actually runs 2024-06-13 14:02:26 -04:00
Barış Soner Uşaklı
badb7e2c05 fix: post count 2024-06-13 11:08:23 -04:00
Barış Soner Uşaklı
578a53dd8e feat: #12589, add nodeinfo endpoint 2024-06-13 10:57:43 -04:00
Barış Soner Uşaklı
919b037a8f Merge branch 'develop' into activitypub 2024-06-12 22:58:04 -04:00
Barış Soner Uşaklı
68c916503a chore: up mentions 2024-06-12 20:46:16 -04:00
Barış Soner Uşaklı
3eca978509 refactor: add method from mentions into core
turn remote url into local profile urls if they are found in remoteUrl:uid
2024-06-12 20:31:36 -04:00
Barış Soner Uşaklı
a67e1b7caf Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-06-12 16:04:16 -04:00
Barış Soner Uşaklı
b2d03da96d refactor: dont need exist check, if post doesnt exist getPostData returns null 2024-06-12 16:04:14 -04:00
Julian Lam
f29214e007 fix: skip follower count check if cid follower is found 2024-06-12 14:15:43 -04:00
Barış Soner Uşaklı
cdc6f9f6a3 check if ap enabled 2024-06-12 00:18:29 -04:00
Barış Soner Uşaklı
2b6e31a635 chore: up mentions 2024-06-12 00:04:03 -04:00
Barış Soner Uşaklı
f075a8c148 Merge branch 'develop' into activitypub 2024-06-11 18:28:34 -04:00
Barış Soner Uşaklı
194a9fca44 add missing nconf 2024-06-11 18:20:53 -04:00
Barış Soner Uşaklı
04b4c16e27 Merge branch 'develop' into activitypub 2024-06-11 18:18:14 -04:00
Opliko
42f514b793 feat: add timestamp to most activity ids 2024-06-11 22:55:45 +02:00
Julian Lam
bb0360bf01 chore: commenting out logic that drops requests if the id has already been seen, due to a regression in interoperability between NodeBB instances 2024-06-11 14:17:40 -04:00
Barış Soner Uşaklı
34dcb44992 Merge branch 'develop' into activitypub 2024-06-11 11:53:51 -04:00
Julian Lam
7313d5c614 feat: show category followers in category federation ACP page 2024-06-11 11:24:25 -04:00
Barış Soner Uşaklı
2c87c6e82f chore: up mentions 2024-06-11 07:32:02 -04:00
Barış Soner Uşaklı
552b07b258 Merge branch 'develop' into activitypub 2024-06-10 20:43:42 -04:00
Barış Soner Uşaklı
634e9b03f1 fix typo 2024-06-10 19:27:03 -04:00
Barış Soner Uşaklı
89465ec604 fix: don't crash process on error in cronjobs
catch error to continue in actor.prune
2024-06-10 19:24:06 -04:00
Barış Soner Uşaklı
bad094e888 chore: up mentions 2024-06-10 19:01:47 -04:00
Barış Soner Uşaklı
a8d41978e5 parse teasers as plain text 2024-06-10 19:01:02 -04:00
Barış Soner Uşaklı
eb6fe3397e refactor: User.getUidsByUserslugs, so it works with multiple slugs 2024-06-10 17:57:39 -04:00
Barış Soner Uşaklı
00c70ce7b0 Merge branch 'develop' into activitypub 2024-06-10 17:30:10 -04:00
Julian Lam
ae3fa85f40 fix: handle missing fullname in actor removal logic 2024-06-10 15:18:32 -04:00
Julian Lam
6272d059e7 fix: guard against infinite loop during topic purge batch call 2024-06-10 13:50:10 -04:00
Barış Soner Uşaklı
57913be591 Merge branch 'develop' into activitypub 2024-06-10 13:49:37 -04:00
Julian Lam
bcfac00bec fix: unintentional parseInt during post purge 2024-06-10 12:30:48 -04:00
Barış Soner Uşaklı
dac2cd2549 Merge branch 'develop' into activitypub 2024-06-10 12:19:07 -04:00
Barış Soner Uşaklı
4f2ccdaa9f Merge branch 'develop' into activitypub 2024-06-09 23:26:44 -04:00
Barış Soner Uşaklı
3488a4bfe1 refactor: suggest topics, use strings for tids
limit search results
2024-06-09 23:25:56 -04:00
Barış Soner Uşaklı
70625133ae fix: pid in api call 2024-06-09 21:04:55 -04:00
Barış Soner Uşaklı
0d645c994f Merge branch 'develop' into activitypub 2024-06-09 13:55:02 -04:00
Barış Soner Uşaklı
58668b46d3 chore: up markdown 2024-06-09 12:48:30 -04:00
Barış Soner Uşaklı
dbd901d318 chore: up markdown 2024-06-09 12:46:02 -04:00
Barış Soner Uşaklı
ded05b83fc Merge branch 'develop' into activitypub 2024-06-08 20:52:11 -04:00
Barış Soner Uşaklı
1ac793ec2b Merge branch 'develop' into activitypub 2024-06-08 16:50:54 -04:00
Barış Soner Uşaklı
869df3c2bc refactor: unused winston 2024-06-08 12:44:01 -04:00
Barış Soner Uşaklı
6f831d1ce2 Merge branch 'develop' into activitypub 2024-06-08 12:36:51 -04:00
Barış Soner Uşaklı
b1f9ad5534 Squashed commit of the following:
commit 4e0e792232
Merge: 24d0999fb5 70b4a0e2ae
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Fri Jun 7 19:26:49 2024 -0400

    Merge branch 'master' into develop

commit 70b4a0e2ae
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Fri Jun 7 19:14:13 2024 -0400

    feat: allow passing min,max to sortedSetsCardSum

    to get rid of multiple db calls in profile page

commit 6bbe3d1c4c
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Fri Jun 7 14:08:48 2024 -0400

    fix: dont show error alert when user user mouse overs votes

    if they dont have permission to view votes

commit 24d0999fb5
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Jun 6 13:49:14 2024 -0400

    fix(deps): update dependency pg-cursor to v2.11.0 (#12617)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit bee05fe212
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Jun 6 13:28:59 2024 -0400

    fix(deps): update dependency pg to v8.12.0 (#12616)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-07 19:27:44 -04:00
Julian Lam
6ecc791db9 fix: missing await on topic purge 2024-06-07 16:48:05 -04:00
Julian Lam
4bb2c1a85e feat: logic for remote user deletion, cronjob, and ACP options for pruning options
re: #12611
2024-06-07 16:28:07 -04:00
Julian Lam
8d790964be fix: don't attempt user reset token cleaning if uid is not a number 2024-06-07 16:28:07 -04:00
Barış Soner Uşaklı
d442251f22 Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-06-07 12:58:10 -04:00
Barış Soner Uşaklı
f83a3672ca fix: set 2024-06-07 12:58:04 -04:00
Julian Lam
539300ffec feat: remote user deletion logic, #12611 2024-06-07 12:55:54 -04:00
Julian Lam
3dca79dd3b feat: allow user.exists to respond to requests for remote uids too 2024-06-07 12:55:54 -04:00
Julian Lam
c6f2155f6a fix: incorrect use of .map on a Set 2024-06-07 12:55:54 -04:00
Barış Soner Uşaklı
d1625d5fd2 refactor: change to info 2024-06-07 12:54:11 -04:00
Barış Soner Uşaklı
29bf99ac85 Squashed commit of the following:
commit 24d0999fb5
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Jun 6 13:49:14 2024 -0400

    fix(deps): update dependency pg-cursor to v2.11.0 (#12617)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit bee05fe212
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Jun 6 13:28:59 2024 -0400

    fix(deps): update dependency pg to v8.12.0 (#12616)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-07 12:13:57 -04:00
Barış Soner Uşaklı
2ae5857005 refactor: remove verbose logs, 2024-06-07 12:13:28 -04:00
Barış Soner Uşaklı
ba2d18418a refactor: comment out verbose logs 2024-06-07 11:56:58 -04:00
Barış Soner Uşaklı
f8d9f644e6 fix: another crash 2024-06-07 11:55:21 -04:00
Barış Soner Uşaklı
eaf435413e refactor: get rid of noop 2024-06-06 21:10:24 -04:00
Barış Soner Uşaklı
35eb2d0d46 fix: closes #12618, handle missing selector
catch errors in activitypub api missing await on next()
2024-06-06 20:59:02 -04:00
Barış Soner Uşaklı
119230d7ec Merge branch 'develop' into activitypub 2024-06-06 13:18:12 -04:00
Julian Lam
c680fa67d9 chore: update ap cron job config 2024-06-05 12:31:24 -04:00
Barış Soner Uşaklı
c4c3c20789 chore: up mentions 2024-06-05 10:58:04 -04:00
Barış Soner Uşaklı
9868a728bf refactor: single cache.del call 2024-06-04 21:14:11 -04:00
Julian Lam
709c91329a feat: pruning of stale notes older than 30 days with no engagement 2024-06-04 14:18:22 -04:00
Barış Soner Uşaklı
300cf79c95 add max to caches to limit memory usage 2024-06-04 12:31:13 -04:00
Barış Soner Uşaklı
6f37825b1a fix: crash in mocks.profile 2024-06-04 12:30:47 -04:00
Julian Lam
76290e3789 fix: bug that stopped remote users with dashes in their handle from being properly asserted 2024-06-04 10:55:34 -04:00
Julian Lam
4cec67832c chore: bump harmony 2024-06-03 15:58:25 -04:00
Julian Lam
47406d1309 fix: parse incoming HTML to remove useless classes too 2024-05-30 12:04:37 -04:00
Julian Lam
547fc17dcf fix: update post cache clearing logic to call helper function
regression from 8cf9617630
2024-05-28 12:01:30 -04:00
Julian Lam
f2e43e894b Merge remote-tracking branch 'origin/develop' into activitypub 2024-05-27 12:56:51 -04:00
Julian Lam
5ec24977db chore: bump mentions 2024-05-24 14:20:46 -04:00
Julian Lam
ff53f3c02c feat: save remote user urls backreference 2024-05-24 14:11:06 -04:00
Julian Lam
7c79e2310a feat: add another sanitization round before federating to remove classes from all tags in output html, closes #12573 2024-05-23 15:29:32 -04:00
Julian Lam
09e71e94a2 Merge branch 'develop' into activitypub 2024-05-23 15:18:56 -04:00
Julian Lam
b6653d153a fix: have replies provide name when mocked 2024-05-23 12:36:03 -04:00
Julian Lam
e536223ed0 Merge remote-tracking branch 'origin/develop' into activitypub 2024-05-21 13:49:28 -04:00
Julian Lam
4fd0d27e21 chore: bump markdown 2024-05-21 11:16:35 -04:00
Julian Lam
8cf9617630 feat: passing in types to parsePost for more specific handling by plugins 2024-05-17 15:22:13 -04:00
Barış Soner Uşaklı
78e11d6eba chore: up mentions 2024-05-15 14:11:19 -04:00
Julian Lam
f93b237ef1 fix: lint 2024-05-14 12:14:39 -04:00
Julian Lam
a005440088 fix: remove .only 2024-05-14 12:13:23 -04:00
Julian Lam
228c9173f3 chore: bump harmony 2024-05-14 12:12:56 -04:00
Julian Lam
4e9cd8efc0 feat: track incoming requests by id, analytics increment for some metrics, ignore repeated requests by id
closes #12574
2024-05-14 12:07:18 -04:00
Julian Lam
b106a6a018 feat: added analytics.peek 2024-05-14 12:05:53 -04:00
Barış Soner Uşaklı
70d2a6249d Merge branch 'develop' into activitypub 2024-05-12 21:24:27 -04:00
Julian Lam
129017f735 fix: minor cleanup 2024-05-10 17:00:27 -04:00
Julian Lam
1fa9346563 refactor: #12553, buildRecipients so that it is separate from addressing in mocks.js 2024-05-10 15:30:45 -04:00
Julian Lam
b5b89038ac fix: Notes.delete to delete announcer zsets too 2024-05-10 14:40:04 -04:00
Julian Lam
2d7ca48d42 fix: rename api.activitypub.create.post to .note() 2024-05-10 14:32:00 -04:00
Julian Lam
d40d0b06ac fix: canPurge logic fault 2024-05-10 12:39:40 -04:00
Julian Lam
5bfde4c4a5 fix: allow remote content to skip isReady check on topic creation/reply 2024-05-10 12:37:02 -04:00
Julian Lam
0a1ad87d64 fix: Topic.isOwner check to handle remote users 2024-05-10 12:32:21 -04:00
Julian Lam
b67a7c3c15 fix: special handling for privsTopics.canPurge for remote posts 2024-05-10 12:13:36 -04:00
Julian Lam
9fbd48b152 fix: Posts.isMain cast pid to String instead 2024-05-10 12:07:28 -04:00
Julian Lam
9f44e99fae fix: special logic for purge privilege checks 2024-05-10 11:47:57 -04:00
Julian Lam
eda97da14a fix: unnecessary parseInt in post purge api method 2024-05-10 11:28:12 -04:00
Julian Lam
336ea1eeb6 fix: type error in attachment emptying method 2024-05-10 11:18:33 -04:00
Barış Soner Uşaklı
baada2fca7 fix: tag notification if pid is not int 2024-05-10 10:21:28 -04:00
Julian Lam
ccd187e000 feat: Note deletion logic and refactoring, #12551 2024-05-09 15:49:03 -04:00
Julian Lam
fdba684049 chore: some linting 2024-05-09 15:49:03 -04:00
Opliko
c973a9caba fix: encode most uses of pid to avoid more bugs like #12545 2024-05-09 11:25:05 +02:00
Opliko
43dfb60f91 fix: allow quoting AP posts, fixes #12545 2024-05-09 10:48:42 +02:00
Julian Lam
f404395962 feat: handle receipt of Update(Tombstone)
re: #12551
2024-05-07 14:01:31 -04:00
Julian Lam
6f9fa66006 fix: Update(Note) federation should only apply to local content 2024-05-07 12:43:27 -04:00
Julian Lam
96db519b79 feat: on post delete, federate out an Update(Tombstone) 2024-05-07 12:37:57 -04:00
Julian Lam
51089a347a fix: attach announcers and their followers to cc, not to targets, only attach announcers to targets 2024-05-07 12:34:07 -04:00
Julian Lam
5e9d47a1d8 feat: serve Tombstone objects for soft deleted posts
re: #12551
2024-05-07 12:16:23 -04:00
Julian Lam
0c0f01b560 test: refactor tests to support additional Note tests 2024-05-07 11:57:58 -04:00
Julian Lam
2cd9088c8d fix: bump harmony 2024-05-07 10:58:53 -04:00
Julian Lam
ac74d9c55e fix: inability to query local content via remote url 2024-05-07 10:58:39 -04:00
Julian Lam
9761526710 feat: ability to query remote users by webfinger handle 2024-05-07 10:11:36 -04:00
Opliko
a7aeabc80d fix: ensure consistent return type from notes.assert
For fully cached topics it returned bare tid instead of a { tid, count } object.

Typescript would fix this btw :)
2024-05-07 10:40:47 +02:00
Opliko
af98675808 fix: remove unnecessary check and guard against unsupported URIs before fetching 2024-05-06 23:57:47 +02:00
Opliko
22b42f11dd fix: handle retry queue invalidation across a cluster 2024-05-06 23:16:58 +02:00
Julian Lam
4cbb1f2a42 feat: support the ability to search for posts and users by url 2024-05-06 17:11:38 -04:00
Opliko
729f0fcac1 fix: use batch.processArray properly 2024-05-06 23:06:06 +02:00
Opliko
ea6e15bf08 refactor: use batch.processArray for sending AP messages 2024-05-06 22:52:48 +02:00
Opliko
50bc9a37c5 feat: basic retry queue 2024-05-06 22:49:31 +02:00
Julian Lam
4e7b12b925 fix: if an unknown post is navigated to by a logged-in user, automatically assert the post and add it to their inbox 2024-05-06 15:54:45 -04:00
Julian Lam
807c3eac12 feat: on post edit, also target anyone who announced the post and their followers
re: #12537
2024-05-06 15:14:32 -04:00
Julian Lam
e341a5d868 fix: bump harmony 2024-05-06 15:13:43 -04:00
Julian Lam
4e006adb58 fix: bump composer-default 2024-05-06 15:06:30 -04:00
Julian Lam
738d47c7db fix: save followersUrl to remote user hashes 2024-05-06 14:46:26 -04:00
Julian Lam
8de2352e64 fix: notifications for tag followers not being sent if author is a remote user 2024-05-06 11:13:33 -04:00
Julian Lam
05cdb7d920 fix: send topic title in context object 2024-05-03 14:43:04 -04:00
Julian Lam
109f423211 fix: partOf and type 2024-05-03 14:21:46 -04:00
Julian Lam
1a21c8add4 fix: if post count is less than posts per page, don't paginate in ordered collection 2024-05-03 14:16:32 -04:00
Julian Lam
4b29a1b91d refactor: context actor to serve an as:OrderedCollection instead of as:Page, and added context property (as per FEP-7888) to refer to it, changed audience to point to category 2024-05-03 14:11:25 -04:00
Opliko
32d1adf67d feat: add id to reject activity 2024-05-03 17:48:09 +02:00
Barış Soner Uşaklı
ae589ad71c Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-05-03 11:28:25 -04:00
Barış Soner Uşaklı
f24a1a34ce dont show tags from cid -1 2024-05-03 11:27:52 -04:00
Opliko
0336e8f0ad fix: send id for category announces 2024-05-03 17:15:55 +02:00
Julian Lam
3636dec76b chore: debug log 2024-05-01 14:47:07 -04:00
Julian Lam
119800d936 refactor: post announce logic to save to separate zset instead of to topic events, closes #12536 2024-05-01 14:44:29 -04:00
Julian Lam
5e2031977a fix: post deletion of remote posts 2024-04-30 21:59:27 -04:00
Julian Lam
6ac5a77976 fix: update title generator to include the punctuation, and also take into account question marks and exclamation marks 2024-04-30 11:41:34 -04:00
Julian Lam
fc3f3a7831 feat: openapi spec for acp category federation page 2024-04-30 11:20:59 -04:00
Julian Lam
449ffd66c3 fix: remove unneeded flagged property in favour of flagId, use existing language key for rescind-report
cc @oplik0
2024-04-30 10:57:25 -04:00
Opliko
61a595def2 feat: support rescinding user flags 2024-04-30 01:07:09 +02:00
Opliko
53b352d0d8 refactor: remove unnecessary flag routes added in 9ab1a2d 2024-04-30 00:39:32 +02:00
Julian Lam
b9d6aa4639 feat: slightly better title generation 2024-04-29 16:16:07 -04:00
Julian Lam
cf291a518d feat: help modal for world page 2024-04-29 12:48:06 -04:00
Julian Lam
b7ad4317cc fix: have category sync routes return full api response, openapi schema for that pair of routes 2024-04-29 11:45:40 -04:00
Julian Lam
596a5e4ba2 fix: update signature parsing logic to handle values with equal signs in them, closes #12538 2024-04-28 23:25:46 -04:00
Julian Lam
4d777552d8 Merge branch 'develop' into activitypub 2024-04-26 14:12:48 -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
Barış Soner Uşaklı
1ce986f7b5 chore: up widgets 2024-04-26 12:17:51 -04:00
Barış Soner Uşaklı
c041108b47 dont show tags from cid=-1. clicking it doesnt show topics 2024-04-26 12:15:14 -04:00
Barış Soner Uşaklı
fd35dd17b1 make /top faster too 2024-04-26 12:12:48 -04:00
Julian Lam
94eafe1df3 refactor: split activitypub tests to subfolder files 2024-04-26 11:30:08 -04:00
Julian Lam
5e776088c9 chore: lint 2024-04-26 10:45:53 -04:00
Julian Lam
e9df15bbb8 Merge branch 'develop' into activitypub 2024-04-26 10:41:18 -04:00
Julian Lam
af324dae55 feat: remove /world/all route, add intro header to /world 2024-04-25 15:47:00 -04:00
Julian Lam
7180819c21 Revert "fix: make sort work with world filters"
This reverts commit cd8a91fe89.
2024-04-25 15:47:00 -04:00
Opliko
ed84eed8a9 fix: better logic for choosing webfinger lookups 2024-04-25 20:05:53 +02:00
Opliko
dd71340af9 fix: don't look up webfinger when it's not necessary 2024-04-25 19:58:55 +02:00
Barış Soner Uşaklı
ee6779445b Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-04-25 11:25:54 -04:00
Barış Soner Uşaklı
a853dabdc4 remove cid=-1 2024-04-25 11:25:50 -04:00
Julian Lam
6964b1fd56 fix: update hasRelation condition to be true if cid is passed in in options 2024-04-25 11:20:34 -04:00
Barış Soner Uşaklı
9829a5300e Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-04-25 11:16:48 -04:00
Barış Soner Uşaklı
91c3434fda Merge branch 'develop' into activitypub 2024-04-25 11:16:42 -04:00
Opliko
1ecbf02a58 fix: handle requests to URI IDs correctly 2024-04-25 17:16:30 +02:00
Opliko
844d1402ba refactor: use URLSearchParams instead of multiple encodeURIComponent 2024-04-25 13:16:05 +02:00
Opliko
700016649d fix: handle URI actor IDs 2024-04-25 12:59:05 +02:00
Opliko
8fd4ae2d8f test: use encoded parameters in webfinger tests 2024-04-25 12:00:31 +02:00
Opliko
3d1e2cde6a fix: percent-encode outgoing webfinger requests
resolves #12531 - note that incoming percent-encoded webfinger works just fine :)
2024-04-25 11:59:20 +02:00
Opliko
ab055a77a2 feat: add id to Like
part of #12483
2024-04-22 11:40:31 +02:00
Julian Lam
2ce3a11645 feat: handle 1b14 announce for remote content too 2024-04-19 23:36:43 -04:00
Julian Lam
59021d8a9f fix: bump harmony 2024-04-17 13:39:45 -04:00
Julian Lam
3721f8196d fix: icon:text and icon:bgColor for remote users 2024-04-17 13:29:26 -04:00
Opliko
f802564e64 feat: resolve Crate and Announce activities 2024-04-17 19:19:09 +02:00
Julian Lam
a9a7fd1ecd fix: handle Announce(Create(Note)) 2024-04-17 12:55:15 -04:00
Julian Lam
dce334461a fix: use system pseudo-user for topic move call 2024-04-16 14:27:21 -04:00
Julian Lam
49a64dc7a7 fix: if the topic already existed in -1, move it to another category if one was passed in options 2024-04-16 14:17:47 -04:00
Julian Lam
452cb0a9aa feat: utility functions to get local followers/counts given a remote actor uri, plumb cid into notes.assert via inbox.announce if a local cid is following the sending actor 2024-04-16 14:00:01 -04:00
Julian Lam
1253ded7d5 chore: minor cleanup 2024-04-16 13:38:05 -04:00
Julian Lam
407dda78e1 fix: add back reverse lookup for notes assertion checking via cids 2024-04-15 16:28:57 -04:00
Julian Lam
59a9dd8436 refactor: stub routes for category synchronization, refactor remote follow logic to allow categories to conduct follows as well 2024-04-15 16:18:12 -04:00
Julian Lam
b7ff7be28f fix: actors.assert should return false if webfinger cannot resolve to an id 2024-04-15 13:37:00 -04:00
Julian Lam
b7629c6ef7 feat: send id back during accepts 2024-04-15 09:48:58 -04:00
Opliko
026449dc4a fix: support reporting remote content in Flag 2024-04-14 02:42:30 +02:00
Opliko
a1a7fb77da feat: handle Undo(Flag) 2024-04-14 02:02:17 +02:00
Opliko
c1dfa8d2fe feat: send undo when rescinding/deleting a report 2024-04-14 01:52:07 +02:00
Opliko
2a2b855fe2 feat: federate flag creation 2024-04-14 00:51:53 +02:00
Opliko
7bacbf76f0 feat: bulk purge flags 2024-04-14 00:20:46 +02:00
Opliko
9ab1a2d129 feat: rescind post flags 2024-04-14 00:07:55 +02:00
Julian Lam
7c4ae8eb82 fix: #12505, convert relative urls in links and images into absolute urls, uses same logic as for emails 2024-04-12 15:30:59 -04:00
Julian Lam
6befff5e11 fix: #12502, improper decrement 2024-04-12 14:46:15 -04:00
Julian Lam
64258dac19 fix: send userslug in preferredUsername 2024-04-12 14:26:37 -04:00
Julian Lam
50f31b236a fix: wrong variable name 2024-04-12 14:13:46 -04:00
Julian Lam
fdbd30dc23 feat: integrate post uploads into attachments for outgoing note mocks 2024-04-12 14:08:28 -04:00
Julian Lam
bb4e418dde fix: change default attachment type to Link, or Image if mediaType matches 2024-04-12 12:56:18 -04:00
Julian Lam
c3365908b8 fix: save modified actor back to req.body 2024-04-12 11:08:31 -04:00
Opliko
4d07ca4c6a feat: add id to profile updates 2024-04-12 16:43:33 +02:00
Opliko
18ba2e38ec feat: noremalize actor property in middleware 2024-04-12 16:42:54 +02:00
Julian Lam
52271caec2 fix: you scurvy cur! 2024-04-11 15:23:19 -04:00
Julian Lam
4d23a837fa fix: handle (created) and (expires) in http signatures 2024-04-11 15:20:59 -04:00
Julian Lam
f783338621 fix: #12496, url in schema 2024-04-11 13:43:29 -04:00
Julian Lam
525b7c2cee feat: save remote post url into hash for use 2024-04-11 13:25:37 -04:00
Julian Lam
f5ea470df4 fix: handle remote userslugs with non-lowercase letters 2024-04-11 12:52:21 -04:00
Julian Lam
8d0876b8d7 fix: send hs2019 as algo (to match cavage-12, handle incoming algorithm value 2024-04-11 10:39:51 -04:00
Julian Lam
6fc6cc33cd feat: note attachments via link preview plugin 2024-04-10 22:01:50 -04:00
Julian Lam
b8daa02fa8 fix: bump harmony 2024-04-10 22:01:50 -04:00
Opliko
959e1820cd fix: throw errors when local objects don't exist 2024-04-10 18:50:41 +02:00
Julian Lam
e0f542c912 fix: #12493, send unescaped fullname through via AP if displayname is set/used 2024-04-10 12:17:07 -04:00
Julian Lam
465a46f2e6 fix: send only the id into actors.assert 2024-04-10 12:17:07 -04:00
Opliko
c92b5e07a7 fix: use a slightly better error code to indicate object resolution failure 2024-04-10 18:15:50 +02:00
Opliko
3cc09d204f feat: add ids for undoing follows 2024-04-10 01:11:49 +02:00
Opliko
66b0d81caf feat: send back follow id in Accept 2024-04-10 00:30:46 +02:00
Opliko
e0166cccb2 fix: assume object is full object and not just id everywhere 2024-04-10 00:26:01 +02:00
Opliko
962c63511c fix: use resolved object in likes 2024-04-10 00:20:16 +02:00
Opliko
b6168202ae fix: reject accepts of invalid follows and return when already following 2024-04-10 00:17:14 +02:00
Opliko
41f77f8f1b fix: handle resolved objects in flag 2024-04-10 00:06:24 +02:00
Opliko
72dbcfe3d9 feat: add id to follows and verify accepts 2024-04-09 23:58:52 +02:00
Opliko
b921f8d167 refactor: use a helper to resolve actor URI 2024-04-09 23:58:25 +02:00
Opliko
102c174e03 feat: resolve objects from ids in middleware 2024-04-09 23:58:00 +02:00
Julian Lam
d437d969cc feat: filter out topics in cid -1 from tagged topics page, closes #12489 2024-04-09 15:13:31 -04:00
Opliko
fcd5447cd4 feat: sign public key requests
Lack of this signature resulted in ironically failing the verification of signed requests from Mastodon instanced configured to require signed get...
2024-04-09 19:27:35 +02:00
Julian Lam
464dd8067d fix: additional verbose logging for signature verification 2024-04-09 11:29:57 -04:00
Julian Lam
6b169e048e fix: bump mentions 2024-04-09 10:48:23 -04:00
Julian Lam
86107535db fix: default to showing alternate as link to the post object 2024-04-08 16:08:41 -04:00
Julian Lam
de83d6b01c fix: pid via index calculation 2024-04-08 15:41:33 -04:00
Julian Lam
4e0d7dd364 feat: populate and send link tag/header respectively for activitypub-enabled content 2024-04-08 14:46:07 -04:00
Opliko
c30c12881c fix: support ldjson with ActivityStreams profile in actor queries 2024-04-08 20:06:26 +02:00
Opliko
2d1524eeff fix: early return on invalid actor 2024-04-06 19:10:49 +02:00
Opliko
e25f06212f fix: use actor id in flags 2024-04-06 19:10:13 +02:00
Opliko
d9eba6d297 feat: basic AP Flag support 2024-04-06 19:00:52 +02:00
Opliko
cd8a91fe89 fix: make sort work with world filters 2024-04-06 02:26:54 +02:00
Opliko
5c1c1d2182 fix: uppercase digest algorithm name for compatibility reasons
Mastodon works with either, but Mbin actually requires uppercased name
2024-04-06 02:06:41 +02:00
Opliko
9fc194e3a8 feat: send unique identifiers for note activities 2024-04-06 01:50:39 +02:00
Opliko
8003b00acd Revert "feat: log all post edits to the event log, return eid when logging events, plumb eid into Update(Note) to federate out as a unique id"
This reverts commit 83392f3ca2.
2024-04-06 01:18:46 +02:00
Julian Lam
cbfc8d252d fix: better handle null return from notes.assert 2024-04-05 16:09:19 -04:00
Julian Lam
86caf237bf fix: bump mentions 2024-04-05 16:04:31 -04:00
Julian Lam
719bb0a0ec chore: add verbose logging to middleware.validate 2024-04-05 16:03:41 -04:00
Julian Lam
f40df38786 fix: actor assertion logic to ignore loopback urls 2024-04-05 11:37:23 -04:00
Julian Lam
983153fbba fix: lol 2024-04-04 13:14:40 -04:00
Julian Lam
42bdffdc94 fix: maybe last tweak 2024-04-04 13:02:16 -04:00
Julian Lam
ae146024af fix: tweak upgrade script again 2024-04-04 12:33:07 -04:00
Julian Lam
166e3e2f95 fix: tweak upgrade script again 2024-04-04 12:26:24 -04:00
Julian Lam
442e98e4da fix: add timeout on activitypub.get, tweak upgrade script 2024-04-04 12:22:13 -04:00
Julian Lam
943cef6da2 feat: upgrade script to re-assert all known actors to save URL into hash, and bump mentions 2024-04-04 12:12:15 -04:00
Julian Lam
0b2faf21f9 Merge remote-tracking branch 'origin/develop' into activitypub 2024-04-03 13:50:10 -04:00
Julian Lam
59709a3cb2 fix: tests, save actor URL into userRemote hash 2024-04-03 13:49:27 -04:00
Julian Lam
1084f21d47 fix: show locally captured remote posts when browsing remote profiles 2024-04-03 11:21:19 -04:00
Julian Lam
e828e87ec7 fix: have getCidsByPrivilege include cid -1 when set is categories:cid 2024-04-02 16:47:44 -04:00
Julian Lam
893788a2fc fix: updateLastOnlineTime for remote uids 2024-04-02 16:43:41 -04:00
Julian Lam
2cbc391382 fix: bump harmony 2024-03-29 23:34:25 -04:00
Opliko
d1fa6a596b feat: sorting an filtering in /world 2024-03-28 17:07:34 +01:00
Opliko
a3dce46371 fix: adjust world schema 2024-03-28 13:20:30 +01:00
Opliko
e266b44745 feat: make the /api/world data more category-like 2024-03-28 13:14:02 +01:00
Opliko
3c6966fb0f feat: add more properties from /category to /world 2024-03-28 11:57:43 +01:00
Opliko
495d5435f5 fix: redirect to /api/world for API requests 2024-03-28 11:54:24 +01:00
Opliko
e0138cbede feat: follow redirects in API 2024-03-28 11:53:49 +01:00
Julian Lam
a38d0c14ab Revert "refactor: use getSortedSetUnion in syncUserInboxes instead"
This reverts commit 6c1a0fb1dc.
2024-03-26 16:41:51 -04:00
Julian Lam
f078e1e267 fix: lint 2024-03-26 13:44:23 -04:00
Julian Lam
4fcd2bb2d9 fix: skip notes.assert checks for Announce(Note) if it's a remote object, do our own checks; #12442 2024-03-26 13:40:18 -04:00
Julian Lam
6c1a0fb1dc refactor: use getSortedSetUnion in syncUserInboxes instead 2024-03-26 13:39:34 -04:00
Julian Lam
5efe8abd15 Revert "add 1 ||"
This reverts commit c2890a3e74.
2024-03-26 13:20:12 -04:00
Julian Lam
dff5d1c6cd fix: getSortedTopics; filter out topics in cid -1 unless explicitly asked for 2024-03-26 13:09:53 -04:00
Barış Soner Uşaklı
0e2daa58aa Merge branch 'develop' into activitypub 2024-03-26 12:59:02 -04:00
Julian Lam
8dcdf8ef3b fix: #12444 add uncategorized topics counted stats to separate sorted set 2024-03-26 11:34:14 -04:00
Barış Soner Uşaklı
c2890a3e74 add 1 || 2024-03-26 10:41:29 -04:00
Barış Soner Uşaklı
550e522fe9 chore: up harmony 2024-03-26 10:37:17 -04:00
Barış Soner Uşaklı
017a57e645 Merge branch 'develop' into activitypub 2024-03-26 10:35:15 -04:00
Julian Lam
55e947a01d feat: add checks to only continue with topic assertion if there is a relation to existing content, #12442 2024-03-26 10:22:17 -04:00
Julian Lam
2688b6bbdc feat: add assertion lock on activitypub.notes.assert 2024-03-25 14:55:25 -04:00
Julian Lam
ac765f1e01 refactor: use one internal rejection method 2024-03-25 13:25:17 -04:00
Barış Soner Uşaklı
2ffdbebd21 Merge branch 'develop' into activitypub 2024-03-22 19:45:59 -04:00
Julian Lam
1fb3c4fda6 fix: undefined object in notes.assert 2024-03-22 16:21:32 -04:00
Julian Lam
bab41d129a fix: typo 2024-03-22 16:01:05 -04:00
Julian Lam
04c743eb4a feat: have category actor send Announce(Note) on remote replies to topics in a cid
#12434
2024-03-22 15:28:01 -04:00
Julian Lam
4ee8519d0c chore: move assertTopic to top of file, rename to assert
... despite the diff, that's all this commit did
2024-03-22 14:54:53 -04:00
Julian Lam
e0f6b7074b fix: restore userOrGroupExists, as alias to slugTaken 2024-03-22 14:42:29 -04:00
Julian Lam
7df5cabb76 feat: have category actor send Announce(Note) activity on posts from that cid
re: #12434
2024-03-22 14:39:20 -04:00
Julian Lam
803975fd97 fix: send handle as category actor's preferredUsername, #12434 2024-03-22 13:06:09 -04:00
Julian Lam
9dc20d0c54 feat: ability to update category handles
#12434
2024-03-22 12:59:24 -04:00
Julian Lam
3cc99a178e feat: category handles, #12434 2024-03-22 12:39:48 -04:00
Julian Lam
aafdefa7d6 fix: use CategoryObject in admins-mods schema def 2024-03-22 12:37:52 -04:00
Julian Lam
65bb866654 fix: only send activitypub+json links via webfinger if activitypub is global enabled 2024-03-22 12:29:41 -04:00
Julian Lam
9c03e6e93c fix: bump harmony 2024-03-22 11:08:40 -04:00
Julian Lam
003c64690f fix: resolve interoperability issues with Misskey, et al.
Full credit to @jfietkau for the hint that led to this fix.
2024-03-21 16:23:43 -04:00
Julian Lam
da2a1e207a fix: bump harmony 2024-03-21 14:55:25 -04:00
Julian Lam
9a5d4ffb2d feat: rename 'world' category to 'uncategorized' 2024-03-21 14:12:31 -04:00
Julian Lam
8f131b71ee fix: issue where cid -1 appeared in all category searches 2024-03-21 14:01:51 -04:00
Julian Lam
17f62f249d feat: plumb pid into return data from posts.loadPostTools, add link to view original post, for remote content
closes #12433
2024-03-21 13:48:07 -04:00
Julian Lam
2756aae7be fix: bump harmony 2024-03-21 00:43:22 -04:00
Julian Lam
2408ecd8dc fix: post urls to use prefix instead of linking out directly to origin server, exposed encodeURIComponent as a template helper for themes 2024-03-21 00:41:53 -04:00
Julian Lam
6fa43b9ef0 Revert "fix: urls in posts and announces"
This reverts commit 4fb6574cf7.
2024-03-20 23:18:12 -04:00
Julian Lam
c9985c5cd6 Revert "fix: missing invocation of generatePostUrl in generateRepliedTo helper"
This reverts commit a08b2efb5e.
2024-03-20 23:11:32 -04:00
Julian Lam
5a2d17dfd1 fix: regression that caused S2S calls to topics to return with a 404 2024-03-20 23:06:45 -04:00
Opliko
d75894eb9b feat: add TTL cache for Actors.assert 2024-03-21 00:25:27 +01:00
Barış Soner Uşaklı
1027c6e6dd Merge branch 'develop' into activitypub 2024-03-20 12:20:57 -04:00
Opliko
953231fc90 feat(activitypub): show world category in selectors
Allows for posting to World, showing World in unread/recent/etc

also removes now-unnecessary special case for privileges
2024-03-18 01:50:11 +01:00
Julian Lam
5f60f75f7d fix: restore accidentally removed calls to updateLocalRecipients and saveAttachments 2024-03-15 16:38:00 -04:00
Julian Lam
c76d4018f2 fix: properly handle empty fields param 2024-03-15 12:07:33 -04:00
Julian Lam
7af0715146 fix: circular object ref.
getCategoriesFields was returning full pseudo-category object even if fields were specific, now it only returns fields requested.
navigating to /category/-1 now redirects to /world
2024-03-15 12:00:23 -04:00
Barış Soner Uşaklı
a84dba271c chore: up harmony 2024-03-14 19:35:29 -04:00
Julian Lam
ccd9c7ed85 fix: tweak maxTags handling 2024-03-14 14:48:35 -04:00
Julian Lam
ff6cc90ca5 fix: bump mentions 2024-03-14 14:43:17 -04:00
Julian Lam
1a92239c15 fix: send topic notif on reply 2024-03-14 13:50:43 -04:00
Julian Lam
44a183dd84 fix: typo 2024-03-14 13:41:04 -04:00
Julian Lam
0a2482cf51 fix: double-OP issue when remote reply comes in to local mainPid 2024-03-14 13:28:57 -04:00
Julian Lam
7aa56c727b fix: filter out system tags and prune extra tags beyond number allowed, when creating topic from remote data 2024-03-14 13:28:57 -04:00
Barış Soner Uşaklı
e389aec288 Merge branch 'develop' into activitypub 2024-03-14 12:12:31 -04:00
Julian Lam
ebd750b4c7 fix: resolve toPid to local pid if able 2024-03-14 00:17:45 -04:00
Julian Lam
c346177bb9 fix: tweak user.search to better handle local usernames with colons in them 2024-03-13 15:41:41 -04:00
Julian Lam
83392f3ca2 feat: log all post edits to the event log, return eid when logging events, plumb eid into Update(Note) to federate out as a unique id 2024-03-13 15:27:59 -04:00
Julian Lam
0bfdbb6a5c feat: if Update(Note) is received for a post that does not already exist, assert it 2024-03-13 15:05:42 -04:00
Julian Lam
c5c0c47393 chore: lint 2024-03-13 11:45:28 -04:00
Julian Lam
81b319f494 fix: accidental saving of ephemeral _activitypub object into db, should plumb into hooks only 2024-03-13 11:19:50 -04:00
Julian Lam
c6624b6341 chore: remove now-unused notes.assert 2024-03-13 11:07:38 -04:00
Julian Lam
519e025e27 feat: return count of new notes in assertTopic 2024-03-13 11:03:08 -04:00
Julian Lam
338c568c99 fix: handle actor assertion failure if mocked profile does not have a fullname 2024-03-13 10:56:00 -04:00
Julian Lam
f7c8967ee2 refactor: use topics.post, topics.reply, and posts.edit in Create(Note), Create(Note), and Update(Note), respectively 2024-03-12 14:24:38 -04:00
Julian Lam
52c143aa03 fix: template helper 2024-03-12 13:27:29 -04:00
Julian Lam
4b2495b5aa fix: tests 2024-03-12 12:03:16 -04:00
Julian Lam
01f7af9291 fix: remove unused param in addParentPosts 2024-03-12 11:39:26 -04:00
Julian Lam
eb8ff75b63 fix: only dereference id if it doesn't exist locally — fewer calls 2024-03-12 11:33:40 -04:00
Julian Lam
b1491ca3cd fix: specify param for api test for /world 2024-03-12 11:08:57 -04:00
Julian Lam
9cd6b496ba fix: AP S2S handling for /user/:userslug route 2024-03-12 10:41:47 -04:00
Barış Soner Uşaklı
ba3eae7a64 Merge branch 'develop' into activitypub 2024-03-11 20:40:08 -04:00
Julian Lam
5768a4377b fix: handle fetch failures on helpers.query 2024-03-11 14:41:05 -04:00
Julian Lam
8bf6130d17 Merge branch 'develop' into activitypub 2024-03-11 11:42:21 -04:00
Julian Lam
ceab77e43b fix: more duplicate detection in to/cc 2024-03-11 11:40:24 -04:00
Julian Lam
17c55922d4 fix: markAsRead to handle remote topics 2024-03-11 00:06:12 -04:00
Julian Lam
90e7d3a1c6 fix: parse questions like a post 2024-03-10 22:24:25 -04:00
Julian Lam
1e6632392b fix: properly build recipients... old logic was just plain wrong :shipit: 2024-03-09 21:09:59 -05:00
Barış Soner Uşaklı
66b4dc2c96 chore: up harmony 2024-03-09 08:55:06 -05:00
Julian Lam
97e5b0fdad fix: reallow topic:read privilege for fediverse group 2024-03-08 20:53:13 -05:00
Julian Lam
08184f29c1 Revert "fix: pass proper uid to privilege check in AP note federation"
This reverts commit 95427c4af7.
2024-03-08 20:45:54 -05:00
Julian Lam
00101d9e29 fix: only serve local posts via S2S when queried 2024-03-08 20:45:51 -05:00
Julian Lam
6423d514ff fix: note not federated out to mentioned users' inboxes 2024-03-08 14:06:23 -05:00
Julian Lam
f31d8c2e9b feat: add /world and /world/all to available nav items 2024-03-08 12:33:21 -05:00
Julian Lam
6aece6893b fix: update styling of available nav items in ACP 2024-03-08 12:33:21 -05:00
Barış Soner Uşaklı
d31978b3a8 chore: up harmony 2024-03-07 18:52:17 -05:00
Barış Soner Uşaklı
c7e2b0a2b0 Merge branch 'develop' into activitypub 2024-03-07 18:50:37 -05:00
Julian Lam
39da3ab668 fix: remove unresolvable actors from parsing prior to mocking profile 2024-03-07 16:59:40 -05:00
Julian Lam
4a8b06e815 fix: send explicitly empty array for attachment prop in mocks.note 2024-03-07 16:47:09 -05:00
Julian Lam
6999bd68e2 fix: remove some privs from fediverse in world category 2024-03-07 15:51:30 -05:00
Julian Lam
28f38b2687 fix: inability to retrieve previously-unknown remote users via url manipulation 2024-03-07 15:39:42 -05:00
Julian Lam
81b81e540a fix: tags received via AP should only be of type Hashtag (as mentions are also in tag prop 2024-03-07 15:11:43 -05:00
Julian Lam
beaedc86aa fix: data schema of reject activities 2024-03-07 13:46:20 -05:00
Julian Lam
9f8c706f23 fix: fallbacks for if preferredUsername is not set 2024-03-07 13:16:13 -05:00
Julian Lam
95427c4af7 fix: pass proper uid to privilege check in AP note federation 2024-03-06 15:07:56 -05:00
Julian Lam
0c2cfbe7a0 chore: lint 2024-03-06 14:59:49 -05:00
Julian Lam
4c2cbb5b12 fix: remove console logging 2024-03-06 14:58:15 -05:00
Julian Lam
5b74f6dac5 fix: move fallback 0 return in parseIntFields to other side of ternary conditional 2024-03-06 11:47:46 -05:00
Julian Lam
f368a1a87f fix: remove intFields hack and update db.parseIntFields to only parseInt if field value is a number 2024-03-06 11:45:34 -05:00
Barış Soner Uşaklı
cda25bb646 Merge branch 'develop' into activitypub 2024-03-06 11:40:41 -05:00
Barış Soner Uşaklı
385b8c8a52 Merge branch 'develop' into activitypub 2024-03-06 11:40:12 -05:00
Barış Soner Uşaklı
706fa17429 Merge branch 'develop' into activitypub 2024-03-06 10:34:36 -05:00
Julian Lam
6671b51169 fix: truthy check in notes.assert 2024-03-05 14:52:52 -05:00
Julian Lam
aef1215fd6 fix: remote user avatars in notifications 2024-03-05 14:42:25 -05:00
Julian Lam
ae09aa2086 fix: bump mentions 2024-03-05 14:26:33 -05:00
Julian Lam
e4c1ca1ede feat: mentions support 2024-03-05 14:26:33 -05:00
Julian Lam
1b64fdb5b3 feat: allow user.search to handle remote handles, beginning of mentions support 2024-03-05 14:26:33 -05:00
Barış Soner Uşaklı
07c1ea2876 Merge branch 'develop' into activitypub 2024-03-04 16:09:11 -05:00
Barış Soner Uşaklı
63e2dc9ae4 string 2024-02-29 16:48:43 -05:00
Barış Soner Uşaklı
038f726b23 testing popular sorting 2024-02-29 16:47:09 -05:00
Julian Lam
c707a32aa9 feat: integrate notifications for remote likes, follows, and announces.
Rescind notification as necessary.
2024-02-29 16:10:01 -05:00
Barış Soner Uşaklı
0f99ae1f45 pre.3 2024-02-29 15:14:55 -05:00
Barış Soner Uşaklı
cb8d38ee2f Squashed commit of the following:
commit 072a11b89f
Merge: 25ef62dc6b 8fb0ed82b8
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 13:10:01 2024 -0500

    Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop

commit 25ef62dc6b
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 13:09:56 2024 -0500

    chore: up harmony

commit 8fb0ed82b8
Author: Misty Release Bot <deploy@nodebb.org>
Date:   Thu Feb 29 18:08:50 2024 +0000

    chore(i18n): fallback strings for new resources: nodebb.themes-harmony

commit 96bc5d6f84
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 13:08:25 2024 -0500

    add harmony setting label

commit 516c8d0424
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 12:53:39 2024 -0500

    chore(deps): update commitlint monorepo to v19 (#12369)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit a8abc7aea4
Merge: 3aaa072756 aa6859dfae
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 10:42:42 2024 -0500

    Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop

commit 3aaa072756
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 10:42:37 2024 -0500

    chore: up peace

commit aa6859dfae
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 10:42:16 2024 -0500

    fix(deps): update dependency nodemailer to v6.9.11 (#12380)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 2c3540b25c
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 10:42:07 2024 -0500

    fix(deps): update dependency express to v4.18.3 (#12379)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit c8a5e24aee
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 10:39:02 2024 -0500

    test: fix test

commit 5556c1d549
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 10:29:37 2024 -0500

    add missing btn class

commit fb98dc054d
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 09:43:17 2024 -0500

    fix(deps): update dependency nodebb-plugin-markdown to v12.2.6 (#12371)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 9de0ab3165
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 09:42:13 2024 -0500

    fix(deps): update dependency archiver to v7 (#12374)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 131d2fe78b
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 09:41:56 2024 -0500

    fix(deps): update dependency chart.js to v4.4.2 (#12376)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 0ab1982cb8
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Feb 29 09:41:37 2024 -0500

    chore(deps): update dependency smtp-server to v3.13.3 (#12378)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 65f3c73493
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Thu Feb 29 09:31:17 2024 -0500

    chore: up peace

commit a5101dcbe1
Author: Misty Release Bot <deploy@nodebb.org>
Date:   Thu Feb 29 09:19:05 2024 +0000

    Latest translations and fallbacks

commit 0f11533c23
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Wed Feb 28 16:04:25 2024 -0500

    cache page changes

commit 53b3c5d669
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Wed Feb 28 11:41:18 2024 -0500

    feat: add chat widget areas, closes #12375

commit 1ed4d76363
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Feb 28 11:14:20 2024 -0500

    fix(deps): update dependency bootswatch to v5.3.3 (#12373)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit ea99401a0d
Merge: f4c651fe25 caf8722fd5
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Wed Feb 28 09:19:09 2024 -0500

    Merge branch 'master' into develop

commit caf8722fd5
Author: Misty Release Bot <deploy@nodebb.org>
Date:   Wed Feb 28 14:17:10 2024 +0000

    chore: update changelog for v3.6.7

commit 78b8fab3e7
Author: Misty Release Bot <deploy@nodebb.org>
Date:   Wed Feb 28 14:17:09 2024 +0000

    chore: incrementing version number - v3.6.7

commit f4c651fe25
Author: Misty Release Bot <deploy@nodebb.org>
Date:   Wed Feb 28 09:18:50 2024 +0000

    Latest translations and fallbacks

commit 5eb503440d
Merge: 7207814b90 5f597dc97f
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Tue Feb 27 15:22:23 2024 -0500

    Merge branch 'master' into develop

commit 5f597dc97f
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Tue Feb 27 15:13:06 2024 -0500

    align center

commit 107f5613bf
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Tue Feb 27 15:07:23 2024 -0500

    fix: #12372, fix manual digest buttons

commit 7207814b90
Author: Barış Soner Uşaklı <barisusakli@gmail.com>
Date:   Tue Feb 27 09:20:44 2024 -0500

    feat: add hook into user.posts.isReady

    can be used to disable post delays or apply custom logic
    closes https://github.com/NodeBB/NodeBB/pull/12367

commit 1df37c0153
Author: Misty Release Bot <deploy@nodebb.org>
Date:   Tue Feb 27 09:19:09 2024 +0000

    Latest translations and fallbacks
2024-02-29 15:04:29 -05:00
Julian Lam
e1c4311299 feat: federate tags out on new post (if new topic) 2024-02-29 11:35:07 -05:00
Julian Lam
f5a610797c refactor: use topics.create internal method instead of directly setting topic hash, handle incoming tags for OP 2024-02-29 11:19:56 -05:00
Julian Lam
1ca9994f43 fix: properly handle if mainPid is not a number 2024-02-29 00:06:59 -05:00
Julian Lam
b529610bba fix: mainPid detection in unprocessed ids in assertTopic 2024-02-28 21:50:43 -05:00
Julian Lam
0cf6af9b6c fix: redir on bad world filter 2024-02-28 14:10:21 -05:00
Julian Lam
8cb984d44c fix: serve fallback images on category actor 2024-02-28 14:07:27 -05:00
Julian Lam
44452a3b6e fix: bump markdown 2024-02-28 13:48:49 -05:00
Julian Lam
a08b2efb5e fix: missing invocation of generatePostUrl in generateRepliedTo helper 2024-02-28 13:33:41 -05:00
Julian Lam
bdcd862c1b refactor: assertTopic to only call setObject when it is a new topic 2024-02-28 13:29:21 -05:00
Julian Lam
96a3a7465f fix: unable to process Update(Person) 2024-02-28 13:14:15 -05:00
Julian Lam
d51f5e5922 fix: crash in resolveLocalId if Number is passed in 2024-02-28 12:54:54 -05:00
Julian Lam
0b6b86d132 fix: missing await, and handle local posts with no toPid (i.e. reply to OP) 2024-02-28 12:45:11 -05:00
Julian Lam
a3368a6904 fix: don't overwrite title if present, on assertTopic 2024-02-27 15:25:13 -05:00
Julian Lam
b189427621 fix: bump markdown 2024-02-27 11:48:14 -05:00
Julian Lam
281e9d6e8c fix: copy fixes, rename upgrade script, disable federation on upgrades 2024-02-27 11:35:00 -05:00
Julian Lam
10abb82e8a fix: update ap-related deps to prerelease versions 2024-02-27 11:25:55 -05:00
Julian Lam
3d83a1752e Merge remote-tracking branch 'origin/develop' into activitypub 2024-02-26 16:32:45 -05:00
Julian Lam
77a3efb43c feat: restrict loopback calls 2024-02-26 16:12:40 -05:00
Julian Lam
5f85e70006 fix: defer federation of new topics when topic is scheduled, tie activitypub api module to global enable toggle 2024-02-26 15:39:09 -05:00
Julian Lam
aadac7053a tests: fix privileges in test runner 2024-02-26 14:22:35 -05:00
Julian Lam
563db78f87 fix: lint 2024-02-26 13:47:55 -05:00
Julian Lam
1bd8f9a1fa feat: fine-grained privileges integration for fediverse users and world pseudo-category 2024-02-26 11:39:32 -05:00
Julian Lam
28370b1043 fix: put postcount retrieval behind try..catch so errors are handled appropriately 2024-02-26 11:34:03 -05:00
Julian Lam
b011595198 fix: side-effects from adding toPid to post intFields (now removed) 2024-02-22 10:08:44 -05:00
Julian Lam
3a870360c4 fix: revert introduction of toPid into post intFields, manually cast toPid as int in getPostSummaryByPids if present and numeric 2024-02-21 15:15:59 -05:00
Julian Lam
eaba2aa37f feat: temporarily deny handling non-public notes 2024-02-21 14:58:52 -05:00
Julian Lam
49c69a0f6a feat: shared inbox 2024-02-21 14:44:23 -05:00
Julian Lam
175521ba67 test: fix well-known error code repsonse 2024-02-21 14:37:21 -05:00
Julian Lam
92a8951bca fix: check origin only if object is a string 2024-02-21 14:05:54 -05:00
Julian Lam
a94341f489 feat: security, cross-check key ownership against received actor 2024-02-21 13:43:56 -05:00
Julian Lam
ed4ccbfccc refactor: resolveId method, add hostname verification 2024-02-21 10:58:20 -05:00
Julian Lam
42a0924137 test: refactor AP tests 2024-02-21 10:26:26 -05:00
Julian Lam
e138b915b9 test: fix tests 2024-02-20 15:01:38 -05:00
Julian Lam
3e02efcdb9 lint: unused requires, linting fixes 2024-02-20 14:26:21 -05:00
Julian Lam
893dd523ca fix: send string to validator 2024-02-20 14:23:53 -05:00
Julian Lam
53d1c10ec4 fix: regression re: attachment handling 2024-02-20 14:19:50 -05:00
Julian Lam
31fd135f6e fix: parseIntFields for tids 2024-02-20 14:09:06 -05:00
Julian Lam
cfbbf4ca86 fix: handle undo(Announce) of remote notes 2024-02-20 13:43:45 -05:00
Julian Lam
d77de088e6 Merge remote-tracking branch 'origin/develop' into activitypub 2024-02-20 12:08:53 -05:00
Julian Lam
6a7f8f146f fix: assert actors on note assertion, resolve crash if announcing something that's already been announced 2024-02-20 11:57:50 -05:00
Julian Lam
0edaf17c6a fix: don't crash when no attachment, oops 2024-02-16 15:59:04 -05:00
Julian Lam
e5b6ee97bd feat: attachments support 2024-02-16 12:07:29 -05:00
Julian Lam
8b0ccc8090 fix: sanitize post remote post content regardless 2024-02-14 22:53:27 -05:00
Julian Lam
068c4fa90e fix: wrong id parsed in announce 2024-02-14 22:53:14 -05:00
Julian Lam
56cfae0766 fix: accidental overwrite of hoisted internal variable 2024-02-14 11:56:21 -05:00
Julian Lam
5c04e8051c fix: include mainPid in topic counts calculation 2024-02-14 11:38:31 -05:00
Julian Lam
19d017b942 fix: guests visiting /world should see all remote topics 2024-02-14 10:44:13 -05:00
Julian Lam
6a11c89b90 fix: timestamp calculation 2024-02-14 10:23:06 -05:00
Julian Lam
76d5feb7d6 fix: better handling of missing of invalid to, cc, timestamp values 2024-02-13 12:03:16 -05:00
Julian Lam
814c479405 fix: remote announces not showing up in local inboxes 2024-02-12 16:23:21 -05:00
Julian Lam
9439987eda fix: handle inaccessible boosts 2024-02-12 15:25:49 -05:00
Julian Lam
672a907d54 fix: remove invalid/inaccessible object from parent traversal chain on get error 2024-02-12 15:05:18 -05:00
Julian Lam
609a9a37e5 fix: handle invalid score 2024-02-12 15:01:10 -05:00
Julian Lam
22da3a6a80 fix: mainPid accidental int 2024-02-12 14:59:13 -05:00
Julian Lam
69f1ace3e5 fix: getParentChain error handling 2024-02-12 14:54:13 -05:00
Julian Lam
d13980c8fb fix: take mainPid into account in syncUserInboxes 2024-02-12 14:51:21 -05:00
Julian Lam
de71b733f8 fix: typo 2024-02-12 14:41:22 -05:00
Julian Lam
8912863423 feat: save tids to individual user inboxes based on recipient list, new /world/all route 2024-02-12 14:34:37 -05:00
Julian Lam
da085b0ece feat: save actor follower URL backreference and sorted set backreference 2024-02-12 14:32:55 -05:00
Julian Lam
401b4c5fa6 fix: stringify error body in ap.send 2024-02-09 11:37:22 -05:00
Julian Lam
12968b6291 fix: activitypub.get failure handling 2024-02-09 11:31:42 -05:00
Julian Lam
ce4b5679a2 fix: only log warning on ap.send failure 2024-02-09 11:24:03 -05:00
Julian Lam
5fee4e3306 fix: rejig some tertiary conditionals, fix broken inReplyTo when toPid is not defined and mainPid is a remote post 2024-02-09 11:18:23 -05:00
Julian Lam
11dba85d0a fix: resolveLocalId to return null values instead of throwing for no resolution 2024-02-09 11:15:03 -05:00
Julian Lam
ac56289fa2 fix: don't crash on activitypub.send non-2xx, better logging for successful sends 2024-02-08 21:34:26 -05:00
Julian Lam
874b24cbcf feat: infinite scrolling for /world 2024-02-08 12:29:20 -05:00
Julian Lam
2b1a347792 fix: replies to remote content overriding mainPid in topic 2024-02-08 11:55:48 -05:00
Julian Lam
f1b8f3fe4f fix: assertTopic incorrectly creating new id if passed-in id did not match the actual object's id 2024-02-08 11:33:27 -05:00
Julian Lam
944de4ea26 Merge remote-tracking branch 'origin/develop' into activitypub 2024-02-07 15:07:42 -05:00
Julian Lam
4fb6574cf7 fix: urls in posts and announces 2024-02-07 14:29:47 -05:00
Julian Lam
a61e7fe79b fix: remove now unused world/:tid route and assoc. controller 2024-02-07 13:49:14 -05:00
Julian Lam
08f8babd9f debug: additional logging 2024-02-07 12:50:26 -05:00
Julian Lam
aafdebd211 fix: cast cids passed in to getCategoriesFields as ints 2024-02-07 12:40:59 -05:00
Julian Lam
80377599d1 fix: logic error 2024-02-07 12:38:46 -05:00
Julian Lam
6508287db5 feat: record remote Announce(Note) 2024-02-07 12:28:27 -05:00
Julian Lam
ec2b375ae9 refactor: use existing sets for topics (instead of topicRemote, etc.) 2024-02-07 12:28:16 -05:00
Julian Lam
94dcd29e63 feat: handle Announce(Note) when Note is a piece of remote content 2024-02-07 00:14:29 -05:00
Julian Lam
9795abbf58 fix: logic derp 2024-02-06 15:20:30 -05:00
Julian Lam
00efbd6dd9 Merge remote-tracking branch 'origin/develop' into activitypub 2024-02-06 14:58:06 -05:00
Julian Lam
415b4fe11a feat: Announce(Note) and Undo(Announce) 2024-02-06 14:57:44 -05:00
Julian Lam
21a2876e9c fix: new language source file for activitypub text 2024-02-06 14:57:23 -05:00
Julian Lam
b9821c5206 feat: exposed method to find topic events based on a subset of saved info, returns topic event ids 2024-02-06 14:56:34 -05:00
Julian Lam
f7259ccb8b fix: getUserInfo internal method in topic events to not filter out uids because getUsersFields already does it 2024-02-06 14:56:01 -05:00
Julian Lam
a461e5dd41 feat: topic and category S2S get responses 2024-02-06 11:04:08 -05:00
Julian Lam
25f0d48432 fix: category following and acceptance logic 2024-02-06 10:40:46 -05:00
Julian Lam
35819cc953 refactor: activitypub sending to handle signed requests from categories 2024-02-05 16:57:17 -05:00
Julian Lam
42bb3c3399 test: fix tests to reflect new immutable IDs, and added new tests for resource retrieval 2024-02-05 14:12:23 -05:00
Julian Lam
d2f14c363d fix: properly assert resources in AP router 2024-02-05 14:12:00 -05:00
Julian Lam
d18e65c473 feat: send proper content-type on AP S2S responses 2024-02-05 14:11:32 -05:00
Julian Lam
d213ce790c fix: update preferredUsername in category actor to match webfinger representation 2024-02-05 10:09:44 -05:00
Julian Lam
88733a5160 feat: category actors, stub outbox 2024-02-02 17:19:59 -05:00
Julian Lam
ae042ce39e feat: returning following and follower collections upon request 2024-02-01 16:53:47 -05:00
Julian Lam
607c4623c7 feat: Like(Note) and Undo(Like); federating likes 2024-02-01 16:05:31 -05:00
Julian Lam
94361721b1 fix: follower calls to return empty item list unless a page is explicitly passed in 2024-01-30 12:11:33 -05:00
Julian Lam
6930973d7a feat: origin checking on received Update activities 2024-01-30 12:11:10 -05:00
Julian Lam
0e59f3124e feat: Update(Note) 2024-01-30 11:25:45 -05:00
Julian Lam
86a607ce8c fix: move all actor object urls to immutable variants 2024-01-29 16:59:13 -05:00
Julian Lam
457bfe1685 fix: send proper @context value for posts (was missing) 2024-01-29 16:33:41 -05:00
Julian Lam
fef1882473 fix: remote follows, yet again 2024-01-26 22:35:02 -05:00
Julian Lam
a3a0edb70b fix: a bunch of broken things, added test for Create(Note) 2024-01-26 21:39:20 -05:00
Julian Lam
6e87cf57a2 feat: Update(Person) 2024-01-26 16:48:16 -05:00
Julian Lam
fa1c549002 fix: error handling for actor.assert 2024-01-26 16:24:14 -05:00
Julian Lam
ef8cd34ba1 refactor: replace JIT actor retrieval with actor assertion and storage logic 2024-01-26 15:10:35 -05:00
Julian Lam
2c8342632f fix: missing break statement 2024-01-26 11:45:09 -05:00
Julian Lam
a355c05d83 fix: reject spiders on remote profile GETs 2024-01-26 11:36:44 -05:00
Julian Lam
25434d2a6e fix: send back correct actor id on webfinger calls 2024-01-26 11:20:14 -05:00
Julian Lam
ddf17ee5fb fix: parseInt on timestamp from post 2024-01-25 16:33:31 -05:00
Julian Lam
6b517252b9 feat: activitypub response to note retrieval via pid 2024-01-25 16:27:56 -05:00
Julian Lam
0b3ca8e366 fix: /uid/:uid route to return actor 2024-01-25 16:00:46 -05:00
Julian Lam
5de4f08412 refactor: added mocks.note in preparation for AP note retrieval logic, inReplyTo is always populated now, unless new topic 2024-01-25 15:38:01 -05:00
Julian Lam
e07c31316e fix: the id of an actor should be its immutable uri (/uid/:uid) and not userslug 2024-01-25 14:23:59 -05:00
Julian Lam
3c24cfb4a9 fix: unused require, tests 2024-01-25 11:06:30 -05:00
Julian Lam
0af97dd444 fix: send full as:Image object for icon and image in mocked actor object 2024-01-24 22:59:09 -05:00
Julian Lam
8453b83e9e feat: added mocks.actor and Update(Person) activity on profile update 2024-01-24 20:10:22 -05:00
Julian Lam
f51bbe91e7 fix: clear post cache on Update(Note) 2024-01-24 14:35:21 -05:00
Julian Lam
1ee03f2b83 fix: webfinger loopback 2024-01-24 14:14:24 -05:00
Julian Lam
e00a03bb9c fix: revert home page routing change and moved instance actor endpoint to 2024-01-24 14:09:40 -05:00
Julian Lam
911177ceda chore: removed unused requires 2024-01-24 14:01:40 -05:00
Julian Lam
0e016c6ecd feat: Create(Note) on new topic or reply
This is a naive WIP implementation that federates everything out publicly. It does not take category privileges into account!
2024-01-24 11:44:10 -05:00
Julian Lam
c9feb92539 refactor: simplify remote (un)follow controller 2024-01-23 12:11:35 -05:00
Julian Lam
3bdaa8a836 fix: restore avatars in topic list 2024-01-23 11:49:57 -05:00
Julian Lam
da0211b1a0 feat: proper webfinger response for instance actor 2024-01-23 11:22:18 -05:00
Julian Lam
f8cfe64c7e fix: send preferredUsername in application actor response 2024-01-23 10:31:52 -05:00
Julian Lam
4cc7ee6501 fix: note assertion on Create(Note) and Update(Note) to use instance key instead of uid 1's user key 2024-01-23 10:31:13 -05:00
Julian Lam
92c990f2f7 chore: remove debug log 2024-01-23 10:16:44 -05:00
Opliko
2ce14f5019 refactor: guard dispatcher definition so non-Node runtimes won't have issues 2024-01-22 18:05:27 -05:00
Opliko
2cb370882b fix: add workaround for nodejs/undici#1305 required to remove sec-fetch-mode header 2024-01-22 18:05:27 -05:00
Julian Lam
9885f94a2b feat: application actor + public key for uid 0 signs, moved homepage route to after core routes are generated 2024-01-22 16:18:49 -05:00
Julian Lam
403bf3e1a8 chore: remove debug log 2024-01-22 14:46:38 -05:00
Julian Lam
9e58b04c4e fix: response, not res 2024-01-22 14:06:39 -05:00
Julian Lam
47b3ffb9b1 lint: fix eslint errors 2024-01-22 13:51:06 -05:00
Julian Lam
76c6e30282 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-22 13:50:08 -05:00
Julian Lam
a3e1a666b8 fix: automatically reject unsigned POSTs to inbox 2024-01-19 11:43:21 -05:00
Julian Lam
2ff70fdde2 refactor: generate a topic id when asserting a new topic 2024-01-19 11:31:04 -05:00
Julian Lam
981b4f146d feat: native parsing of title for topics 2024-01-18 16:20:37 -05:00
Julian Lam
33f3da8a64 fix: handle case where pubKey cannot be found 2024-01-18 15:21:46 -05:00
Julian Lam
518169fe65 fix: user data in /world 2024-01-18 12:19:37 -05:00
Julian Lam
538776f9c7 refactor: move activitypub-related middlewares to their own file 2024-01-18 11:50:14 -05:00
Julian Lam
04423232c6 feat: beginnings of the /world route 2024-01-17 23:14:12 -05:00
Julian Lam
970a5a6e5f fix: bookmark in topic data is nullable now
This prevents the superfluous "/1" being appended to all topics you've never been into.

This looks to be a change in the public API but the documented API lists this property as nullable already, so it looks like this commit is actually *restoring* proper behaviour.
2024-01-17 23:13:19 -05:00
Julian Lam
60bc27ec69 fix: saving teaserPid, timestamp, lastposttime in topic, fixed post index issue in loading topics 2024-01-17 12:15:58 -05:00
Julian Lam
e038eb0509 fix: preserve cid if set 2024-01-17 11:54:20 -05:00
Julian Lam
9c15b02aa6 chore: update log verbiage 2024-01-17 11:47:57 -05:00
Julian Lam
ac672f08a7 feat: handle Update(note) 2024-01-16 13:55:58 -05:00
Julian Lam
641a94d64a chore: additional logging 2024-01-16 12:04:26 -05:00
Julian Lam
f74775365a feat: handle Create(note) 2024-01-16 12:00:50 -05:00
Julian Lam
7565485204 fix: incorrect author uid saved in topic 2024-01-16 12:00:40 -05:00
Julian Lam
8cd3ff1ab4 fix: infinite scroll for posts 2024-01-16 11:42:59 -05:00
Julian Lam
5ac0276530 fix: reply expansion 2024-01-16 11:20:54 -05:00
Julian Lam
28c3dcb626 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-16 10:45:26 -05:00
Julian Lam
2981f663ce fix: issues related to adding new reply chains to an existing topic, resolveId method in notes module 2024-01-16 10:44:47 -05:00
Julian Lam
7e89eadb36 feat: flesh out more topic info, fix navigator 2024-01-13 22:27:02 -05:00
Julian Lam
81d810983a fix: simplify increasePostCount logic by combining methods 2024-01-13 22:26:39 -05:00
Julian Lam
4bd7a574c3 feat: some additional work to properly save and retrieve remote topic data 2024-01-12 16:39:29 -05:00
Julian Lam
273188632d Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-12 15:23:41 -05:00
Julian Lam
485cf20006 feat: ability to browse to any ActivityPub note and have the entire topic chain render
Added methods for going up the inReplyTo chain to parent, asserting the topic, etc.
2024-01-12 15:23:30 -05:00
Julian Lam
d992239d7b fix: have mocks.posts return same number of items as received 2024-01-12 11:29:08 -05:00
Julian Lam
326bb995b1 feat: add activitypub request cache 2024-01-12 11:27:55 -05:00
Julian Lam
2b3b6e56af chore: move assertNote to separate file in preparation for additional note-based methods 2024-01-11 10:05:02 -05:00
Julian Lam
ab40ba6167 feat: assertNotes method 2024-01-10 20:52:38 -05:00
Julian Lam
3ce84b39bc feat: ability to load remote post data in a topic 2024-01-10 20:52:28 -05:00
Julian Lam
2bd9e9847d refactor: simplify mocks.post as it only needs minimal data for saving into db 2024-01-10 20:51:23 -05:00
Julian Lam
0d478b2c76 feat: plumb uid into .addParentPosts() so .assertNotes() can be properly called 2024-01-10 20:49:27 -05:00
Julian Lam
06e1583461 refactor: move mockProfile and mockPost to separate mocks.js 2024-01-10 14:19:57 -05:00
Julian Lam
f1e5e5a0ad feat: stub lib for retrieving and mocking posts 2024-01-10 14:14:44 -05:00
Julian Lam
91a509c4eb test: fix error copy 2024-01-08 15:03:46 -05:00
Julian Lam
d1cdb8f858 fix: show full names for remote users 2024-01-08 15:02:36 -05:00
Julian Lam
5e1e809962 feat: send name property in getActor response 2024-01-08 14:46:43 -05:00
Julian Lam
9221506b0f fix: improper params sent to get and getActor 2024-01-08 14:46:33 -05:00
Julian Lam
ec3c6b67cd fix: restore hostname prop in getActor method 2024-01-08 14:45:56 -05:00
Julian Lam
7ec75f5830 fix: ActivityPub.get now throws on failure, handle in getActor 2024-01-08 14:30:09 -05:00
Julian Lam
a1c8c3a043 refactor: update ActivityPub.get and all methods calling it to take a uid so that requests can be signed 2024-01-05 22:46:07 -05:00
Julian Lam
942a9b7e5c fix: send in mocked profile data in follow routes as well 2024-01-05 15:39:45 -05:00
Julian Lam
2a77ae550b feat: ability to browse follower/following lists of remote accounts 2024-01-05 15:32:55 -05:00
Julian Lam
c66b18670d fix: tests 2024-01-05 11:56:20 -05:00
Julian Lam
7fd15d6668 feat: expose following/follower counts in actor response 2024-01-05 11:39:17 -05:00
Julian Lam
27e256d26e fix: isUri helper so that it passes ci tests 2024-01-05 11:38:26 -05:00
Julian Lam
fcca9259b4 fix: frontend follow logic, as uid is no longer webfinger slug 2024-01-05 10:18:44 -05:00
Julian Lam
283e460a57 fix: use simpler getSortedSetRevRange instead of unnecessary zunion call
/cc @barisusakli
2024-01-05 10:04:59 -05:00
Julian Lam
e4eeb069c2 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-05 09:58:46 -05:00
Julian Lam
739b05481c feat: show remote followers/following in user profile pages 2024-01-05 09:58:37 -05:00
Julian Lam
672c70146a feat: update mockProfile to accept actor uris as well as actor objects 2024-01-04 16:25:46 -05:00
Julian Lam
2e330d8b3a refactor: validator check to helper method 2024-01-04 16:23:09 -05:00
Julian Lam
8d4fd9c0f8 refactor: move profile mocking logic to discrete method in main activitypub lib 2024-01-04 14:04:34 -05:00
Julian Lam
759d69e06c fix: accept and undo logic saving improper id into database, updated follow logic so remote follow is not added to collection until an accept is received 2024-01-03 13:54:17 -05:00
Julian Lam
ccbf32bcc5 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-02 11:58:25 -05:00
Julian Lam
3339baac18 fix: relax activity-failed condition 2023-12-22 16:02:27 -05:00
Julian Lam
b93a9eec7e Merge remote-tracking branch 'origin/develop' into activitypub 2023-12-22 15:53:30 -05:00
Julian Lam
6a54e0090b fix: additional refactors and updates to follow/unfollow logic 2023-12-22 15:53:04 -05:00
Julian Lam
ac3440114a fix: bug where body wasn't properly sent on ap-style content-types 2023-12-22 15:52:38 -05:00
Julian Lam
543daee866 fix: send actor uris in follow instead of webfinger ids 2023-12-22 13:56:18 -05:00
Julian Lam
f3b0794d17 fix: some wip code regarding handling a follow activity, remove unfollow activity as that does not exist 2023-12-22 13:35:09 -05:00
Julian Lam
0eadad84cd fix: accidental double-hash in sign/verify 2023-12-22 12:58:46 -05:00
Julian Lam
71e3d26bb4 fix: incorrect logic 2023-12-22 12:58:30 -05:00
Julian Lam
dd480aa4f6 fix: update proceedOnActivityPub middleware to handle how Mastodon doesn't send the 'Accepts' header 2023-12-21 15:49:51 -05:00
Julian Lam
885278842b fix: another bad call to request lib 2023-12-21 14:46:03 -05:00
Julian Lam
8d79617044 fix: broken call to request lib, tests 2023-12-21 14:38:16 -05:00
Julian Lam
00bda0688d Merge remote-tracking branch 'origin/develop' into activitypub 2023-12-21 14:23:50 -05:00
Julian Lam
5c881d3f51 refactor: update ap libs to use core request lib 2023-12-19 14:33:38 -05:00
Julian Lam
510763af30 fix: update isJSON test in request lib 2023-12-19 14:33:14 -05:00
Julian Lam
0d6f0530f5 Merge remote-tracking branch 'origin/develop' into activitypub 2023-12-19 14:02:33 -05:00
Julian Lam
a21110fd88 fix: handle null actor uri in helpers.query 2023-12-14 13:47:28 -05:00
Julian Lam
24c1dfac8c test: allow http proto on ci 2023-12-14 12:25:06 -05:00
Julian Lam
48fd2e6441 Merge remote-tracking branch 'origin/develop' into activitypub 2023-12-13 13:21:32 -05:00
Julian Lam
7f46f07cb9 fix: unused require 2023-12-13 13:21:29 -05:00
Julian Lam
4c1b2b3fe6 feat: accept and undo support 2023-12-13 13:15:03 -05:00
Julian Lam
68d5e4a8ab refactor: update activitypub.getActor to accept either url or webfinger id 2023-12-13 13:14:51 -05:00
Julian Lam
1f79f54241 feat: update activitypub helper resolveLocalUid to accept both webfinger name and full URL as input 2023-12-11 14:35:04 -05:00
Julian Lam
c803b2124c refactor: minor restructure to move logic out of main controller file to src/api 2023-12-08 10:55:16 -05:00
Julian Lam
8a5fb86ddf chore: small var rename 2023-12-08 10:46:34 -05:00
Julian Lam
e794f1d2ce fix: store remote followed users count separately from local 2023-12-07 13:23:06 -05:00
Julian Lam
4324f09c85 fix: icon text and bgColor in remote profiles 2023-12-07 13:10:06 -05:00
Julian Lam
5e693702a4 chore: minor re-shuffling of code 2023-12-07 12:36:30 -05:00
Julian Lam
99cc60c8d5 fix: add basic sanity-checking to middleware.validateActivity 2023-12-06 13:57:49 -05:00
Julian Lam
cc0d18869a test: fixed improper signed_string reconstruction in .verify() 2023-12-06 13:38:41 -05:00
Julian Lam
bcee1c8dc8 fix: incorrect host/hostname usage in well-known test 2023-12-06 13:38:41 -05:00
Julian Lam
4218ecc4a0 fix: save remote follower count separately from local follower count 2023-12-06 13:38:41 -05:00
Julian Lam
c02271c7af feat: follow/unfollow logic and receipt 2023-12-06 13:38:41 -05:00
Julian Lam
e6753ce5db fix: missing req.body when parsing ActivityPub requests 2023-12-06 13:38:41 -05:00
Julian Lam
9dfa1b7209 test: fix webfinger test 2023-12-06 13:38:41 -05:00
Julian Lam
5d95765ee7 fix: bugs, more prep to start making calls to self 2023-12-06 13:38:41 -05:00
Julian Lam
9f94653b3f style: remove unused variable 2023-12-06 13:38:41 -05:00
Julian Lam
cdc4275fec feat: actor cache, method to resolve inboxes, stub code for sending requests. Now base64 encoding digest as expected by Mastodon 2023-12-06 13:38:41 -05:00
Julian Lam
2e89900886 chore: reorganize controllers for clarity 2023-12-06 13:38:41 -05:00
Julian Lam
a10df9873b test: added passing test cases for .sign() and .verify() 2023-12-06 13:38:41 -05:00
Julian Lam
e7184eb8cc feat: http signatures support, .sign() and .verify() AP helper methods 2023-12-06 13:38:41 -05:00
Julian Lam
4f5f025d57 feat: add webfinger ttl cache 2023-12-06 13:38:41 -05:00
Julian Lam
57895b7246 feat: add .has() call to cache/ttl 2023-12-06 13:38:39 -05:00
Julian Lam
ab3ff320b5 refactor: acp tpl + config option
- Updated ACP template to match new format
- changed global switch to `activitypubEnabled` (lowercase p)
2023-12-06 13:38:18 -05:00
Julian Lam
0cbbce8c16 chore: update AP helpers export, 404 logic reversal, no slugify in userslug in mock profile from remote instance 2023-12-06 13:38:18 -05:00
Julian Lam
a05b674e27 feat: ability to view federated profiles via url manipulation 2023-12-06 13:38:18 -05:00
Julian Lam
7e1dac39ea feat: followers and following endpoints 2023-12-06 13:38:18 -05:00
Julian Lam
81b6260f2e feat: inbox and outbox routes, stub controllers 2023-12-06 13:38:18 -05:00
Julian Lam
099124c49e feat: global switch for disabling federation, + test 2023-12-06 13:38:18 -05:00
Julian Lam
1c8e13bb12 test: updated activitypub test suite 2023-12-06 13:38:18 -05:00
Julian Lam
4bd8d28a8b test: added test cases for activitypub integration, WIP 2023-12-06 13:38:18 -05:00
Julian Lam
2dec357aee feat: activitypub actor endpoint for user accounts 2023-12-06 13:38:18 -05:00
Julian Lam
51d8f3b195 fix: moved .well-known assets to separate router file, added basic webfinger implementation
added tests for webfinger controller
2023-12-06 13:38:18 -05:00
526 changed files with 8692 additions and 6092 deletions

View File

@@ -48,7 +48,7 @@ jobs:
services:
postgres:
image: 'postgres:17-alpine'
image: 'postgres:16-alpine'
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@@ -63,7 +63,7 @@ jobs:
- 5432:5432
redis:
image: 'redis:7.4.1'
image: 'redis:7.4.0'
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"
@@ -75,7 +75,7 @@ jobs:
- 6379:6379
mongo:
image: 'mongo:8.0'
image: 'mongo:7.0'
ports:
# Maps port 27017 on service container to the host
- 27017:27017
@@ -192,7 +192,7 @@ jobs:
run: npm run coverage
- name: Test coverage
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
if: matrix.coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

View File

@@ -28,7 +28,6 @@ trans.fa_IR = public/language/fa-IR/admin/admin.json
trans.id = public/language/id/admin/admin.json
trans.ms = public/language/ms/admin/admin.json
trans.nb = public/language/nb/admin/admin.json
trans.nn_NO = public/language/nn-NO/admin/admin.json
trans.sk = public/language/sk/admin/admin.json
trans.cs = public/language/cs/admin/admin.json
trans.fi = public/language/fi/admin/admin.json
@@ -87,7 +86,6 @@ trans.bg = public/language/bg/admin/advanced/cache.json
trans.cs = public/language/cs/admin/advanced/cache.json
trans.lt = public/language/lt/admin/advanced/cache.json
trans.nb = public/language/nb/admin/advanced/cache.json
trans.nn_NO = public/language/nn-NO/admin/advanced/cache.json
trans.uk = public/language/uk/admin/advanced/cache.json
trans.el = public/language/el/admin/advanced/cache.json
trans.pl = public/language/pl/admin/advanced/cache.json
@@ -129,7 +127,6 @@ trans.zh_TW = public/language/zh-TW/admin/advanced/database.json
trans.gl = public/language/gl/admin/advanced/database.json
trans.it = public/language/it/admin/advanced/database.json
trans.nb = public/language/nb/admin/advanced/database.json
trans.nn_NO = public/language/nn-NO/admin/advanced/database.json
trans.bn = public/language/bn/admin/advanced/database.json
trans.da = public/language/da/admin/advanced/database.json
trans.de = public/language/de/admin/advanced/database.json
@@ -179,7 +176,6 @@ trans.vi = public/language/vi/admin/advanced/errors.json
trans.de = public/language/de/admin/advanced/errors.json
trans.ko = public/language/ko/admin/advanced/errors.json
trans.nb = public/language/nb/admin/advanced/errors.json
trans.nn_NO = public/language/nn-NO/admin/advanced/errors.json
trans.sc = public/language/sc/admin/advanced/errors.json
trans.sl = public/language/sl/admin/advanced/errors.json
trans.tr = public/language/tr/admin/advanced/errors.json
@@ -236,7 +232,6 @@ trans.fa_IR = public/language/fa-IR/admin/advanced/events.json
trans.ms = public/language/ms/admin/advanced/events.json
trans.tr = public/language/tr/admin/advanced/events.json
trans.nb = public/language/nb/admin/advanced/events.json
trans.nn_NO = public/language/nn-NO/admin/advanced/events.json
trans.pt_PT = public/language/pt-PT/admin/advanced/events.json
trans.sk = public/language/sk/admin/advanced/events.json
trans.en@pirate = public/language/en-x-pirate/admin/advanced/events.json
@@ -281,7 +276,6 @@ trans.hr = public/language/hr/admin/advanced/logs.json
trans.ja = public/language/ja/admin/advanced/logs.json
trans.lt = public/language/lt/admin/advanced/logs.json
trans.nb = public/language/nb/admin/advanced/logs.json
trans.nn_NO = public/language/nn-NO/admin/advanced/logs.json
trans.rw = public/language/rw/admin/advanced/logs.json
trans.es = public/language/es/admin/advanced/logs.json
trans.sv = public/language/sv/admin/advanced/logs.json
@@ -334,7 +328,6 @@ trans.bg = public/language/bg/admin/appearance/customise.json
trans.he = public/language/he/admin/appearance/customise.json
trans.lt = public/language/lt/admin/appearance/customise.json
trans.nb = public/language/nb/admin/appearance/customise.json
trans.nn_NO = public/language/nn-NO/admin/appearance/customise.json
trans.pl = public/language/pl/admin/appearance/customise.json
trans.sl = public/language/sl/admin/appearance/customise.json
trans.zh_TW = public/language/zh-TW/admin/appearance/customise.json
@@ -409,7 +402,6 @@ trans.en@pirate = public/language/en-x-pirate/admin/appearance/skins.json
trans.it = public/language/it/admin/appearance/skins.json
trans.ja = public/language/ja/admin/appearance/skins.json
trans.nb = public/language/nb/admin/appearance/skins.json
trans.nn_NO = public/language/nn-NO/admin/appearance/skins.json
trans.fr = public/language/fr/admin/appearance/skins.json
trans.fa_IR = public/language/fa-IR/admin/appearance/skins.json
trans.gl = public/language/gl/admin/appearance/skins.json
@@ -461,7 +453,6 @@ trans.hy = public/language/hy/admin/appearance/themes.json
trans.id = public/language/id/admin/appearance/themes.json
trans.ko = public/language/ko/admin/appearance/themes.json
trans.nb = public/language/nb/admin/appearance/themes.json
trans.nn_NO = public/language/nn-NO/admin/appearance/themes.json
trans.pl = public/language/pl/admin/appearance/themes.json
trans.pt_PT = public/language/pt-PT/admin/appearance/themes.json
trans.tr = public/language/tr/admin/appearance/themes.json
@@ -529,7 +520,6 @@ trans.fi = public/language/fi/admin/dashboard.json
trans.hr = public/language/hr/admin/dashboard.json
trans.it = public/language/it/admin/dashboard.json
trans.nb = public/language/nb/admin/dashboard.json
trans.nn_NO = public/language/nn-NO/admin/dashboard.json
[o:nodebb:p:nodebb:r:admin-development-info]
file_filter = public/language/<lang>/admin/development/info.json
@@ -566,7 +556,6 @@ trans.zh_CN = public/language/zh-CN/admin/development/info.json
trans.cs = public/language/cs/admin/development/info.json
trans.ja = public/language/ja/admin/development/info.json
trans.nb = public/language/nb/admin/development/info.json
trans.nn_NO = public/language/nn-NO/admin/development/info.json
trans.sq_AL = public/language/sq-AL/admin/development/info.json
trans.sv = public/language/sv/admin/development/info.json
trans.bg = public/language/bg/admin/development/info.json
@@ -602,7 +591,6 @@ trans.id = public/language/id/admin/development/logger.json
trans.ko = public/language/ko/admin/development/logger.json
trans.lt = public/language/lt/admin/development/logger.json
trans.nb = public/language/nb/admin/development/logger.json
trans.nn_NO = public/language/nn-NO/admin/development/logger.json
trans.pt_BR = public/language/pt-BR/admin/development/logger.json
trans.ro = public/language/ro/admin/development/logger.json
trans.fi = public/language/fi/admin/development/logger.json
@@ -654,7 +642,6 @@ trans.th = public/language/th/admin/extend/plugins.json
trans.en_US = public/language/en-US/admin/extend/plugins.json
trans.he = public/language/he/admin/extend/plugins.json
trans.nb = public/language/nb/admin/extend/plugins.json
trans.nn_NO = public/language/nn-NO/admin/extend/plugins.json
trans.sk = public/language/sk/admin/extend/plugins.json
trans.uk = public/language/uk/admin/extend/plugins.json
trans.es = public/language/es/admin/extend/plugins.json
@@ -715,7 +702,6 @@ trans.hr = public/language/hr/admin/extend/rewards.json
trans.ja = public/language/ja/admin/extend/rewards.json
trans.ko = public/language/ko/admin/extend/rewards.json
trans.nb = public/language/nb/admin/extend/rewards.json
trans.nn_NO = public/language/nn-NO/admin/extend/rewards.json
trans.bg = public/language/bg/admin/extend/rewards.json
trans.bn = public/language/bn/admin/extend/rewards.json
trans.da = public/language/da/admin/extend/rewards.json
@@ -752,7 +738,6 @@ trans.bn = public/language/bn/admin/extend/widgets.json
trans.el = public/language/el/admin/extend/widgets.json
trans.id = public/language/id/admin/extend/widgets.json
trans.nb = public/language/nb/admin/extend/widgets.json
trans.nn_NO = public/language/nn-NO/admin/extend/widgets.json
trans.ro = public/language/ro/admin/extend/widgets.json
trans.rw = public/language/rw/admin/extend/widgets.json
trans.ar = public/language/ar/admin/extend/widgets.json
@@ -803,7 +788,6 @@ source_lang = en_GB
type = KEYVALUEJSON
trans.hu = public/language/hu/admin/manage/admins-mods.json
trans.nb = public/language/nb/admin/manage/admins-mods.json
trans.nn_NO = public/language/nn-NO/admin/manage/admins-mods.json
trans.ru = public/language/ru/admin/manage/admins-mods.json
trans.fr = public/language/fr/admin/manage/admins-mods.json
trans.he = public/language/he/admin/manage/admins-mods.json
@@ -870,7 +854,6 @@ trans.en_US = public/language/en-US/admin/manage/categories.json
trans.fr = public/language/fr/admin/manage/categories.json
trans.it = public/language/it/admin/manage/categories.json
trans.nb = public/language/nb/admin/manage/categories.json
trans.nn_NO = public/language/nn-NO/admin/manage/categories.json
trans.ru = public/language/ru/admin/manage/categories.json
trans.sr = public/language/sr/admin/manage/categories.json
trans.fa_IR = public/language/fa-IR/admin/manage/categories.json
@@ -947,7 +930,6 @@ trans.zh_CN = public/language/zh-CN/admin/manage/digest.json
trans.ar = public/language/ar/admin/manage/digest.json
trans.ja = public/language/ja/admin/manage/digest.json
trans.nb = public/language/nb/admin/manage/digest.json
trans.nn_NO = public/language/nn-NO/admin/manage/digest.json
trans.sk = public/language/sk/admin/manage/digest.json
trans.pt_PT = public/language/pt-PT/admin/manage/digest.json
trans.sc = public/language/sc/admin/manage/digest.json
@@ -965,7 +947,6 @@ trans.tr = public/language/tr/admin/manage/groups.json
trans.uk = public/language/uk/admin/manage/groups.json
trans.zh_TW = public/language/zh-TW/admin/manage/groups.json
trans.nb = public/language/nb/admin/manage/groups.json
trans.nn_NO = public/language/nn-NO/admin/manage/groups.json
trans.id = public/language/id/admin/manage/groups.json
trans.lt = public/language/lt/admin/manage/groups.json
trans.pl = public/language/pl/admin/manage/groups.json
@@ -1037,7 +1018,6 @@ trans.hy = public/language/hy/admin/manage/privileges.json
trans.sr = public/language/sr/admin/manage/privileges.json
trans.ja = public/language/ja/admin/manage/privileges.json
trans.nb = public/language/nb/admin/manage/privileges.json
trans.nn_NO = public/language/nn-NO/admin/manage/privileges.json
trans.nl = public/language/nl/admin/manage/privileges.json
trans.sv = public/language/sv/admin/manage/privileges.json
trans.et = public/language/et/admin/manage/privileges.json
@@ -1081,7 +1061,6 @@ trans.da = public/language/da/admin/manage/registration.json
trans.et = public/language/et/admin/manage/registration.json
trans.it = public/language/it/admin/manage/registration.json
trans.nb = public/language/nb/admin/manage/registration.json
trans.nn_NO = public/language/nn-NO/admin/manage/registration.json
trans.pt_BR = public/language/pt-BR/admin/manage/registration.json
trans.hy = public/language/hy/admin/manage/registration.json
trans.uk = public/language/uk/admin/manage/registration.json
@@ -1125,7 +1104,6 @@ trans.da = public/language/da/admin/manage/tags.json
trans.en_US = public/language/en-US/admin/manage/tags.json
trans.hu = public/language/hu/admin/manage/tags.json
trans.nb = public/language/nb/admin/manage/tags.json
trans.nn_NO = public/language/nn-NO/admin/manage/tags.json
trans.ru = public/language/ru/admin/manage/tags.json
trans.sq_AL = public/language/sq-AL/admin/manage/tags.json
trans.de = public/language/de/admin/manage/tags.json
@@ -1174,7 +1152,6 @@ source_lang = en_GB
type = KEYVALUEJSON
trans.ms = public/language/ms/admin/manage/uploads.json
trans.nb = public/language/nb/admin/manage/uploads.json
trans.nn_NO = public/language/nn-NO/admin/manage/uploads.json
trans.tr = public/language/tr/admin/manage/uploads.json
trans.bg = public/language/bg/admin/manage/uploads.json
trans.bn = public/language/bn/admin/manage/uploads.json
@@ -1232,7 +1209,6 @@ trans.fr = public/language/fr/admin/manage/users.json
trans.ko = public/language/ko/admin/manage/users.json
trans.ms = public/language/ms/admin/manage/users.json
trans.nb = public/language/nb/admin/manage/users.json
trans.nn_NO = public/language/nn-NO/admin/manage/users.json
trans.pt_BR = public/language/pt-BR/admin/manage/users.json
trans.zh_CN = public/language/zh-CN/admin/manage/users.json
trans.zh_TW = public/language/zh-TW/admin/manage/users.json
@@ -1321,7 +1297,6 @@ trans.el = public/language/el/admin/menu.json
trans.gl = public/language/gl/admin/menu.json
trans.lv = public/language/lv/admin/menu.json
trans.nb = public/language/nb/admin/menu.json
trans.nn_NO = public/language/nn-NO/admin/menu.json
trans.pt_PT = public/language/pt-PT/admin/menu.json
trans.bn = public/language/bn/admin/menu.json
trans.et = public/language/et/admin/menu.json
@@ -1349,7 +1324,6 @@ trans.rw = public/language/rw/admin/settings/advanced.json
trans.sl = public/language/sl/admin/settings/advanced.json
trans.it = public/language/it/admin/settings/advanced.json
trans.nb = public/language/nb/admin/settings/advanced.json
trans.nn_NO = public/language/nn-NO/admin/settings/advanced.json
trans.pt_PT = public/language/pt-PT/admin/settings/advanced.json
trans.sq_AL = public/language/sq-AL/admin/settings/advanced.json
trans.sr = public/language/sr/admin/settings/advanced.json
@@ -1406,7 +1380,6 @@ trans.zh_TW = public/language/zh-TW/admin/settings/api.json
trans.cs = public/language/cs/admin/settings/api.json
trans.it = public/language/it/admin/settings/api.json
trans.nb = public/language/nb/admin/settings/api.json
trans.nn_NO = public/language/nn-NO/admin/settings/api.json
trans.pt_PT = public/language/pt-PT/admin/settings/api.json
trans.ru = public/language/ru/admin/settings/api.json
trans.uk = public/language/uk/admin/settings/api.json
@@ -1455,7 +1428,6 @@ trans.hr = public/language/hr/admin/settings/chat.json
trans.ja = public/language/ja/admin/settings/chat.json
trans.ko = public/language/ko/admin/settings/chat.json
trans.nb = public/language/nb/admin/settings/chat.json
trans.nn_NO = public/language/nn-NO/admin/settings/chat.json
trans.nl = public/language/nl/admin/settings/chat.json
trans.uk = public/language/uk/admin/settings/chat.json
trans.he = public/language/he/admin/settings/chat.json
@@ -1523,7 +1495,6 @@ trans.hr = public/language/hr/admin/settings/cookies.json
trans.ja = public/language/ja/admin/settings/cookies.json
trans.pt_PT = public/language/pt-PT/admin/settings/cookies.json
trans.nb = public/language/nb/admin/settings/cookies.json
trans.nn_NO = public/language/nn-NO/admin/settings/cookies.json
trans.sc = public/language/sc/admin/settings/cookies.json
trans.bg = public/language/bg/admin/settings/cookies.json
trans.fi = public/language/fi/admin/settings/cookies.json
@@ -1552,7 +1523,6 @@ trans.pt_PT = public/language/pt-PT/admin/settings/email.json
trans.sr = public/language/sr/admin/settings/email.json
trans.ms = public/language/ms/admin/settings/email.json
trans.nb = public/language/nb/admin/settings/email.json
trans.nn_NO = public/language/nn-NO/admin/settings/email.json
trans.ru = public/language/ru/admin/settings/email.json
trans.sk = public/language/sk/admin/settings/email.json
trans.fr = public/language/fr/admin/settings/email.json
@@ -1629,7 +1599,6 @@ trans.es = public/language/es/admin/settings/general.json
trans.fa_IR = public/language/fa-IR/admin/settings/general.json
trans.ms = public/language/ms/admin/settings/general.json
trans.nb = public/language/nb/admin/settings/general.json
trans.nn_NO = public/language/nn-NO/admin/settings/general.json
trans.sr = public/language/sr/admin/settings/general.json
trans.da = public/language/da/admin/settings/general.json
trans.en@pirate = public/language/en-x-pirate/admin/settings/general.json
@@ -1655,7 +1624,6 @@ trans.et = public/language/et/admin/settings/group.json
trans.fr = public/language/fr/admin/settings/group.json
trans.it = public/language/it/admin/settings/group.json
trans.nb = public/language/nb/admin/settings/group.json
trans.nn_NO = public/language/nn-NO/admin/settings/group.json
trans.es = public/language/es/admin/settings/group.json
trans.fa_IR = public/language/fa-IR/admin/settings/group.json
trans.gl = public/language/gl/admin/settings/group.json
@@ -1731,7 +1699,6 @@ trans.fi = public/language/fi/admin/settings/guest.json
trans.hu = public/language/hu/admin/settings/guest.json
trans.ja = public/language/ja/admin/settings/guest.json
trans.nb = public/language/nb/admin/settings/guest.json
trans.nn_NO = public/language/nn-NO/admin/settings/guest.json
trans.pl = public/language/pl/admin/settings/guest.json
trans.sl = public/language/sl/admin/settings/guest.json
trans.vi = public/language/vi/admin/settings/guest.json
@@ -1756,7 +1723,6 @@ source_file = public/language/en-GB/admin/settings/homepage.json
source_lang = en_GB
type = KEYVALUEJSON
trans.nb = public/language/nb/admin/settings/homepage.json
trans.nn_NO = public/language/nn-NO/admin/settings/homepage.json
trans.tr = public/language/tr/admin/settings/homepage.json
trans.vi = public/language/vi/admin/settings/homepage.json
trans.et = public/language/et/admin/settings/homepage.json
@@ -1853,7 +1819,6 @@ trans.en_US = public/language/en-US/admin/settings/languages.json
trans.es = public/language/es/admin/settings/languages.json
trans.ms = public/language/ms/admin/settings/languages.json
trans.nb = public/language/nb/admin/settings/languages.json
trans.nn_NO = public/language/nn-NO/admin/settings/languages.json
trans.rw = public/language/rw/admin/settings/languages.json
[o:nodebb:p:nodebb:r:admin-settings-navigation]
@@ -1902,7 +1867,6 @@ trans.hr = public/language/hr/admin/settings/navigation.json
trans.id = public/language/id/admin/settings/navigation.json
trans.ko = public/language/ko/admin/settings/navigation.json
trans.nb = public/language/nb/admin/settings/navigation.json
trans.nn_NO = public/language/nn-NO/admin/settings/navigation.json
trans.pl = public/language/pl/admin/settings/navigation.json
trans.sv = public/language/sv/admin/settings/navigation.json
trans.el = public/language/el/admin/settings/navigation.json
@@ -1949,7 +1913,6 @@ trans.zh_CN = public/language/zh-CN/admin/settings/notifications.json
trans.ko = public/language/ko/admin/settings/notifications.json
trans.lv = public/language/lv/admin/settings/notifications.json
trans.nb = public/language/nb/admin/settings/notifications.json
trans.nn_NO = public/language/nn-NO/admin/settings/notifications.json
trans.pl = public/language/pl/admin/settings/notifications.json
trans.bg = public/language/bg/admin/settings/notifications.json
trans.da = public/language/da/admin/settings/notifications.json
@@ -2011,7 +1974,6 @@ trans.zh_TW = public/language/zh-TW/admin/settings/pagination.json
trans.bn = public/language/bn/admin/settings/pagination.json
trans.hy = public/language/hy/admin/settings/pagination.json
trans.nb = public/language/nb/admin/settings/pagination.json
trans.nn_NO = public/language/nn-NO/admin/settings/pagination.json
trans.sr = public/language/sr/admin/settings/pagination.json
trans.sv = public/language/sv/admin/settings/pagination.json
@@ -2045,7 +2007,6 @@ trans.it = public/language/it/admin/settings/post.json
trans.th = public/language/th/admin/settings/post.json
trans.gl = public/language/gl/admin/settings/post.json
trans.nb = public/language/nb/admin/settings/post.json
trans.nn_NO = public/language/nn-NO/admin/settings/post.json
trans.sc = public/language/sc/admin/settings/post.json
trans.zh_CN = public/language/zh-CN/admin/settings/post.json
trans.rw = public/language/rw/admin/settings/post.json
@@ -2093,7 +2054,6 @@ trans.sc = public/language/sc/admin/settings/reputation.json
trans.hr = public/language/hr/admin/settings/reputation.json
trans.ko = public/language/ko/admin/settings/reputation.json
trans.nb = public/language/nb/admin/settings/reputation.json
trans.nn_NO = public/language/nn-NO/admin/settings/reputation.json
trans.bn = public/language/bn/admin/settings/reputation.json
trans.de = public/language/de/admin/settings/reputation.json
trans.et = public/language/et/admin/settings/reputation.json
@@ -2144,7 +2104,6 @@ trans.cs = public/language/cs/admin/settings/social.json
trans.en_US = public/language/en-US/admin/settings/social.json
trans.fi = public/language/fi/admin/settings/social.json
trans.nb = public/language/nb/admin/settings/social.json
trans.nn_NO = public/language/nn-NO/admin/settings/social.json
trans.pl = public/language/pl/admin/settings/social.json
trans.th = public/language/th/admin/settings/social.json
trans.bg = public/language/bg/admin/settings/social.json
@@ -2202,7 +2161,6 @@ trans.fi = public/language/fi/admin/settings/sockets.json
trans.it = public/language/it/admin/settings/sockets.json
trans.ro = public/language/ro/admin/settings/sockets.json
trans.nb = public/language/nb/admin/settings/sockets.json
trans.nn_NO = public/language/nn-NO/admin/settings/sockets.json
trans.sq_AL = public/language/sq-AL/admin/settings/sockets.json
trans.bg = public/language/bg/admin/settings/sockets.json
trans.bn = public/language/bn/admin/settings/sockets.json
@@ -2253,7 +2211,6 @@ trans.en@pirate = public/language/en-x-pirate/admin/settings/sounds.json
trans.fa_IR = public/language/fa-IR/admin/settings/sounds.json
trans.fi = public/language/fi/admin/settings/sounds.json
trans.nb = public/language/nb/admin/settings/sounds.json
trans.nn_NO = public/language/nn-NO/admin/settings/sounds.json
trans.th = public/language/th/admin/settings/sounds.json
trans.ar = public/language/ar/admin/settings/sounds.json
trans.da = public/language/da/admin/settings/sounds.json
@@ -2309,7 +2266,6 @@ trans.bn = public/language/bn/admin/settings/tags.json
trans.hr = public/language/hr/admin/settings/tags.json
trans.ko = public/language/ko/admin/settings/tags.json
trans.nb = public/language/nb/admin/settings/tags.json
trans.nn_NO = public/language/nn-NO/admin/settings/tags.json
trans.el = public/language/el/admin/settings/tags.json
trans.et = public/language/et/admin/settings/tags.json
trans.he = public/language/he/admin/settings/tags.json
@@ -2347,7 +2303,6 @@ trans.fa_IR = public/language/fa-IR/admin/settings/uploads.json
trans.he = public/language/he/admin/settings/uploads.json
trans.ja = public/language/ja/admin/settings/uploads.json
trans.nb = public/language/nb/admin/settings/uploads.json
trans.nn_NO = public/language/nn-NO/admin/settings/uploads.json
trans.nl = public/language/nl/admin/settings/uploads.json
trans.zh_TW = public/language/zh-TW/admin/settings/uploads.json
trans.ro = public/language/ro/admin/settings/uploads.json
@@ -2399,7 +2354,6 @@ trans.sq_AL = public/language/sq-AL/admin/settings/user.json
trans.gl = public/language/gl/admin/settings/user.json
trans.hu = public/language/hu/admin/settings/user.json
trans.nb = public/language/nb/admin/settings/user.json
trans.nn_NO = public/language/nn-NO/admin/settings/user.json
trans.sv = public/language/sv/admin/settings/user.json
trans.uk = public/language/uk/admin/settings/user.json
trans.cs = public/language/cs/admin/settings/user.json
@@ -2478,7 +2432,6 @@ trans.ar = public/language/ar/admin/settings/web-crawler.json
trans.de = public/language/de/admin/settings/web-crawler.json
trans.hy = public/language/hy/admin/settings/web-crawler.json
trans.nb = public/language/nb/admin/settings/web-crawler.json
trans.nn_NO = public/language/nn-NO/admin/settings/web-crawler.json
trans.ro = public/language/ro/admin/settings/web-crawler.json
trans.sr = public/language/sr/admin/settings/web-crawler.json
trans.zh_TW = public/language/zh-TW/admin/settings/web-crawler.json
@@ -2525,7 +2478,6 @@ trans.zh_CN = public/language/zh-CN/themes/harmony.json
trans.fi = public/language/fi/themes/harmony.json
trans.ja = public/language/ja/themes/harmony.json
trans.nb = public/language/nb/themes/harmony.json
trans.nn_NO = public/language/nn-NO/themes/harmony.json
trans.pl = public/language/pl/themes/harmony.json
trans.zh_TW = public/language/zh-TW/themes/harmony.json
trans.ar = public/language/ar/themes/harmony.json
@@ -2578,7 +2530,6 @@ trans.zh_CN = public/language/zh-CN/themes/persona.json
trans.fi = public/language/fi/themes/persona.json
trans.ja = public/language/ja/themes/persona.json
trans.nb = public/language/nb/themes/persona.json
trans.nn_NO = public/language/nn-NO/themes/persona.json
trans.pl = public/language/pl/themes/persona.json
trans.zh_TW = public/language/zh-TW/themes/persona.json
trans.ar = public/language/ar/themes/persona.json
@@ -2632,7 +2583,6 @@ trans.zh_CN = public/language/zh-CN/aria.json
trans.fi = public/language/fi/aria.json
trans.ja = public/language/ja/aria.json
trans.nb = public/language/nb/aria.json
trans.nn_NO = public/language/nn-NO/aria.json
trans.pl = public/language/pl/aria.json
trans.zh_TW = public/language/zh-TW/aria.json
trans.ar = public/language/ar/aria.json
@@ -2685,7 +2635,6 @@ trans.zh_CN = public/language/zh-CN/category.json
trans.fi = public/language/fi/category.json
trans.ja = public/language/ja/category.json
trans.nb = public/language/nb/category.json
trans.nn_NO = public/language/nn-NO/category.json
trans.pl = public/language/pl/category.json
trans.zh_TW = public/language/zh-TW/category.json
trans.ar = public/language/ar/category.json
@@ -2752,7 +2701,6 @@ trans.sr = public/language/sr/email.json
trans.tr = public/language/tr/email.json
trans.en_US = public/language/en-US/email.json
trans.nb = public/language/nb/email.json
trans.nn_NO = public/language/nn-NO/email.json
trans.nl = public/language/nl/email.json
trans.pt_BR = public/language/pt-BR/email.json
trans.rw = public/language/rw/email.json
@@ -2791,7 +2739,6 @@ trans.vi = public/language/vi/error.json
trans.fa_IR = public/language/fa-IR/error.json
trans.gl = public/language/gl/error.json
trans.nb = public/language/nb/error.json
trans.nn_NO = public/language/nn-NO/error.json
trans.pl = public/language/pl/error.json
trans.ro = public/language/ro/error.json
trans.uk = public/language/uk/error.json
@@ -2817,7 +2764,6 @@ source_file = public/language/en-GB/flags.json
source_lang = en_GB
type = KEYVALUEJSON
trans.nb = public/language/nb/flags.json
trans.nn_NO = public/language/nn-NO/flags.json
trans.ru = public/language/ru/flags.json
trans.sc = public/language/sc/flags.json
trans.fi = public/language/fi/flags.json
@@ -2888,7 +2834,6 @@ trans.sk = public/language/sk/global.json
trans.sr = public/language/sr/global.json
trans.tr = public/language/tr/global.json
trans.nb = public/language/nb/global.json
trans.nn_NO = public/language/nn-NO/global.json
trans.pt_BR = public/language/pt-BR/global.json
trans.pt_PT = public/language/pt-PT/global.json
trans.bg = public/language/bg/global.json
@@ -2932,7 +2877,6 @@ trans.hy = public/language/hy/groups.json
trans.pt_PT = public/language/pt-PT/groups.json
trans.ms = public/language/ms/groups.json
trans.nb = public/language/nb/groups.json
trans.nn_NO = public/language/nn-NO/groups.json
trans.ro = public/language/ro/groups.json
trans.vi = public/language/vi/groups.json
trans.fa_IR = public/language/fa-IR/groups.json
@@ -2995,7 +2939,6 @@ trans.fa_IR = public/language/fa-IR/ip-blacklist.json
trans.fr = public/language/fr/ip-blacklist.json
trans.gl = public/language/gl/ip-blacklist.json
trans.nb = public/language/nb/ip-blacklist.json
trans.nn_NO = public/language/nn-NO/ip-blacklist.json
trans.sv = public/language/sv/ip-blacklist.json
trans.th = public/language/th/ip-blacklist.json
trans.bn = public/language/bn/ip-blacklist.json
@@ -3041,7 +2984,6 @@ trans.en_US = public/language/en-US/language.json
trans.et = public/language/et/language.json
trans.ja = public/language/ja/language.json
trans.nb = public/language/nb/language.json
trans.nn_NO = public/language/nn-NO/language.json
trans.sk = public/language/sk/language.json
trans.el = public/language/el/language.json
trans.es = public/language/es/language.json
@@ -3118,7 +3060,6 @@ trans.en@pirate = public/language/en-x-pirate/login.json
trans.hy = public/language/hy/login.json
trans.id = public/language/id/login.json
trans.nb = public/language/nb/login.json
trans.nn_NO = public/language/nn-NO/login.json
trans.ru = public/language/ru/login.json
trans.rw = public/language/rw/login.json
trans.th = public/language/th/login.json
@@ -3146,7 +3087,6 @@ trans.fa_IR = public/language/fa-IR/modules.json
trans.hr = public/language/hr/modules.json
trans.lv = public/language/lv/modules.json
trans.nb = public/language/nb/modules.json
trans.nn_NO = public/language/nn-NO/modules.json
trans.ro = public/language/ro/modules.json
trans.sv = public/language/sv/modules.json
trans.en@pirate = public/language/en-x-pirate/modules.json
@@ -3228,7 +3168,6 @@ trans.ms = public/language/ms/notifications.json
trans.hr = public/language/hr/notifications.json
trans.id = public/language/id/notifications.json
trans.nb = public/language/nb/notifications.json
trans.nn_NO = public/language/nn-NO/notifications.json
trans.ar = public/language/ar/notifications.json
trans.da = public/language/da/notifications.json
trans.en@pirate = public/language/en-x-pirate/notifications.json
@@ -3241,7 +3180,6 @@ source_lang = en_GB
type = KEYVALUEJSON
trans.he = public/language/he/pages.json
trans.nb = public/language/nb/pages.json
trans.nn_NO = public/language/nn-NO/pages.json
trans.sv = public/language/sv/pages.json
trans.pt_BR = public/language/pt-BR/pages.json
trans.tr = public/language/tr/pages.json
@@ -3338,7 +3276,6 @@ trans.pt_PT = public/language/pt-PT/post-queue.json
trans.fi = public/language/fi/post-queue.json
trans.he = public/language/he/post-queue.json
trans.nb = public/language/nb/post-queue.json
trans.nn_NO = public/language/nn-NO/post-queue.json
[o:nodebb:p:nodebb:r:recent]
file_filter = public/language/<lang>/recent.json
@@ -3378,7 +3315,6 @@ trans.bn = public/language/bn/recent.json
trans.en@pirate = public/language/en-x-pirate/recent.json
trans.ja = public/language/ja/recent.json
trans.nb = public/language/nb/recent.json
trans.nn_NO = public/language/nn-NO/recent.json
trans.nl = public/language/nl/recent.json
trans.sv = public/language/sv/recent.json
trans.th = public/language/th/recent.json
@@ -3416,7 +3352,6 @@ trans.bg = public/language/bg/register.json
trans.de = public/language/de/register.json
trans.hr = public/language/hr/register.json
trans.nb = public/language/nb/register.json
trans.nn_NO = public/language/nn-NO/register.json
trans.gl = public/language/gl/register.json
trans.sk = public/language/sk/register.json
trans.hy = public/language/hy/register.json
@@ -3486,7 +3421,6 @@ trans.en_US = public/language/en-US/reset_password.json
trans.lt = public/language/lt/reset_password.json
trans.lv = public/language/lv/reset_password.json
trans.nb = public/language/nb/reset_password.json
trans.nn_NO = public/language/nn-NO/reset_password.json
trans.sk = public/language/sk/reset_password.json
trans.el = public/language/el/reset_password.json
trans.es = public/language/es/reset_password.json
@@ -3539,7 +3473,6 @@ trans.en_US = public/language/en-US/rewards.json
trans.lt = public/language/lt/rewards.json
trans.lv = public/language/lv/rewards.json
trans.nb = public/language/nb/rewards.json
trans.nn_NO = public/language/nn-NO/rewards.json
trans.sk = public/language/sk/rewards.json
trans.el = public/language/el/rewards.json
trans.es = public/language/es/rewards.json
@@ -3582,7 +3515,6 @@ trans.zh_TW = public/language/zh-TW/search.json
trans.cs = public/language/cs/search.json
trans.he = public/language/he/search.json
trans.nb = public/language/nb/search.json
trans.nn_NO = public/language/nn-NO/search.json
trans.zh_CN = public/language/zh-CN/search.json
trans.lv = public/language/lv/search.json
trans.rw = public/language/rw/search.json
@@ -3635,7 +3567,6 @@ trans.zh_TW = public/language/zh-TW/social.json
trans.cs = public/language/cs/social.json
trans.he = public/language/he/social.json
trans.nb = public/language/nb/social.json
trans.nn_NO = public/language/nn-NO/social.json
trans.zh_CN = public/language/zh-CN/social.json
trans.lv = public/language/lv/social.json
trans.rw = public/language/rw/social.json
@@ -3707,7 +3638,6 @@ trans.da = public/language/da/success.json
trans.el = public/language/el/success.json
trans.gl = public/language/gl/success.json
trans.nb = public/language/nb/success.json
trans.nn_NO = public/language/nn-NO/success.json
trans.sr = public/language/sr/success.json
trans.uk = public/language/uk/success.json
@@ -3751,7 +3681,6 @@ trans.gl = public/language/gl/tags.json
trans.lv = public/language/lv/tags.json
trans.ms = public/language/ms/tags.json
trans.nb = public/language/nb/tags.json
trans.nn_NO = public/language/nn-NO/tags.json
trans.sv = public/language/sv/tags.json
trans.sq_AL = public/language/sq-AL/tags.json
trans.zh_TW = public/language/zh-TW/tags.json
@@ -3810,7 +3739,6 @@ trans.sv = public/language/sv/top.json
trans.th = public/language/th/top.json
trans.it = public/language/it/top.json
trans.nb = public/language/nb/top.json
trans.nn_NO = public/language/nn-NO/top.json
trans.sr = public/language/sr/top.json
trans.tr = public/language/tr/top.json
trans.zh_TW = public/language/zh-TW/top.json
@@ -3825,7 +3753,6 @@ type = KEYVALUEJSON
trans.et = public/language/et/topic.json
trans.hu = public/language/hu/topic.json
trans.nb = public/language/nb/topic.json
trans.nn_NO = public/language/nn-NO/topic.json
trans.nl = public/language/nl/topic.json
trans.sk = public/language/sk/topic.json
trans.ar = public/language/ar/topic.json
@@ -3908,7 +3835,6 @@ trans.sk = public/language/sk/unread.json
trans.bn = public/language/bn/unread.json
trans.cs = public/language/cs/unread.json
trans.nb = public/language/nb/unread.json
trans.nn_NO = public/language/nn-NO/unread.json
trans.rw = public/language/rw/unread.json
trans.sq_AL = public/language/sq-AL/unread.json
trans.tr = public/language/tr/unread.json
@@ -3953,7 +3879,6 @@ trans.et = public/language/et/uploads.json
trans.id = public/language/id/uploads.json
trans.ms = public/language/ms/uploads.json
trans.nb = public/language/nb/uploads.json
trans.nn_NO = public/language/nn-NO/uploads.json
trans.pt_PT = public/language/pt-PT/uploads.json
trans.da = public/language/da/uploads.json
trans.es = public/language/es/uploads.json
@@ -4023,7 +3948,6 @@ trans.hr = public/language/hr/user.json
trans.hy = public/language/hy/user.json
trans.ja = public/language/ja/user.json
trans.nb = public/language/nb/user.json
trans.nn_NO = public/language/nn-NO/user.json
trans.nl = public/language/nl/user.json
trans.ro = public/language/ro/user.json
trans.sc = public/language/sc/user.json
@@ -4057,7 +3981,6 @@ trans.he = public/language/he/users.json
trans.ja = public/language/ja/users.json
trans.ko = public/language/ko/users.json
trans.nb = public/language/nb/users.json
trans.nn_NO = public/language/nn-NO/users.json
trans.pt_PT = public/language/pt-PT/users.json
trans.sr = public/language/sr/users.json
trans.zh_CN = public/language/zh-CN/users.json

View File

@@ -1,361 +1,3 @@
#### v3.10.3 (2024-10-23)
##### Chores
* incrementing version number - v3.10.2 (2f15f464)
* update changelog for v3.10.2 (e780120a)
* incrementing version number - v3.10.1 (cca3a644)
* incrementing version number - v3.10.0 (b60a9b4e)
* incrementing version number - v3.9.1 (f120c91c)
* incrementing version number - v3.9.0 (4880f32d)
* incrementing version number - v3.8.4 (4833f9a6)
* incrementing version number - v3.8.3 (97ce2c44)
* incrementing version number - v3.8.2 (72d91251)
* incrementing version number - v3.8.1 (527326f7)
* incrementing version number - v3.8.0 (e228a6eb)
* incrementing version number - v3.7.5 (6882894d)
* incrementing version number - v3.7.4 (6678744c)
* incrementing version number - v3.7.3 (2d62b6f6)
* incrementing version number - v3.7.2 (cc257e7e)
* incrementing version number - v3.7.1 (712365a5)
* incrementing version number - v3.7.0 (9a6153d7)
* incrementing version number - v3.6.7 (86a17e38)
* incrementing version number - v3.6.6 (6604bf37)
* incrementing version number - v3.6.5 (6c653625)
* incrementing version number - v3.6.4 (83d131b4)
* incrementing version number - v3.6.3 (fc7d2bfd)
* incrementing version number - v3.6.2 (0f577a57)
* incrementing version number - v3.6.1 (f1a69468)
* incrementing version number - v3.6.0 (4cdf85f8)
* incrementing version number - v3.5.3 (ed0e8783)
* incrementing version number - v3.5.2 (52fbb2da)
* incrementing version number - v3.5.1 (4c543488)
* incrementing version number - v3.5.0 (d06fb4f0)
* incrementing version number - v3.4.3 (5c984250)
* incrementing version number - v3.4.2 (3f0dac38)
* incrementing version number - v3.4.1 (01e69574)
* incrementing version number - v3.4.0 (fd9247c5)
* incrementing version number - v3.3.9 (5805e770)
* incrementing version number - v3.3.8 (a5603565)
* incrementing version number - v3.3.7 (b26f1744)
* incrementing version number - v3.3.6 (7fb38792)
* incrementing version number - v3.3.4 (a67f84ea)
* incrementing version number - v3.3.3 (f94d239b)
* incrementing version number - v3.3.2 (ec9dac97)
* incrementing version number - v3.3.1 (151cc68f)
* incrementing version number - v3.3.0 (fc1ad70f)
* incrementing version number - v3.2.3 (b06d3e63)
* incrementing version number - v3.2.2 (758ecfcd)
* incrementing version number - v3.2.1 (20145074)
* incrementing version number - v3.2.0 (9ecac38e)
* incrementing version number - v3.1.7 (0b4e81ab)
* incrementing version number - v3.1.6 (b3a3b130)
* incrementing version number - v3.1.5 (ec19343a)
* incrementing version number - v3.1.4 (2452783c)
* incrementing version number - v3.1.3 (3b4e9d3f)
* incrementing version number - v3.1.2 (40fa3489)
* incrementing version number - v3.1.1 (40250733)
* incrementing version number - v3.1.0 (0cb386bd)
* incrementing version number - v3.0.1 (26f6ea49)
* incrementing version number - v3.0.0 (224e08cd)
##### Bug Fixes
* add missing await (0082ac98)
* closes #12858 (e6ab4b07)
* don't crash if profile folder doesn't exist (8a89c5d7)
#### v3.10.2 (2024-10-18)
##### Chores
* incrementing version number - v3.10.1 (cca3a644)
* update changelog for v3.10.1 (d63a8cca)
* incrementing version number - v3.10.0 (b60a9b4e)
* incrementing version number - v3.9.1 (f120c91c)
* incrementing version number - v3.9.0 (4880f32d)
* incrementing version number - v3.8.4 (4833f9a6)
* incrementing version number - v3.8.3 (97ce2c44)
* incrementing version number - v3.8.2 (72d91251)
* incrementing version number - v3.8.1 (527326f7)
* incrementing version number - v3.8.0 (e228a6eb)
* incrementing version number - v3.7.5 (6882894d)
* incrementing version number - v3.7.4 (6678744c)
* incrementing version number - v3.7.3 (2d62b6f6)
* incrementing version number - v3.7.2 (cc257e7e)
* incrementing version number - v3.7.1 (712365a5)
* incrementing version number - v3.7.0 (9a6153d7)
* incrementing version number - v3.6.7 (86a17e38)
* incrementing version number - v3.6.6 (6604bf37)
* incrementing version number - v3.6.5 (6c653625)
* incrementing version number - v3.6.4 (83d131b4)
* incrementing version number - v3.6.3 (fc7d2bfd)
* incrementing version number - v3.6.2 (0f577a57)
* incrementing version number - v3.6.1 (f1a69468)
* incrementing version number - v3.6.0 (4cdf85f8)
* incrementing version number - v3.5.3 (ed0e8783)
* incrementing version number - v3.5.2 (52fbb2da)
* incrementing version number - v3.5.1 (4c543488)
* incrementing version number - v3.5.0 (d06fb4f0)
* incrementing version number - v3.4.3 (5c984250)
* incrementing version number - v3.4.2 (3f0dac38)
* incrementing version number - v3.4.1 (01e69574)
* incrementing version number - v3.4.0 (fd9247c5)
* incrementing version number - v3.3.9 (5805e770)
* incrementing version number - v3.3.8 (a5603565)
* incrementing version number - v3.3.7 (b26f1744)
* incrementing version number - v3.3.6 (7fb38792)
* incrementing version number - v3.3.4 (a67f84ea)
* incrementing version number - v3.3.3 (f94d239b)
* incrementing version number - v3.3.2 (ec9dac97)
* incrementing version number - v3.3.1 (151cc68f)
* incrementing version number - v3.3.0 (fc1ad70f)
* incrementing version number - v3.2.3 (b06d3e63)
* incrementing version number - v3.2.2 (758ecfcd)
* incrementing version number - v3.2.1 (20145074)
* incrementing version number - v3.2.0 (9ecac38e)
* incrementing version number - v3.1.7 (0b4e81ab)
* incrementing version number - v3.1.6 (b3a3b130)
* incrementing version number - v3.1.5 (ec19343a)
* incrementing version number - v3.1.4 (2452783c)
* incrementing version number - v3.1.3 (3b4e9d3f)
* incrementing version number - v3.1.2 (40fa3489)
* incrementing version number - v3.1.1 (40250733)
* incrementing version number - v3.1.0 (0cb386bd)
* incrementing version number - v3.0.1 (26f6ea49)
* incrementing version number - v3.0.0 (224e08cd)
##### Bug Fixes
* closes #12848, add missing purge class (64779352)
##### Performance Improvements
* make unread faster if there are 60k+ unread topics (f53f1394)
##### Refactors
* single line (120b184e)
* hide modal and show alert on success (a309918e)
* more immediate feedback on category purge (72ccb870)
#### v3.10.1 (2024-10-09)
##### Chores
* up composer (a5f3d097)
* incrementing version number - v3.10.0 (b60a9b4e)
* update changelog for v3.10.0 (a9da495d)
* incrementing version number - v3.9.1 (f120c91c)
* incrementing version number - v3.9.0 (4880f32d)
* incrementing version number - v3.8.4 (4833f9a6)
* incrementing version number - v3.8.3 (97ce2c44)
* incrementing version number - v3.8.2 (72d91251)
* incrementing version number - v3.8.1 (527326f7)
* incrementing version number - v3.8.0 (e228a6eb)
* incrementing version number - v3.7.5 (6882894d)
* incrementing version number - v3.7.4 (6678744c)
* incrementing version number - v3.7.3 (2d62b6f6)
* incrementing version number - v3.7.2 (cc257e7e)
* incrementing version number - v3.7.1 (712365a5)
* incrementing version number - v3.7.0 (9a6153d7)
* incrementing version number - v3.6.7 (86a17e38)
* incrementing version number - v3.6.6 (6604bf37)
* incrementing version number - v3.6.5 (6c653625)
* incrementing version number - v3.6.4 (83d131b4)
* incrementing version number - v3.6.3 (fc7d2bfd)
* incrementing version number - v3.6.2 (0f577a57)
* incrementing version number - v3.6.1 (f1a69468)
* incrementing version number - v3.6.0 (4cdf85f8)
* incrementing version number - v3.5.3 (ed0e8783)
* incrementing version number - v3.5.2 (52fbb2da)
* incrementing version number - v3.5.1 (4c543488)
* incrementing version number - v3.5.0 (d06fb4f0)
* incrementing version number - v3.4.3 (5c984250)
* incrementing version number - v3.4.2 (3f0dac38)
* incrementing version number - v3.4.1 (01e69574)
* incrementing version number - v3.4.0 (fd9247c5)
* incrementing version number - v3.3.9 (5805e770)
* incrementing version number - v3.3.8 (a5603565)
* incrementing version number - v3.3.7 (b26f1744)
* incrementing version number - v3.3.6 (7fb38792)
* incrementing version number - v3.3.4 (a67f84ea)
* incrementing version number - v3.3.3 (f94d239b)
* incrementing version number - v3.3.2 (ec9dac97)
* incrementing version number - v3.3.1 (151cc68f)
* incrementing version number - v3.3.0 (fc1ad70f)
* incrementing version number - v3.2.3 (b06d3e63)
* incrementing version number - v3.2.2 (758ecfcd)
* incrementing version number - v3.2.1 (20145074)
* incrementing version number - v3.2.0 (9ecac38e)
* incrementing version number - v3.1.7 (0b4e81ab)
* incrementing version number - v3.1.6 (b3a3b130)
* incrementing version number - v3.1.5 (ec19343a)
* incrementing version number - v3.1.4 (2452783c)
* incrementing version number - v3.1.3 (3b4e9d3f)
* incrementing version number - v3.1.2 (40fa3489)
* incrementing version number - v3.1.1 (40250733)
* incrementing version number - v3.1.0 (0cb386bd)
* incrementing version number - v3.0.1 (26f6ea49)
* incrementing version number - v3.0.0 (224e08cd)
##### Bug Fixes
* **deps:** bump 2factor (712767f6)
##### Refactors
* don't block ./nodebb upgrade if suggested modules are not loaded (39f57f9e)
#### v3.10.0 (2024-09-25)
##### Chores
* move service worker generation code to its own controller file (c153c469)
* incrementing version number - v3.9.1 (f120c91c)
* incrementing version number - v3.9.0 (4880f32d)
* incrementing version number - v3.8.4 (4833f9a6)
* incrementing version number - v3.8.3 (97ce2c44)
* incrementing version number - v3.8.2 (72d91251)
* incrementing version number - v3.8.1 (527326f7)
* incrementing version number - v3.8.0 (e228a6eb)
* incrementing version number - v3.7.5 (6882894d)
* incrementing version number - v3.7.4 (6678744c)
* incrementing version number - v3.7.3 (2d62b6f6)
* incrementing version number - v3.7.2 (cc257e7e)
* incrementing version number - v3.7.1 (712365a5)
* incrementing version number - v3.7.0 (9a6153d7)
* incrementing version number - v3.6.7 (86a17e38)
* incrementing version number - v3.6.6 (6604bf37)
* incrementing version number - v3.6.5 (6c653625)
* incrementing version number - v3.6.4 (83d131b4)
* incrementing version number - v3.6.3 (fc7d2bfd)
* incrementing version number - v3.6.2 (0f577a57)
* incrementing version number - v3.6.1 (f1a69468)
* incrementing version number - v3.6.0 (4cdf85f8)
* incrementing version number - v3.5.3 (ed0e8783)
* incrementing version number - v3.5.2 (52fbb2da)
* incrementing version number - v3.5.1 (4c543488)
* incrementing version number - v3.5.0 (d06fb4f0)
* incrementing version number - v3.4.3 (5c984250)
* incrementing version number - v3.4.2 (3f0dac38)
* incrementing version number - v3.4.1 (01e69574)
* incrementing version number - v3.4.0 (fd9247c5)
* incrementing version number - v3.3.9 (5805e770)
* incrementing version number - v3.3.8 (a5603565)
* incrementing version number - v3.3.7 (b26f1744)
* incrementing version number - v3.3.6 (7fb38792)
* incrementing version number - v3.3.4 (a67f84ea)
* incrementing version number - v3.3.3 (f94d239b)
* incrementing version number - v3.3.2 (ec9dac97)
* incrementing version number - v3.3.1 (151cc68f)
* incrementing version number - v3.3.0 (fc1ad70f)
* incrementing version number - v3.2.3 (b06d3e63)
* incrementing version number - v3.2.2 (758ecfcd)
* incrementing version number - v3.2.1 (20145074)
* incrementing version number - v3.2.0 (9ecac38e)
* incrementing version number - v3.1.7 (0b4e81ab)
* incrementing version number - v3.1.6 (b3a3b130)
* incrementing version number - v3.1.5 (ec19343a)
* incrementing version number - v3.1.4 (2452783c)
* incrementing version number - v3.1.3 (3b4e9d3f)
* incrementing version number - v3.1.2 (40fa3489)
* incrementing version number - v3.1.1 (40250733)
* incrementing version number - v3.1.0 (0cb386bd)
* incrementing version number - v3.0.1 (26f6ea49)
* incrementing version number - v3.0.0 (224e08cd)
* **deps:**
* update dependency jsdom to v25.0.1 (#12816) (9a24eb7e)
* update dependency sass-embedded to v1.79.3 (#12813) (e0cb1d26)
* update dependency sass-embedded to v1.79.2 (#12811) (8a6ced2d)
* update dependency nyc to v17.1.0 (#12806) (d55c3f03)
##### New Features
* port updated service worker code to `develop`, allow plugins to define scripts to import into service worker (979954c2)
##### Bug Fixes
* **deps:**
* update dependency esbuild to v0.24.0 (#12817) (8c148bc4)
* update dependency commander to v12.1.0 (#12587) (c7d4db8c)
* update dependency sass to v1.79.3 (#12814) (f0cdc249)
* update dependency sass to v1.79.2 (#12812) (2a5d481f)
* update dependency nodebb-widget-essentials to v7.0.29 (#12805) (86c2caed)
##### Refactors
* silence saas deprecations on prod (3fdec51a)
#### v3.9.1 (2024-09-25)
##### Chores
* up themes (8bca9768)
* up widgets (41c73de5)
* incrementing version number - v3.9.0 (4880f32d)
* update changelog for v3.9.0 (c3d97c6c)
* incrementing version number - v3.8.4 (4833f9a6)
* incrementing version number - v3.8.3 (97ce2c44)
* incrementing version number - v3.8.2 (72d91251)
* incrementing version number - v3.8.1 (527326f7)
* incrementing version number - v3.8.0 (e228a6eb)
* incrementing version number - v3.7.5 (6882894d)
* incrementing version number - v3.7.4 (6678744c)
* incrementing version number - v3.7.3 (2d62b6f6)
* incrementing version number - v3.7.2 (cc257e7e)
* incrementing version number - v3.7.1 (712365a5)
* incrementing version number - v3.7.0 (9a6153d7)
* incrementing version number - v3.6.7 (86a17e38)
* incrementing version number - v3.6.6 (6604bf37)
* incrementing version number - v3.6.5 (6c653625)
* incrementing version number - v3.6.4 (83d131b4)
* incrementing version number - v3.6.3 (fc7d2bfd)
* incrementing version number - v3.6.2 (0f577a57)
* incrementing version number - v3.6.1 (f1a69468)
* incrementing version number - v3.6.0 (4cdf85f8)
* incrementing version number - v3.5.3 (ed0e8783)
* incrementing version number - v3.5.2 (52fbb2da)
* incrementing version number - v3.5.1 (4c543488)
* incrementing version number - v3.5.0 (d06fb4f0)
* incrementing version number - v3.4.3 (5c984250)
* incrementing version number - v3.4.2 (3f0dac38)
* incrementing version number - v3.4.1 (01e69574)
* incrementing version number - v3.4.0 (fd9247c5)
* incrementing version number - v3.3.9 (5805e770)
* incrementing version number - v3.3.8 (a5603565)
* incrementing version number - v3.3.7 (b26f1744)
* incrementing version number - v3.3.6 (7fb38792)
* incrementing version number - v3.3.4 (a67f84ea)
* incrementing version number - v3.3.3 (f94d239b)
* incrementing version number - v3.3.2 (ec9dac97)
* incrementing version number - v3.3.1 (151cc68f)
* incrementing version number - v3.3.0 (fc1ad70f)
* incrementing version number - v3.2.3 (b06d3e63)
* incrementing version number - v3.2.2 (758ecfcd)
* incrementing version number - v3.2.1 (20145074)
* incrementing version number - v3.2.0 (9ecac38e)
* incrementing version number - v3.1.7 (0b4e81ab)
* incrementing version number - v3.1.6 (b3a3b130)
* incrementing version number - v3.1.5 (ec19343a)
* incrementing version number - v3.1.4 (2452783c)
* incrementing version number - v3.1.3 (3b4e9d3f)
* incrementing version number - v3.1.2 (40fa3489)
* incrementing version number - v3.1.1 (40250733)
* incrementing version number - v3.1.0 (0cb386bd)
* incrementing version number - v3.0.1 (26f6ea49)
* incrementing version number - v3.0.0 (224e08cd)
##### Bug Fixes
* closes #12819, add helper to escape tx strings (7d0c2cb6)
* closes #12807, fix quick reply js error (06ac0c99)
##### Refactors
* silence saas deprecations on prod (05e4307e)
* remove deprecation warnings, still used from widgets (3cee59f9)
#### v3.9.0 (2024-09-18)
##### Chores

View File

@@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json
postgres:
image: postgres:17.0-alpine
image: postgres:16.4-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb
@@ -24,7 +24,7 @@ services:
- postgres-data:/var/lib/postgresql/data
redis:
image: redis:7.4.1-alpine
image: redis:7.4.0-alpine
restart: unless-stopped
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
# command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] # uncomment if you want to use snapshotting instead of AOF

View File

@@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json
redis:
image: redis:7.4.1-alpine
image: redis:7.4.0-alpine
restart: unless-stopped
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
# command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] # uncomment if you want to use snapshotting instead of AOF

View File

@@ -26,7 +26,7 @@ services:
- mongo-data:/data/db
- ./install/docker/mongodb-user-init.js:/docker-entrypoint-initdb.d/user-init.js
redis:
image: redis:7.4.1-alpine
image: redis:7.4.0-alpine
restart: unless-stopped
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
# command: ['redis-server', '--save', '60', '1', '--loglevel', 'warning'] # uncomment if you want to use snapshotting instead of AOF
@@ -36,7 +36,7 @@ services:
- redis
postgres:
image: postgres:17.0-alpine
image: postgres:16.4-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb

View File

@@ -190,5 +190,10 @@
"composer:allowPluginHelp": 1,
"maxReconnectionAttempts": 5,
"reconnectionDelay": 1500,
"disableCustomUserSkins": 0
"disableCustomUserSkins": 0,
"activitypubEnabled": 1,
"activitypubAllowLoopback": 0,
"activitypubContentPruneDays": 30,
"activitypubUserPruneDays": 7,
"activitypubFilter": 0
}

View File

@@ -41,6 +41,14 @@
"textClass": "d-lg-none",
"text": "[[global:header.popular]]"
},
{
"route": "/world",
"title": "[[global:header.world]]",
"enabled": true,
"iconClass": "fa-globe",
"textClass": "d-lg-none",
"text": "[[global:header.world]]"
},
{
"route": "/users",
"title": "[[global:header.users]]",

View File

@@ -2,7 +2,7 @@
"name": "nodebb",
"license": "GPL-3.0",
"description": "NodeBB Forum",
"version": "3.10.3",
"version": "4.0.0-beta.1",
"homepage": "https://www.nodebb.org",
"repository": {
"type": "git",
@@ -38,7 +38,7 @@
"@textcomplete/contenteditable": "0.1.13",
"@textcomplete/core": "0.1.13",
"@textcomplete/textarea": "0.1.13",
"ace-builds": "1.36.4",
"ace-builds": "1.36.2",
"archiver": "7.0.1",
"async": "3.2.6",
"autoprefixer": "10.4.20",
@@ -49,33 +49,34 @@
"bootstrap": "5.3.3",
"bootswatch": "5.3.3",
"chalk": "4.1.2",
"chart.js": "4.4.6",
"chart.js": "4.4.4",
"cheerio": "^1.0.0-rc.12",
"cli-graph": "3.2.2",
"clipboard": "2.0.11",
"colors": "1.4.0",
"commander": "12.1.0",
"commander": "12.0.0",
"compare-versions": "6.1.1",
"compression": "1.7.5",
"compression": "1.7.4",
"connect-flash": "0.1.1",
"connect-mongo": "5.1.0",
"connect-multiparty": "2.2.0",
"connect-pg-simple": "10.0.0",
"connect-redis": "7.1.1",
"cookie-parser": "1.4.7",
"cron": "3.1.9",
"cookie-parser": "1.4.6",
"cron": "3.1.7",
"cropperjs": "1.6.2",
"csrf-sync": "4.0.3",
"daemon": "1.1.0",
"diff": "7.0.0",
"esbuild": "0.24.0",
"express": "4.21.1",
"express-session": "1.18.1",
"esbuild": "0.23.1",
"express": "4.21.0",
"express-session": "1.18.0",
"express-useragent": "1.0.15",
"fetch-cookie": "3.0.1",
"file-loader": "6.2.0",
"fs-extra": "11.2.0",
"graceful-fs": "4.2.11",
"helmet": "7.2.0",
"helmet": "7.1.0",
"html-to-text": "9.0.5",
"imagesloaded": "5.0.0",
"ipaddr.js": "2.2.0",
@@ -83,7 +84,7 @@
"jquery-deserialize": "2.0.0",
"jquery-form": "4.3.0",
"jquery-serializeobject": "1.0.0",
"jquery-ui": "1.14.1",
"jquery-ui": "1.14.0",
"jsesc": "3.0.2",
"json2csv": "5.0.7",
"jsonwebtoken": "9.0.2",
@@ -92,33 +93,33 @@
"lru-cache": "10.4.3",
"mime": "3.0.0",
"mkdirp": "3.0.1",
"mongodb": "6.10.0",
"mongodb": "6.9.0",
"morgan": "1.10.0",
"mousetrap": "1.6.5",
"multiparty": "4.2.3",
"nconf": "0.12.1",
"nodebb-plugin-2factor": "7.5.6",
"nodebb-plugin-composer-default": "10.2.42",
"nodebb-plugin-2factor": "7.5.5",
"nodebb-plugin-composer-default": "10.2.39",
"nodebb-plugin-dbsearch": "6.2.5",
"nodebb-plugin-emoji": "5.1.15",
"nodebb-plugin-emoji-android": "4.0.0",
"nodebb-plugin-markdown": "12.2.8",
"nodebb-plugin-mentions": "4.4.3",
"nodebb-plugin-ntfy": "1.7.7",
"nodebb-plugin-markdown": "13.0.0-pre.9",
"nodebb-plugin-mentions": "4.6.8",
"nodebb-plugin-spam-be-gone": "2.2.2",
"nodebb-plugin-web-push": "0.6.0",
"nodebb-rewards-essentials": "1.0.0",
"nodebb-theme-harmony": "1.2.79",
"nodebb-theme-lavender": "7.1.10",
"nodebb-theme-peace": "2.2.8",
"nodebb-theme-persona": "13.3.42",
"nodebb-widget-essentials": "7.0.30",
"nodemailer": "6.9.16",
"nodebb-theme-harmony": "2.0.0-pre.36",
"nodebb-theme-lavender": "7.1.8",
"nodebb-theme-peace": "2.2.7",
"nodebb-theme-persona": "14.0.0-pre.4",
"nodebb-widget-essentials": "7.0.29",
"nodemailer": "6.9.15",
"nprogress": "0.2.0",
"passport": "0.7.0",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"pg": "8.13.1",
"pg-cursor": "2.12.1",
"pg": "8.13.0",
"pg-cursor": "2.12.0",
"postcss": "8.4.47",
"postcss-clean": "1.2.0",
"progress-webpack-plugin": "1.0.16",
@@ -127,14 +128,14 @@
"rimraf": "5.0.10",
"rss": "1.2.2",
"rtlcss": "4.3.0",
"sanitize-html": "2.13.1",
"sass": "1.80.6",
"sanitize-html": "2.13.0",
"sass": "1.79.2",
"semver": "7.6.3",
"serve-favicon": "2.5.0",
"sharp": "0.32.6",
"sitemap": "8.0.0",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"@socket.io/redis-adapter": "8.3.0",
"sortablejs": "1.15.3",
"spdx-license-list": "6.9.0",
@@ -146,10 +147,10 @@
"toobusy-js": "0.5.1",
"tough-cookie": "5.0.0",
"validator": "13.12.0",
"webpack": "5.96.1",
"webpack": "5.94.0",
"webpack-merge": "6.0.1",
"winston": "3.16.0",
"workerpool": "9.2.0",
"winston": "3.14.2",
"workerpool": "9.1.3",
"xml": "1.0.1",
"xregexp": "5.1.1",
"yargs": "17.7.2",
@@ -162,20 +163,20 @@
"coveralls": "3.1.1",
"eslint": "8.57.1",
"eslint-config-nodebb": "0.2.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import": "2.30.0",
"grunt": "1.6.1",
"grunt-contrib-watch": "1.1.0",
"husky": "8.0.3",
"jsdom": "25.0.1",
"jsdom": "25.0.0",
"lint-staged": "15.2.10",
"mocha": "10.8.2",
"mocha": "10.7.3",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "17.1.0",
"smtp-server": "3.13.6"
"smtp-server": "3.13.5"
},
"optionalDependencies": {
"sass-embedded": "1.80.6"
"sass-embedded": "1.79.2"
},
"resolutions": {
"*/jquery": "3.7.1"
@@ -198,4 +199,4 @@
"url": "https://github.com/barisusakli"
}
]
}
}

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -43,7 +43,6 @@
"change-all": "غير الكل",
"watched": "متابع",
"ignored": "تم تجاهله",
"read": "Read",
"default-category-watch-state": "حالة مشاهدة اﻻقسام الافتراضية",
"followers": "المتابعون",
"following": "يتابع",
@@ -115,7 +114,6 @@
"has-no-topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.",
"has-no-watched-topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.",
"has-no-ignored-topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.",
"has-no-downvoted-posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.",
"has-no-controversial-posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Променят се настройките на %1",
"account/watched": "Теми, наблюдавани от %1",
"account/ignored": "Теми, пренебрегвани от %1",
"account/read": "Теми, прочетени от %1",
"account/upvoted": "Публикации, получили положителен глас от %1",
"account/downvoted": "Публикации, получили отрицателен глас от %1",
"account/best": "Най-добрите публикации от %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Промяна на всички",
"watched": "Наблюдавани",
"ignored": "Пренебрегвани",
"read": "Прочетени",
"default-category-watch-state": "Състояние по подразбиране за наблюдаването на категории",
"followers": "Последователи",
"following": "Следва",
@@ -115,7 +114,6 @@
"has-no-topics": "Този потребител не е създавал теми досега.",
"has-no-watched-topics": "Този потребител не е наблюдавал нито една тема досега.",
"has-no-ignored-topics": "Този потребител не е пренебрегнал нито една тема досега.",
"has-no-read-topics": "Този потребител не е прочел нито една тема досега.",
"has-no-upvoted-posts": "Този потребител не е гласувал положително досега.",
"has-no-downvoted-posts": "Този потребител не е гласувал отрицателно досега.",
"has-no-controversial-posts": "Този потребител няма публикации с отрицателни гласове засега.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "দেখা হয়েছে",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "যাদের অনুসরণ করছেন",
"following": "যারা আপনাকে অনুসরণ করছে",
@@ -115,7 +114,6 @@
"has-no-topics": "এই সদস্য এখনো কোন টপিক করেন নি",
"has-no-watched-topics": "এই সদস্য এখনো কোন টপিক দেখেন নি",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -4,15 +4,15 @@
"acp-title": "Ovládací panel správce NodeBB | %1",
"settings-header-contents": "Obsah",
"changes-saved": "Změny byly uloženy",
"changes-saved-message": "Vaše změny v NodeBB konfiguraci byly uloženy.",
"changes-not-saved": "Změny nebyly uloženy",
"changes-not-saved-message": "NodeBB narazil na problém při ukládání vašich změn. (%1)",
"save-changes": "Uložit změny",
"changes-saved": "Changes Saved",
"changes-saved-message": "Your changes to the NodeBB configuration have been saved.",
"changes-not-saved": "Changes Not Saved",
"changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)",
"save-changes": "Save changes",
"min": "Min:",
"max": "Max:",
"view": "Zobrazit",
"edit": "Upravit",
"add": "Přidat",
"select-icon": "Vybrat ikonu"
"view": "View",
"edit": "Edit",
"add": "Add",
"select-icon": "Select Icon"
}

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Témata sledovaná uživatelem %1",
"account/ignored": "Témata ignorovaná uživatelem %1",
"account/read": "Topics read by %1",
"account/upvoted": "Souhlasí s příspěvkem %1",
"account/downvoted": "Nesouhlasí s příspěvkem %1",
"account/best": "Nejlepší příspěvky od %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Změnit vše",
"watched": "Sledován",
"ignored": "Ignorován",
"read": "Read",
"default-category-watch-state": "Výchozí stav sledované kategorie",
"followers": "Sledují ho",
"following": "Sleduje",
@@ -115,7 +114,6 @@
"has-no-topics": "Tento uživatel ještě nezaložil žádné téma.",
"has-no-watched-topics": "Tento uživatel zatím nesleduje žádná témata.",
"has-no-ignored-topics": "Tento uživatel ještě neignoruje žádné témata.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Tento uživatel zatím nevyjádřil souhlas u žádného příspěvku.",
"has-no-downvoted-posts": "Tento uživatel zatím nevyjádřil nesouhlas u žádného příspěvku.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Tråde fulgt af %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Indlæg syntes godt om af %1",
"account/downvoted": "Indlæg syntes ikke godt om af %1",
"account/best": "Bedste indlæg skrevet af %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Set",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Followers",
"following": "Følger",
@@ -115,7 +114,6 @@
"has-no-topics": "Denne bruger har ikke skrævet nogle tråde endnu.",
"has-no-watched-topics": "Denne bruger har ikke fulgt nogle tråde endnu.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Denne bruger har ikke syntes godt om nogle indlæg endnu.",
"has-no-downvoted-posts": "Denne bruger har ikke, syntes ikke godt om nogle indlæg endnu.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Einstellungen von %1 ändern",
"account/watched": "Von %1 beobachtete Themen",
"account/ignored": "Ignorierte Themen von %1",
"account/read": "Topics read by %1",
"account/upvoted": "Von %1 positiv bewertete Beiträge",
"account/downvoted": "Von %1 negativ bewertete Beiträge",
"account/best": "Bestbewertete Beiträge von %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Alle ändern",
"watched": "Beobachtet",
"ignored": "Ignoriert",
"read": "Read",
"default-category-watch-state": "Standardmäßige Beobachtung",
"followers": "Follower",
"following": "Folge ich",
@@ -115,7 +114,6 @@
"has-no-topics": "Dieser Benutzer hat noch keine Themen erstellt.",
"has-no-watched-topics": "Dieser Benutzer beobachtet keine Themen.",
"has-no-ignored-topics": "Dieser Benutzer ignoriert bisher keine Themen.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Dieser Benutzer hat bisher keine Beiträge positiv bewertet.",
"has-no-downvoted-posts": "Dieser Benutzer hat bisher keine Beiträge negativ bewertet.",
"has-no-controversial-posts": "Dieser Benutzer hat noch keine herabgestuften Beiträge.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Watched",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Ακόλουθοι",
"following": "Ακολουθά",
@@ -115,7 +114,6 @@
"has-no-topics": "This user hasn't posted any topics yet.",
"has-no-watched-topics": "This user hasn't watched any topics yet.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -0,0 +1,18 @@
{
"world.name": "World",
"world.description": "",
"world.popular": "Popular topics",
"world.recent": "All topics",
"world.help": "Help",
"no-topics": "This forum doesn't know of any other topics yet.",
"help.title": "What is this page?",
"help.intro": "Welcome to your corner of the fediverse.",
"help.fediverse": "The \"fediverse\" is a network of interconnected applications and websites that all talk to one another and whose users can see each other. This forum is federated, and can interact with that social web (or \"fediverse\"). This page is your corner of the fediverse. It consists solely of topics created by — and shared from — users <strong>you</strong> follow.",
"help.build": "There might not be a lot of topics here to start; that's normal. You will start to see more content here over time when you start following other users.",
"help.federating": "Likewise, if users from outside of this forum start following <em>you</em>, then your posts will start appearing on those apps and websites as well.",
"help.next-generation": "This is the next generation of social media, start contributing today!",
"announcers": "Shares",
"announcers-x": "Shares (%1)"
}

View File

@@ -7,6 +7,8 @@
"privileges": "Privileges",
"back-to-categories": "Back to categories",
"name": "Category Name",
"handle": "Category Handle",
"handle.help": "Your category handle is used as a representation of this category across other networks, similar to a username. A category handle must not match an existing username or user group.",
"description": "Category Description",
"bg-color": "Background Colour",
"text-color": "Text Colour",
@@ -37,6 +39,7 @@
"disable": "Disable",
"edit": "Edit",
"analytics": "Analytics",
"federation": "Federation",
"view-category": "View category",
"set-order": "Set order",
@@ -76,6 +79,22 @@
"analytics.topics-daily": "<strong>Figure 3</strong> &ndash; Daily topics created in this category</small>",
"analytics.posts-daily": "<strong>Figure 4</strong> &ndash; Daily posts made in this category</small>",
"federation.title": "Federation settings for \"%1\" category",
"federation.disabled": "Federation is disabled site-wide, so category federation settings are currently unavailable.",
"federation.disabled-cta": "Federation Settings &rarr;",
"federation.syncing-header": "Synchronization",
"federation.syncing-intro": "A category can follow a \"Group Actor\" via the ActivityPub protocol. If content is received from one of the actors listed below, it will be automatically added to this category.",
"federation.syncing-caveat": "N.B. Setting up syncing here establishes a one-way synchronization. NodeBB attempts to subscribe/follow the actor, but the reverse cannot be assumed.",
"federation.syncing-none": "This category is not currently following anybody.",
"federation.syncing-add": "Synchronize with...",
"federation.syncing-actorUri": "Actor",
"federation.syncing-follow": "Follow",
"federation.syncing-unfollow": "Unfollow",
"federation.followers": "Remote users following this category",
"federation.followers-handle": "Handle",
"federation.followers-id": "ID",
"federation.followers-none": "No followers.",
"alert.created": "Created",
"alert.create-success": "Category successfully created!",
"alert.none-active": "You have no active categories.",

View File

@@ -1,21 +0,0 @@
{
"title": "Manage Custom User Fields",
"create-field": "Create Field",
"edit-field": "Edit Field",
"manage-custom-fields": "Manage Custom Fields",
"type-of-input": "Type of input",
"key": "Key",
"name": "Name",
"type": "Type",
"min-rep": "Minimum Reputation",
"input-type-text": "Input (Text)",
"input-type-link": "Input (Link)",
"input-type-number": "Input (Number)",
"input-type-select": "Select",
"select-options": "Options",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimum reputation",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Custom fields saved"
}

View File

@@ -22,7 +22,6 @@
"delete-content": "Delete User(s) <strong>Content</strong>",
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
"download-csv": "Download CSV",
"custom-user-fields": "Custom User Fields",
"manage-groups": "Manage Groups",
"set-reputation": "Set Reputation",
"add-group": "Add Group",

View File

@@ -38,6 +38,7 @@
"settings/tags": "Tags",
"settings/notifications": "Notifications",
"settings/api": "API Access",
"settings/activitypub": "Federation (ActivityPub)",
"settings/sounds": "Sounds",
"settings/social": "Social",
"settings/cookies": "Cookies",

View File

@@ -0,0 +1,20 @@
{
"intro-lead": "What is Federation?",
"intro-body": "NodeBB is able to communicate with other NodeBB instances that support it. This is achieved through a protocol called <a href=\"https://activitypub.rocks/\">ActivityPub</a>. If enabled, NodeBB will also be able to communicate with other apps and websites that use ActivityPub (e.g. Mastodon, Peertube, etc.)",
"general": "General",
"pruning": "Content Pruning",
"content-pruning": "Days to keep remote content",
"content-pruning-help": "Note that remote content that has received engagement (a reply or a upvote/downvote) will be preserved. (0 for disabled)",
"user-pruning": "Days to cache remote user accounts",
"user-pruning-help": "Remote user accounts will only be pruned if they have no posts. Otherwise they will be re-retrieved. (0 for disabled)",
"enabled": "Enable Federation",
"enabled-help": "If enabled, will allow this NodeBB will be able to communicate with all Activitypub-enabled clients on the wider fediverse.",
"allowLoopback": "Allow loopback processing",
"allowLoopback-help": "Useful for debugging purposes only. You should probably leave this disabled.",
"server-filtering": "Filtering",
"count": "This NodeBB is currently aware of <strong>%1</strong> server(s)",
"server.filter-help": "Specify servers you would like to bar from federating with your NodeBB. Alternatively, you may opt to selectively <em>allow</em> federation with specific servers, instead. Both options are supported, although they are mutually exclusive.",
"server.filter-help-hostname": "Enter just the instance hostname below (e.g. <code>example.org</code>), separated by line breaks.",
"server.filter-allow-list": "Use this as an Allow List instead"
}

View File

@@ -208,11 +208,6 @@
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
"not-enough-reputation-custom-field": "You need %1 reputation for %2",
"custom-user-field-value-too-long": "Custom field value too long, %1",
"custom-user-field-select-value-invalid": "Custom field selected option is invalid, %1",
"custom-user-field-invalid-link": "Custom field link is invalid, %1",
"custom-user-field-invalid-number": "Custom field number is invalid, %1",
"post-already-flagged": "You have already flagged this post",
"user-already-flagged": "You have already flagged this user",
"post-flagged-too-many-times": "This post has been flagged by others already",
@@ -270,6 +265,7 @@
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"category.handle-taken": "Category handle is already taken, please choose another.",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category",
@@ -283,5 +279,12 @@
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration",
"api.reauth-required": "The resource you are trying to access requires (re-)authentication."
"api.reauth-required": "The resource you are trying to access requires (re-)authentication.",
"activitypub.invalid-id": "Unable to resolve the input id, likely as it is malformed.",
"activitypub.get-failed": "Unable to retrieve the specified resource.",
"activitypub.pubKey-not-found": "Unable to resolve public key, so payload verification cannot take place.",
"activitypub.origin-mismatch": "The received object's origin does not match the sender's origin",
"activitypub.actor-mismatch": "The received activity is being carried out by an actor that is different from expected.",
"activitypub.not-implemented": "The request was denied because it or an aspect of it is not implemented by the recipient server"
}

View File

@@ -84,11 +84,17 @@
"modal-reason-offensive": "Offensive",
"modal-reason-other": "Other (specify below)",
"modal-reason-custom": "Reason for reporting this content...",
"modal-notify-remote": "Forward this report to %1",
"modal-submit": "Submit Report",
"modal-submit-success": "Content has been flagged for moderation.",
"modal-confirm-rescind": "Rescind Report?",
"bulk-actions": "Bulk Actions",
"bulk-resolve": "Resolve Flag(s)",
"confirm-purge": "Are you sure you want to permanently delete these flags?",
"purge-cancelled": "Flag Purge Cancelled",
"bulk-purge": "Purge Flag(s)",
"bulk-success": "%1 flags updated",
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
"auto-flagged": "[Auto Flagged] Received %1 downvotes."

View File

@@ -56,6 +56,7 @@
"header.navigation": "Navigation",
"header.manage": "Manage",
"header.drafts": "Drafts",
"header.world": "World",
"notifications.loading": "Loading Notifications",
"chats.loading": "Loading Chats",
@@ -131,6 +132,8 @@
"invisible": "Invisible",
"offline": "Offline",
"remote-user": "This user is from outside of this forum",
"email": "Email",
"language": "Language",

View File

@@ -117,6 +117,8 @@
"composer.discard-all-drafts": "Discard all drafts",
"composer.no-drafts": "You have no drafts",
"composer.discard-draft-confirm": "Do you want to discard this draft?",
"composer.remote-pid-editing": "Editing a remote post",
"composer.remote-pid-content-immutable": "The content of remote posts cannot be edited. However, you are able change the topic title and tags.",
"bootbox.ok": "OK",
"bootbox.cancel": "Cancel",

View File

@@ -107,5 +107,10 @@
"notificationType-post-queue": "When a new post is queued",
"notificationType-new-post-flag": "When a post is flagged",
"notificationType-new-user-flag": "When a user is flagged",
"notificationType-new-reward": "When you earn a new reward"
"notificationType-new-reward": "When you earn a new reward",
"activitypub.announce": "<strong>%1</strong> shared your post in <strong>%2</strong> to their followers.",
"activitypub.announce-dual": "<strong>%1</strong> and <strong>%2</strong> shared your post in <strong>%3</strong> to their followers.",
"activitypub.announce-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> shared your post in <strong>%4</strong> to their followers.",
"activitypub.announce-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others shared your post in <strong>%4</strong> to their followers."
}

View File

@@ -42,6 +42,8 @@
"flags": "Flags",
"flag-details": "Flag %1 Details",
"world": "World",
"account/edit": "Editing \"%1\"",
"account/edit/password": "Editing password of \"%1\"",
"account/edit/username": "Editing username of \"%1\"",
@@ -60,7 +62,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -30,7 +30,6 @@
"restore": "Restore",
"move": "Move",
"change-owner": "Change Owner",
"manage-editors": "Manage Editors",
"fork": "Fork",
"link": "Link",
"share": "Share",
@@ -117,7 +116,6 @@
"thread-tools.move-posts": "Move Posts",
"thread-tools.move-all": "Move All",
"thread-tools.change-owner": "Change Owner",
"thread-tools.manage-editors": "Manage Editors",
"thread-tools.select-category": "Select Category",
"thread-tools.fork": "Fork Topic",
"thread-tools.tag": "Tag Topic",
@@ -154,6 +152,7 @@
"bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.",
"copy-permalink": "Copy Permalink",
"go-to-original": "View Original Post",
"loading-more-posts": "Loading More Posts",
"move-topic": "Move Topic",
@@ -179,7 +178,6 @@
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
"move-topic-instruction": "Select the target category and then click move",
"change-owner-instruction": "Click the posts you want to assign to another user",
"manage-editors-instruction": "Manage the users who can edit this post below.",
"composer.title-placeholder": "Enter your topic title here...",
"composer.handle-placeholder": "Enter your name/handle here",

View File

@@ -45,7 +45,6 @@
"change-all": "Change All",
"watched": "Watched",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Followers",
"following": "Following",
@@ -61,6 +60,7 @@
"chat-with": "Continue chat with %1",
"new-chat-with": "Start new chat with %1",
"flag-profile": "Flag Profile",
"profile-flagged": "Already flagged",
"follow": "Follow",
"unfollow": "Unfollow",
"more": "More",
@@ -122,7 +122,6 @@
"has-no-topics": "This user hasn't posted any topics yet.",
"has-no-watched-topics": "This user hasn't watched any topics yet.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Watched",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Followers",
"following": "Following",
@@ -115,7 +114,6 @@
"has-no-topics": "This user hasn't posted any topics yet.",
"has-no-watched-topics": "This user hasn't watched any topics yet.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Watched",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Followers",
"following": "Following",
@@ -115,7 +114,6 @@
"has-no-topics": "This user hasn't posted any topics yet.",
"has-no-watched-topics": "This user hasn't watched any topics yet.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Temas seguidos por %1",
"account/ignored": "Temas ignorados por %1",
"account/read": "Topics read by %1",
"account/upvoted": "Publicaciones votadas positivamente %1",
"account/downvoted": "Publicaciones votadas negativamente %1",
"account/best": "Mejores publicaciones hechas por %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Suscritos",
"ignored": "Ignorado",
"read": "Read",
"default-category-watch-state": "Estado default de vista de categoría",
"followers": "Seguidores",
"following": "Siguiendo",
@@ -115,7 +114,6 @@
"has-no-topics": "Este usuario no ha publicado ninguna tema todavía.",
"has-no-watched-topics": "Este usuario no esta suscrito a ningún tema aún.",
"has-no-ignored-topics": "Este usuario no ha ignorado ningún tema aun.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Este usuario todavía no ha votado ninguna publicación positivamente.",
"has-no-downvoted-posts": "Este usuario todavía no ha votado ninguna publicación negativamente.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Teemasid jälgib %1 kasutajat",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Postitused %1 poolt heaks kiidetud",
"account/downvoted": "Postitused %1 poolt vastu hääletatud",
"account/best": "Parimad postitused %1 poolt",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Vaadatud",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Jälgijad",
"following": "Jälgimised",
@@ -115,7 +114,6 @@
"has-no-topics": "Antud kasutaja pole veel ühtegi teemat postitanud.",
"has-no-watched-topics": "Antud kasutaja pole veel ühtegi teemat vaadanud.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Antud kasutaja pole veel ühtegi postitust kiitnud.",
"has-no-downvoted-posts": "Antud kasutaja pole veel ühtegi postitust laitnud.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -1,12 +1,12 @@
{
"category": "دسته‌بندی",
"subcategories": "زیر دسته‌بندی‌",
"new-topic-button": "تاپیک جدید",
"new-topic-button": "موضوع تازه",
"guest-login-post": "برای ارسال پست وارد شوید",
"no-topics": "<strong>هیچ تاپیکی در این دسته‌بندی نیست.</strong><br />چرا شما یکی نمی‌فرستید؟",
"no-topics": "<strong>هیچ فرسته‌ای در این دسته‌بندی نیست.</strong><br />چرا شما یکی نمی‌فرستید؟",
"browsing": "بیننده‌ها",
"no-replies": "هیچ کسی پاسخ نداده است.",
"no-new-posts": "هیچ پست جدیدی وجود ندارد.",
"no-new-posts": "هیچ فرسته‌ی جدیدی وجود ندارد.",
"watch": "پیگیری",
"ignore": "نادیده گرفتن",
"watching": "درحال پیگیری",

View File

@@ -24,14 +24,14 @@
"cancel": "Cancel",
"close": "بستن",
"pagination": "صفحه‌بندی",
"pagination.previouspage": "صفحه قبل",
"pagination.nextpage": "صفحه بعد",
"pagination.firstpage": "اولین صفحه",
"pagination.lastpage": "آخرین صفحه",
"pagination.previouspage": "Previous Page",
"pagination.nextpage": "Next Page",
"pagination.firstpage": "First Page",
"pagination.lastpage": "Last Page",
"pagination.out-of": "%1 از %2",
"pagination.enter-index": "Go to post index",
"pagination.go-to-page": "رفتن به صفحه",
"pagination.page-x": "صفحه %1",
"pagination.go-to-page": "Go to page",
"pagination.page-x": "Page %1",
"header.brand-logo": "Brand Logo",
"header.admin": "مدیر",
"header.categories": "دسته‌بندی‌ها",
@@ -140,7 +140,7 @@
"edited": "Edited",
"disabled": "Disabled",
"select": "انتخاب",
"selected": "انتخاب شده",
"selected": "Selected",
"copied": "Copied",
"user-search-prompt": "برای پیدا کردن کاربر اینجا چیزی بنویسید...",
"hidden": "Hidden",

View File

@@ -12,15 +12,15 @@
"you-have-unread-notifications": "شما آگاه‌سازی‌‌های نخوانده دارید.",
"all": "همه",
"topics": "موضوع ها",
"tags": "برچسب ها",
"categories": "دسته بندی ها",
"tags": "Tags",
"categories": "Categories",
"replies": "پاسخ ها",
"chat": "گفتگو ها",
"group-chat": "چت‌های گروهی",
"public-chat": "چت های عمومی",
"public-chat": "Public Chats",
"follows": "دنبال کننده ها",
"upvote": "رای های مثبت",
"awards": "اعلان ها",
"awards": "Awards",
"new-flags": "گزارش های جدید",
"my-flags": "گزارش های اختصاص یافته به من",
"bans": "اخراجی ها",
@@ -34,8 +34,8 @@
"user-posted-in-public-room-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others wrote in <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
"upvoted-your-post-in": "<strong>%1</strong> امتیاز مثبت به پست شما در <strong>%2</strong> داده",
"upvoted-your-post-in-dual": "<strong>%1</strong> و <strong>%2</strong> رای مثبت به پست شما در\n <strong>%3</strong>.",
"upvoted-your-post-in-triple": "<strong>%1</strong>, <strong>2%</strong> و<strong> %3</strong> به پست شما در <strong> %4</strong> امتیاز مثبت دادن",
"upvoted-your-post-in-multiple": "<strong>%1</strong>, <strong>2%</strong> و %3 به پست شما در <strong>%4</strong> امتیاز مثبت دادن",
"upvoted-your-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have upvoted your post in <strong>%4</strong>.",
"upvoted-your-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have upvoted your post in <strong>%4</strong>.",
"moved-your-post": "<strong>%1</strong> پست شما را به <strong>%2</strong> انتقال داده است",
"moved-your-topic": "<strong>%2</strong> <strong>%1</strong> را منتقل کرده است",
"user-flagged-post-in": "<strong>%1</strong> پستی را در <strong>%2</strong> گزارش کرده",
@@ -47,16 +47,16 @@
"user-flagged-user-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a user profile (%4)",
"user-flagged-user-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a user profile (%4)",
"user-posted-to": "پاسخ دادن به <strong>%2</strong> از سوی <strong>%1</strong>",
"user-posted-to-dual": "<strong>%1</strong> و <strong>%2</strong> پاسخی در: <strong>%3</strong> ارسال کردند",
"user-posted-to-triple": "<strong>%1</strong>, <strong>2%</strong> و <strong> %3</strong> پاسخی در <strong> %4</strong> ارسال کردن",
"user-posted-to-multiple": "<strong>%1</strong>, <strong>2%</strong> , 3% دیگر پاسخی در <strong> %4</strong> ارسال کردند",
"user-posted-to-dual": "<strong>%1</strong> و <strong>%2</strong> پاسخ به پست دادند در: <strong>%3</strong>",
"user-posted-to-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have posted replies to: <strong>%4</strong>",
"user-posted-to-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have posted replies to: <strong>%4</strong>",
"user-posted-topic": "<strong>%1</strong> یک موضوع جدید ارسال کرده: <strong>%2</strong>",
"user-edited-post": "<strong>%1</strong> پستی را در <strong>%2</strong> ویرایش کرد",
"user-posted-topic-with-tag": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3)",
"user-posted-topic-with-tag-dual": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3 و %4 )",
"user-posted-topic-with-tag-triple": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3, %4 و %5)",
"user-posted-topic-with-tag-multiple": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3)",
"user-posted-topic-in-category": "<strong>%1</strong> یک موضوع جدید در <strong>%2</strong> ارسال کرده",
"user-posted-topic-with-tag": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
"user-posted-topic-with-tag-dual": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3 and %4)",
"user-posted-topic-with-tag-triple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3, %4, and %5)",
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
"user-posted-topic-in-category": "<strong>%1</strong> has posted a new topic in <strong>%2</strong>",
"user-started-following-you": "<strong>%1</strong> شروع به دنبال کردن شما کرده",
"user-started-following-you-dual": "<strong>%1</strong> و <strong>%2</strong> شروع به دنبال کردن شما کرده.",
"user-started-following-you-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> started following you.",
@@ -75,7 +75,7 @@
"email-confirmed": "ایمیل تایید شد",
"email-confirmed-message": "بابت تایید ایمیلتان سپاس‌گزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.",
"email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نا‌معتبر و یا منقضی شده باشد.",
"email-confirm-error-message-already-validated": "آدرس ایمیل شما قبلا تایید شده است",
"email-confirm-error-message-already-validated": "Your email address was already validated.",
"email-confirm-sent": "ایمیل تایید ارسال شد.",
"none": "هیچکدام",
"notification-only": "فقط اعلان",
@@ -84,7 +84,7 @@
"notificationType-upvote": "هنگامی که شخصی به پست شما رای مثبت می دهد",
"notificationType-new-topic": "هنگامی که شخصی که شما دنبال می کنید موضوعی ایجاد نماید",
"notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow",
"notificationType-new-topic-in-category": "هنگامی که پاسخ جدید در موضوعی که شما پیگیری می کنید فرستاده می شود",
"notificationType-new-topic-in-category": "When a topic is posted in a category you are watching",
"notificationType-new-reply": "هنگامی که پاسخ جدید در موضوعی که شما پیگیری می کنید فرستاده می شود",
"notificationType-post-edit": "وقتی در موضوعی که شما پیگیری می کنید پستی ویرایش می شود",
"notificationType-follow": "هنگامی که کسی شما را دنبال می کند",
@@ -98,5 +98,5 @@
"notificationType-post-queue": "هنگامی که پست جدیدی در صف قرار می گیرد",
"notificationType-new-post-flag": "هنگامی که پستی گزارش می شود",
"notificationType-new-user-flag": "هنگامی که کاربری گزارش می شود",
"notificationType-new-reward": "هنگامی که شما جایزه جدیدی کسب می کنید"
"notificationType-new-reward": "When you earn a new reward"
}

View File

@@ -54,7 +54,6 @@
"account/settings-of": "تغییر تنظیمات از %1",
"account/watched": "موضوع های دیده شده توسط \"%1\"",
"account/ignored": "موضوع های نادیده گرفته شده توسط %1",
"account/read": "Topics read by %1",
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
"account/downvoted": "رای منفی داده شده به پست ها توسط %1",
"account/best": "بهترین پست های %1",

View File

@@ -7,5 +7,5 @@
"alltime": "همه زمانها",
"no-recent-topics": "هیچ موضوع تازه‌ای نیست.",
"no-popular-topics": "هیچ موضوع پربازدیدی وجود ندارد",
"load-new-posts": "بارگذاری پست های جدید"
"load-new-posts": "بارگذاری فرسته‌های جدید"
}

View File

@@ -12,17 +12,17 @@
"notify-me": "از پاسخ‌های تازه در موضوع آگاه شوید",
"quote": "نقل قول",
"reply": "پاسخ",
"replies-to-this-post": "%1 پاسخ",
"replies-to-this-post": "1% پاسخ",
"one-reply-to-this-post": "1 پاسخ",
"last-reply-time": "آخرین پاسخ",
"reply-options": "ابزارهای پاسخ",
"reply-options": "Reply options",
"reply-as-topic": "پاسخ به عنوان موضوع",
"guest-login-reply": "وارد شوید تا پست بفرستید",
"login-to-view": "🔒 برای مشاهده وارد شوید",
"edit": "ویرایش",
"delete": "حذف",
"delete-event": "پاک کردن ایونت",
"delete-event-confirm": "آیا شما مطمئن هستید که می خواهید این رویداد را حذف کنید؟",
"delete-event-confirm": "آیا شما مطمئن هستید که می خواهید این رویداد را پاک کنید؟",
"purge": "پاک کردن",
"restore": "برگرداندن",
"move": "جابه‌جا کردن",
@@ -35,7 +35,7 @@
"pinned": "سنجاق شده",
"pinned-with-expiry": "سنجاق‌شده تا %1",
"scheduled": "زمان بندی شده",
"deleted": "حذف شده",
"deleted": "Deleted",
"moved": "منتقل شده",
"moved-from": "جابه‌جا شده از %1",
"copy-code": "کپی کردن کد",
@@ -182,8 +182,8 @@
"sort-by": "مرتب‌سازی بر اساس",
"oldest-to-newest": "قدیمی‌ترین به جدید‌ترین",
"newest-to-oldest": "جدید‌ترین به قدیمی‌ترین",
"recently-replied": "اخیرا پاسخ داده شده",
"recently-created": "اخیرا ایجاد شده",
"recently-replied": "Recently Replied",
"recently-created": "Recently Created",
"most-votes": "بیشترین رای ها",
"most-posts": "بیشترین پست",
"most-views": "بیشترین بازدید‌ها",
@@ -212,9 +212,9 @@
"post-quick-reply": "پاسخ سریع",
"navigator.index": "پست %1 از %2",
"navigator.unread": "%1 خوانده نشده",
"upvote-post": "رای مثبت دادن به پست",
"downvote-post": "رای منفی دادن به پست",
"post-tools": "ابزارهای پست",
"unread-posts-link": "پست های خوانده نشده پیوند",
"upvote-post": "Upvote post",
"downvote-post": "Downvote post",
"post-tools": "Post tools",
"unread-posts-link": "Unread posts link",
"thumb-image": "Topic thumbnail image"
}

View File

@@ -43,7 +43,6 @@
"change-all": "تغییر همه",
"watched": "موضوع های پیگیری شده",
"ignored": "نادیده گرفته شده",
"read": "Read",
"default-category-watch-state": "حالت پیشفرض مشاهده دسته بندی",
"followers": "دنبال‌کننده‌ها",
"following": "دنبال‌شونده‌ها",
@@ -115,7 +114,6 @@
"has-no-topics": "این کاربر تا به حال هیچ موضوعی ارسال نکرده است.",
"has-no-watched-topics": "این کاربر تا به حال هیچ موضوعی را پیگیری نکرده است.",
"has-no-ignored-topics": "این کاربر هیچ موضوعی را نادیده نگرفته است.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "این کاربر به هیچ فرسته‌ رای مثبت نداده است.",
"has-no-downvoted-posts": "این کاربر به هیچ فرسته‌ای رای منفی نداده است.",
"has-no-controversial-posts": "این کاربر هنوز هیچ فرسته‌ای با رای منفی ندارد.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Aiheet, joita %1 seuraa",
"account/ignored": "Aiheet, jotka %1 on ohittanut",
"account/read": "Topics read by %1",
"account/upvoted": "Viesti, joista %1 on tykännyt",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Käyttäjän %1 parhaat viestit",

View File

@@ -43,7 +43,6 @@
"change-all": "Muuta kaikki",
"watched": "Seurataan",
"ignored": "Ohitetut",
"read": "Read",
"default-category-watch-state": "Kategoriaseurannan oletustaso",
"followers": "Seuraajat",
"following": "Seuratut",
@@ -115,7 +114,6 @@
"has-no-topics": "Käyttäjä ei ole lähettänyt viestiä yhteenkään aiheeseen vielä.",
"has-no-watched-topics": "Käyttäjä ei vielä seuraa aiheita.",
"has-no-ignored-topics": "Käyttäjä ei ole vielä ohittanut aiheita.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Käyttäjä ei ole tykännyt yhdestäkään viestistä vielä.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -3,7 +3,7 @@
"ip": "IP <strong>%1</strong>",
"nodes-responded": "%1 noeuds ont répondu en %2ms !",
"host": "hôte",
"primary": "Principal / Tâches",
"primary": "primary / jobs",
"pid": "pid",
"nodejs": "nodejs",
"online": "en ligne",
@@ -19,7 +19,7 @@
"registered": "Enregistré",
"sockets": "Sockets",
"connection-count": "nombre de connexions",
"connection-count": "Connection Count",
"guests": "Invités",
"info": "Info"

View File

@@ -12,8 +12,8 @@
"container.card": "Carte",
"container.card-header": "En-tête",
"container.card-body": "Corps",
"container.title": "Titre",
"container.body": "Corps du message",
"container.title": "Title",
"container.body": "Body",
"container.alert": "Alerte",
"alert.confirm-delete": "Êtes-vous sûr de vouloir supprimer ce widget ?",

View File

@@ -10,7 +10,7 @@
"id": "ID : <small>optionnel</small>",
"properties": "Propriétés :",
"show-to-groups": "Visible pour les groupes\n ",
"show-to-groups": "Show to Groups:",
"open-new-window": "Ouvrir dans une nouvelle fenêtre",
"dropdown": "Menu déroulant",
"dropdown-placeholder": "Placer vos éléments de menu déroulant ci-dessous, par exemple : <br/>https://myforum.com",

View File

@@ -2,14 +2,14 @@
"reputation": "Paramètres de réputation",
"disable": "Désactiver le système de réputation",
"disable-down-voting": "Désactiver les votes négatifs",
"upvote-visibility": "Visibilité des votes positifs",
"upvote-visibility-all": "Tout le monde peut voir les votes positifs",
"upvote-visibility-loggedin": "Seuls les utilisateurs connectés peuvent voir les votes positifs",
"upvote-visibility-privileged": "Seuls les Administrateurs et Modérateurs peuvent voir les votes positifs",
"downvote-visibility": "Visibilité des votes négatifs",
"downvote-visibility-all": "Tout le monde peut voir les votes négatifs",
"downvote-visibility-loggedin": "Seuls les utilisateurs connectés peuvent voir les votes négatifs",
"downvote-visibility-privileged": "Seuls les Administrateurs et Modérateurs peuvent voir les votes négatifs",
"upvote-visibility": "Up Vote visibility",
"upvote-visibility-all": "Everyone can see up votes",
"upvote-visibility-loggedin": "Only logged in users can see up votes",
"upvote-visibility-privileged": "Only privileged users like admins & moderators can see up votes",
"downvote-visibility": "Down Vote visibility",
"downvote-visibility-all": "Everyone can see down votes",
"downvote-visibility-loggedin": "Only logged in users can see down votes",
"downvote-visibility-privileged": "Only privileged users like admins & moderators can see down votes",
"thresholds": "Seuils d'activité",
"min-rep-upvote": "Réputation minimale pour voter pour les publications",
"upvotes-per-day": "Votes positifs par jour (0 = illimité)",

View File

@@ -153,7 +153,7 @@
"about-me-too-long": "Votre texte \"à propos de moi\" ne peut dépasser %1 caractère(s).",
"cant-chat-with-yourself": "Vous ne pouvez discuter avec vous-même !",
"chat-restricted": "Cet utilisateur a restreint ses messages de chat. Il doit d'abord s'abonner à votre compte avant que vous puissiez discuter avec lui.",
"chat-user-blocked": "Tu as été bloqué par cet utilisateur",
"chat-user-blocked": "You have been blocked by this user.",
"chat-disabled": "Système de chat désactivé",
"too-many-messages": "Vous avez envoyé trop de messages, veuillez patienter un instant.",
"invalid-chat-message": "Message de chat invalide",

View File

@@ -90,6 +90,6 @@
"bulk-actions": "Actions en vrac",
"bulk-resolve": "Signalement(s) résolu(s)",
"bulk-success": "%1 signalements mis à jour",
"flagged-timeago": "Signalé ",
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
"auto-flagged": "[Auto Signalement] A reçu %1 votes négatifs."
}

View File

@@ -1,8 +1,8 @@
{
"chat.room-id": "Discussion %1",
"chat.chatting-with": "Discuter avec",
"chat.placeholder": "Tapez votre message ici, glissez-déposez des images",
"chat.placeholder.mobile": "Saisir le message de chat",
"chat.placeholder": "Type chat message here, drag & drop images",
"chat.placeholder.mobile": "Type chat message",
"chat.placeholder.message-room": "Message #%1",
"chat.scroll-up-alert": "Aller au message le plus récent",
"chat.usernames-and-x-others": "%1 & %2 autres",

View File

@@ -52,10 +52,10 @@
"user-posted-to-multiple": "<strong>%1</strong>, <strong>%2</strong> et %3 autres ont posté des réponses dans : <strong>%4</strong>",
"user-posted-topic": "<strong>%1</strong> a posté un nouveau sujet: <strong>%2</strong>",
"user-edited-post": "<strong>%1</strong> a édité un message dans <strong>%2</strong>",
"user-posted-topic-with-tag": "<strong>%1</strong>a publié <strong>%2</strong> (tags %3)",
"user-posted-topic-with-tag-dual": "<strong>%1</strong>a publié<strong>%2</strong> (tags %3 and %4)",
"user-posted-topic-with-tag-triple": "<strong>%1</strong>as publié<strong>%2</strong> (tags %3, %4, and %5)",
"user-posted-topic-with-tag-multiple": "<strong>%1</strong>as publié <strong>%2</strong>(tags %3)",
"user-posted-topic-with-tag": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
"user-posted-topic-with-tag-dual": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3 and %4)",
"user-posted-topic-with-tag-triple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3, %4, and %5)",
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
"user-posted-topic-in-category": "<strong>%1</strong> a posté un nouveau sujet: <strong>%2</strong>",
"user-started-following-you": "<strong>%1</strong> vous suit.",
"user-started-following-you-dual": "<strong>%1</strong> et <strong>%2</strong> se sont abonnés à votre compte.",
@@ -75,7 +75,7 @@
"email-confirmed": "E-mail vérifié",
"email-confirmed-message": "Merci pour la validation de votre adresse e-mail. Votre compte est désormais activé.",
"email-confirm-error-message": "Il y a un un problème dans la vérification de votre adresse e-mail. Le code est peut être invalide ou a expiré.",
"email-confirm-error-message-already-validated": "Votre adresse email a déjà été validée",
"email-confirm-error-message-already-validated": "Your email address was already validated.",
"email-confirm-sent": "E-mail de vérification envoyé.",
"none": "aucun",
"notification-only": "Seulement une notification",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Modifier les paramètres de %1",
"account/watched": "Sujets auxquels %1 est abonné",
"account/ignored": "Sujets ignorés par %1",
"account/read": "topics lus par %1",
"account/upvoted": "Avis positifs de %1",
"account/downvoted": "Avis négatifs de %1",
"account/best": "Meilleurs messages postés par %1",

View File

@@ -39,5 +39,5 @@
"remove-selected-confirm": "Voulez-vous supprimer %1 messages sélectionnés ?",
"bulk-accept-success": "%1 messages acceptés",
"bulk-reject-success": "%1 messages rejetés",
"links-in-this-post": "Liens dans ce post"
"links-in-this-post": "Links in this post"
}

View File

@@ -7,8 +7,8 @@
"login-register-to-search": "Connectez-vous ou inscrivez-vous pour faire une recherche.",
"settings.title": "Configuration du thème",
"settings.enableQuickReply": "Activer les réponses rapides",
"settings.enableBreadcrumbs": "Afficher le fil d'Ariane dans les pages de catégories et de sujets<br>&nbsp;<br>&nbsp;",
"settings.enableBreadcrumbs.why": "Traduction suggérée : Le fil dAriane est visible sur la plupart des pages pour faciliter la navigation. La conception de base des pages de catégories et de sujets offre dautres moyens pour revenir aux pages parentes, mais le fil dAriane peut être désactivé afin de réduire l'encombrement visuel.<br>&nbsp;",
"settings.enableBreadcrumbs": "Show breadcrumbs in Category and Topic pages",
"settings.enableBreadcrumbs.why": "Breadcrumbs are visible in most pages for ease-of-navigation. The base design of the category and topic pages has alternative means to link back to parent pages, but the breadcrumb can be toggled off to reduce clutter.",
"settings.centerHeaderElements": "Centrer les éléments d'en-tête",
"settings.mobileTopicTeasers": "Afficher les teasers de sujet sur mobile",
"settings.stickyToolbar": "Barre d'outils",

View File

@@ -1,9 +1,9 @@
{
"user-menu": "Menu de l'utilisateur",
"banned": "Banni",
"unbanned": "bannir",
"unbanned": "Unbanned",
"muted": "Muet",
"unmuted": "Rétablir la possibilité d'écrire / répondre ",
"unmuted": "Unmuted",
"offline": "Hors-ligne",
"deleted": "Effacé",
"username": "Nom d'utilisateur",
@@ -43,7 +43,6 @@
"change-all": "Tout changer",
"watched": "Abonnements",
"ignored": "Ignorés",
"read": "Lu",
"default-category-watch-state": "Abonnement par défaut des catégories",
"followers": "Abonnés",
"following": "Abonnements",
@@ -79,7 +78,7 @@
"change-password": "Changer le mot de passe",
"change-password-error": "Mot de passe invalide !",
"change-password-error-wrong-current": "Votre mot de passe est incorrect !",
"change-password-error-same-password": "Votre nouveau mot de passe est identique à l'actuel, veuillez en utiliser un différent.",
"change-password-error-same-password": "Your new password matches your current password, please use a new password.",
"change-password-error-match": "Les mots de passe doivent être identiques !",
"change-password-error-privileges": "Vous n'avez pas les droits de changer ce mot de passe.",
"change-password-success": "Votre mot de passe a été mis à jour.",
@@ -115,7 +114,6 @@
"has-no-topics": "Cet utilisateur n'a encore créé aucun sujet.",
"has-no-watched-topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.",
"has-no-ignored-topics": "Cet utilisateur n'a encore ignoré aucun sujet.",
"has-no-read-topics": "Cet utilisateur n'a pas encore consulté de sujets.",
"has-no-upvoted-posts": "Cet utilisateur n'a pas encore donné d'avis positif.",
"has-no-downvoted-posts": "Cet utilisateur n'a pas donné d'avis négatif.",
"has-no-controversial-posts": "Cet utilisateur n'a pas encore d'avis négatif.",
@@ -168,15 +166,15 @@
"sso.dissociate-confirm": "Êtes-vous sûr de vouloir dissocier votre compte de %1 ?",
"info.latest-flags": "Derniers signalements",
"info.profile": "Profile",
"info.post": "Message",
"info.view-flag": "Voir le signalement",
"info.reported-by": "Signalé par",
"info.post": "Post",
"info.view-flag": "View flag",
"info.reported-by": "Reported by:",
"info.no-flags": "Aucun signalement trouvé",
"info.ban-history": "Historique de bannissement récent",
"info.no-ban-history": "Cet utilisateur n'a jamais été banni",
"info.banned-until": "Banni jusqu'au %1",
"info.banned-expiry": "Expiration",
"info.ban-expired": "Bannissement expiré",
"info.ban-expired": "Ban expired",
"info.banned-permanently": "Banni de façon permanente",
"info.banned-reason-label": "Raison",
"info.banned-no-reason": "Aucune raison donnée",

View File

@@ -1,6 +1,6 @@
{
"all-users": "Tous les utilisateurs",
"followed-users": "Utilisateurs suivis",
"followed-users": "Followed Users",
"latest-users": "Derniers inscrits",
"top-posters": "Utilisateurs les plus actifs",
"most-reputation": "Meilleur Réputation",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Temas vistos por %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Mensaxes votadas positivamente por %1",
"account/downvoted": "Mensaxes votadas negativamente por %1",
"account/best": "Mellores mensaxes escritas por %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Visto",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Seguidores",
"following": "Seguindo",
@@ -115,7 +114,6 @@
"has-no-topics": "Este usuario aínda non publicou ningún tema.",
"has-no-watched-topics": "Este usuario aínda non viu ningún tema.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Este usuario aínda non votou positivamente ningunha mensaxe.",
"has-no-downvoted-posts": "Este usuario aínda non votou negativamente ninguna mensaxe.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -3,7 +3,7 @@
"ip": "IP <strong>%1</strong>",
"nodes-responded": "%1 צמתים הגיבו בתוך %2מילי שניות!",
"host": "host",
"primary": "ראשי / עבודות",
"primary": "primary / jobs",
"pid": "pid",
"nodejs": "nodejs",
"online": "מקוון",
@@ -19,7 +19,7 @@
"registered": "רשום",
"sockets": "Sockets",
"connection-count": "כמות חיבורים",
"connection-count": "Connection Count",
"guests": "אורחים",
"info": "מידע"

View File

@@ -12,8 +12,8 @@
"container.card": "כרטיס",
"container.card-header": "כותרת כרטיס",
"container.card-body": "גוף כרטיס",
"container.title": "כותרת",
"container.body": "גוף",
"container.title": "Title",
"container.body": "Body",
"container.alert": "התראה",
"alert.confirm-delete": "האם אתה בטוח שאתה רוצה למחוק את הווידג'ט?",

View File

@@ -2,14 +2,14 @@
"reputation": "הגדרות מוניטין",
"disable": "השבת מערכת המוניטין",
"disable-down-voting": "השבת דיסלייק",
"upvote-visibility": "הצגת הצבעות למעלה",
"upvote-visibility-all": "כולם יכולים לראות את ההצבעות",
"upvote-visibility-loggedin": "רק משתמשים מחוברים יכולים לראות הצבעות",
"upvote-visibility-privileged": "רק משתמשים מורשים כמו מנהלים ומנחים יכולים לראות הצבעות",
"downvote-visibility": "הצגת הצבעה למטה",
"downvote-visibility-all": "כולם יכולים לראות את ההצבעות",
"downvote-visibility-loggedin": "רק משתמשים מחוברים יכולים לראות הצבעות",
"downvote-visibility-privileged": "רק משתמשים מורשים כמו מנהלים ומנחים יכולים לראות הצבעות",
"upvote-visibility": "Up Vote visibility",
"upvote-visibility-all": "Everyone can see up votes",
"upvote-visibility-loggedin": "Only logged in users can see up votes",
"upvote-visibility-privileged": "Only privileged users like admins & moderators can see up votes",
"downvote-visibility": "Down Vote visibility",
"downvote-visibility-all": "Everyone can see down votes",
"downvote-visibility-loggedin": "Only logged in users can see down votes",
"downvote-visibility-privileged": "Only privileged users like admins & moderators can see down votes",
"thresholds": "סף פעילות",
"min-rep-upvote": "מוניטין מינימלי כדי להצביע בעד",
"upvotes-per-day": "כמה פעמים ביום משתמש יוכל להצביע למעלה (הגדר ל-0 כדי לאפשר ללא הגבלה)",

View File

@@ -153,7 +153,7 @@
"about-me-too-long": "מצטערים, דף האודות שלכם אינו יכול להיות ארוך מ-%1 תווים.",
"cant-chat-with-yourself": "לא ניתן לעשות צ'אט עם עצמכם!",
"chat-restricted": "משתמש זה חסם את הודעות הצ'אט שלו ממשתמשים זרים. המשתמש חייב לעקוב אחריכם לפני שתוכלו לשוחח איתו בצ'אט",
"chat-user-blocked": "נחסמתם על ידי משתמש זה.",
"chat-user-blocked": "You have been blocked by this user.",
"chat-disabled": "מערכת הצ'אט לא פעילה",
"too-many-messages": "שלחתם יותר מדי הודעות, אנא המתינו זמן מה.",
"invalid-chat-message": "הודעת צ'אט לא תקינה",

View File

@@ -90,6 +90,6 @@
"bulk-actions": "פעולות כלליות",
"bulk-resolve": "השלמת דיווחים",
"bulk-success": "%1 דיווחים עודכנו",
"flagged-timeago": "מדווחים <span class=\"timeago\" title=\"%1\"></span>",
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
"auto-flagged": "[דיווח אוטומטי] פוסט זה קיבל %1 הצבעות למטה."
}

View File

@@ -2,14 +2,14 @@
"title": "התראות",
"no-notifs": "אין התראות",
"see-all": "כל ההתראות",
"mark-all-read": "סימון הכל כנקרא",
"mark-all-read": "סמן הכל כנקרא",
"back-to-home": "חזרה ל%1",
"outgoing-link": "קישור יוצא",
"outgoing-link-message": נכם עוזבים עכשיו את %1",
"continue-to": "המשך אל %1",
"return-to": "חזרה אל %1",
"new-notification": "יש לכם התראה חדשה",
"you-have-unread-notifications": "יש לכם התראות שלא נקראו.",
"outgoing-link-message": "אתה עוזב עכשיו את %1",
"continue-to": "המשך ל %1",
"return-to": "חזור ל %1",
"new-notification": "יש לך התראה חדשה",
"you-have-unread-notifications": "יש לך התראות שלא נקראו.",
"all": "הכל",
"topics": "נושאים",
"tags": "תגיות",
@@ -52,10 +52,10 @@
"user-posted-to-multiple": "<strong>%1</strong>, <strong>%2</strong> ו-%3 אחרים הגיבו ל: <strong>%4</strong>",
"user-posted-topic": "<strong>%1</strong> העלה נושא חדש: <strong>%2</strong>",
"user-edited-post": "<strong>%1</strong> ערך פוסט ב: <strong>%2</strong>",
"user-posted-topic-with-tag": "<strong>%1</strong> פרסם <strong>%2</strong> (תייג %3)",
"user-posted-topic-with-tag-dual": "<strong>%1</strong> פרסם <strong>%2</strong> (תייג %3 ו-%4)",
"user-posted-topic-with-tag-triple": "<strong>%1</strong> פרסם <strong>%2</strong> (תייג %3, %4, ו-%5)",
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> פרסם <strong>%2</strong> (תייג %3)",
"user-posted-topic-with-tag": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
"user-posted-topic-with-tag-dual": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3 and %4)",
"user-posted-topic-with-tag-triple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3, %4, and %5)",
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
"user-posted-topic-in-category": "<strong>%1</strong> פרסם נושא חדש ב<strong>%2</strong>",
"user-started-following-you": "<strong>%1</strong> התחיל לעקוב אחריך.",
"user-started-following-you-dual": "<strong>%1</strong> ו-<strong>%2</strong> התחילו לעקוב אחריך.",
@@ -75,28 +75,28 @@
"email-confirmed": "כתובת המייל אושרה",
"email-confirmed-message": "תודה שאישרת את כתובת המייל שלך. החשבון שלך פעיל כעת.",
"email-confirm-error-message": "אירעה שגיאה בעת אישור המייל שלך. ייתכן כי הקוד היה שגוי או פג תוקף.",
"email-confirm-error-message-already-validated": "כתובת האימייל אומת כבר.",
"email-confirm-error-message-already-validated": "Your email address was already validated.",
"email-confirm-sent": "מייל אישור נשלח.",
"none": "אף אחד",
"notification-only": "התראות בלבד",
"email-only": "דוא\"ל בלבד",
"notification-and-email": "התראות & דוא\"ל",
"notificationType-upvote": שמישהו מצביע בעד הפוסט שלך",
"notificationType-new-topic": "כשמישהו שאתם עוקבים אחריו פרסם נושא",
"notificationType-new-topic-with-tag": שנושא מתפרסם עם תג שאתם עוקבים אחריו",
"notificationType-new-topic-in-category": שנושא מתפרסם בקטגוריה שאתם עוקבים אחריה",
"notificationType-new-reply": "כשתגובה חדשה מפורסמת בנושא שאתם עוקבים אחריו",
"notificationType-post-edit": "כשפוסט נערך בנושא שאתם עוקבים אחריו",
"notificationType-upvote": אשר מישהו מצביע בעד הפוסט שלך",
"notificationType-new-topic": "כשמישהו שאתה עוקב אחריו פרסם נושא",
"notificationType-new-topic-with-tag": אשר נושא מתפרסם עם תג שאתה עוקב אחריו",
"notificationType-new-topic-in-category": אשר נושא מתפרסם בקטגוריה שאתה עוקב אחריה",
"notificationType-new-reply": "כשתגובה חדשה מפורסמת בנושא שאתה עוקב אחריו",
"notificationType-post-edit": "כשפוסט נערך בנושא שאתה עוקב אחריו",
"notificationType-follow": "כשמישהו מתחיל לעקוב אחריך",
"notificationType-new-chat": "כשאתם מקבלים הודעת צאט",
"notificationType-new-group-chat": "כשאתם מקבלים הודעת צ'אט קבוצתית",
"notificationType-new-chat": "כשאתה מקבל הודעת צאט",
"notificationType-new-group-chat": "כשאתה מקבל הודעת צ'אט קבוצתית",
"notificationType-new-public-chat": "כאשר מתקבלת הודעה בקבוצת צ'אט ציבורית",
"notificationType-group-invite": "כשאתם מקבלים הזמנה מקבוצה",
"notificationType-group-leave": שמשתמש עוזב את הקבוצה שלכם",
"notificationType-group-request-membership": "כשמישהו מבקש להירשם לקבוצה שאתם מנהלים",
"notificationType-new-register": שמישהו מתווסף לתור הרישום",
"notificationType-post-queue": שפוסט חדש נכנס לתור",
"notificationType-new-post-flag": שמדווחים על פוסט",
"notificationType-new-user-flag": שמדווחים על משתמש",
"notificationType-new-reward": "כאשר אתם מרוויחים פרס חדש"
"notificationType-group-invite": "כשאתה מקבל הזמנה מקבוצה",
"notificationType-group-leave": אשר משתמש עוזב את הקבוצה שלך",
"notificationType-group-request-membership": "כשמישהו מבקש להירשם לקבוצה שאתה מנהל",
"notificationType-new-register": אשר מישהו מתווסף לתור הרישום",
"notificationType-post-queue": אשר פוסט חדש נכנס לתור",
"notificationType-new-post-flag": אשר פוסט מדווח",
"notificationType-new-user-flag": אשר מדווחים על משתמש",
"notificationType-new-reward": "כאשר אתה מרוויח פרס חדש"
}

View File

@@ -54,7 +54,6 @@
"account/settings-of": "שינוי הגדרות של %1",
"account/watched": "נושאים שנצפו על ידי %1",
"account/ignored": "נושאים ש%1 התעלמו מהם",
"account/read": "Topics read by %1",
"account/upvoted": "פוסטים שהוצבעו לטובה על ידי %1",
"account/downvoted": "פוסטים שהוצבעו לרעה על ידי %1",
"account/best": "הפוסטים הטובים ביותר שנוצרו על ידי %1",

View File

@@ -39,5 +39,5 @@
"remove-selected-confirm": "האם להסיר %1 פוסטים שנבחרו?",
"bulk-accept-success": "%1 פוסטים אושרו",
"bulk-reject-success": "%1 פוסטים נדחו",
"links-in-this-post": "קישורים בפוסט הזה"
"links-in-this-post": "Links in this post"
}

View File

@@ -7,8 +7,8 @@
"login-register-to-search": "התחברו או הירשמו כדי לחפש.",
"settings.title": "הגדרות ערכת נושא",
"settings.enableQuickReply": "הפעלת תגובה מהירה",
"settings.enableBreadcrumbs": "הצגת פירורי לחם בדפי קטגוריות ונושאים",
"settings.enableBreadcrumbs.why": "פירורי לחם (קישורים לחזרה לכל דף קודם בתוך היררכיית הניווט) נראים ברוב הדפים כדי להקל על הניווט. לעיצוב הבסיסי של דפי הקטגוריות והנושאים יש אמצעים חלופיים לקישור חזרה לדפי האב, אך ניתן לכבות את פירור הלחם כדי להפחית את העומס.",
"settings.enableBreadcrumbs": "Show breadcrumbs in Category and Topic pages",
"settings.enableBreadcrumbs.why": "Breadcrumbs are visible in most pages for ease-of-navigation. The base design of the category and topic pages has alternative means to link back to parent pages, but the breadcrumb can be toggled off to reduce clutter.",
"settings.centerHeaderElements": "מרכוז אלמנטים של כותרת",
"settings.mobileTopicTeasers": "הצגת טיזרים של נושאים בנייד",
"settings.stickyToolbar": "הצמד את סרגל הכלים בעת גלילה",

View File

@@ -1,9 +1,9 @@
{
"user-menu": "תפריט משתמש",
"banned": "מורחק",
"unbanned": "החסימה בוטלה",
"unbanned": "Unbanned",
"muted": "מושתק",
"unmuted": "ההשתקה בוטלה",
"unmuted": "Unmuted",
"offline": "לא מחובר",
"deleted": "נמחק",
"username": "שם משתמש",
@@ -43,7 +43,6 @@
"change-all": "שנה הכל",
"watched": "נצפה",
"ignored": "התעלם",
"read": "Read",
"default-category-watch-state": "מצב מעקב על קטגוריה בברירת מחדל",
"followers": "עוקבים",
"following": "עוקב אחרי",
@@ -79,7 +78,7 @@
"change-password": "שנה סיסמה",
"change-password-error": "סיסמה לא תקינה!",
"change-password-error-wrong-current": "סיסמתך הנוכחית אינה נכונה!",
"change-password-error-same-password": "הסיסמה החדשה זהה לסיסמה הנוכחית שלך, נא להשתמש בסיסמה חדשה.",
"change-password-error-same-password": "Your new password matches your current password, please use a new password.",
"change-password-error-match": "הסיסמאות לא תואמות!",
"change-password-error-privileges": "אין לך את ההרשאות המתאימות לשנות סיסמה זו.",
"change-password-success": "הסיסמה שלך עודכנה!",
@@ -115,7 +114,6 @@
"has-no-topics": "המשתמש טרם יצר נושאים כלשהם.",
"has-no-watched-topics": "המשתמש טרם צפה בנושאים כלשהם.",
"has-no-ignored-topics": "המשתמש הזה טרם התעלם מנושאים.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "המשתמש טרם הצביע בעד פוסטים כלשהם.",
"has-no-downvoted-posts": "המשתמש טרם הצביע נגד פוסטים כלשהם.",
"has-no-controversial-posts": "למשתמש זה אין עדיין פוסטים עם הצבעה למטה.",
@@ -167,16 +165,16 @@
"sso.dissociate-confirm-title": "אשר ביטול שיוך",
"sso.dissociate-confirm": "האם אתה בטוח שאתה רוצה לבטל שיוך חשבונך מ%1?",
"info.latest-flags": "דיווחים אחרונים",
"info.profile": "פרופיל",
"info.post": "פוסט",
"info.view-flag": "הצג דיווח",
"info.reported-by": "דווח על ידי:",
"info.profile": "Profile",
"info.post": "Post",
"info.view-flag": "View flag",
"info.reported-by": "Reported by:",
"info.no-flags": "לא נמצאו פוסטים מדווחים",
"info.ban-history": "היסטוריית הרחקות",
"info.no-ban-history": "משתמש זה לא הורחק מעולם",
"info.banned-until": "הורחק עד %1",
"info.banned-expiry": "פג תוקף",
"info.ban-expired": "תפוגת חסימה",
"info.ban-expired": "Ban expired",
"info.banned-permanently": "הורחק לצמיתות",
"info.banned-reason-label": "סיבה",
"info.banned-no-reason": "לא ניתנה סיבה.",

View File

@@ -1,6 +1,6 @@
{
"all-users": "כל המשתמשים",
"followed-users": "משתמשים במעקב",
"followed-users": "Followed Users",
"latest-users": "משתמשים אחרונים",
"top-posters": "מפרסמים הכי הרבה",
"most-reputation": "המוניטין הגבוה ביותר",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Teme prati %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "%1 glasao za",
"account/downvoted": "%1 glasao protiv",
"account/best": "Najbolje objave od %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Gledano",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Pratitelji",
"following": "Prati",
@@ -115,7 +114,6 @@
"has-no-topics": "Ovaj korisnik nema objavljenih tema.",
"has-no-watched-topics": "Ovaj korisnik ne prati teme.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Ovaj korisnik nije glasao za na objavama.",
"has-no-downvoted-posts": "Ovaj korisnik nije glasao protiv na objavama.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "%1 beállításainak módosítása",
"account/watched": "%1 által figyelt témakörök",
"account/ignored": "%1 által mellőzött témakörök",
"account/read": "Topics read by %1",
"account/upvoted": "%1 által kedvelt témakörök",
"account/downvoted": "%1 által utált témakörök",
"account/best": "%1 által írt legjobb hozzászólások",

View File

@@ -43,7 +43,6 @@
"change-all": "Minden megváltoztatása",
"watched": "Figyelve",
"ignored": "Mellőzve",
"read": "Read",
"default-category-watch-state": "Alapértelmezett kategória megfigyelési állapot",
"followers": "Követők",
"following": "Követve",
@@ -115,7 +114,6 @@
"has-no-topics": "A felhasználó még nem szólt hozzá egyik témakörhöz sem.",
"has-no-watched-topics": "A felhasználó még nem nézett meg egy témakört sem.",
"has-no-ignored-topics": "A felhasználó még nem mellőzött témakört.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "A felhasználó még egy hozzászólást sem kedvelt.",
"has-no-downvoted-posts": "A felhasználó még egy hozzászólást sem utált.",
"has-no-controversial-posts": "Ennek a felhasználónak még nincsenek negatívan szavazott bejegyzései.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Փոփոխվում են %1 կարգավորումները",
"account/watched": "Թեմաներ, որոնք դիտել է %1-ը",
"account/ignored": "%1-ի կողմից անտեսված թեմաներ",
"account/read": "Topics read by %1",
"account/upvoted": "%1-ի կողմից քվեարկված գրառումները",
"account/downvoted": "%1-ի կողմից դեմ քվեարկված գրառումները",
"account/best": "%1-ի կողմից արված լավագույն գրառումները",

View File

@@ -43,7 +43,6 @@
"change-all": "Փոխել բոլորը",
"watched": "Դիտված",
"ignored": "Անտեսված",
"read": "Read",
"default-category-watch-state": "Հիմնական կատեգորիայի դիտման վիճակը",
"followers": "Հետևորդներ",
"following": "Հետևող",
@@ -115,7 +114,6 @@
"has-no-topics": "Այս օգտվողը դեռ ոչ մի թեմա չի հրապարակել:",
"has-no-watched-topics": "Այս օգտվողը դեռ ոչ մի թեմա չի դիտել:",
"has-no-ignored-topics": "Այս օգտատերը դեռ ոչ մի թեմա չի անտեսել:",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Այս օգտատերը դեռևս ոչ մի գրառման օգտին չի քվեարկել:",
"has-no-downvoted-posts": "Այս օգտատերը դեռևս ոչ մի գրառման դեմ չի քվեարկել:",
"has-no-controversial-posts": "Այս օգտատերը դեռ չունի դեմ քվեարկած գրառումներ:",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Topics watched by %1",
"account/ignored": "Topics ignored by %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Best posts made by %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Watched",
"ignored": "Ignored",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Pengikut",
"following": "Mengikuti",
@@ -115,7 +114,6 @@
"has-no-topics": "Pengguna ini belum memposting topik apa pun.",
"has-no-watched-topics": "This user hasn't watched any topics yet.",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -81,7 +81,7 @@
"last-restarted-by": "Ultimo riavvio di",
"no-users-browsing": "Nessun utente sta navigando",
"back-to-dashboard": "Torna al cruscotto",
"back-to-dashboard": "Torna alla dashboard",
"details.no-users": "Nessun utente si è iscritto nell'arco di tempo selezionato",
"details.no-topics": "Nessuna discussione è stata postata nell'arco di tempo selezionato",
"details.no-searches": "Non sono state effettuate ricerche nell'arco di tempo selezionato.",

View File

@@ -40,7 +40,7 @@
"delete-topics": "Elimina discussioni",
"purge": "Elimina definitivamente",
"moderate": "Moderata",
"admin-dashboard": "Cruscotto",
"admin-dashboard": "Dashboard",
"admin-categories": "Categorie",
"admin-privileges": "Privilegi",
"admin-users": "Utenti",

View File

@@ -1,5 +1,5 @@
{
"section-dashboard": "Cruscotti",
"section-dashboard": "Dashboard",
"dashboard/overview": "Panoramica",
"dashboard/logins": "Accessi",
"dashboard/users": "Utenti",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Modifica impostazioni di %1",
"account/watched": "Discussioni seguite da %1",
"account/ignored": "Discussioni ignorate da %1",
"account/read": "Discussioni lette da %1",
"account/upvoted": "Post apprezzati da %1",
"account/downvoted": "Post votati negativamente da %1",
"account/best": "I migliori post di %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Cambia Tutto",
"watched": "Seguiti",
"ignored": "Ignorati",
"read": "Letto",
"default-category-watch-state": "Stato di controllo della categoria predefinita",
"followers": "Da chi è seguito",
"following": "Chi segue",
@@ -115,7 +114,6 @@
"has-no-topics": "Questo utente non ha ancora postato alcuna discussione.",
"has-no-watched-topics": "Questo utente non sta seguendo discussioni.",
"has-no-ignored-topics": "Questo utente non sta ignorando discussioni.",
"has-no-read-topics": "Questo utente non ha ancora letto nessuna discussione.",
"has-no-upvoted-posts": "Questo utente non ha ancora apprezzato nessun post.",
"has-no-downvoted-posts": "Questo utente non ha ancora votato negativamente alcun post",
"has-no-controversial-posts": "Questo utente non ha ancora nessun post votato negativamente.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "%1がスレッドをウォッチ済みに設定しました",
"account/ignored": "%1がスレッドを無視済みに設定しました",
"account/read": "Topics read by %1",
"account/upvoted": "%1が投稿を高評価しました",
"account/downvoted": "%1が投稿を低評価しました",
"account/best": "%1のベストな投稿",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "ウォッチ済み",
"ignored": "無視済み",
"read": "Read",
"default-category-watch-state": "デフォルトのカテゴリウォッチ状態",
"followers": "フォロワー",
"following": "フォロー中",
@@ -115,7 +114,6 @@
"has-no-topics": "このユーザーはまだ一つもスレッドを作っていません",
"has-no-watched-topics": "このユーザーはまだ一つもスレッドをウォッチしていません",
"has-no-ignored-topics": "この利用者はまだトピックを無視していません。",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "このユーザーはまだ一つも投稿に高評価を付けていません。",
"has-no-downvoted-posts": "このユーザーはまだ一つも投稿に低評価を付けていません。",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "%1님의 설정 변경",
"account/watched": "%1님의 관심 토픽",
"account/ignored": "%1님의 무시 토픽",
"account/read": "Topics read by %1",
"account/upvoted": "%1님이 추천한 게시물",
"account/downvoted": "%1님이 비추천한 게시물",
"account/best": "%1님이 작성한 최고의 게시물",

View File

@@ -43,7 +43,6 @@
"change-all": "전체 변경",
"watched": "관심",
"ignored": "무시",
"read": "Read",
"default-category-watch-state": "기본 카테고리 관심 상태",
"followers": "팔로워",
"following": "팔로잉",
@@ -115,7 +114,6 @@
"has-no-topics": "현재 토픽을 게시하지 않았습니다.",
"has-no-watched-topics": "현재 관심 토픽을 지정하지 않았습니다.",
"has-no-ignored-topics": "현재 무시한 토픽이 없습니다.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "현재 게시물에 추천을 하지 않았습니다.",
"has-no-downvoted-posts": "현재 게시물에 비추천을 하지 않았습니다.",
"has-no-controversial-posts": "현재 비추천을 받은 게시물이 없습니다.",

View File

@@ -54,7 +54,6 @@
"account/settings-of": "Changing settings of %1",
"account/watched": "Temos stebimos %1",
"account/ignored": "Temos ignoruojamos %1",
"account/read": "Topics read by %1",
"account/upvoted": "Posts upvoted by %1",
"account/downvoted": "Posts downvoted by %1",
"account/best": "Geriausi pranešimai, kuriuos parašė %1",

View File

@@ -43,7 +43,6 @@
"change-all": "Change All",
"watched": "Peržiūrėjo",
"ignored": "Ignoruojami",
"read": "Read",
"default-category-watch-state": "Default category watch state",
"followers": "Sekėjai",
"following": "Seka",
@@ -115,7 +114,6 @@
"has-no-topics": "Šis vartotojas pakolkas nesukūrė jokių temų",
"has-no-watched-topics": "Šis vartotojas pakolkas nestebėjo jokių temų",
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
"has-no-read-topics": "This user hasn't read any topics yet.",
"has-no-upvoted-posts": "Šis narys dar neturi teigiamai įvertintų pranešimų.",
"has-no-downvoted-posts": "Šis narys dar neturi neigiamai įvertintų pranešimų.",
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",

Some files were not shown because too many files have changed in this diff Show More