Commit Graph

487 Commits (d0e5c0dcf1c519f3d989769cc203d2a6d27290e8)

Author SHA1 Message Date
Julian Lam d0e5c0dcf1 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 87e2023c86 closed by implementing solution
Baris Usakli 87a786c1b0 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli 51842a32da dont let users with the same username/slug register closes
Julian Lam 578dba10cd fixed
Baris Usakli bbee8e94bd fixes
Baris Usakli a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli d3a190d74e username to userslug change
Julian Lam 4436dbafe9 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 89e852f692 adding 'load more topics' button to topic admin
Baris Usakli ad11be657e added turkish characters to utils.slugify
Baris Usakli dd4af40be0 removed login code from user.js
Baris Usakli 8f92710906 moved login code from user.js to login.js
Baris Soner Usakli 1620d1e4be fixes
Baris Soner Usakli f49fc234c1 fixed recent replies order. closes
Julian Lam e158fdc963 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
Baris Soner Usakli e49d2707eb changed the follower/following keys
Baris Soner Usakli f657c307dc Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli acdca15e6a possible fix for issue
Julian Lam f91e0848ee updated readme to link to wiki page on running NodeBB
Baris Usakli aaab212128 fixed more indentation
Baris Usakli e7619e6fe3 fixed indents
Baris Usakli 9309722898 fixed indents
Julian Lam 602f0d26f9 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam d0e5938788 merging in Peter Cellik's changes to allow NodeBB to work with a passworded Redis store. Fixes
Baris Usakli 64a9e5844d son whitespace conflicts are so 1765
Baris Usakli 523b787e69 added csrf to ajax calls
Julian Lam 0d954b24dc removed debug statements, adding missing file re: issue
Julian Lam e75e0011e2 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/css/admin.less
Julian Lam 32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
Baris Usakli 9cf9e98b14 removed duplicate build_header
Baris Usakli cef77c2fd8 changed res.send(JSON.stringify()); to res.json(). closes
Baris Usakli 3f3d81de44 admins can make others admins
Julian Lam 59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes
Baris Usakli fc4d3d849d better this way
Baris Usakli 41aeee9839 send back empty object if no data for user
Baris Usakli b1e369f1fc chat notification redirect wont be null
Baris Soner Usakli 32b9db5771 changes to Date.now()
Baris Soner Usakli 0a0f8a21f0 changed new Date().getTime() to Date.now() on server side
Baris Soner Usakli f2dfba33ad cleaned image upload a bit, no longer using the filename sent by the user
Baris Soner Usakli 626423e01b path join on user routers
Baris Soner Usakli b962972d21 changed the image upload to use the path module instead of /
Baris Usakli ffbd777642 moved chat code to its own module
Baris Usakli 88a1fef941 bookmark for the post made
Baris Usakli b7e2bfff3d send notification to all followers when a user makes a post
Julian Lam e32111c8bc removing debug statements from feed.js
Baris Soner Usakli 39cf0476d3 follower and following count on account page
Baris Soner Usakli 44d07ea543 changed friends to following/followers, updated routes and the user.js functions
Julian Lam 05b91caf6c noscript for home and category view (although it's not quite working for
category view yet)