Baris Soner Usakli
b25033be45
removed console.log
2013-07-21 16:17:39 -04:00
Baris Soner Usakli
7c31e12e6b
removed debug console.logs
2013-07-21 16:16:59 -04:00
Baris Soner Usakli
863f471020
closes #103
2013-07-21 16:16:07 -04:00
Julian Lam
782858c728
added dynamically generated robots.txt
2013-07-20 11:19:08 -04:00
Julian Lam
1fa900e615
added sitemap.xml to routes, closes #96
2013-07-17 22:35:16 -04:00
Julian Lam
c2e9cd621d
issue #57 , just for Damian :)
2013-07-16 21:12:40 -04:00
Julian Lam
7cdef19b94
issue #57 again - tightened the regex a bit more (escaped the dot)
2013-07-16 16:38:35 -04:00
Julian Lam
0553254a9b
closed #57
2013-07-16 16:37:37 -04:00
Julian Lam
815bd7c10a
THIS IS A BREAKING CHANGE
...
===
Please run `node app --setup` after you pull this commit.
refactored install script to its own library in /src, updated redis config
params to be nconf compatible
2013-07-16 16:12:09 -04:00
Julian Lam
145898c3ba
using nconf to manage config file now (issue #24 )
2013-07-16 15:22:59 -04:00
Julian Lam
41b3eabf1a
updating code to not use a hardcoded version number, but rather read the #
...
from package.json
2013-07-16 13:30:48 -04:00
Julian Lam
d4a0b3d05a
showing the proper version # on default MOTD and globalified "ver"
2013-07-16 01:06:19 -04:00
Baris Soner Usakli
ba161c1f6c
removed couple console.logs
2013-07-15 14:35:33 -04:00
Baris Soner Usakli
16117d4331
changed req.connection.encrpyted to req.secure
2013-07-12 17:40:10 -04:00
Baris Soner Usakli
910e9d6ee0
closes #73
2013-07-12 16:23:35 -04:00
Baris Soner Usakli
28f888fc7d
removed console.log
2013-07-11 16:47:24 -04:00
Baris Soner Usakli
62ef925fd3
removed graph/picture, closes #72
2013-07-11 16:45:05 -04:00
Baris Soner Usakli
7e1d005cae
404 to relative path
2013-07-11 14:39:25 -04:00
Baris Soner Usakli
d7597608d5
fixed login register logout
2013-07-10 21:31:58 -04:00
Baris Usakli
6eb9af77e6
first pass at subfolder
2013-07-10 16:22:03 -04:00
Baris Soner Usakli
dc473b06bf
closes #67
2013-07-09 12:36:17 -04:00
Baris Soner Usakli
fb8b19959c
moved one of the middlewares before app.use(app.router)
2013-07-08 16:57:40 -04:00
Baris Usakli
47378fb978
error middleware, closes #60
2013-07-08 16:02:54 -04:00
Baris Soner Usakli
9320883f92
fixed live tiles if there are more than 2 posts
2013-07-06 22:21:30 -04:00
Baris Soner Usakli
642bd5f3c8
removed console.log
2013-07-06 22:09:21 -04:00
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
2013-07-06 22:02:24 -04:00
Baris Soner Usakli
1c855ce502
async.each for get_userslugs_by_uids
2013-07-05 18:19:55 -04:00
Julian Lam
d1bc8b5d91
fixing issue where NodeBB hangs if a non-existant topic was requested
2013-07-05 16:44:11 -04:00
Julian Lam
6ac2564bad
Merge branch 'master' of github.com:psychobunny/node-forum
2013-07-05 16:21:06 -04:00
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 )
2013-07-05 16:17:13 -04:00
Baris Soner Usakli
399f7b47c8
for loop bench in testbed
2013-07-05 14:47:00 -04:00
Baris Soner Usakli
e38d1af566
removed userrestore
2013-07-05 13:13:37 -04:00
Baris Soner Usakli
466c373c73
fix
2013-07-05 13:10:28 -04:00
Baris Soner Usakli
071ee2c038
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
2013-07-05 13:02:39 -04:00
Baris Soner Usakli
d21af09a4c
fixed redis
2013-07-05 13:02:30 -04:00
Julian Lam
4abfd32a05
Merge pull request #56 from damianb/patch-2
...
Update XML responses - webserver.js
2013-07-05 09:59:44 -07:00
Baris Soner Usakli
2320d1c3b2
fixed redis var
2013-07-05 12:57:10 -04:00
Baris Soner Usakli
cdb05b4671
set postcount/rep to 0
2013-07-05 12:53:45 -04:00
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.
2013-07-05 11:50:58 -05:00
Baris Soner Usakli
7be2baa1a7
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
2013-07-05 12:50:11 -04:00
Baris Soner Usakli
4c33cee051
user restore for try.nodebb
2013-07-05 12:50:09 -04:00
Damian Bushong
93f040aea8
Update webserver.js
...
Tighten code around sending xml data
2013-07-05 11:44:50 -05:00
Damian Bushong
860a6351dd
Obey HTTP spec, use HTTP 404 for not-found responses
2013-07-05 11:39:14 -05:00
Baris Soner Usakli
ed99f2671e
fixed a bug that made topics invisible to users, also closes #47
2013-07-04 13:29:29 -04:00
Baris Usakli
e5131e36f3
category debug path
2013-07-03 15:11:16 -04:00
Baris Usakli
82319a020f
more fixes
2013-07-03 13:22:50 -04:00
Baris Usakli
1a19f0e1bc
changed categories to hash
2013-07-03 12:59:45 -04:00
Baris Usakli
9c3046b89b
more fixes
2013-07-03 12:21:24 -04:00
Baris Usakli
98013536d1
more fixes
2013-07-03 12:14:20 -04:00
Baris Soner Usakli
fabb55426c
more work:
2013-07-02 19:02:23 -04:00