barisusakli
|
1c3d9f7e94
|
switch to createIndex
|
8 years ago |
barisusakli
|
5d6e2ad083
|
multiple test fixes
|
8 years ago |
barisusakli
|
6d97c4cec8
|
up mongo deps, create session store after db.authenticate
|
8 years ago |
HeeL
|
4a3c31b2dc
|
Fix space-before-function-paren linter rule
|
8 years ago |
barisusakli
|
3275d26590
|
removed comments
|
9 years ago |
Nguyen Trung Quan
|
279559ff97
|
Fix: Memory leak & connection flood when access /admin/advanced/database
|
9 years ago |
barisusakli
|
7f041a756d
|
closes #4865
|
9 years ago |
wktang
|
414a26fe42
|
Default mongodb db name should be "nodebb" instead of 0 (unlike redis). (#4573)
|
9 years ago |
Mr.Lee
|
3e2f36fc29
|
Make the description more clear.
The same description in mongo.js and install.js are ambiguous.
|
9 years ago |
barisusakli
|
20ca1e40aa
|
fallback
|
9 years ago |
barisusakli
|
d44d036b67
|
up mongodb connect-mongo remove workaround
|
9 years ago |
barisusakli
|
7185463d81
|
display avg object size in bytes
|
9 years ago |
barisusakli
|
dcbf53bae3
|
moved search to dbsearch
|
9 years ago |
barisusakli
|
a1dca63914
|
fileSize fix
|
9 years ago |
barisusakli
|
a9fae94e5a
|
switch to dbStats, only display fileSize if it exists
|
9 years ago |
barisusakli
|
5fda800f2b
|
filter info
|
9 years ago |
barisusakli
|
3b9fdcaa2b
|
more mongodb info
|
9 years ago |
Barış Soner Uşaklı
|
235a981dd1
|
added mongodb memory usage
|
10 years ago |
barisusakli
|
f4ea534327
|
closes #3312
|
10 years ago |
psychobunny
|
78ea462620
|
fix crash when redis server isn't running
|
10 years ago |
Julian Lam
|
96526a37a3
|
fixed #3218
|
10 years ago |
pentode
|
297b5906ed
|
add feature to define mongo client connect options via config.json
|
10 years ago |
barisusakli
|
484ad33549
|
convert key, value index to sparse/unique
|
10 years ago |
barisusakli
|
7b550b13b9
|
display both redis/mongo info if available
|
10 years ago |
Julian Lam
|
379bdd12e0
|
fixed improper parsing of url in loader, and updated mongo init to not send anything in cb except err. Also updated webserver init so that it doesn't expect stuff from static:app.preload
|
10 years ago |
Ryan Wilson
|
6f66209428
|
use tabs per barisusakli
|
10 years ago |
Ryan Wilson
|
c354929569
|
handled port as int with toString()
Signed-off-by: Ryan Wilson <[email protected]>
|
10 years ago |
Ryan Wilson
|
ec6c618751
|
use replicaset if configured
Signed-off-by: Ryan Wilson <[email protected]>
|
10 years ago |
Julian Lam
|
848babcdfa
|
Merge pull request #2778 from ahwayakchih/support-more-config-defaults-for-setup
This adds more setup defaults from config.
|
10 years ago |
Barış Soner Uşaklı
|
ca332d23c0
|
wait for createIndex errors
|
10 years ago |
Barış Soner Uşaklı
|
f6d0ad9b0f
|
Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0
|
10 years ago |
Julian Lam
|
4dbb1c08b6
|
added default host port and db settings for mongo, if not set in config file
|
10 years ago |
barisusakli
|
6c0e07c384
|
Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0
|
10 years ago |
barisusakli
|
518aec6e76
|
modified indices, removed key 2 collections now
|
10 years ago |
barisusakli
|
c7128bcc98
|
part 1 of search change
|
10 years ago |
Barış Soner Uşaklı
|
6bd3c54a03
|
fix findAndModify
temp fix for connect-mongo
create admin after categories
|
10 years ago |
Barış Soner Uşaklı
|
e421a2c7cd
|
pass session
|
10 years ago |
ahwayakchih
|
4c2f628baa
|
Added support for using `mongo:password` and `redis:password` from config, when no password is entered at setup. This allows for having "default" password and overrides from config. Added using `mongo:username` and `port` from config when running setup.
|
10 years ago |
barisusakli
|
c0c85c24cf
|
duh strings dont work
|
10 years ago |
barisusakli
|
0bb0424998
|
bubble error
|
10 years ago |
barisusakli
|
90224d2de3
|
removed unique for now
|
11 years ago |
barisusakli
|
f2883c2c9f
|
createIndex helper
|
11 years ago |
barisusakli
|
1be6a253bf
|
make _key value index unique
|
11 years ago |
barisusakli
|
5db24fbe68
|
closes #2175
|
11 years ago |
Julian Lam
|
625247611b
|
closed #1959
|
11 years ago |
barisusakli
|
e8dc9fed3c
|
remove unnecessary index
the _key:1 score:-1 index already handles reverse sorting on score
|
11 years ago |
barisusakli
|
176023d712
|
read poolsize from config
|
11 years ago |
barisusakli
|
c5f9a8a111
|
increase poolSize to 10 from default 5
|
11 years ago |
Julian Lam
|
ecea917d11
|
closed #2097 -- NodeBB will prefer using Redis as session store if at all possible
|
11 years ago |
Julian Lam
|
20819e3dfd
|
Revert "use redis session storage instead of connect-mongo"
This reverts commit 056f89d6cf .
|
11 years ago |
barisusakli
|
c640e01969
|
show stack
|
11 years ago |
psychobunny
|
056f89d6cf
|
use redis session storage instead of connect-mongo
|
11 years ago |
barisusakli
|
c62f251afc
|
added index and fixed vote button in infinite scroll
|
11 years ago |
barisusakli
|
c8692f0562
|
Merge remote-tracking branch 'origin/0.5.1' into cluster
|
11 years ago |
barisusakli
|
f81acd37db
|
added indices on search key and id for mongo
|
11 years ago |
barisusakli
|
10b30e303b
|
mongo posting fix
|
11 years ago |
barisusakli
|
0c8c6632d9
|
create index on key value
|
11 years ago |
barisusakli
|
487793e692
|
create index on score field
|
11 years ago |
barisusakli
|
24ebf20d7e
|
first commit
|
11 years ago |
psychobunny
|
f892a6793a
|
mongo/redis - don't show passwords when typing in CLI
|
11 years ago |
psychobunny
|
71d33c0a79
|
fixed mongo helpers
|
11 years ago |
psychobunny
|
290e348851
|
move database helpers into their own files
|
11 years ago |
psychobunny
|
bba3df6802
|
moving db.close into the parent module
|
11 years ago |
psychobunny
|
df5f3d185a
|
don't attempt to initialize db until we attempt to initialize
|
11 years ago |
psychobunny
|
46b6a93e98
|
organizing mongo driver
|
11 years ago |
barisusakli
|
9d405812cb
|
changed sortedSetRangeByScore
|
11 years ago |
barisusakli
|
e11efad0b7
|
added getSortedSetRangeByScore
|
11 years ago |
barisusakli
|
7b409c095c
|
mongo callback refactor
|
11 years ago |
barisusakli
|
4f72513f19
|
removed keys
|
11 years ago |
barisusakli
|
6eff7d4c51
|
mongo cleanup
|
11 years ago |
barisusakli
|
76037a5f14
|
closes #1191
added a new method called isSetMembers takes in an array of values to
test if they are members of a set
|
11 years ago |
barisusakli
|
3d68c7c6b6
|
added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
|
11 years ago |
barisusakli
|
23e1cc010c
|
removed removeHiddenFields function, using mongo selector instead
|
11 years ago |
Baris Soner Usakli
|
d34e68ca25
|
convert score to int in mongo
|
11 years ago |
Baris Soner Usakli
|
4986c8ed3a
|
fixed tests
|
11 years ago |
Baris Soner Usakli
|
37aeda14c4
|
fixed email retrieval in mongo
|
11 years ago |
Baris Soner Usakli
|
87f337f2fb
|
cleanup
|
11 years ago |
Baris Soner Usakli
|
3958ee4120
|
added close db command
|
11 years ago |
Baris Soner Usakli
|
de34beaf6d
|
closes #1087
|
11 years ago |
Baris Soner Usakli
|
eb3b240b04
|
some cleanup of unread
|
11 years ago |
Baris Soner Usakli
|
ae93c372ff
|
fixed mongo setAdd and setRemove to accept arrays like redis, fixed infinite scroll for mongo
|
11 years ago |
Julian Lam
|
a2942e22cc
|
Revert "removing exported search methods from redis and mongo"
This reverts commit bba3b76108 .
|
11 years ago |
Julian Lam
|
bba3b76108
|
removing exported search methods from redis and mongo
|
11 years ago |
Baris Soner Usakli
|
1e44ca3a0f
|
upgrade topics:tid to sorted set, topics:recent doesnt have deleted topics
|
11 years ago |
Baris Soner Usakli
|
c78942b7a4
|
added warnings if no pwd setup for db, #936
|
11 years ago |
Baris Soner Usakli
|
917458d48d
|
minor cleanup
|
11 years ago |
Baris Soner Usakli
|
b2d3578eac
|
check if callback is function
|
11 years ago |
Baris Soner Usakli
|
dedf4add53
|
better incr for mongo
|
11 years ago |
Baris Soner Usakli
|
da626a4035
|
more fixes
|
11 years ago |
Baris Soner Usakli
|
606367701f
|
pagination on posts
|
11 years ago |
Baris Soner Usakli
|
bc1cde38da
|
added getObjectKeys for julian :)
|
11 years ago |
MrWaffle
|
e4d8ddcf1b
|
Add callback to mongo.removeSearch, fixes infinite schema update
|
11 years ago |
Baris Soner Usakli
|
84cbcc5a97
|
closes #798
|
11 years ago |
Baris Soner Usakli
|
dcf47f558e
|
limit search in db
|
11 years ago |
Baris Soner Usakli
|
bc835f59d4
|
mongo getListRange fix
|
11 years ago |
Baris Soner Usakli
|
be316ff602
|
fixed mongo listRemoveAll
|
11 years ago |
Baris Soner Usakli
|
dfc8aacbae
|
closes #735, removed create collection calls
|
11 years ago |
Baris Soner Usakli
|
cd6750a38d
|
minor fix
|
11 years ago |
Baris Soner Usakli
|
f21a98f37f
|
first pass, #524, #667
|
11 years ago |
Baris Soner Usakli
|
fd88aff195
|
mongo string fix
|
11 years ago |