230 Commits (47378fb978785a3e5470aec372908d66994e3e69)

Author SHA1 Message Date
Baris Usakli 47378fb978 error middleware, closes #60 12 years ago
Baris Soner Usakli 9320883f92 fixed live tiles if there are more than 2 posts 12 years ago
Baris Soner Usakli 642bd5f3c8 removed console.log 12 years ago
Baris Soner Usakli ac04bef26e live tiles on home page, ninjaed from andrew might need to randomize starting times, can be disabled by removing the slider class from the div, maybe this should be a setting in admin/categories 12 years ago
Baris Soner Usakli 1c855ce502 async.each for get_userslugs_by_uids 12 years ago
Julian Lam d1bc8b5d91 fixing issue where NodeBB hangs if a non-existant topic was requested 12 years ago
Julian Lam 6ac2564bad Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago
Julian Lam 5eda18e03c fixing issue with routes that don't have (or need) a corresponding api_method case from crashing due to 404. (issue #53) 12 years ago
Baris Soner Usakli 399f7b47c8 for loop bench in testbed 12 years ago
Baris Soner Usakli e38d1af566 removed userrestore 12 years ago
Baris Soner Usakli 466c373c73 fix 12 years ago
Baris Soner Usakli 071ee2c038 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Soner Usakli d21af09a4c fixed redis 12 years ago
Julian Lam 4abfd32a05 Merge pull request #56 from damianb/patch-2
Update XML responses - webserver.js
12 years ago
Baris Soner Usakli 2320d1c3b2 fixed redis var 12 years ago
Baris Soner Usakli cdb05b4671 set postcount/rep to 0 12 years ago
Damian Bushong cec23817e2 Update webserver.js
Forgot this section - also use text/plain mimetype since we're not responding using XML to errors; if we're going to do that, we need to do it right in the first place.
12 years ago
Baris Soner Usakli 7be2baa1a7 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Soner Usakli 4c33cee051 user restore for try.nodebb 12 years ago
Damian Bushong 93f040aea8 Update webserver.js
Tighten code around sending xml data
12 years ago
Damian Bushong 860a6351dd Obey HTTP spec, use HTTP 404 for not-found responses 12 years ago
Baris Soner Usakli ed99f2671e fixed a bug that made topics invisible to users, also closes #47 12 years ago
Baris Usakli e5131e36f3 category debug path 12 years ago
Baris Usakli 82319a020f more fixes 12 years ago
Baris Usakli 1a19f0e1bc changed categories to hash 12 years ago
Baris Usakli 9c3046b89b more fixes 12 years ago
Baris Usakli 98013536d1 more fixes 12 years ago
Baris Soner Usakli fabb55426c more work: 12 years ago
Baris Usakli 9dbaf9fef9 more work 12 years ago
Baris Usakli 1a992b7147 first batch of changes 12 years ago
Baris Usakli 67247876ff test branch 12 years ago
Julian Lam ee7a1413b9 added favicon 12 years ago
Baris Soner Usakli 9b43f80ff8 changed login to ajax added error message for incorret login, closes #36 12 years ago
Baris Usakli a43c7bc90f changed the /latest route to /recent to match the text 12 years ago
Julian Lam 87e2023c86 closed #28 by implementing solution #2 12 years ago
Julian Lam 578dba10cd fixed #30 12 years ago
Baris Usakli d3a190d74e username to userslug change 12 years ago
Julian Lam 4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
12 years ago
Julian Lam f91e0848ee updated readme to link to wiki page on running NodeBB 12 years ago
Baris Usakli 9309722898 fixed indents 12 years ago
Baris Usakli 64a9e5844d son whitespace conflicts are so 1765 12 years ago
Baris Usakli 523b787e69 added csrf to ajax calls 12 years ago
Julian Lam 0d954b24dc removed debug statements, adding missing file re: issue #3 12 years ago
Baris Usakli 9cf9e98b14 removed duplicate build_header 12 years ago
Baris Usakli cef77c2fd8 changed res.send(JSON.stringify()); to res.json(). closes #25 12 years ago
Julian Lam 59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8 12 years ago
Julian Lam 05b91caf6c noscript for home and category view (although it's not quite working for
category view yet)
12 years ago
Julian Lam c0b018cdf4 adding noscript parsing for a topic, if accessed by a browser without javascript 12 years ago
psychobunny d5f3f3d9fb fixed serverside templates.js bug that prevented blocks from being defined 12 years ago
Julian Lam 6df57c4a9b committing the broken template parsing for andrew to see (webserver.js, line 121. Uncomment the commented out object, or substitute in "posts") 12 years ago