Commit Graph

  • 47a29d93dd figured it out. .gitignore can ignore itself, derp. - real commit: gitignore for feeds. psychobunny 2013-05-30 20:11:07 +0000
  • e42163cb04 Merge branch 'master' of https://github.com/designcreateplay/NodeBB psychobunny 2013-05-30 20:09:30 +0000
  • f2650103aa oppa git hax to get these folders in psychobunny 2013-05-30 20:09:18 +0000
  • 4b17f1d4e6 wrapped up rss for topics. added a new route to access these feeds from the url topic/tid.rss psychobunny 2013-05-30 16:02:13 -0400
  • 9a15177d50 categories.json updated with fixed github logo + new category to replace duplicate bug reports cat psychobunny 2013-05-30 15:09:14 -0400
  • fd350bbb4e nibbed out and hardcoded uid 1 as an admin... first registered user becomes an admin!! Julian Lam 2013-05-29 15:40:48 -0400
  • 9af39622ed actually using identicon default across the site Julian Lam 2013-05-29 14:55:43 -0400
  • 3848115afe Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-29 14:36:35 -0400
  • 68b7609ab6 identicon integration for twitter + fixing missing social icons for registration page Julian Lam 2013-05-29 14:36:01 -0400
  • d76432a20f console.log psychobunny 2013-05-29 14:15:32 -0400
  • fa15f2e4d5 tweak to less file Julian Lam 2013-05-29 13:20:07 -0400
  • c63d6f75c2 updating social login icons to use font-awesome equivalents instead of (possibly) proprietary icons Julian Lam 2013-05-29 13:15:30 -0400
  • f05b5165c5 fix for footer js not executing on non-root psychobunny 2013-05-29 12:32:59 -0400
  • 6dd8264685 updated to latest font-awesome (3.11) psychobunny 2013-05-29 12:23:42 -0400
  • 8a939fa4cc removed left over template variable in category.js psychobunny 2013-05-29 12:22:04 -0400
  • 34131ad46c modified exec_body_scripts to load external scripts. finally moved all the js files out of tpls into their own js psychobunny 2013-05-29 12:17:44 -0400
  • 9c546c92ad removed alert psychobunny 2013-05-29 11:55:46 -0400
  • 392883b911 bugfix: show post row for new topic on previously empty category psychobunny 2013-05-28 15:10:09 -0400
  • 11ad3a867e fixed slug issue with topics psychobunny 2013-05-28 14:51:49 -0400
  • f9e015f194 cid undefined bug psychobunny 2013-05-28 14:26:00 -0400
  • c66885af51 fixing build_header misdef Julian Lam 2013-05-28 14:11:27 -0400
  • 92aaeca899 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-05-28 12:32:13 -0400
  • 48bccb3498 applying custom theme (if enabled) to all routes Julian Lam 2013-05-28 12:31:55 -0400
  • 82e8b481b8 fixed posting bug and moved new topic button to be visible if no topics found psychobunny 2013-05-28 16:11:29 +0000
  • 7f77ec2c5f committing hotfix to registration Julian Lam 2013-05-28 11:50:09 -0400
  • dec9a3bef9 adding missing admin css file, some other tweaks and cleanup Julian Lam 2013-05-28 11:05:27 -0400
  • c1755d0dba theming 'try it' support for ACP Julian Lam 2013-05-28 00:08:35 -0400
  • 111b9dcf0a moved admin css to its own file for LESS compilation, and adding in options to update social keys for login Julian Lam 2013-05-27 18:06:03 -0400
  • eb15bd5ac0 cleanup moar Julian Lam 2013-05-27 16:42:12 -0400
  • 0859793b15 cleanup Julian Lam 2013-05-27 16:37:31 -0400
  • 180bec7349 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-05-27 16:17:46 -0400
  • f216c7f94a some cleanup and fixing breaking bug introduced by merge Julian Lam 2013-05-27 16:17:19 -0400
  • 23e759fc83 some cleanup and fixing breaking bug introduced by merge Julian Lam 2013-05-27 16:17:19 -0400
  • 878a678643 Merge branch 'install_script' Julian Lam 2013-05-27 16:07:07 -0400
  • bc16d530d8 feed.js psychobunny 2013-05-27 14:55:07 -0400
  • bcc903ee1c run npm install. starting rss atom feeds of topics. fixed bug in topics where new topics created were not being saved properly psychobunny 2013-05-27 14:55:03 -0400
  • 88bf9425db install script + patching up integration with install wizard Julian Lam 2013-05-27 14:02:57 -0400
  • 5d7ec10aae Merge branch 'master' into install_script Julian Lam 2013-05-27 11:45:58 -0400
  • 501cda24de schema.js psychobunny 2013-05-27 11:29:26 -0400
  • 523ce61d1f redis schema file for organization; moved new topic button in categories higher psychobunny 2013-05-27 11:29:05 -0400
  • 069cf5c6cb minor tweak to 'start' button at end of install wizard Julian Lam 2013-05-25 20:42:27 -0400
  • 65b6010d74 installation wizard under /install Julian Lam 2013-05-25 20:32:22 -0400
  • d36a81966a use ajaxify to load 404 (prevents weird refreshing bug); part 1 of client side refactor: moving all template javascript vars into dom; psychobunny 2013-05-24 23:02:13 -0400
  • 405318844f allowing multiple less files to compile down to one Julian Lam 2013-05-24 15:38:23 -0400
  • 39b46eb125 prevent crash on getRecentReplies, and styled recent replies psychobunny 2013-05-24 15:05:59 -0400
  • 8c2b6cda69 added timestamp to teaser, continuing work on recent replies block psychobunny 2013-05-24 14:34:55 -0400
  • 8a2499a423 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-24 14:29:40 -0400
  • a4fd54a0c3 topic titles can be edited now Baris Usakli 2013-05-24 14:29:35 -0400
  • 00a9ec0f12 interim commit Julian Lam 2013-05-24 13:14:41 -0400
  • 6db259cf3f Merge branch 'master' of https://github.com/designcreateplay/NodeBB psychobunny 2013-05-24 12:53:45 -0400
  • 448673b141 recent replies part 2 psychobunny 2013-05-24 12:46:19 -0400
  • adb52023b8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-24 12:32:34 -0400
  • db6bbcc699 post every x seconds added it x to config Baris Usakli 2013-05-24 12:32:28 -0400
  • 6060f4fbb4 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-24 12:13:31 -0400
  • 33f8ee57bf revamped social auth code so that accounts are merged if they share a common email Julian Lam 2013-05-24 12:12:59 -0400
  • eeb70b17ba Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-24 11:49:34 -0400
  • da46a73efe looks better without disconnect alert Baris Usakli 2013-05-24 11:49:24 -0400
  • 55c704c6f9 hide category blocks in recent tab psychobunny 2013-05-24 11:44:26 -0400
  • 6465b1aff7 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-24 11:39:41 -0400
  • 2d90635dc8 added 500ms delay to disconnect message Baris Usakli 2013-05-24 11:39:30 -0400
  • af7550ca30 console.log psychobunny 2013-05-24 11:38:16 -0400
  • 06aa2337d1 admincategories.js psychobunny 2013-05-24 11:18:41 -0400
  • a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive psychobunny 2013-05-24 11:18:28 -0400
  • 55cb790d3c potential fix for duplicate chat results, started recent replies block psychobunny 2013-05-24 09:00:00 -0400
  • 786baa8fe0 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-05-24 08:39:45 -0400
  • 289219d0ee adding email header and footer Julian Lam 2013-05-24 08:39:39 -0400
  • deaf8105cc renamed get category to get categories psychobunny 2013-05-24 08:34:13 -0400
  • 43614a5197 fixed breaking issue on empty category psychobunny 2013-05-24 07:52:15 -0400
  • 4b67f8573e recent posts done (needs polish/cleanup), and fixed bug where new topic button was not showing up in categories psychobunny 2013-05-23 17:38:49 -0400
  • 6acc07920e Updated README.md Julian Lam 2013-05-23 21:06:56 -0400
  • c785f06367 added 404 tpl, fix for 404 on topics, continuing refactor - categories psychobunny 2013-05-23 16:53:19 -0400
  • 8f281e9792 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-23 16:35:39 -0400
  • 0f2014193d top bar fix Baris Usakli 2013-05-23 16:35:34 -0400
  • d71a38c4f7 minor styling changes to notif window Julian Lam 2013-05-23 16:03:45 -0400
  • e6218bb74a Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-23 15:54:17 -0400
  • 2a829a0618 derpy globals to get notification pushing working for sockets on new notification event Julian Lam 2013-05-23 15:53:55 -0400
  • c02e235005 border radius 0px on home Baris Usakli 2013-05-23 15:44:00 -0400
  • 141500266a Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-23 15:41:40 -0400
  • 16bf813dcd home page derp Baris Usakli 2013-05-23 15:41:28 -0400
  • 4a3ffec29f proof that comments can be misleading psychobunny 2013-05-23 15:23:37 -0400
  • 99eb9f8399 Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Usakli 2013-05-23 15:17:29 -0400
  • a4e10076cc assorted Baris Usakli 2013-05-23 15:17:18 -0400
  • 0f51843213 if there are no topics in a category and you make the first topic it doesnt show up until you reload the page psychobunny 2013-05-23 15:16:06 -0400
  • 1f99666d9f moved favourites code out of posts psychobunny 2013-05-23 15:11:55 -0400
  • d0646ba98f typo psychobunny 2013-05-23 14:57:00 -0400
  • bafac00232 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-23 14:56:23 -0400
  • 35dae6c0ec updating web sockets so that all connections are stored in a userSockets array Julian Lam 2013-05-23 14:55:05 -0400
  • b0be1fab16 notifications in chat messages Baris Usakli 2013-05-23 14:53:50 -0400
  • cf64952918 bugfixing notif window Julian Lam 2013-05-23 14:43:00 -0400
  • e159d70353 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-23 14:38:53 -0400
  • c64b227a9d odd - utils.js psychobunny 2013-05-23 14:35:20 -0400
  • 7321088ac5 added a call to check for new notifications on load Julian Lam 2013-05-23 14:34:36 -0400
  • 79bf5fad5b tweaks to notif window to show relative time Julian Lam 2013-05-23 14:32:25 -0400
  • 7e46f8c6ce uniqueId support in notifications Julian Lam 2013-05-23 13:48:42 -0400
  • 044206ad17 misc cleanup in categories psychobunny 2013-05-23 13:39:00 -0400
  • 681bf270a1 hotfix to path to utils Julian Lam 2013-05-23 13:29:21 -0400
  • 1f7ab82f78 Merge remote-tracking branch 'origin' into notifications Julian Lam 2013-05-23 13:24:27 -0400
  • cd4ca110a1 moved utils over to client side for code sharing psychobunny 2013-05-23 13:21:38 -0400
  • 65e24ed5cb added admin routes to config.json Baris Usakli 2013-05-23 13:21:24 -0400
  • 78713f0599 Merge remote-tracking branch 'origin' into notifications Julian Lam 2013-05-23 13:13:35 -0400