Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. xen
    • Profile
    • Following 4
    • Followers 0
    • Topics 27
    • Posts 81
    • Best 8
    • Groups 1

    xen

    @xen

    GNU/Linux





    13
    Reputation
    1303
    Profile views
    81
    Posts
    0
    Followers
    4
    Following
    Joined Last Online

    xen Unfollow Follow
    GNU/Linux

    Best posts made by xen

    • How about update fontawesome?

      New versions.
      Your version is out of date and some new icons are not working.

      posted in Technical Support
      xen
      xen
    • RE: Happy Birthday @psychobunny!

      0_1447348689587_1p8V124.png
      0_1447348804778_1p8V124.png
      0_1447348840537_1p8V124.png
      0_1447348910986_1p8V124.png
      0_1447348931172_1p8V124.png

      Our hero is growing every day!

      👏 Congratulations! 🎉

      posted in General Discussion
      xen
      xen
    • RE: NodeJS 4.0 released

      @baris How to solve problems with mmmagic?

      root@xen:/var/www# ./nodebb upgrade
      1. Bringing base dependencies up to date... OK
      2. Updating NodeBB data store schema.
      module.js:355
        Module._extensions[extension](this, filename);
                                     ^
      
      Error: Module did not self-register.
      at Error (native)
      at Module.load (module.js:355:32)
      at Function.Module._load (module.js:310:12)
      at Module.require (module.js:365:17)
      at require (module.js:384:17)
      at Object.<anonymous> (/var/www/node_modules/mmmagic/lib/index.js:3:13)
      at Module._compile (module.js:434:26)
      at Object.Module._extensions..js (module.js:452:10)
      at Module.load (module.js:355:32)
      at Function.Module._load (module.js:310:12)
      
      Error: undefined
      posted in NodeBB Development
      xen
      xen
    • Dont get category teaser for parent?

      In one of the updates you have disabled the show teaser parent.
      Is there a quick way to make a teaser parents show up?

      https://github.com/NodeBB/NodeBB/commit/53d29e29af8f5347145fdd2c51c028e76f10334d#diff-3437ad57a41437b7f3a111876b961c96

      0 barisusakli committed to NodeBB/NodeBB
      performance improvements
      
      store parsed category description
      removed mongo _key from returns
      dont get category teaser for parent
      posted in Technical Support
      xen
      xen
    • RE: Categories/ Parent categories problem

      @Danny-McWilliams I ran into this problem when trying to drag and drop categories out from here:

      4c5ae26a-0787-11e5-8120-99b7abe7736e.png

      After that category duplicated.

      If you assign a parent through category management then no such problem.

      DPyZy0Z.png

      posted in General Discussion
      xen
      xen
    • Redirection. (site)/category/23/support -> (site)

      I set the home page of a category. When you go to a homepage site address bar displayed in the URL for category. How do I get the address of this category is displayed as the (site) without /category/23/support.

      posted in Technical Support
      xen
      xen
    • RE: Does /recent need timestamps?

      In any case, it would be interesting to see what you come up before making any conclusions. ⭐ 👍 💭

      posted in General Discussion
      xen
      xen
    • Letsencrypt

      Someone is already using it?

      I received a email 'Let's Encrypt Closed Beta Invite'
      But I do not understand how to install it.

      posted in General Discussion
      xen
      xen

    Latest posts made by xen

    • RE: Authorization and registration on the one page

      @julian said:

      You'll want to investigate how the request is made, and mimic it with the new fields

      Yes.

      posted in Technical Support
      xen
      xen
    • Authorization and registration on the one page
      • I had a problem when creating a authorization and registration on the one page:

      https://github.com/NodeBB/NodeBB/blob/master/src/routes/authentication.js#L65

      router.post('/register', Auth.middleware.applyCSRF, Auth.middleware.applyBlacklist, controllers.authentication.register);

      router.post('/login', Auth.middleware.applyCSRF, Auth.middleware.applyBlacklist, controllers.authentication.login);

      router.post('/logout', Auth.middleware.applyCSRF, controllers.authentication.logout);

      How specify a one url for controllers.authentication.register and controllers.authentication.login?


      • The second problem was with the attribute username and password:

      https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/register.tpl#L27

      <input class="form-control" type="text" placeholder="[[register:username_placeholder]]" name="username" id="username" autocorrect="off" autocapitalize="off" autocomplete="off" />

      https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/register.tpl#L39

      <input class="form-control" type="password" placeholder="[[register:password_placeholder]]" name="password" id="password" />

      ...same attributes at login

      https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/login.tpl#L17

      <input class="form-control" type="text" placeholder="{allowLoginWith}" name="username" id="username" autocorrect="off" autocapitalize="off" />

      https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/login.tpl#L23

      <input class="form-control" type="password" placeholder="[[user:password]]" name="password" id="password" />

      I tried to rename the registration attributes on name="newusername" and name="newpassword" so that they do not conflict with each other, but registration has stopped working.
      If this is not done, then the registration will be available through the authorization form.

      posted in Technical Support
      xen
      xen
    • RE: Redirection. (site)/category/23/support -> (site)

      @yariplus Yes, it would be great if you could give a hint how to fix it.

      posted in Technical Support
      xen
      xen
    • Redirection. (site)/category/23/support -> (site)

      I set the home page of a category. When you go to a homepage site address bar displayed in the URL for category. How do I get the address of this category is displayed as the (site) without /category/23/support.

      posted in Technical Support
      xen
      xen
    • RE: Login in home page

      @julian Hardly. The fact is that I want to do the authorization in modal window.

      posted in Technical Support
      xen
      xen
    • Login in home page

      How do I put the authentication fields on the home page?

      Gives an error message -

      Error: / invalid csrf token

      and redirects the page - Forbidden

      posted in Technical Support
      xen
      xen
    • RE: Thoughts on securing your NodeBB installation

      How to allow access to redis with two ip?

      bind (my ip)
      bind 127.0.0.1

      But I still can not access from their computer.

      This is necessary, because I use Redis Desktop Manager.

      posted in NodeBB Blog
      xen
      xen
    • RE: Happy Birthday @psychobunny!

      0_1447348689587_1p8V124.png
      0_1447348804778_1p8V124.png
      0_1447348840537_1p8V124.png
      0_1447348910986_1p8V124.png
      0_1447348931172_1p8V124.png

      Our hero is growing every day!

      👏 Congratulations! 🎉

      posted in General Discussion
      xen
      xen
    • RE: Toobusy. Excessive load

      @AOKP Strange. It seems to me that it appears at all users.
      I updated the page on a computer until the appearance of the page and at has gone site with the other computer - page 503 was there.

      posted in Technical Support
      xen
      xen
    • Toobusy. Excessive load

      If you frequently refresh pages now are redirected to this page public/503.html
      But the page is displayed not only the client, which reloads the site, and all users?
      If this is so, but any malicious user can interfere with the site, just updating it (F-5).
      Am I wrong?

      https://github.com/NodeBB/NodeBB/commit/b8b9da2c304314aeb70a8c54f76c2186d9986d75#diff-307ab759c4e7a3d68d5f631f0e017eb5

      0 julianlam committed to NodeBB/NodeBB
      Squashed commit of the following:
      
      commit 62d59620d26bc97c7d689e9af57cd8bff654c79e
      Author: Julian Lam <julian@designcreateplay.com>
      Date:   Wed Nov 4 11:04:27 2015 -0500
      
          tweaked 503 template
      
      commit 15a61cbc239c9d654691d91cdadce59e13d97586
      Author: Julian Lam <julian@designcreateplay.com>
      Date:   Wed Nov 4 10:58:19 2015 -0500
      
          added text about reloading being required if threshold values are changed
      
      commit 3fe87699332ef0628b4db31f4afef245802a7bc0
      Author: Julian Lam <julian@designcreateplay.com>
      Date:   Wed Nov 4 10:53:35 2015 -0500
      
          added ACP settings for toobusy
      
      commit f6a9964baff051072052e6ef99da9e1ffba014df
      Author: Julian Lam <julian@designcreateplay.com>
      Date:   Wed Nov 4 08:53:53 2015 -0500
      
          removed unused 503a template
      
      commit e6d444736baf4c676f8461d30a5504c6e45df163
      Author: Julian Lam <julian@designcreateplay.com>
      Date:   Wed Nov 4 02:01:11 2015 -0500
      
          updated code to send static 503 instead of maintenance-style page
      
      commit 11089ae2bb833e068b01ee77ee745d9fd5344805
      Author: Julian Lam <julian@designcreateplay.com>
      Date:   Wed Nov 4 01:18:45 2015 -0500
      
          added toobusy support so the Node process doesn't fall over at high load
      posted in Technical Support
      xen
      xen