GithubHelp home page GithubHelp logo

veria's People

Contributors

rmcc13 avatar spapaws avatar stevepapa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

veria's Issues

pitch

Looks cool but what do you offer comparing to the other node blogging platform ?

Please pitch your project !

And please add basic infos : what is the persistence layer ? Does it run on heroku ? How do we write posts : wysiwyg ? markdown ?

Unsafe password hashing

Veria is currently using SHA256 for password hashing, which is completely unsafe (as SHA256 is a fast hash, and not meant to be used for passwords at all). It should be changed to use scrypt or bcrypt instead.

This article shows some examples for scrypt and bcrypt.

Aside from that, the code uses crypto.randomBytes synchronously (ie. without specifying a callback), which will block the event loop every time a new salt is generated. Switching to scrypt or bcrypt will resolve this issue as well, as they can handle the salt generation by themselves.

bookshelf unmet peer dependency

Hi, I just tried to run the application and node threw an error because there is an unmet peer dependency on the bookshelf package. The unmet dependency is the knex package. For reference, I am running node v5.3.0 and npm v3.3.12.

knex missing dependency and still fails after install

Hi,
Thought I would give veria a spin on my Debian system.
npm start failed with a missing package knex.
I installed knex and this error occured:

➜  veria git:(master) ✗ npm start

> [email protected] start /home/grant/veria
> node ./index

/home/grant/veria/node_modules/bookshelf/bookshelf.js:37
  if (!knex.client || !(knex.client instanceof Knex.ClientBase)) {
                                                   ^

TypeError: Expecting a function in instanceof check, but got undefined
    at new Bookshelf (/home/grant/veria/node_modules/bookshelf/bookshelf.js:37:52)
    at Function.Bookshelf.initialize (/home/grant/veria/node_modules/bookshelf/bookshelf.js:120:10)
    at Object.<anonymous> (/home/grant/veria/models/database.js:4:30)
    at Module._compile (module.js:398:26)
    at Object.Module._extensions..js (module.js:405:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/grant/veria/models/post.js:1:84)
    at Module._compile (module.js:398:26)
    at Object.Module._extensions..js (module.js:405:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)

npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/local/bin/node" "/home/grant/.npm-packages/bin/npm" "start"
npm ERR! node v5.3.0
npm ERR! npm  v3.7.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node ./index`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node ./index'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the veria package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./index
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs veria
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls veria
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/grant/veria/npm-debug.log
➜  veria git:(master) ✗

Just letting you know. I am not going to fault find this any further.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.