Skip to content
  • 15 Votes
    7 Posts
    410 Views
    crazycellsC

    @julian I am not sure but I guess so...

    when I clicked the link on the first post of this topic: https://community.nodebb.org/topic/cd43b9f3-c032-44cc-adc8-f32e7ee91901/our-next-meeting/

    it takes me here but gives error:

    https://socialhub.activitypub.rocks/ap/object/1899f65c062200daec50a4c89ed76dc9

  • NodeBB 3.7.1

    NodeBB Development
    26
    13 Votes
    26 Posts
    730 Views
    crazycellsC

    @baris thanks

  • Caches used in NodeBB

    NodeBB Development
    7
    8 Votes
    7 Posts
    568 Views
    crazycellsC

    @baris thanks for these info šŸ‘

    So, this is how you implemented the fast loading of the total vote count of the topics?

    Link Preview Image Total vote count on topic list

    @phenomlab maybe try with below /* eslint-disable no-await-in-loop */ /* globals require, console, process */ 'use strict'; const nconf = require('nconf')...

    favicon

    NodeBB Community (community.nodebb.org)

  • 9 Votes
    5 Posts
    869 Views
    julianJ

    Thanks @Angus-McLeod! Will you be at this week's FediForum? We could chat then.

    Might be a good idea to touch base about any potential link ups especially when we're talking about testing in-development code and public facing instances šŸ˜…

  • 1 Votes
    5 Posts
    577 Views
    barisB

    The above code is for a server side function that renders a feed template. It is meant to be used in a nodebb plugin.

  • 41 Votes
    42 Posts
    4k Views
    jupiter_rowland@hub.netzgemeinde.euJ
    @julian @Totally with Š® :questified: Also because there's the difference between conversation-oriented projects (Friendica, Hubzilla, (streams), the Threadiverse, nodeBB) and Twitter-like micro-blogging projects that don't have a concept of conversations.

    The former are built around being able to follow conversations, the latter lack that feature completely.

    #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta
  • NodeBB 3.7.0

    NodeBB Development
    3
    8 Votes
    3 Posts
    290 Views
    crazycellsC

    great job! thank you šŸ’Ŗ

    Cat Cute GIF

  • NodeBB 3.6.0

    NodeBB Development
    8
    8 Votes
    8 Posts
    541 Views
    barisB

    @crazycells drag and drop on mobile is ā™‹

  • 6 Votes
    13 Posts
    6k Views
    julianJ

    @The-SkyFoxx said in January Update on ActivityPub Development:

    I guess a plugin with the filter hook would allow admins to filter /world by hashtags, if they feel the need to.

    Practically it may be a little more involved, but I think we'd end up with something along those lines.

    There aren't any plugin hooks exposed in the AP logic at present but they can always be added as needed.

  • 3 Votes
    11 Posts
    618 Views
    barisB

    Will downgrade sharp to 0.32.6 and release a new patch version since we received other reports of the sharp error.

  • NodeBB 3.5.0

    NodeBB Development
    32
    9 Votes
    32 Posts
    2k Views
    julianJ

    @crazycells sure, if you're paying them, then the base expectation is they don't delete your stuff with no warning šŸ˜

  • 7 Votes
    3 Posts
    451 Views
    B

    šŸ‘šŸ‘šŸ‘
    Any, even small, corrections and adjustments in markup for SEO are an important part in the life of any community! Iā€™m very glad that the development team is following current changes in this environment!

    Thank you! šŸ’™

  • 9 Votes
    49 Posts
    6k Views
    crazycellsC

    @julian said in What's next after v3?:

    @crazycells wait until TD decides to start sending SMS codes to your phone number.

    I use a VoIP number, I'll let you guess how that's going.

    Also... You're Canadian? šŸ˜…

    lol I can feel your pain. There are TD Bank branches in NY. However due to their lack of convenience, I had to close my checking account with them, but I still have a credit card.

    On a side note, I always use my real phone number with financial institutions, but use Google Voice number for anything else. Aren't VOIP numbers easier to hack?

  • NodeBB 3.4.0

    NodeBB Development
    53
    8 Votes
    53 Posts
    4k Views
    omegaO

    @baris I suppose this is it, in profile setting these were not ticked:

    Watch Watch topics you create Watch topics that you reply to

    I've since enabled these - they appear to be the behaviour I assumed would occur - surely something like this would be default user settings?

  • 3 Votes
    9 Posts
    621 Views
    omegaO

    I've opened up this can o'worms again, click below! šŸ™‚

    Link Preview Image Timeline Navigator - "Fruit Machine" Concept

    The Fruit Machine I call it the fruit machine, it's a conceptual iteration of the timeline navigator I came up with during harmony themes development and re...

    favicon

    NodeBB Community (community.nodebb.org)

  • 4 Votes
    7 Posts
    318 Views
    barisB

    @brazzerstop Thanks for reporting fixed in https://github.com/NodeBB/NodeBB/commit/bda37ac27f11ba5dfba4e78d08144c1031696f61

  • 4 Votes
    2 Posts
    979 Views
    julianJ

    Additionally, a note about how our disclosures are reported.

    As outlined in our security policy, we maintain a bug bounty program. We use this as a central point of contact for reported vulnerabilities so that they do not get unintentionally exposed for exploit, and to keep better track of them over time.

    šŸ‘‰ BUG BOUNTY HOMEPAGE/RULES

    Included in that bug bounty page is a Hall of Fame, a list of users who have claimed credit for discovering bugs. It also provides a rough history of awarded bounties and vulnerabilities as well.

  • NodeBB 3.3.0

    NodeBB Development
    39
    10 Votes
    39 Posts
    3k Views
    inspiringI

    Now we have special settings for the notification of each chat, can you provide this feature for groups as well? that each user can set himself which group he is a member of to receive notifications?

  • 1 Votes
    16 Posts
    621 Views
    FrankMF

    I somehow got it to v3.3.5 now. Please do not ask how šŸ˜‰ I'm thinking about reinstalling to start cleanly.

  • 2 Votes
    4 Posts
    380 Views
    julianJ

    Lastly, keep in mind that sso-oauth is not deprecated, and will still be maintained. It's still a reference implementation for OAuth2 providers that follow the standard loosely. Also it happens to be the only OAuth 1 reference implementation.