Commit Graph

430 Commits (faf70d85d872da3e53c7bbde4add65c23d77a790)

Author SHA1 Message Date
Baris Usakli 07ceabd371 added space after reps in topic.tpl and topic.js
Baris Usakli 0494718456 added the form back for login
Baris Usakli cde765b17d remove socket listeners in admin/users/search
Baris Usakli a59fdcbf6a for andrew
Baris Usakli 7a478637e3 added forum link to /admin header
Baris Usakli 941ed7e194 user search in admin/users
Baris Usakli 7ca2c949dd fixed safari script problem
Baris Usakli 0cc5b1f907 moved socket.on to admin index
Baris Usakli c870e8bbf3 testing user search in admin panel
Baris Usakli 746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users
Julian Lam 9098d61fe2 completed fb and g+ integration of buttons in category view
Baris Soner Usakli 9b43f80ff8 changed login to ajax added error message for incorret login, closes
Baris Soner Usakli 8e10ce1924 fixed admin page user links
Baris Soner Usakli f2e45e4ed1 changed spans on account page
Baris Soner Usakli 419e5ab528 changes to admin/users
Baris Soner Usakli e0debed04f removed ajax from make/remove admin
Baris Soner Usakli fcbe99870a added password confirm to registration and prettified the notifications on regiser page, need to add validation for email/username/password on server side User.create too
psychobunny 939207ef45 moved admin categories into its own file
psychobunny 1162b2020d categories admin basic features completed - name, description, icon selector + background color
Julian Lam 606387407f Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam bc2d7b7d0f added twitter intent, regarding issue
Baris Usakli a43c7bc90f changed the /latest route to /recent to match the text
Julian Lam 7154676c87 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam eeaef21d44 removing redundant search link in admin menu
Baris Usakli a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli d3a190d74e username to userslug change
Julian Lam d86dd2fbdf fixing up styling for category noscript view
Julian Lam 89e852f692 adding 'load more topics' button to topic admin
Baris Usakli 3ef32ba7fb image size css for topic first post, facebook app id in template
Baris Soner Usakli 74563ea21e added tooltips on topic page
Baris Soner Usakli 6c63ad89de image upload sends the csrf token now
Baris Soner Usakli c19f9fa54b closes issue
Baris Usakli e7619e6fe3 fixed indents
Baris Usakli 9309722898 fixed indents
psychobunny 912664756f categories admin continued
Baris Usakli 64a9e5844d son whitespace conflicts are so 1765
Baris Usakli 523b787e69 added csrf to ajax calls
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 8c355c53cc fixed isFriend to isFollowing in account.tpl
psychobunny 99d8affa53 started categories admin + icon picker; updated fontawesome; removed FA docs/less/sass
Baris Usakli 3f3d81de44 admins can make others admins
Julian Lam a1cf9710e9 Merge branch 'master' of github.com:psychobunny/node-forum
Julian Lam 59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes
Baris Usakli a7bce12887 this fixes
Baris Usakli 9e7e0f6579 changed updateHeader to check for the existance of the user label
Baris Soner Usakli 45dec91e1b reverted updateHeader code in footer.js to fix top bar after an image upload
Baris Usakli 88a1fef941 bookmark for the post made
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