Commit Graph

  • 9917f068f9 fixing up moderator listing Julian Lam 2013-05-16 13:14:23 -0400
  • 3cff31be4e getMultipleUserFields will return empty ojbect if no uids are passed in Baris Usakli 2013-05-16 13:13:46 -0400
  • 211363235d removed console.log psychobunny 2013-05-16 13:00:21 -0400
  • fd8c0c5097 fixed bug in active users causing moderators to not show up and only one active user being shown psychobunny 2013-05-16 12:59:24 -0400
  • e256ee99f7 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-16 12:49:57 -0400
  • bdeb7b13f1 interim commit for moderator support Julian Lam 2013-05-16 12:49:39 -0400
  • 4cf0af0556 fixed topics Baris Usakli 2013-05-16 12:47:21 -0400
  • a663f4e835 Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-16 12:27:57 -0400
  • 88de8cd824 fixed an issue in bootstrap.js causing ctrl-click to not work. removed ctrl-click / middle click simulation code in ajaxify. am currently using unminified bootstrap TODO minifiy fixed version; psychobunny 2013-05-16 12:27:50 -0400
  • 96df6abe85 broken posts Baris Usakli 2013-05-16 12:21:13 -0400
  • 34432773d6 fix crash when you go to /topics/nonexistant Baris Usakli 2013-05-16 12:13:39 -0400
  • 9d5f6364ad removed console.logs Baris Usakli 2013-05-16 11:53:27 -0400
  • 2e184c6211 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-16 11:27:35 -0400
  • 6013017ffd fixing bug where the favourites star was still shaded in if an anon tried to favourite a post Julian Lam 2013-05-16 11:23:57 -0400
  • 77c96eb57d moved content in main_post over to a new line, looks better with inline images psychobunny 2013-05-16 11:20:25 -0400
  • 71482163ed updating post and topic methods so that when you reply to a post or create a new topic, that topic isn't flagged as unread for you Julian Lam 2013-05-16 10:59:45 -0400
  • 826edbd669 added linking to formatting opts in editor Julian Lam 2013-05-16 10:37:17 -0400
  • dcbc93cacf fixing up formatting bar to not be highlightable (and not have an outline when the span is focused on), also tweaked the formatting options to behave a little more smartly when text is currently highlighted when it is invoked. Julian Lam 2013-05-15 21:32:56 -0400
  • e1a83099e8 fixed bottom padding on mainposter avatar psychobunny 2013-05-15 18:31:49 -0400
  • 9977a44099 removed the img-polaroid class from main-poster and replaced the stats with a hover over for desktop. tbd duhsign for mobile psychobunny 2013-05-15 18:30:43 -0400
  • 3627b1790f Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-15 17:51:44 -0400
  • 5e9340a4fe fixing ajaxify bug where external links (and the logout link!) did not work -- basically any link that wasn't a template didn't work Julian Lam 2013-05-15 17:51:15 -0400
  • 725d4c09fa Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-15 17:40:14 -0400
  • 435d24eb25 differentiation between the main post and rplies including preliminary duhsign psychobunny 2013-05-15 17:38:43 -0400
  • 4117a3da48 anon users use default gravatar image Baris Usakli 2013-05-15 16:52:50 -0400
  • 9cd189e273 relative time fix Baris Usakli 2013-05-15 16:44:08 -0400
  • 91b4ec2547 fixed crashing error in graph/user/picture, and started updating the main post row in topic.tpl psychobunny 2013-05-15 15:55:39 -0400
  • 74649f64e2 Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-15 15:42:29 -0400
  • 25e218442a updated category: tracking active participants + removed placeholder; recent author picture now pulled dynamically; graph/users/picture implemented psychobunny 2013-05-15 15:42:24 -0400
  • b949105142 Merge branch 'master' of https://github.com/psychobunny/NodeBB Baris Usakli 2013-05-15 15:40:23 -0400
  • ecc621e0c1 disconnect event Baris Usakli 2013-05-15 15:40:17 -0400
  • e31f6af774 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-15 15:39:35 -0400
  • b0cf97c5d6 editing features, part 1 Julian Lam 2013-05-15 15:39:29 -0400
  • 09c80b8289 fixed unfollow button Baris Usakli 2013-05-15 15:07:40 -0400
  • d1041bedf4 imagemagick resizing Baris Usakli 2013-05-15 15:01:05 -0400
  • 40b8264d6e only png jpg and gifs are allowed for image upload, increase profile image size to 256kb Baris Usakli 2013-05-15 14:46:49 -0400
  • 3b0978caa7 add friend button invisible if user is already friend Baris Usakli 2013-05-15 14:30:03 -0400
  • 58aa0ee647 friends Baris Usakli 2013-05-15 13:57:13 -0400
  • a4dfc604e7 changed favouriting behaviour so that it no longer allows anons to favourite, and favouriting your own posts don't raise your rep count Julian Lam 2013-05-15 13:28:28 -0400
  • 6c82ffa09a fixed bug where middle-click didn't work on firefox. Now ajaxify is capturing both onclick and mouseup Julian Lam 2013-05-15 12:46:39 -0400
  • 1d78c6a35d removing debug statements from ajaxify building in middle click and ctrl-click listeners for new tab opening instructing git to ignore everything in the /uploads folder Julian Lam 2013-05-15 12:04:30 -0400
  • c76eeaba3e removed old upload code Baris Usakli 2013-05-15 11:48:40 -0400
  • 39798b9f79 changed the file upload to use streams Baris Usakli 2013-05-15 11:46:41 -0400
  • f767d3a007 making the toaster notifications have fixed positioning instead of abba-solute Julian Lam 2013-05-15 11:39:46 -0400
  • e4364b5362 pushing fix to ajaxify where the homepage did not get added to the history (and thus was unreachable via history action Julian Lam 2013-05-15 11:34:05 -0400
  • 98193ecb29 Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-14 17:19:28 -0400
  • 3eff46bb52 restricting posting by anons, redirects to login page and saves post to localstorage Julian Lam 2013-05-14 17:19:22 -0400
  • f608505cbb Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-14 17:06:57 -0400
  • a7cefe35f8 started to add real data to the topics listing, got latest post working per topic psychobunny 2013-05-14 17:06:48 -0400
  • 233752a9c7 why does urls dont work when put into address bar Baris Usakli 2013-05-14 16:44:43 -0400
  • 4f0901e164 anon user doesnt show up on users page anymore Baris Usakli 2013-05-14 16:10:16 -0400
  • b0284487f2 added users link to top bar Baris Usakli 2013-05-14 15:56:38 -0400
  • b13b74dadb buttons for add friend and send message Baris Usakli 2013-05-14 15:50:32 -0400
  • 527547b4a4 Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-14 19:33:53 +0000
  • 35974ed6b9 more changes to category view psychobunny 2013-05-14 19:33:50 +0000
  • 073b87982b moved user routes into routers/user.js Baris Usakli 2013-05-14 14:04:19 -0400
  • 3fa0f7c8b5 fixed three bugs in templates: 1) if you're sending in null as a value it should now correctly replace that field as ''. 2) you don't need to put objects last in data anymore (stupid bug) 3) you can now send multiple objects to be parsed in templates properly; Also added deprecation message to server side templates psychobunny 2013-05-14 17:36:12 +0000
  • 8e48990a48 Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-14 13:07:11 -0400
  • 7e67260a74 still derping away on duhsign psychobunny 2013-05-14 13:05:58 -0400
  • 188b1d5ada for andrew Baris Usakli 2013-05-14 13:04:12 -0400
  • b429a31f6b more clean up Baris Usakli 2013-05-14 12:26:26 -0400
  • c5b7e7cc08 Merge remote-tracking branch 'origin' Julian Lam 2013-05-14 12:20:53 -0400
  • 613b53ac3d removing console logs Julian Lam 2013-05-14 12:20:33 -0400
  • 4c324664fa removed global modules Baris Usakli 2013-05-14 12:13:29 -0400
  • 315cf9a88d Merge branch 'popstate' Julian Lam 2013-05-14 12:04:53 -0400
  • c351d83418 added popstate functionality Julian Lam 2013-05-14 12:04:38 -0400
  • d564811b71 fixed the data passing to accountedit.tpl Baris Usakli 2013-05-14 11:32:37 -0400
  • 0bb0fd5789 removed debug console.logs Baris Soner Usakli 2013-05-13 17:40:51 -0400
  • 901b378912 css fix Baris Soner Usakli 2013-05-13 17:40:14 -0400
  • 23254103e4 Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-13 17:30:59 -0400
  • f662353cbf fixes to thread avatar on phone Julian Lam 2013-05-13 17:30:51 -0400
  • d7b6141e31 button to change picture Baris Soner Usakli 2013-05-13 17:02:10 -0400
  • 624658307c Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-13 16:57:58 -0400
  • 487d740164 added client and server validation on registration Julian Lam 2013-05-13 16:57:47 -0400
  • 6942107dd4 regen gravatar url when email changes Baris Soner Usakli 2013-05-13 16:41:28 -0400
  • 9a768a4f6c Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-13 15:18:12 -0400
  • 8bb724e994 minor tweaks to config default, and text copy update on registration page updated readme to mention the upload_path option Julian Lam 2013-05-13 15:15:59 -0400
  • 62bffff3c7 forgot to add a ; Baris Soner Usakli 2013-05-13 15:16:54 -0400
  • eb606855bc updating config defaults to automatically construct upload_url Julian Lam 2013-05-13 14:38:08 -0400
  • c3e7aa9766 Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-13 18:34:01 +0000
  • 6b495767c0 removed server side templates for register psychobunny 2013-05-13 18:33:53 +0000
  • 2631e42b64 Merge branch 'master' of https://github.com/psychobunny/NodeBB Baris Soner Usakli 2013-05-13 14:26:16 -0400
  • 71d595a552 debug image uploading Baris Soner Usakli 2013-05-13 14:26:08 -0400
  • 49fcea503e Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-13 18:22:31 +0000
  • e41cc6fd10 toying around with category listing again psychobunny 2013-05-13 18:22:24 +0000
  • 613325c4ec Merge branch 'master' of https://github.com/psychobunny/NodeBB Baris Soner Usakli 2013-05-13 14:17:14 -0400
  • b18330f246 fixed bug in image upload that was causing multiple form submits, added progress bar to image upload Baris Soner Usakli 2013-05-13 14:17:04 -0400
  • aab149aecf Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-13 14:16:43 -0400
  • 80b20fe877 adding alternate logins to register page Julian Lam 2013-05-13 14:16:33 -0400
  • 3b6e20d4ef image upload cleaned up a bit Baris Soner Usakli 2013-05-13 13:57:42 -0400
  • eccd1f66d1 removed some debug stuff from image upload Baris Soner Usakli 2013-05-13 13:51:25 -0400
  • 5796140f58 image upload changes Baris Soner Usakli 2013-05-13 13:30:33 -0400
  • 5785b16ae9 fixed users page so that all reps and post counts are comma delimited, some image upload fixes Baris Soner Usakli 2013-05-13 12:45:40 -0400
  • e476e27807 image upload error msgs, file size limit Baris Soner Usakli 2013-05-13 12:14:10 -0400
  • 9df65da7d4 Merge branch 'master' of github.com:psychobunny/NodeBB Julian Lam 2013-05-12 16:04:40 -0400
  • 0c047d2fc4 fixing indents in one code block Julian Lam 2013-05-12 16:03:45 -0400
  • 1b61511e8a fixed tabindex in reply window, wrapping up some minor bugs in editing posts Julian Lam 2013-05-12 15:59:45 -0400
  • 156d5dce08 post deletion Julian Lam 2013-05-12 15:46:23 -0400
  • 4fd1244e2d some work on deleting posts, and allowing a mod to edit a post Julian Lam 2013-05-11 23:35:27 -0400
  • 9ba5490da6 users page images 80x80 Baris Soner Usakli 2013-05-11 22:07:09 -0400