442 Commits (ba85ffb2923b0fe647f81cd3a6cdd799f74fcb4c)

Author SHA1 Message Date
Baris Usakli 541993c80a fontawesome 4 migration, closes #473 11 years ago
Julian Lam efac6272bb default link tag (apple-touch-icon) added 11 years ago
Julian Lam bdb30976b5 adding maxAge headers for statically served files (eep!) - issue #552 11 years ago
Julian Lam 5a5c3c8c60 added app.load action hook 11 years ago
psychobunny 353b3047cd pulling meta info from OP not main_posts 11 years ago
psychobunny c261babf17 minify client scripts only after plugin system is activated 11 years ago
Julian Lam a72fc69997 added link to RSS for /recent, fixed RSS generation error for /recent 11 years ago
Julian Lam 08ef67e824 closed #536 11 years ago
psychobunny 90ce539683 fixed language file not parsing in footer 11 years ago
Julian Lam a9ce8393e4 added footer.build and page.load hooks 11 years ago
Damian Bushong 51355a53d9 cleanup webserver.js requires
the .js in a require is implicit and unnecessary;
sorted the requires out so that builtins are first, then npm deps, then locally provided libs.
minor changes to some strings, just using single-quotes to match the style through the rest of the file.
11 years ago
Baris Usakli fa9636a62a closes #495 11 years ago
Julian Lam a42b30fd40 removing commented out route 11 years ago
Julian Lam 37497fc5a0 fixed #393 - refactored basic route handling, moved some other routes to debug routes 11 years ago
Julian Lam 9bea23bbfe linting webserver.js 11 years ago
psychobunny 1d6135150f multiple plugins pointing to admin can conflict - fix 11 years ago
Julian Lam 4353a9da25 issue #478 - hot-swapping of plugins 11 years ago
Julian Lam 7074b75b9d extra console.log 11 years ago
Julian Lam 857756f636 silly closures... 11 years ago
Julian Lam e4c62200de fixing screenshot previews in admin/themes 11 years ago
psychobunny a71870de28 pass in site description as well for potential themes to take advantage of 11 years ago
psychobunny 842cd17979 themes - added ability to route custom templates 11 years ago
Baris Usakli 22a3b227a3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Usakli 12f3f1a45c show admin link in header if user is admin, closes #459 11 years ago
Julian Lam 207ff98211 Merge pull request #399 from JetMaddox/master
Disable Framing on all sites.

I'm merging this ***conditionally*** - at some point, we wish to introduce integration with CMSes like WordPress. An easy way to achieve this would be placing NodeBB in an iframe.

At that point in time, we'll want to make this a configurable option via admin panel.
11 years ago
Julian Lam aecbe6d316 interim commit, still nothing done 11 years ago
Julian Lam db2917193e Merge branch 'master' into notifications_page 11 years ago
Julian Lam 705571de8c notifications page + ajaxify route + css styling 11 years ago
Baris Usakli bccc4e8019 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Usakli 7039a4d762 closes #425 11 years ago
Julian Lam 7b7f0115e5 closed #432 - added link rel="up" and rel="alternate" to category and
topic pages
11 years ago
Julian Lam 65a8de7845 special theme.set socket call + static dir support, closes #427, tweaked languages 404 to work with subdirs 11 years ago
Julian Lam 44d2297546 monkeypatching the 404 route to handle missing languages and client side scripts. Removing "soft 404" in favour of hard 404 due to complaints from google webmaster tools 11 years ago
Jet a8f2fd66ae Adding brackets.
Too much Coffeescript. Had some filters on. :)
11 years ago
Julian Lam c1f47f536d install script tweaks so vanilla is default 11 years ago
Julian Lam baf379c6d7 theme intergration into nodebb based on config hash value 11 years ago
Julian Lam 9375369b88 fixed issues caused by inadvertant globalisation (and its subsequent fix) 11 years ago
psychobunny 2a4b228e19 plugins - filter:server.create_routes allows you to add custom routes to NodeBB 11 years ago
psychobunny 30c7113bd8 removed console.log 11 years ago
psychobunny a63732027f plugins - filter:header.build allows plugins to add custom navigation to header 11 years ago
psychobunny 8326c223ab fixed f5 bug with /recent/:term which previously gave a 404 11 years ago
Jet 97592eede6 Fixed case for header 11 years ago
Jet 73dafa6aff Disable framing
Set the X-Frame-Options to DENY for added security.
11 years ago
Julian Lam 84915a1843 added css files support for plugins, added ready output for NodeBB, put
some minification related outputs to debug-mode only
11 years ago
Julian Lam f88f72abd2 Merge branch 'adarqui' 11 years ago
Julian Lam 715c14b78d fixed error where client side script loader on admin page was throwing 404
errors on require.js require
11 years ago
Julian Lam 63ff572076 WIP commit for CSS static directories 11 years ago
Julian Lam 0b299b2fe7 Merge pull request #381 from adarqui/express-logger-0.0.7
Express & Socket.io logger
11 years ago
Julian Lam 57465eb277 misrouting now only shows warning when in debug mode 11 years ago
Andrew Darqui a3f6fee41f refactored the logger completely. 11 years ago
Julian Lam 0414ec7f83 removing testbed code from repo (why was it even checked in?!!) 11 years ago
Julian Lam 038e04dee6 revamped client side scripts so that they are loaded using Require.js instead. 11 years ago
Julian Lam b49c7b8609 added user-scalable=no to header meta tag (in lieu of fastclick lib)
closes #376 - reopen if necessary.
11 years ago
Julian Lam f173a79a0d Merge pull request #371 from iamcardinal/master
Adds meta:keywords tags fixes tabbing, closes #330
11 years ago
Quinton Marchi fcab1501f8 Merge remote-tracking branch 'origin/testing-2013-10-01' 11 years ago
Quinton Marchi eb022220f4 Final Edit for keywords 11 years ago
Andrew Darqui 9007f9de9e added socket.io logging which can be dynamically enabled/disabled via the /admin/logger panel 11 years ago
Andrew Darqui 55d84d0f9b basic logger functionality added - accessible via http://nodebb/admin/logger 11 years ago
Minami 90b4d688f8 Testing adding of Meta Tags 11 years ago
Andrew Darqui 51d7dda5a7 added basic logger using config.json 11 years ago
Julian Lam 9613ea9018 reverted change where post title was sanitized on saving (which didn't
seem to work), now sanitizing post title on output
11 years ago
Julian Lam 865edb70c2 added meta description to topics, closes #362 11 years ago
Julian Lam 839649d42f Merge branch 'master' of https://github.com/iamcardinal/NodeBB-enhancement into iamcardinal-merge 11 years ago
Minami eafb41602c Edited to simplify install
Removed the two steps and made it default to 0.0.0.0, edited the
webserver.js to reflect the changes.
11 years ago
Julian Lam c58cb257dc closes #349 - loading middlewares using async instead of crazy
middleware-stack modifying shenanigans
11 years ago
Quinton Marchi 571259f241 Adds hostname support, fixes #343
Works from previous testing but I haven't tried this personal revision
of the code. Take it with a grain of salt.
11 years ago
psychobunny 1fbc038e64 fixed conflicts, added new language key for users/online 11 years ago
psychobunny 5c7da4b686 fixed serverside templating; footer, logout internationalization; updated more global lang keys 11 years ago
Julian Lam d6dd74b50a removed extra debug log 11 years ago
Julian Lam 14720057c2 serving unminified libraries in development mode, minified otherwise 11 years ago
Julian Lam bcc65fd879 closed #328 11 years ago
Julian Lam 521586f08f Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam d7ea24e218 issue #322 - minifying css file and added jquery to minified compilation 12 years ago
Julian Lam e621d7e601 closed #322 - autominifying client-side assets on load 12 years ago
Baris Usakli b25c3d8b67 closes #324 12 years ago
Julian Lam 7fdf83089d linting 12 years ago
Julian Lam 8243019a60 closed #312 12 years ago
Baris Usakli 27cb837b08 closes #303 12 years ago
Baris Usakli 24e4be77d8 closes #304 12 years ago
psychobunny 64b071f277 nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest 12 years ago
psychobunny aea3181d27 formatting - server side core 12 years ago
Julian Lam b7498416fa fixing redisstore sessions with passworded redis stores 12 years ago
Julian Lam 49b201db0f added heroku support for dynamic port reading via process.env 12 years ago
Julian Lam c01ba1a3cb closed #296 12 years ago
Julian Lam d1c756306a updates to allow dynamic addition of static directories provided by plugins 12 years ago
Julian Lam 71bdd4608b removed defunct installation routes 12 years ago
Baris Usakli be51025048 the online count on the footer uses the websockets now, it should also instantly update when people come online or go offline, #273 12 years ago
Baris Usakli a1c9685b49 fixed image upload, delete temp file if there is error 12 years ago
Julian Lam 661fdfb43e bugfixing and allowing feeds to be generated on request (as opposed to just updated on posting 12 years ago
Julian Lam 164977972e totally derped commit 12 years ago
Julian Lam 03fb649274 Merge branch 'master' into user_groups 12 years ago
Julian Lam 201fb4d73e fixed #256 - where saving and retrieval of RSS feeds wasn't working on some instances due to a relative path being passed to read/writeFile 12 years ago
Julian Lam 02a02fa64c updated getTopicWithPosts to use a start and end option, and fixed issue with RSS feed saving (issue #256) 12 years ago
Julian Lam 9fae0d2505 removing dupe main post from posts array in topic noscript 12 years ago
Julian Lam 0a8c43901d more fixes to noscript 12 years ago
Julian Lam 3ed9e1dd51 closed #253, closed #252 12 years ago
Julian Lam 5e869a5e5c Merge branch 'master' into user_groups 12 years ago
Baris Soner Usakli 09b578522f added prefic to less middleware 12 years ago
Baris Usakli 599789634a closes #227 12 years ago
Julian Lam 8d26eb4e07 minor stuff and such 12 years ago