Baris Usakli
|
67d5ea83e7
|
replace . with \uff0e in mongo
|
2013-12-05 13:33:01 -05:00 |
|
Baris Usakli
|
7875138c08
|
added parseInt
|
2013-12-05 13:11:27 -05:00 |
|
Julian Lam
|
43b012b32e
|
defactored getUnreadTopics into separate getUnreadTids method -- for no reason, mind you
|
2013-12-05 12:20:56 -05:00 |
|
Baris Usakli
|
c096656eff
|
merged master fixed conflicts
|
2013-12-05 12:17:01 -05:00 |
|
Baris Usakli
|
2dd295118c
|
setRemove converts to string too
|
2013-12-05 12:04:09 -05:00 |
|
Baris Soner Usakli
|
567997ef3c
|
changed mongo sets to store just strings, fixes worlds problems
|
2013-12-04 23:51:57 -05:00 |
|
Baris Soner Usakli
|
c698af17ae
|
added error checking to collection index creation
|
2013-12-04 23:36:52 -05:00 |
|
Baris Soner Usakli
|
39b70a9e09
|
derp
|
2013-12-04 22:55:31 -05:00 |
|
Baris Soner Usakli
|
9b557cafd8
|
better sets in mongo, should change sorted sets too using sort
|
2013-12-04 22:19:11 -05:00 |
|
Julian Lam
|
fe4aee177d
|
lots of tweaks to chat and taskbar
|
2013-12-04 21:44:36 -05:00 |
|
Baris Soner Usakli
|
7c4347736c
|
added index on _key
|
2013-12-04 21:35:38 -05:00 |
|
Julian Lam
|
16e07d475f
|
pushing FA icon for chat taskbar title
|
2013-12-04 21:05:44 -05:00 |
|
Julian Lam
|
2125bb2223
|
only minimizing CSS files on non-development
|
2013-12-04 20:37:13 -05:00 |
|
Baris Soner Usakli
|
72a3ab1d6c
|
derp
|
2013-12-04 19:06:36 -05:00 |
|
Baris Soner Usakli
|
639247a8b0
|
fixed notifications
|
2013-12-04 18:58:20 -05:00 |
|
Baris Soner Usakli
|
f0caac242c
|
fixed incr in topic post
|
2013-12-04 18:34:58 -05:00 |
|
Baris Soner Usakli
|
e066fbf36a
|
sets are storing numbers in mongo as opposed to redis which stores strings, causes tons of problems
|
2013-12-04 18:26:26 -05:00 |
|
Baris Soner Usakli
|
b215dbde19
|
updated install
|
2013-12-04 17:57:51 -05:00 |
|
Baris Soner Usakli
|
1325e4c501
|
commented out reds in install
|
2013-12-04 17:08:49 -05:00 |
|
Baris Soner Usakli
|
2e2938616d
|
more mongo and redis stuff
|
2013-12-04 16:58:06 -05:00 |
|
Baris Soner Usakli
|
53a7eab3e8
|
removed couple RDB.multis
|
2013-12-04 16:31:05 -05:00 |
|
Julian Lam
|
6bd4a34e69
|
fixed favicon sometimes updating with a string 0, should always be an int
|
2013-12-04 16:28:18 -05:00 |
|
Julian Lam
|
d27f2eb214
|
fixed #604
|
2013-12-04 16:25:42 -05:00 |
|
Baris Soner Usakli
|
b547d3577b
|
removed a multi from categories.js
|
2013-12-04 15:13:43 -05:00 |
|
Baris Soner Usakli
|
4b5988c269
|
isSetMember returns true or false
|
2013-12-04 15:11:17 -05:00 |
|
Baris Soner Usakli
|
cfd3a7d126
|
added flushdb command to both dbs
|
2013-12-04 14:51:50 -05:00 |
|
Baris Soner Usakli
|
0471a192ab
|
more mongo stuff
|
2013-12-04 14:25:14 -05:00 |
|
Baris Soner Usakli
|
5c6a7d4b94
|
added regex keys to mongo
|
2013-12-04 12:36:22 -05:00 |
|
Baris Soner Usakli
|
ca01fb9f7d
|
added key methods to mongo
|
2013-12-04 12:25:53 -05:00 |
|
Julian Lam
|
b176629b44
|
integrated Tinycon lib and actually fixed notification counts... heh.
closed #610
|
2013-12-04 12:15:27 -05:00 |
|
Baris Soner Usakli
|
113cb85c46
|
added lists to mongo
|
2013-12-04 12:10:53 -05:00 |
|
Julian Lam
|
5b6f5ebf9d
|
added tinycon lib and changed notif icon to be in CSS instead of in
template
|
2013-12-04 11:40:57 -05:00 |
|
Baris Soner Usakli
|
21bbe68c97
|
added sortedSetRemove to mongo
|
2013-12-03 22:30:36 -05:00 |
|
Baris Soner Usakli
|
28c75e09a9
|
can haz sorted sets?
|
2013-12-03 22:16:44 -05:00 |
|
Julian Lam
|
69f453c73c
|
Merge pull request #601 from cnvo/patch-1
Replace notifications icons from fa-circle to fa-bell
|
2013-12-03 18:20:50 -08:00 |
|
Julian Lam
|
dab0435d9b
|
Merge pull request #600 from cnvo/patch-2
Replace notifications icons from fa-circle to fa-bell
|
2013-12-03 18:20:35 -08:00 |
|
Baris Soner Usakli
|
b5770be71f
|
whitespace
|
2013-12-03 18:19:27 -05:00 |
|
Baris Soner Usakli
|
bf3822e8a5
|
incr wil create key if it doesnt exist
|
2013-12-03 18:11:35 -05:00 |
|
Baris Soner Usakli
|
cb6c42ea44
|
user stuff
|
2013-12-03 18:03:50 -05:00 |
|
Baris Soner Usakli
|
3dc3769088
|
fixed redis.keys
|
2013-12-03 17:48:18 -05:00 |
|
Baris Soner Usakli
|
3d18c4015a
|
cleanup
|
2013-12-03 17:43:12 -05:00 |
|
Baris Soner Usakli
|
610d45bb32
|
completed hashes in mongodb I hope :)
|
2013-12-03 17:29:10 -05:00 |
|
Baris Soner Usakli
|
66bc4184d8
|
deleteObjectField, isObjectField in mongo
|
2013-12-03 17:13:59 -05:00 |
|
Baris Soner Usakli
|
b024d10185
|
implemented getObjectValues in mongo
|
2013-12-03 16:50:06 -05:00 |
|
Julian Lam
|
e847c015a5
|
linting notifications.js
|
2013-12-03 16:12:59 -05:00 |
|
Baris Usakli
|
10474f8e2a
|
more mongo work
|
2013-12-03 15:17:42 -05:00 |
|
BudickDa
|
8a99eef4fb
|
Update global.json
|
2013-12-03 20:40:45 +01:00 |
|
Julian Lam
|
da66efe7a5
|
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
2013-12-03 14:23:31 -05:00 |
|
Julian Lam
|
1bd94b4e41
|
closed #605
|
2013-12-03 14:23:16 -05:00 |
|
Baris Usakli
|
e862a1c4cc
|
added init method to database, progress made
|
2013-12-03 14:21:08 -05:00 |
|