Commit Graph

1066 Commits

Author SHA1 Message Date
Baris Usakli
03d3f59804 change to async.each for addUserInfoToPosts 2013-07-17 15:48:09 -04:00
Baris Usakli
8369e2278f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-07-17 12:58:02 -04:00
Baris Usakli
2bb4aab6ac changes to online users code 2013-07-17 12:57:57 -04:00
Julian Lam
a06123579b issue #94 2013-07-17 12:21:40 -04:00
Julian Lam
1e4424d656 issue #94 again 2013-07-17 12:17:52 -04:00
Julian Lam
d3541da9dd resolving regression introduced by errant install script (again) - issue 94 2013-07-17 12:15:40 -04:00
Julian Lam
2f1ef4c2a1 fixing regression introduced where the client-side config was incorrectly generated (resolves #94) 2013-07-17 12:05:24 -04:00
Julian Lam
f63be472be updated link to roadmap and added new screenshots for readme 2013-07-17 11:33:37 -04:00
Baris Usakli
4f9a2d0b93 content check in posts 2013-07-17 11:22:09 -04:00
Baris Usakli
8d21d4f998 closes #91 2013-07-17 10:45:16 -04:00
Baris Usakli
582cd2f011 closes #89 2013-07-17 10:05:29 -04:00
Julian Lam
ed967a0e2f applied minor suggestion suggested by @damianb in issue #24
closed #88 (regression due to text selection enhancement)
2013-07-17 01:02:28 -04:00
Julian Lam
3feb977cc4 Merge branch 'master' of github.com:designcreateplay/NodeBB 2013-07-16 21:13:02 -04:00
Julian Lam
c2e9cd621d issue #57, just for Damian :) 2013-07-16 21:12:40 -04:00
Baris Soner Usakli
9e5ecf0ae8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-07-16 20:30:54 -04:00
Baris Soner Usakli
cf5f9ad9bd share links wont refresh page 2013-07-16 20:30:46 -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
8234294be8 Merge branch 'master' of github.com:designcreateplay/NodeBB 2013-07-16 16:37:13 -04:00
Baris Soner Usakli
62919894b4 removed the bcrypt question from install, changed default to 12 2013-07-16 16:33:18 -04:00
Julian Lam
0a2b93b63f updated to v0.0.3 v0.0.3 2013-07-16 16:24:58 -04:00
Baris Soner Usakli
dd4ee28d26 removed ajaxify.enable, closes #85 2013-07-16 16:21:12 -04:00
Baris Soner Usakli
a5b324cbc4 closes #86 2013-07-16 16:19:50 -04:00
Julian Lam
3c62b86096 Merge branch 'nconf' 2013-07-16 16:13:55 -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
Baris Soner Usakli
a7ed1f97df delete old email key before setting new one when someone changes their email 2013-07-16 14:44:18 -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
0e854119c6 removed duplicate id in topic template, closed #84, where opening a couple threads caused the reply window to load multiple times 2013-07-16 11:03:51 -04:00
Julian Lam
d4a0b3d05a showing the proper version # on default MOTD and globalified "ver" 2013-07-16 01:06:19 -04:00
Julian Lam
86ad794918 closed #74 2013-07-15 17:14:57 -04:00
Julian Lam
79584d3178 Merge branch 'master' of github.com:designcreateplay/NodeBB 2013-07-15 16:19:44 -04:00
Julian Lam
7ec8358369 closed #83 2013-07-15 16:19:27 -04:00
Baris Soner Usakli
28b113c09f Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-07-15 16:05:12 -04:00
Baris Soner Usakli
61cc0853db browsing thread changes to use sessions 2013-07-15 16:05:06 -04:00
Julian Lam
743e0569c1 Merge branch 'master' of github.com:designcreateplay/NodeBB
Conflicts:
	src/topics.js
2013-07-15 15:26:58 -04:00
Julian Lam
561ff38e5a if every post gets deleted in a topic, then the topic deletes itself also 2013-07-15 15:25:31 -04:00
Julian Lam
87aec422e9 moved get_last_undeleted_pid to threadTools.js 2013-07-15 15:08:54 -04:00
Julian Lam
31f8be8a0a updating topics.getTeaser and get_last_undeleted_pid to return err first, and handled methods that called it 2013-07-15 15:03:42 -04:00
Baris Soner Usakli
ba161c1f6c removed couple console.logs 2013-07-15 14:35:33 -04:00
Baris Soner Usakli
c7a218af9a closes #80 2013-07-15 14:34:15 -04:00
Baris Soner Usakli
5819b43595 moved index code from index.tpl to its own file 2013-07-15 13:49:21 -04:00
Baris Soner Usakli
4527b3d53c closes #82 2013-07-15 12:35:35 -04:00
Baris Soner Usakli
f7f5da00e1 another fix for js crashes 2013-07-15 01:40:48 -04:00
Baris Soner Usakli
6f57e639f9 changed input to meta 2013-07-15 01:25:57 -04:00
Baris Soner Usakli
49445767cb temp fix to resolve socket js error 2013-07-14 21:58:11 -04:00
Baris Soner Usakli
f8518b1a9a moved js code in footer.tpl for admin into footer.js 2013-07-14 13:25:25 -04:00
Baris Soner Usakli
bfc87a8178 fixed admin js error, was trying to use socket. before it was connected 2013-07-14 00:32:04 -04:00
Baris Soner Usakli
7191d94099 admin fix 2013-07-14 00:18:00 -04:00
Baris Soner Usakli
4a79459a87 bolded footer topic/post count 2013-07-13 22:57:04 -04:00