Commit Graph

  • 44d07ea543 changed friends to following/followers, updated routes and the user.js functions Baris Soner Usakli 2013-06-17 15:25:09 -04:00
  • 417034b60a adding int support in template types too, just for kicks Julian Lam 2013-06-17 14:00:39 -04:00
  • ca13d8dd33 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-06-17 13:59:23 -04:00
  • 51a941b6d5 tweaking templates code to accept a template-type attribute (for boolean purposes Julian Lam 2013-06-17 13:59:16 -04:00
  • 7679076cba Merge branch 'master' of https://github.com/designcreateplay/NodeBB Baris Soner Usakli 2013-06-17 13:35:41 -04:00
  • a4fc5ff981 fixed user header image Baris Soner Usakli 2013-06-17 13:35:37 -04:00
  • d96bfee227 Resolving issue #2 -- added GPLv3 license file and updated package.json Julian Lam 2013-06-17 11:56:47 -04:00
  • 2c7f9c7103 updated package.json to include git link, and updated README.md to include proper installation instructions Julian Lam 2013-06-17 08:30:45 -04:00
  • b65f2bf97d birthday box type date Baris Soner Usakli 2013-06-14 16:04:07 -04:00
  • dd4bc61b5a allowed clicking on the taskbar button itself to minimize Julian Lam 2013-06-14 15:32:49 -04:00
  • 9d3a27ea17 splicing out taskbar related code into its own require module Julian Lam 2013-06-14 15:10:22 -04:00
  • 07d4466cb4 fixing user label when viewing with js disabled Julian Lam 2013-06-14 13:34:14 -04:00
  • 05b91caf6c noscript for home and category view (although it's not quite working for category view yet) Julian Lam 2013-06-14 13:01:24 -04:00
  • df5518f218 Merge branch 'master' of github.com:designcreateplay/NodeBB Julian Lam 2013-06-14 10:13:29 -04:00
  • 0b6a9d59c2 derp, footer has been pointing to the wrong site this whole time psychobunny 2013-06-13 15:21:07 -04:00
  • 2dea93d0fb Merge remote-tracking branch 'origin' Julian Lam 2013-06-13 11:40:21 -04:00
  • 41187dfddb adding a confirm dialog behind the theme revert button in the acp Julian Lam 2013-06-12 11:18:14 -04:00
  • cbd03e75e2 fixing bug where the number of posts counted was incorrect (1 over), causing thread tools to not appear when a topic was locked. Julian Lam 2013-06-12 11:13:10 -04:00
  • 1fc596b74b fixed sidebar flashing in on empty category - got rid of javascript control and set the visibility properly from serverside psychobunny 2013-06-11 16:36:33 -04:00
  • c0b018cdf4 adding noscript parsing for a topic, if accessed by a browser without javascript Julian Lam 2013-06-11 15:40:50 -04:00
  • fa03b13209 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-06-11 14:55:36 -04:00
  • 973eb713bf auto-hiding mod tools on a new_post event, and showing them again if the user can edit that post Julian Lam 2013-06-11 14:55:32 -04:00
  • d5f3f3d9fb fixed serverside templates.js bug that prevented blocks from being defined psychobunny 2013-06-11 14:52:21 -04:00
  • 42e40e62d3 hotfixing bug where client-side config was incorrectly set up if port isn't being used Julian Lam 2013-06-11 13:59:30 -04:00
  • 740cf13e8d updated less-middleware to 1.1.12 (fixing odd regression with LESS package update). Fixed issue where editing of posts was wonky because the title was being grabbed incorrectly Julian Lam 2013-06-11 13:58:02 -04:00
  • 6df57c4a9b committing the broken template parsing for andrew to see (webserver.js, line 121. Uncomment the commented out object, or substitute in "posts") Julian Lam 2013-06-11 13:51:25 -04:00
  • 2914496799 fixing bug where an anonymous user could follow a topic... yikes Julian Lam 2013-06-10 16:00:08 -04:00
  • a01a5bbd64 title also changes the top menu badge as well Julian Lam 2013-06-07 15:08:47 -04:00
  • 89effc5454 auto-subscribing a user to any topic that they create Julian Lam 2013-06-07 14:41:21 -04:00
  • 882b9a917f ability for users to now follow/subscribe to threads Julian Lam 2013-06-06 20:39:45 -04:00
  • 7e55e7b3d2 fixing quoting that broke with the introduction of the new post window Julian Lam 2013-06-06 15:56:44 -04:00
  • a09cfd9304 started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP Julian Lam 2013-06-06 15:34:12 -04:00
  • 49ea40f6ee tweaks to composer pushing, fixed random extra letter in footer js Julian Lam 2013-06-06 13:30:28 -04:00
  • 9ca749d62f Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-06-06 11:53:06 -04:00
  • 64ecbfce8b topics: removed some less important buttons from mobile view, removed reply button on main posts in exchange for the smaller reply button psychobunny 2013-06-06 11:14:55 -04:00
  • 97ea98ed3f topics: reply button in mobile menu + icon psychobunny 2013-06-06 11:01:14 -04:00
  • a8f6222824 part2 of mobile sidebar menu. still disabled for now going to come back to this later. psychobunny 2013-06-06 10:51:13 -04:00
  • 1803595fa2 starting: mobile sidebar menu (intending to take the span3 hidden on mobile and turn it into a slidein sidebar) psychobunny 2013-06-05 17:59:20 -04:00
  • 95830c3c7c getting rid of the highlight colour on links and buttons to make it feel more app-ish psychobunny 2013-06-05 17:19:18 -04:00
  • 2638c03752 added timeout to address bar hiding (as per the official way of accomplishing this task ) psychobunny 2013-06-05 17:14:10 -04:00
  • 950fdefd7b rehide address bar on mobile after page load completes psychobunny 2013-06-05 17:10:00 -04:00
  • 3fa41ab316 rehide address bar on mobile after page load completes psychobunny 2013-06-05 17:09:47 -04:00
  • 220d80e3a1 added ability to add forum to iOS homescreen as an app psychobunny 2013-06-05 17:08:11 -04:00
  • 2a304c5c90 improved animations for mobileMenu again (opacity). need to check if this seriously slows down older devices. psychobunny 2013-06-05 17:05:44 -04:00
  • 5bb9933f4a added functionality to post button. also introduced some underlying concepts regarding modules and pulling template vars psychobunny 2013-06-05 17:00:58 -04:00
  • a846caa387 added post button to mobile menu psychobunny 2013-06-05 16:27:33 -04:00
  • bffa8828df Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-06-05 16:17:09 -04:00
  • 1a104686ac new header for meta title Julian Lam 2013-06-05 16:17:07 -04:00
  • 2ffd436745 improved animations for mobile menu psychobunny 2013-06-05 16:16:11 -04:00
  • 54f86a912c mobileMenu module (categories menu), fixed bug I made in account.js when moving code to their own files, psychobunny 2013-06-05 16:01:26 -04:00
  • 6a91c8a116 Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-06-05 13:35:12 -04:00
  • 6f16088cd6 cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?) Julian Lam 2013-06-05 13:34:44 -04:00
  • a08fbf4591 reduce avatar size in sidebar responsively psychobunny 2013-06-05 12:11:20 -04:00
  • 1d9dd604c0 prevent new topic button from overlapping in mobile psychobunny 2013-06-05 11:59:09 -04:00
  • 2b3688b6f3 updated rss feeds to work on chrome psychobunny 2013-06-05 11:54:44 -04:00
  • 812cdd28bf removing default client side config file Julian Lam 2013-06-05 11:39:48 -04:00
  • af17dead27 allowing the setup script to be triggered on-demand via command line argument Julian Lam 2013-06-05 11:26:50 -04:00
  • 85b9879ab8 patching app setup to also create the client-side config automatically. Julian Lam 2013-06-05 10:43:35 -04:00
  • 89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded Julian Lam 2013-06-05 10:25:29 -04:00
  • 82736d8780 editing of posts using new post window Julian Lam 2013-06-05 10:18:29 -04:00
  • 061c7a9e66 half broken editing Julian Lam 2013-06-04 16:47:07 -04:00
  • 2b4782b376 removing console log Julian Lam 2013-06-04 16:24:28 -04:00
  • 1ff77f853c Merge branch 'master' into post_window_refactor Julian Lam 2013-06-04 16:23:10 -04:00
  • 676ddcd3e3 integrating the new post window into the forum Julian Lam 2013-06-04 16:20:27 -04:00
  • 5e289ac9b4 added back a slight border radius onto category listing on home page. psychobunny 2013-06-04 15:54:52 -04:00
  • 46fbf5e0bf removed placeholder in "recent" header for now psychobunny 2013-06-04 15:53:36 -04:00
  • a716de5029 moved category and topic into their own less files. removed .caret-left I don't believe its being used. psychobunny 2013-06-04 15:52:26 -04:00
  • e5b46dc4ed ...removed the wrong class psychobunny 2013-06-04 15:38:20 -04:00
  • daa944cd50 removed unused class and moved topic-details 1px lower to be inline with gravatar. psychobunny 2013-06-04 15:35:00 -04:00
  • d620c29aa9 added rss button to topics. redesigned how the topic main_post looks - buttons were previously not visible on mobile as well. psychobunny 2013-06-04 14:27:09 -04:00
  • d4e4d17c5c prevent ajaxify from working on links with "target" set. added rss button as well as social icons to category listing. psychobunny 2013-06-04 13:40:38 -04:00
  • 9029ed2663 limited recent replies to just 5 psychobunny 2013-06-04 13:25:42 -04:00
  • 3a2152a1f8 added back nodefly. fixed package.json in a previous commit, our versioning of nodebb was what was breaking npm psychobunny 2013-06-04 13:23:17 -04:00
  • 3476be6233 removed atom-writer (and xml-writer) in favour of node-rss which seems to be better. updated feed.js psychobunny 2013-06-04 13:21:08 -04:00
  • f1f86b1d4f added category rss. added tid to be passed back in getTopicsByTids. psychobunny 2013-06-04 12:58:04 -04:00
  • 4207928ac2 removed nodefly temporarily due to some issue with npm install psychobunny 2013-06-04 12:24:36 -04:00
  • 446bd3a022 constructing posts window Julian Lam 2013-06-03 16:41:06 -04:00
  • 0a00eac970 added requirejs, new 'composer' module for all posting related functions (client-side) Julian Lam 2013-06-03 16:06:11 -04:00
  • 1aa4a440a0 motd tweaks in admin panel Julian Lam 2013-06-03 14:51:02 -04:00
  • 0031af8d4f adding nodefly... just for fun. It'll need to be revamped later to remove the nodefly key. Julian Lam 2013-06-03 13:49:11 -04:00
  • 1760cf1e89 added motd to admin panel and added colour and transitions to alt-login icons Julian Lam 2013-06-03 12:37:21 -04:00
  • 47a29d93dd figured it out. .gitignore can ignore itself, derp. - real commit: gitignore for feeds. psychobunny 2013-05-30 20:11:07 +00:00
  • e42163cb04 Merge branch 'master' of https://github.com/designcreateplay/NodeBB psychobunny 2013-05-30 20:09:30 +00:00
  • f2650103aa oppa git hax to get these folders in psychobunny 2013-05-30 20:09:18 +00:00
  • 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 -04:00
  • 9a15177d50 categories.json updated with fixed github logo + new category to replace duplicate bug reports cat psychobunny 2013-05-30 15:09:14 -04:00
  • fd350bbb4e nibbed out and hardcoded uid 1 as an admin... first registered user becomes an admin!! Julian Lam 2013-05-29 15:40:48 -04:00
  • 9af39622ed actually using identicon default across the site Julian Lam 2013-05-29 14:55:43 -04:00
  • 3848115afe Merge branch 'master' of github.com:psychobunny/node-forum Julian Lam 2013-05-29 14:36:35 -04:00
  • 68b7609ab6 identicon integration for twitter + fixing missing social icons for registration page Julian Lam 2013-05-29 14:36:01 -04:00
  • d76432a20f console.log psychobunny 2013-05-29 14:15:32 -04:00
  • fa15f2e4d5 tweak to less file Julian Lam 2013-05-29 13:20:07 -04:00
  • c63d6f75c2 updating social login icons to use font-awesome equivalents instead of (possibly) proprietary icons Julian Lam 2013-05-29 13:15:30 -04:00
  • f05b5165c5 fix for footer js not executing on non-root psychobunny 2013-05-29 12:32:59 -04:00
  • 6dd8264685 updated to latest font-awesome (3.11) psychobunny 2013-05-29 12:23:42 -04:00
  • 8a939fa4cc removed left over template variable in category.js psychobunny 2013-05-29 12:22:04 -04:00
  • 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 -04:00
  • 9c546c92ad removed alert psychobunny 2013-05-29 11:55:46 -04:00
  • 392883b911 bugfix: show post row for new topic on previously empty category psychobunny 2013-05-28 15:10:09 -04:00
  • 11ad3a867e fixed slug issue with topics psychobunny 2013-05-28 14:51:49 -04:00