Commit Graph

  • 8d0ac4cb07 chat feature Baris Usakli 2013-05-22 17:14:06 -04:00
  • 40b2aa2a80 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-22 15:35:58 -04:00
  • 9f8c9e8822 derp Baris Usakli 2013-05-22 15:35:54 -04:00
  • 17cde19020 potential fix for templates bug psychobunny 2013-05-22 15:34:44 -04:00
  • 6cd65e6598 fixing motd so that it shows default motd if config is empty Julian Lam 2013-05-22 15:15:48 -04:00
  • 93f3a0e524 adding some default text to meta title and desc Julian Lam 2013-05-22 13:43:18 -04:00
  • 499f840e1e added toggle in config to switch on and off the motd Julian Lam 2013-05-22 12:11:44 -04:00
  • 16dac16d91 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-05-22 12:06:33 -04:00
  • ec463ce3d3 added motd support Julian Lam 2013-05-22 12:06:23 -04:00
  • 760037ba0a added signature to new replies Baris Soner Usakli 2013-05-21 22:56:09 -04:00
  • ef304a712f strip tags from signature when they are saving, separated info in user profile and added signature box Baris Soner Usakli 2013-05-21 22:36:21 -04:00
  • 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. Julian Lam 2013-05-21 21:07:26 -04:00
  • 907f5d4ea6 hiding the thread rep count from the template because... we don't actually actively have a plan for thread rep... Julian Lam 2013-05-21 20:28:52 -04:00
  • 624ccc592c resolving issue where the post window stays open during navigation Julian Lam 2013-05-21 20:20:54 -04:00
  • 74c13ba299 Merge remote-tracking branch 'origin' Julian Lam 2013-05-21 20:12:28 -04:00
  • fd38b60bd6 fixing issue with teasers showing deleted post info Julian Lam 2013-05-21 20:12:13 -04:00
  • 34133eef8c post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid psychobunny 2013-05-21 18:12:39 -04:00
  • effb26c856 user friendly message if no topics exist in a category psychobunny 2013-05-21 17:19:33 -04:00
  • ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics psychobunny 2013-05-21 17:02:04 -04:00
  • 03fcbcb051 add commas to rep when u post a new reply Baris Soner Usakli 2013-05-21 15:16:15 -04:00
  • 76aa644314 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-05-21 14:54:42 -04:00
  • 7c165876f1 fixed bug where deleted posts still showed up in teasers Julian Lam 2013-05-21 14:54:35 -04:00
  • 9c5fa5fc5e signature work Baris Soner Usakli 2013-05-21 13:44:53 -04:00
  • 47d491b266 some left over unfinished templates fixes from last week. deeper urls now take higher precedence. psychobunny 2013-05-21 10:57:45 -04:00
  • 7e7d8ac8a4 fixing typo in user.js... weird Julian Lam 2013-05-19 13:39:51 -04:00
  • 94cd7e84eb updating bootstrap to official 2.3.2 version Julian Lam 2013-05-18 17:21:53 -04:00
  • e62fcc5831 refactored the entire privileges stack. .editable() is now deprecated, use .privileges instead. Privileges now are inherited, so querying a topic's privileges will automatically query it's parent category's privileges as well, etc. Julian Lam 2013-05-18 14:59:50 -04:00
  • 3e8d664e71 fixing derpage on new topic posting... works better now Julian Lam 2013-05-17 21:40:28 -04:00
  • fd5277c815 fixed bug with isAdministator usage in Posts Julian Lam 2013-05-17 21:27:48 -04:00
  • 1a38644eb8 exposing thread tools to users in the "administrators" set, fixing up Topics methods to call the "editable" method first instead of just checking rep thresholds. Julian Lam 2013-05-17 21:14:58 -04:00
  • dd515ef831 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-17 15:34:50 -04:00
  • 7757c29889 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-17 15:34:30 -04:00
  • fe9adf696d new post event (although there is a bug... hmhm) Julian Lam 2013-05-17 15:34:25 -04:00
  • 19cfef9570 fixed /recent /popular /active /users/name psychobunny 2013-05-17 15:34:17 -04:00
  • cb6d98cecb derp conflicts Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-17 15:26:46 -04:00
  • fb52dfc6c8 templates refactor part 2 psychobunny 2013-05-17 15:20:08 -04:00
  • 78b59432cc dont call marked if content is empty in get_teaser Baris Usakli 2013-05-17 15:09:20 -04:00
  • 19249cdd5b Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-17 15:01:06 -04:00
  • c2c3ba0119 signature css, modify to your pleasure Baris Usakli 2013-05-17 15:00:51 -04:00
  • bd99d1e379 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-17 14:57:29 -04:00
  • 24c6d2c458 manually applying fix as detailed in https://github.com/twitter/bootstrap/issues/7118 Julian Lam 2013-05-17 14:57:15 -04:00
  • 7dda970292 added signature to main_post template Baris Usakli 2013-05-17 14:53:40 -04:00
  • bece6a7878 added signature to topic template Baris Usakli 2013-05-17 14:52:19 -04:00
  • 1f5956d031 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-17 14:48:14 -04:00
  • 994b7e8b33 signature Baris Usakli 2013-05-17 14:48:05 -04:00
  • 7d648e7abe Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-17 14:26:26 -04:00
  • 297c4b8173 socketizing topic creation so that a new topic shows up automatically when one is created Julian Lam 2013-05-17 14:25:45 -04:00
  • d8489e2c66 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-17 14:22:39 -04:00
  • dfdbc3bea2 admin/redis page Baris Usakli 2013-05-17 14:22:34 -04:00
  • ba8e0ea420 adding back global.templates to app.js psychobunny 2013-05-17 13:43:32 -04:00
  • e694751b72 fixed templates bug in websockets psychobunny 2013-05-17 13:40:15 -04:00
  • 1cdbd376ba deprecated server side templates finally. code sharing between client side and server side templates; force_refresh parameter added to temasd psychobunny 2013-05-17 13:36:35 -04:00
  • 3df8d7279b rejigged Topics.get so that it does not return a hardcoded return if no topics were returned Julian Lam 2013-05-17 13:28:34 -04:00
  • 785e49c8d9 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-17 13:28:27 -04:00
  • 03511cd9a8 removing console rlogs Julian Lam 2013-05-17 12:45:54 -04:00
  • 37b5680db0 fixed admin page loading Baris Usakli 2013-05-17 12:42:20 -04:00
  • aaae9e0c83 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-17 12:26:19 -04:00
  • f4acb493d0 removed commented out code Baris Usakli 2013-05-17 12:26:05 -04:00
  • 1b63207920 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-17 12:25:11 -04:00
  • 4b6ad9607e removing static saving of recent post, and added in dynamic pulling on Topics.get Julian Lam 2013-05-17 12:25:06 -04:00
  • 545dc9d851 top bar user settings are pulled right Baris Usakli 2013-05-17 11:54:59 -04:00
  • c8b8899219 while you are editing a post you still need to write something dude Baris Usakli 2013-05-17 11:07:37 -04:00
  • c2c4c003ab if the user updates their email change the email uid mapping, added 500ms delay to the disconnect modal Baris Usakli 2013-05-17 10:57:26 -04:00
  • 12ff6bf1e1 removing server-side registration info check (as it conflicts with social network registrations) Julian Lam 2013-05-16 21:32:28 -04:00
  • 8b1ff03cbb fixing social network logins and refactoring post actions Julian Lam 2013-05-16 21:30:16 -04:00
  • e5716145ae get pid and tid and cid methods in posts and topics Julian Lam 2013-05-16 18:15:58 -04:00
  • 6492da0876 css some refactoring of topics and posts, made them properly responsive in general. added rep vote placeholders on category listing. psychobunny 2013-05-16 17:30:56 -04:00
  • 25b815bb43 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-16 16:29:00 -04:00
  • 5c2efafa0b disconnect modal Baris Usakli 2013-05-16 16:28:44 -04:00
  • 6dfd9484a6 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-16 16:23:21 -04:00
  • 2258ab3503 fixing up posts behaviour when a mod is the viewer Julian Lam 2013-05-16 16:23:17 -04:00
  • 6dd960d6c3 adding moderator checking to post actions Julian Lam 2013-05-16 15:55:17 -04:00
  • 0e39acb366 moved addCommas to app, using addCommas in topic.tpl Baris Usakli 2013-05-16 15:45:32 -04:00
  • 122d43d37f Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-16 15:31:59 -04:00
  • 1b553fc9b4 adding alt text to right sidebar images in topic listing Julian Lam 2013-05-16 15:31:55 -04:00
  • 15006c6988 fixed quoting Baris Usakli 2013-05-16 15:16:38 -04:00
  • 7e7a4ffac5 fixed logout psychobunny 2013-05-16 15:10:11 -04:00
  • aac8182a1d dont allow empty or short post title and body Baris Usakli 2013-05-16 14:38:22 -04:00
  • a711adfcd0 fix for recent/popular/active global categories psychobunny 2013-05-16 13:19:45 -04:00
  • 9a0e487936 fix so that empty categories dont 404 psychobunny 2013-05-16 13:16:09 -04:00
  • e583c5ffc2 console.log psychobunny 2013-05-16 13:14:22 -04:00
  • 9917f068f9 fixing up moderator listing Julian Lam 2013-05-16 13:14:23 -04:00
  • 3cff31be4e getMultipleUserFields will return empty ojbect if no uids are passed in Baris Usakli 2013-05-16 13:13:46 -04:00
  • 211363235d removed console.log psychobunny 2013-05-16 13:00:21 -04:00
  • 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 -04:00
  • e256ee99f7 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-16 12:49:57 -04:00
  • bdeb7b13f1 interim commit for moderator support Julian Lam 2013-05-16 12:49:39 -04:00
  • 4cf0af0556 fixed topics Baris Usakli 2013-05-16 12:47:21 -04:00
  • a663f4e835 Merge branch 'master' of https://github.com/psychobunny/NodeBB psychobunny 2013-05-16 12:27:57 -04:00
  • 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 -04:00
  • 96df6abe85 broken posts Baris Usakli 2013-05-16 12:21:13 -04:00
  • 34432773d6 fix crash when you go to /topics/nonexistant Baris Usakli 2013-05-16 12:13:39 -04:00
  • 9d5f6364ad removed console.logs Baris Usakli 2013-05-16 11:53:27 -04:00
  • 2e184c6211 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-16 11:27:35 -04:00
  • 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 -04:00
  • 77c96eb57d moved content in main_post over to a new line, looks better with inline images psychobunny 2013-05-16 11:20:25 -04:00
  • 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 -04:00
  • 826edbd669 added linking to formatting opts in editor Julian Lam 2013-05-16 10:37:17 -04:00
  • 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 -04:00
  • e1a83099e8 fixed bottom padding on mainposter avatar psychobunny 2013-05-15 18:31:49 -04:00