Commit Graph

818 Commits (e791ed90029a92d910698244c58d9a6c364f496b)

Author SHA1 Message Date
psychobunny 4207928ac2 removed nodefly temporarily due to some issue with npm install
Julian Lam 0031af8d4f adding nodefly... just for fun. It'll need to be revamped later to remove the nodefly key.
psychobunny bcc903ee1c run npm install. starting rss atom feeds of topics. fixed bug in topics where new topics created were not being saved properly
Baris Usakli d1041bedf4 imagemagick resizing
Julian Lam 08c303b3c7 interim commit
Julian Lam bceaf67c20 INSTALL build-essential AND RUN npm install!!!!
bcrypt integration
Julian Lam 0ae4e31163 RUN "npm install" AFTER THIS GIT PULL!!
Integrated markdown parsing to all post content. Title content by default
not going to be parsed, using default options unless circumstances dictate
otherwise.
Julian Lam 9c05a76fcb facebook integration
Julian Lam 32d9b5349e beginning google integration
Julian Lam 8e5714cab4 skeleton for twitter integration via passport
Julian Lam 09fb79d3a2 integrated LESS middleware to static served CSS/less files
Julian Lam d712f57141 refactored user authentication (passport-local, instead of my own
half-baked implementation)
Julian Lam cb9a110a5d RUN npm install AFTER PULLING THIS COMMIT!
Added user label to header, gravatar support
Julian Lam f4b14df195 some more fixes to the session handling to ignore the /api folder, and
refactoring how the public directory is set up in webserver.js.

THIS COMMIT ALTERS NODEBB'S DEPENDENCIES!
Please run npm install after pulling.
Julian Lam 8d4fb77565 NEW DEPENDENCY: connect-redis
Persistent sessions with connect-redis.
Julian Lam c1186f396e some work on session login etc
Julian Lam a73481af8b more work with reset page
psychobunny b04d262fe4 init, just some testing