2276 Commits (1058d54c5226b1045186d9ab5c44bd8c9c86a822)
 

Author SHA1 Message Date
Julian Lam a3a8950afd bumping markdown plugin version to 0.1.3 11 years ago
Julian Lam f95913e623 Merge pull request #386 from adarqui/issue-login-redirect-40x
Issue login redirect 40x
11 years ago
Julian Lam 8e4b51fba4 requiring latest version of mentions plugin 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
Andrew Darqui 4b0e915698 just changed the 403/404 checking logic to use regex. 11 years ago
Andrew Darqui b2e81b5d17 Fixes a small issue with the redirect after logging in. If app.previousUrl is undefined (from accessing the page directly), login would fail to redirect you because of an error with indexOf on the undefined app.previousUrl. 11 years ago
Andrew Darqui ef47f3fd15 if nodebb returns 403/404, don't overwrite previousUrl. If you don't do this, when logging in after a 403/404, it will redirect you to the 403/404 page. 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 4af7da3451 Merge branch 'express-logger-0.0.7-fixes' of http://github.com/adarqui/NodeBB into adarqui 11 years ago
Julian Lam 63ff572076 WIP commit for CSS static directories 11 years ago
Andrew Darqui 129af904f6 fixed an issue with Logger.io_close, needed to check for undefined on the socket.oEmit and socket. functions 11 years ago
Andrew Darqui 8cc71d2b47 fixed logger.tpl to use the new requirejs code 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 b1cef5f73d Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 42067ce53c closes #382 - install script can be run via command line 11 years ago
Baris Usakli 2bdf12fb67 derp, need to revamp online page 11 years ago
Baris Usakli c00b138bf2 some fixes to online page 11 years ago
Baris Usakli 1155eaf1f1 online page changes 11 years ago
Baris Usakli 52f2e193d6 if api fails with 404 ajaxify to 404, added type check to updateProfile 11 years ago
Baris Usakli f5619a9b29 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Usakli 057608bac0 added usernames to following followers, closes #369 11 years ago
Julian Lam 57465eb277 misrouting now only shows warning when in debug mode 11 years ago
Julian Lam 01e04d60a9 fixing redis db in upgrade path 11 years ago
Julian Lam be8d9be832 flushed out upgrade path for notifications 11 years ago
Julian Lam 07d07020f0 requiring latest nodebb plugin versions 11 years ago
Andrew Darqui 7c1f7e7a23 just some text formatting fixes 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 12af2a7ff6 install script calling proper redis db 11 years ago
Julian Lam 4d6881fa65 reset update for 0.0.7, and added new schema update for notifications 11 years ago
Julian Lam 019e8e0d14 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 763bd775c4 closed #380 11 years ago
Julian Lam 585e07bc79 closed #368 - notifications now no longer need scores 11 years ago
Julian Lam b911d8d075 Merge pull request #379 from ipetepete/master
Added config option to set a db for NodeBB, defaults to redis db0
11 years ago
Julian Lam d583122c64 Merge pull request #378 from iamcardinal/master
FIxes Search and touches on postbox, closes #370
11 years ago
Peter Peterson 3968877b1e Merge branch 'master' of github.com:ipetepete/NodeBB 11 years ago
Peter Peterson 46f03de9f6 Added ability to set redis db to use, defaults to db0 11 years ago
Julian Lam 0e18ec022c not running init() if there is no init method in each template script 11 years ago
Julian Lam 64117ab613 removing deprecated bootstrap css file from admin header 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 948949c571 closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config 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 994791add6 Touches on postbox
Adds border-radius. Compatible with: Firefox, Webkit-based, and IE9+.
11 years ago
Quinton Marchi d177e71b46 Fixes double search, closes #370
Haven't tested it but I can't see any problems.
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 f48687528e fixed up logger.tpl a little. Added a basic 'collision detection' for the loggerPath and loggeIOPath filenames. 11 years ago
Andrew Darqui 9007f9de9e added socket.io logging which can be dynamically enabled/disabled via the /admin/logger panel 11 years ago