Commit Graph

831 Commits

Author SHA1 Message Date
Baris Soner Usakli
6a4dcc75c2 changes to user routes to return null 2013-07-05 16:16:03 -04:00
Baris Soner Usakli
c7a085af52 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-07-05 14:47:06 -04:00
Baris Soner Usakli
399f7b47c8 for loop bench in testbed 2013-07-05 14:47:00 -04:00
Damian Bushong
8867a4d666 Update user.js
Fix minor copy-paste mistake
2013-07-05 13:01:33 -05:00
Damian Bushong
2c12062ce0 Update user.js
- Do not use a temp var here, that's just wasting memory since we're only using it once (and it isn't helping readability all that much)
- Add notes about console.error use, indicate it's temporary and needs replaced with proper logging
- Indicate that resizing code should be split out into another process (perhaps with node's built in cluster module? or child_process.spawn?)
- Do not use `res.send` with JSON data; use res.json
- Use consistent spacing and whitespace usage
2013-07-05 12:51:56 -05:00
Baris Soner Usakli
f90be52a07 warning msgs in admin 2013-07-05 13:46:18 -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
0eb83f1e85 css changes 2013-07-04 14:39:56 -04:00
Baris Soner Usakli
719182e3a8 fixed read status in categories 2013-07-04 13:41:13 -04: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
efb5cfe1ac nothing 2013-07-03 14:58:33 -04:00
Baris Usakli
f718d25d36 === is gud 2013-07-03 14:54:07 -04:00
Baris Usakli
154f691ba2 done? 2013-07-03 14:51:44 -04:00
Baris Usakli
d26f195a6c fixed thread move 2013-07-03 14:42:50 -04:00
Baris Usakli
b9312bb7a5 fixed topic unlock 2013-07-03 14:36:52 -04:00
Baris Usakli
38663177b0 fixed favouriting 2013-07-03 14:33:26 -04:00
Baris Usakli
e24606ff73 fixed quoting 2013-07-03 14:15:19 -04:00
Baris Usakli
facb6eb36b fixed delete 2013-07-03 13:58:04 -04:00
Baris Usakli
0c77db1f22 fixed editing 2013-07-03 13:54:47 -04:00
Baris Usakli
bff188b116 fix 2013-07-03 13:46:54 -04:00
Baris Usakli
95e05410a2 more fixes 2013-07-03 13:40:55 -04:00
Baris Usakli
8b13048ec1 hash change 2013-07-03 13:24:41 -04:00
Baris Usakli
478479658f feed 2013-07-03 13:24:03 -04:00
Baris Usakli
82319a020f more fixes 2013-07-03 13:22:50 -04:00
Baris Usakli
a76d6c1f9a removed log 2013-07-03 13:18:04 -04:00
Baris Usakli
27ea41adcf fix for category teaser timestamp 2013-07-03 13:16:22 -04:00
Baris Usakli
50078d7395 fixes in posttools and thread tools for hashes 2013-07-03 13:08:32 -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
0a4ac1a346 remove async from Feed.updateTopic 2013-07-02 19:51:14 -04:00
Baris Soner Usakli
527e6e63cc removed console.log 2013-07-02 19:48:08 -04:00
Baris Soner Usakli
c1484afab7 more fixes 2013-07-02 19:46:58 -04:00
Baris Soner Usakli
5514768a3c fixed a crash 2013-07-02 19:05:28 -04:00
Baris Soner Usakli
fabb55426c more work: 2013-07-02 19:02:23 -04:00
Baris Soner Usakli
eba653a3d2 get teaser fix 2013-07-02 18:02:02 -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