Quinton Marchi
504e2aac4a
Adds: regex for ports, mini for public/src/forum
...
+ Regular expression for port during install
+ Minification for public/src/forum JS files
+ Minification for public/src/forum/admin JS files
11 years ago
Minami
eafb41602c
Edited to simplify install
...
Removed the two steps and made it default to 0.0.0.0, edited the
webserver.js to reflect the changes.
11 years ago
Quinton Marchi
571259f241
Adds hostname support, fixes #343
...
Works from previous testing but I haven't tried this personal revision
of the code. Take it with a grain of salt.
11 years ago
Baris Soner Usakli
de34c7580f
closes #314
11 years ago
Julian Lam
ccca4d2914
fixed issue where meta was called before nconf loaded
12 years ago
psychobunny
64b071f277
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
12 years ago
psychobunny
aea3181d27
formatting - server side core
12 years ago
Julian Lam
cffbc76da1
closed #275 , refactored configs to use new method "list", which returns error first
12 years ago
Julian Lam
e32494879c
closed #270
12 years ago
Julian Lam
ce126b11fb
fixes to administrator methods
12 years ago
Julian Lam
d3b4cb71c0
resolved race condition in plugin auto-enabling (not much of a race... I'd
...
always lose!!)
12 years ago
Julian Lam
995fa7d6fd
interim commit -- enabling default plugins on setup
12 years ago
Julian Lam
87abe426d8
fixing 'use_port' to save into config as boolean
12 years ago
Julian Lam
bec0b46a2c
refactoring installation scripts to use node prompt module, lots of other fixes
...
fixed #263 , fixed #264 , fixed #265
12 years ago
Baris Soner Usakli
1f60578a63
closes #261
12 years ago
Julian Lam
8a53c56a46
updated install script to only populate "socket" object in client config with "address", which takes "use_port" into account.
...
This closes #234
12 years ago
Baris Soner Usakli
cc55073107
issue #224
12 years ago
Baris Usakli
c647793512
meta config changes, refactors
12 years ago
Baris Soner Usakli
f83be710a0
closes #172 , #173 , #174
12 years ago
Baris Usakli
1894d0a469
moved confings into redis
12 years ago
Baris Soner Usakli
46afbc0ba0
assorted config fixes
12 years ago
Baris Soner Usakli
9f2838849e
moved the imgur clientID to the server config file
12 years ago
Julian Lam
3c4b2c8075
fixed oddities in base_url and url generation for subdirectoried instances
...
of NodeBB
12 years ago
Julian Lam
a06123579b
issue #94
12 years ago
Julian Lam
1e4424d656
issue #94 again
12 years ago
Julian Lam
d3541da9dd
resolving regression introduced by errant install script (again) - issue 94
12 years ago
Julian Lam
2f1ef4c2a1
fixing regression introduced where the client-side config was incorrectly generated ( resolves #94 )
12 years ago
Baris Soner Usakli
62919894b4
removed the bcrypt question from install, changed default to 12
12 years ago
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
12 years ago