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
Baris Usakli
9dbaf9fef9
more work
2013-07-02 17:01:49 -04:00
Baris Usakli
1a992b7147
first batch of changes
2013-07-02 16:24:13 -04:00
Baris Usakli
67247876ff
test branch
2013-07-02 13:20:10 -04:00
Julian Lam
ee7a1413b9
added favicon
2013-06-28 15:56:44 -04:00
Baris Soner Usakli
9b43f80ff8
changed login to ajax added error message for incorret login, closes #36
2013-06-25 20:55:02 -04:00
Baris Usakli
a43c7bc90f
changed the /latest route to /recent to match the text
2013-06-24 16:58:25 -04:00
Julian Lam
87e2023c86
closed #28 by implementing solution #2
2013-06-24 16:35:50 -04:00
Julian Lam
578dba10cd
fixed #30
2013-06-24 16:02:39 -04:00
Baris Usakli
d3a190d74e
username to userslug change
2013-06-24 14:33:53 -04:00
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.
2013-06-21 13:28:55 -04:00
Julian Lam
f91e0848ee
updated readme to link to wiki page on running NodeBB
2013-06-21 12:09:22 -04:00
Baris Usakli
9309722898
fixed indents
2013-06-20 16:48:17 -04:00
Baris Usakli
64a9e5844d
son whitespace conflicts are so 1765
2013-06-20 16:30:33 -04:00
Baris Usakli
523b787e69
added csrf to ajax calls
2013-06-20 16:29:44 -04:00
Julian Lam
0d954b24dc
removed debug statements, adding missing file re: issue #3
2013-06-20 16:29:20 -04:00
Baris Usakli
9cf9e98b14
removed duplicate build_header
2013-06-20 16:04:58 -04:00
Baris Usakli
cef77c2fd8
changed res.send(JSON.stringify()); to res.json(). closes #25
2013-06-20 15:08:33 -04:00
Julian Lam
59d26d6fc9
implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8
2013-06-20 12:41:22 -04:00
Julian Lam
05b91caf6c
noscript for home and category view (although it's not quite working for
...
category view yet)
2013-06-14 13:01:24 -04:00
Julian Lam
c0b018cdf4
adding noscript parsing for a topic, if accessed by a browser without javascript
2013-06-11 15:40:50 -04:00
psychobunny
d5f3f3d9fb
fixed serverside templates.js bug that prevented blocks from being defined
2013-06-11 14:52:21 -04:00
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")
2013-06-11 13:51:25 -04:00
Julian Lam
882b9a917f
ability for users to now follow/subscribe to threads
2013-06-06 20:39:45 -04:00
Julian Lam
a09cfd9304
started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
...
introducing mixins css file
2013-06-06 15:34:46 -04:00
Julian Lam
1a104686ac
new header for meta title
2013-06-05 16:17:07 -04:00
psychobunny
2b3688b6f3
updated rss feeds to work on chrome
2013-06-05 11:54:44 -04:00
psychobunny
f1f86b1d4f
added category rss. added tid to be passed back in getTopicsByTids.
2013-06-04 12:58:04 -04:00
Julian Lam
1aa4a440a0
motd tweaks in admin panel
2013-06-03 14:51:02 -04:00
psychobunny
4b17f1d4e6
wrapped up rss for topics. added a new route to access these feeds from the url topic/tid.rss
2013-05-30 16:02:13 -04:00
Julian Lam
9af39622ed
actually using identicon default across the site
2013-05-29 14:55:43 -04:00
psychobunny
9c546c92ad
removed alert
2013-05-29 11:55:46 -04:00
psychobunny
f9e015f194
cid undefined bug
2013-05-28 14:26:00 -04:00
Julian Lam
c66885af51
fixing build_header misdef
2013-05-28 14:11:27 -04:00
Julian Lam
48bccb3498
applying custom theme (if enabled) to all routes
2013-05-28 12:31:55 -04:00