Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. yzahn
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 10
    • Best 7
    • Groups 0

    yzahn

    @yzahn

    8
    Reputation
    42
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    yzahn Unfollow Follow

    Best posts made by yzahn

    • EXIF data being stripped, any chance of making that configurable?

      Hi,

      Just spent some time writing a little custom script for a NodeBB based photography forum, its job was to show some EXIF data in a small box under uploaded photos. (e.g. camera model).

      Updated to latest version, and poof.. all EXIF data is stripped...
      https://github.com/NodeBB/NodeBB/commit/5eaa14e746f3526138ba2433029d70a1870980bc

      I get that it is a sane default, since EXIF data can be somewhat sensitive from a privacy standpoint, however is there any chance of making this configurable?

      I can get by with hand editing the code after each update but that is a pain... 😞

      I can't seem to find any trigger that is triggered before the EXIF data is stripped... Any ideas?

      0 barisusakli committed to NodeBB/NodeBB
      fix: strip exif data on image uploads
      posted in Feature Requests
      yzahn
      yzahn
    • Static hooks

      Hi,
      I am trying to use the static hook: static:messaging.canMessageUser to add custom logic to the permission checks if a user may message another user.
      However, it seems that static hooks cannot alter the flow of nodebb. Throwing an error or returning false etc. do not do anything.
      Shouldn't this rather be a filter hook?
      Or am I misunderstanding something?

      posted in Plugin Development
      yzahn
      yzahn
    • RE: Which plugins to use??

      @Chris1 you can see some limited stats over here

      posted in NodeBB Plugins
      yzahn
      yzahn
    • RE: EXIF data being stripped, any chance of making that configurable?

      Fixed already!!
      👍
      Thanks @baris !

      posted in Feature Requests
      yzahn
      yzahn
    • Topic teaser showing even when user can't view post

      When a user has read privilege on a category but not on the topics within the category, the teaser still shows.
      Is that intentional?

      posted in General Discussion
      yzahn
      yzahn
    • Incorrect title for guest users

      Hi,
      Since the latest update, guest users will get an incorrect tab title on the 1st load of a page.
      The tab title doesn't reflect the page content. (Not terrible since it corrects itself at the 1st navigation, but still strange).
      This seems to be connected to this pull request.

      @baris was this an intentional side effect?

      posted in Bug Reports
      yzahn
      yzahn
    • RE: Incorrect title for guest users

      @baris said in Incorrect title for guest users:

      Can you reproduce on this forum?

      Yes. (Just right click any link to a post and open in incognito)
      df4aa24b-c883-4771-8cfa-ad0d2cc35b1f-image.png

      but each page's header is cached separately

      The code doesn't seem to agree with that statement...
      It would seem that the cache key is based only on {template, language, method}.

      https://github.com/NodeBB/NodeBB/blob/e81e88f3e93bc153763c11df1931c5c20de5afa6/src/middleware/render.js#L101

      posted in Bug Reports
      yzahn
      yzahn

    Latest posts made by yzahn

    • RE: Incorrect title for guest users

      Thanks @baris, that seems to have fixed it on this forum.
      (Is this forum always running on master?)

      posted in Bug Reports
      yzahn
      yzahn
    • RE: Incorrect title for guest users

      @baris said in Incorrect title for guest users:

      Can you reproduce on this forum?

      Yes. (Just right click any link to a post and open in incognito)
      df4aa24b-c883-4771-8cfa-ad0d2cc35b1f-image.png

      but each page's header is cached separately

      The code doesn't seem to agree with that statement...
      It would seem that the cache key is based only on {template, language, method}.

      https://github.com/NodeBB/NodeBB/blob/e81e88f3e93bc153763c11df1931c5c20de5afa6/src/middleware/render.js#L101

      posted in Bug Reports
      yzahn
      yzahn
    • Incorrect title for guest users

      Hi,
      Since the latest update, guest users will get an incorrect tab title on the 1st load of a page.
      The tab title doesn't reflect the page content. (Not terrible since it corrects itself at the 1st navigation, but still strange).
      This seems to be connected to this pull request.

      @baris was this an intentional side effect?

      posted in Bug Reports
      yzahn
      yzahn
    • Topic teaser showing even when user can't view post

      When a user has read privilege on a category but not on the topics within the category, the teaser still shows.
      Is that intentional?

      posted in General Discussion
      yzahn
      yzahn
    • Static hooks

      Hi,
      I am trying to use the static hook: static:messaging.canMessageUser to add custom logic to the permission checks if a user may message another user.
      However, it seems that static hooks cannot alter the flow of nodebb. Throwing an error or returning false etc. do not do anything.
      Shouldn't this rather be a filter hook?
      Or am I misunderstanding something?

      posted in Plugin Development
      yzahn
      yzahn
    • RE: EXIF data being stripped, any chance of making that configurable?

      Fixed already!!
      👍
      Thanks @baris !

      posted in Feature Requests
      yzahn
      yzahn
    • EXIF data being stripped, any chance of making that configurable?

      Hi,

      Just spent some time writing a little custom script for a NodeBB based photography forum, its job was to show some EXIF data in a small box under uploaded photos. (e.g. camera model).

      Updated to latest version, and poof.. all EXIF data is stripped...
      https://github.com/NodeBB/NodeBB/commit/5eaa14e746f3526138ba2433029d70a1870980bc

      I get that it is a sane default, since EXIF data can be somewhat sensitive from a privacy standpoint, however is there any chance of making this configurable?

      I can get by with hand editing the code after each update but that is a pain... 😞

      I can't seem to find any trigger that is triggered before the EXIF data is stripped... Any ideas?

      0 barisusakli committed to NodeBB/NodeBB
      fix: strip exif data on image uploads
      posted in Feature Requests
      yzahn
      yzahn
    • When is this forum updated with the latest commits from master branch?

      I am wondering if this forum is maintained in sync with current master? or is it only updated on a version release?
      ( @julian, you fixed https://github.com/NodeBB/NodeBB/issues/7593 yesterday, wondering when can I test the fix on the current forum? I was actually pretty sure that it was an issue in frontend script as I attempted to explain in the issue... )

      yossizahn created this issue in NodeBB/NodeBB

      closed Can't add password when logged in via Google without a password #7593

      posted in General Discussion
      yzahn
      yzahn
    • RE: Which plugins to use??

      @Chris1 you can see some limited stats over here

      posted in NodeBB Plugins
      yzahn
      yzahn