147 Commits (907f5d4ea6c477e08017ece456724f673c8acff2)

Author SHA1 Message Date
Julian Lam 624ccc592c resolving issue where the post window stays open during navigation
- app.close_post_window now neatly closes the post window
12 years ago
psychobunny 34133eef8c post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid 12 years ago
Julian Lam 7c165876f1 fixed bug where deleted posts still showed up in teasers 12 years ago
psychobunny cb6d98cecb derp conflicts
Merge branch 'master' of https://github.com/psychobunny/NodeBB

Conflicts:
	public/src/templates.js
12 years ago
psychobunny fb52dfc6c8 templates refactor part 2
updated so that tpls get loaded on demand as opposed to all at once on
load; added a function to pull the tpl list on load instead of having to
manually define new templates in code; some clean up; added utils.walk;
12 years ago
Julian Lam 7d648e7abe Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 297c4b8173 socketizing topic creation so that a new topic shows up automatically when one is created 12 years ago
psychobunny 1cdbd376ba deprecated server side templates finally. code sharing between client side and server side templates; force_refresh parameter added to temasd
deprecated server side templates finally. code sharing between client
side and server side templates; force_refresh parameter added to
templates config.json; created initialization fn for webserver
12 years ago
Julian Lam 4b6ad9607e removing static saving of recent post, and added in dynamic pulling on Topics.get 12 years ago
Julian Lam e256ee99f7 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam bdeb7b13f1 interim commit for moderator support 12 years ago
Baris Usakli 34432773d6 fix crash when you go to /topics/nonexistant 12 years ago
psychobunny 91b4ec2547 fixed crashing error in graph/user/picture, and started updating the main post row in topic.tpl 12 years ago
psychobunny 25e218442a updated category: tracking active participants + removed placeholder; recent author picture now pulled dynamically; graph/users/picture implemented 12 years ago
Baris Usakli 073b87982b moved user routes into routers/user.js 12 years ago
Baris Usakli 188b1d5ada for andrew 12 years ago
Baris Usakli 4c324664fa removed global modules 12 years ago
Baris Usakli d564811b71 fixed the data passing to accountedit.tpl 12 years ago
Baris Soner Usakli 0bb0fd5789 removed debug console.logs 12 years ago
Baris Soner Usakli 901b378912 css fix 12 years ago
Baris Soner Usakli 62bffff3c7 forgot to add a ; 12 years ago
Baris Soner Usakli 71d595a552 debug image uploading 12 years ago
Julian Lam aab149aecf Merge branch 'master' of github.com:psychobunny/NodeBB 12 years ago
Julian Lam 80b20fe877 adding alternate logins to register page 12 years ago
Baris Soner Usakli eccd1f66d1 removed some debug stuff from image upload 12 years ago
Baris Soner Usakli 5796140f58 image upload changes 12 years ago
Baris Soner Usakli 5785b16ae9 fixed users page so that all reps and post counts are comma delimited, some image upload fixes 12 years ago
Baris Soner Usakli e476e27807 image upload error msgs, file size limit 12 years ago
Baris Soner Usakli 0aeeac9d61 image upload and changing images will clean up later andrew stayla 12 years ago
Baris Soner Usakli 7d27a7c6d3 changed user update profile so that it only updates specific fields, before it was possible to send in rep,post count 12 years ago
Julian Lam e9a552eab4 editing of posts 12 years ago
psychobunny f218e0f3a7 user has read feature - turns post count badge red if there is a new post and grey if the user has seen this post already 12 years ago
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 12 years ago
psychobunny 30323fa29f Merge branch 'master' of https://github.com/psychobunny/NodeBB 12 years ago
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. 12 years ago
Baris Usakli 5057af7bbe user edit fix for !== 12 years ago
Baris Usakli 44f0183b29 fixed anon users visiting user profiles 12 years ago
Baris Usakli 2539079c84 removed console.log 12 years ago
Baris Usakli 9166a9ccde user edit changes 12 years ago
Baris Usakli 0210e5a928 edit 12 years ago
Baris Usakli 9494bf6378 edit restrict 12 years ago
Baris Usakli 5edf7efd8f user edit and profile changes 12 years ago
Baris Usakli 187d5a101a edit page 12 years ago
Baris Usakli 36e7baa84d userS 12 years ago
Baris Usakli 5e36ca2fbe removed dupe function 12 years ago
Baris Usakli d308242d2d decimal places for rep and post count 12 years ago
Baris Soner Usakli 6dda6ce15b removed some console.logs 12 years ago
Baris Soner Usakli 8710aa3457 users page 12 years ago
psychobunny e061fe061b added custom routing from server side, started moving hardcoded scripts into create_route 12 years ago
psychobunny e75076caad Merge branch 'master' of https://github.com/psychobunny/NodeBB 12 years ago