Commit Graph

  • d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code psychobunny 2013-04-24 20:40:34 +0000
  • dfd5c9960b finished pw reset page, finally Julian Lam 2013-04-23 23:28:34 -0400
  • 5792946a16 added DEL support to redis wrapper lib Julian Lam 2013-04-23 22:35:03 -0400
  • 5369be0397 timing out reset codes, enhancing template replace so that a single placeholder can be used multiple times Julian Lam 2013-04-23 21:13:01 -0400
  • dea9a707dc interim commit for password reset Julian Lam 2013-04-23 20:25:01 -0400
  • edf698818d fixed baris' name in footer Julian Lam 2013-04-23 19:55:00 -0400
  • f8e1489de6 forgot to commit reset.tpl psychobunny 2013-04-23 22:37:42 +0000
  • f911b8d1de added copyright info at footer, moved recent activity to global footer (from register) psychobunny 2013-04-23 22:36:19 +0000
  • 9a009618d5 Merge branch 'master' of https://github.com/psychobunny/node-forum psychobunny 2013-04-23 22:16:16 +0000
  • 8f7b295480 integrated dcp templates, changed reset email to use templates psychobunny 2013-04-23 22:16:09 +0000
  • 8e49e0f203 fixing event propagation in ajaxify.go Julian Lam 2013-04-23 17:17:47 -0400
  • 1b3b0c6c7e updated readme and config defaults Julian Lam 2013-04-23 16:51:39 -0400
  • bdbbed18ae adding new default config.js file, removed config from repo Julian Lam 2013-04-23 16:44:31 -0400
  • 19f9a48a8c Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-23 16:18:50 -0400
  • e56e7b549b more stuff on pw reset Julian Lam 2013-04-23 16:18:43 -0400
  • a06b3519a1 moved event alert to serverside, now node controls the registration alert. added some transition animation to page changes psychobunny 2013-04-23 20:17:12 +0000
  • 9fcbca8da9 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-23 15:39:42 -0400
  • a73481af8b more work with reset page Julian Lam 2013-04-23 15:39:23 -0400
  • 67bf1b6041 updated ajaxify to do a callback after page change, added toaster style notifications (app.alert), changes to webserver to update automatically psychobunny 2013-04-23 19:38:48 +0000
  • 0e8c4f35cd socketing for reset page - started on emailer Julian Lam 2013-04-23 12:06:22 -0400
  • 96a4cbd8d1 fixed menu "active" state Julian Lam 2013-04-23 10:16:16 -0400
  • 3c04a71b08 renaming functions so that they're less derpy (from enable/enableAll to enable/onclick) Julian Lam 2013-04-23 09:54:31 -0400
  • 68f6fa9587 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-23 09:52:32 -0400
  • 2b4e562e21 committed fix to ajaxify that caused any newly appended anchors to not be ajaxified, also tweaked ajaxify so that it only unbinds its own events instead of clobbering any other events attached to anchors (#futureproof) Julian Lam 2013-04-23 09:51:18 -0400
  • 413dc2c0f0 committed fix to ajaxify that caused any newly appended anchors to not be ajaxified Julian Lam 2013-04-23 09:51:18 -0400
  • 4edc1cd3ea added missing files Julian Lam 2013-04-22 21:47:31 -0400
  • fd9cb2eaf7 ajaxify.go(relative_url); - use this to navigate to a page manually psychobunny 2013-04-22 22:19:16 +0000
  • f975105176 added email to registration fields, email existence check Julian Lam 2013-04-22 17:31:51 -0400
  • d4d185ec4f updated readmeh Julian Lam 2013-04-22 15:40:53 -0400
  • 531515b8be Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-22 15:35:01 -0400
  • 4833f94808 readme Julian Lam 2013-04-22 15:34:54 -0400
  • db8140a1b6 Merge branch 'master' of https://github.com/psychobunny/node-forum psychobunny 2013-04-22 19:28:03 +0000
  • be954d176d prevent same state from loading again psychobunny 2013-04-22 19:27:56 +0000
  • 2d8725d522 changing socket.io to exist on the same port as the server, made config file template (removed config file from repo) Julian Lam 2013-04-22 15:23:02 -0400
  • e6139487f6 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-22 15:20:05 -0400
  • 5b64500da3 switch loading of config file to synchronous to prevent socket server from opening pre-emptively psychobunny 2013-04-22 19:19:46 +0000
  • c3daa1ce09 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-22 15:18:27 -0400
  • d035307d8b changing the way the express app is instantiated Julian Lam 2013-04-22 15:17:41 -0400
  • 1d35f369d9 clean up client side + config.json psychobunny 2013-04-22 19:13:39 +0000
  • 302d1a3131 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-04-22 15:03:12 -0400
  • f894eae34f tweaks Julian Lam 2013-04-22 15:03:07 -0400
  • 65b035c9c9 Merge branch 'master' of https://github.com/psychobunny/node-forum psychobunny 2013-04-22 19:01:58 +0000
  • 3d81f129e3 added login, fixed gitignore psychobunny 2013-04-22 19:01:45 +0000
  • 6da36bb859 more tweaks to readme Julian Lam 2013-04-22 14:45:33 -0400
  • 1d3d3df73b optimizing for express, tweaks to config file Julian Lam 2013-04-22 14:37:13 -0400
  • 2980931f1f updated readme Julian Lam 2013-04-22 14:20:50 -0400
  • 2cf0a9045a Merge branch 'master' of https://github.com/psychobunny/node-forum Julian Lam 2013-04-22 14:16:55 -0400
  • a2d727dd86 setting up config file for use in app, updated readme Julian Lam 2013-04-22 14:16:24 -0400
  • ccc57b0d71 forgot to add redis.js psychobunny 2013-04-22 18:14:28 +0000
  • efa0649081 moved RedisDB.js to src/redis.js psychobunny 2013-04-22 18:10:24 +0000
  • f7690896cc cleanu p psychobunny 2013-04-22 18:05:10 +0000
  • 9b973327a0 registration bugfix psychobunny 2013-04-22 17:09:40 +0000
  • 415f6c39ed accidentally committed node_modules psychobunny 2013-04-22 16:55:29 +0000
  • b04d262fe4 init, just some testing psychobunny 2013-04-22 16:51:32 +0000