Commit Graph

710 Commits (6ade1e858da43b4acc4d2eebc4999abd74973584)

Author SHA1 Message Date
Baris Usakli 38663177b0 fixed favouriting
Baris Usakli 1a992b7147 first batch of changes
Baris Soner Usakli c571a73a8b closes
Baris Soner Usakli 8b58ba95d1 sort query param
Baris Soner Usakli d0af1230b5 query params will need a fix before we can send /users?sort=latest to templates
Baris Soner Usakli 56dc29a747 closes
Baris Soner Usakli c93f8c0530 recent posts in /users/ page
psychobunny 69f1037d45 added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :)
Baris Usakli 746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users
Baris Soner Usakli 9b43f80ff8 changed login to ajax added error message for incorret login, closes
Baris Soner Usakli e0debed04f removed ajax from make/remove admin
Baris Usakli a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli d3a190d74e username to userslug change
Julian Lam 89e852f692 adding 'load more topics' button to topic admin
Baris Usakli 8f92710906 moved login code from user.js to login.js
Baris Usakli aaab212128 fixed more indentation
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
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 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 1a104686ac new header for meta title
Julian Lam 1760cf1e89 added motd to admin panel and added colour and transitions to alt-login icons
Julian Lam fd350bbb4e nibbed out and hardcoded uid 1 as an admin... first registered user becomes an admin!!
Julian Lam 9af39622ed actually using identicon default across the site
Julian Lam 48bccb3498 applying custom theme (if enabled) to all routes
Julian Lam 88bf9425db install script + patching up integration with install wizard
Julian Lam 65b6010d74 installation wizard under /install
Julian Lam 00a9ec0f12 interim commit
psychobunny a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive
psychobunny cd4ca110a1 moved utils over to client side for code sharing
Baris Soner Usakli ef304a712f strip tags from signature when they are saving, separated info in user profile and added signature box
Julian Lam 26781157b3 refactoring posts, topics, and categories so that each "get" is moved up
one level. Topics.get will get all of the posts in a tid, etc.
Baris Soner Usakli 9c5fa5fc5e signature work
psychobunny 47d491b266 some left over unfinished templates fixes from last week. deeper urls now take higher precedence.
Baris Usakli dfdbc3bea2 admin/redis page
Baris Usakli 9d5f6364ad removed console.logs
Baris Usakli 9cd189e273 relative time fix
Baris Usakli d1041bedf4 imagemagick resizing
Baris Usakli 40b8264d6e only png jpg and gifs are allowed for image upload, increase profile image size to 256kb
Baris Usakli 3b0978caa7 add friend button invisible if user is already friend
Baris Usakli 58aa0ee647 friends
Baris Usakli c76eeaba3e removed old upload code
Baris Usakli 39798b9f79 changed the file upload to use streams
Baris Usakli 233752a9c7 why does urls dont work when put into address bar
Baris Usakli 073b87982b moved user routes into routers/user.js
Baris Usakli 188b1d5ada for andrew
Baris Usakli 4c324664fa removed global modules
Julian Lam 487d740164 added client and server validation on registration
psychobunny 6b495767c0 removed server side templates for register
psychobunny a4e8f9e706 cleaned up webserver a bit, moved over authentication stuff into its own file, got rid of unused routes, user routes still need to be moved out but am waiting for baris to finish
psychobunny f3f08a9c94 more fixes to ajaxify, updated /users blocks to sit flush to the left, started work on the ACP including basic templates, added a method to get active users in all rooms (socket connections), added more routes mostly pointing to admin, added a routing folder to start organizing routes better, starting with admin.