Barış Soner Uşaklı
6bd3c54a03
fix findAndModify
...
temp fix for connect-mongo
create admin after categories
10 years ago
Barış Soner Uşaklı
d9e0a495b0
updated install.js to install mongodb native 2
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
psychobunny
7a4fc8e48b
save default menu on installation
10 years ago
Barış Soner Uşaklı
55884220b4
#2749 upgrade plugins:active to zset
10 years ago
psychobunny
5a6457ec7c
adding rewards-essentials to core
10 years ago
Barış Soner Uşaklı
d09a53197e
closes #2570
10 years ago
psychobunny
f4c587c530
move hardcoded initial welcome text into welcome.md
10 years ago
Julian Lam
c4bc51b834
fixing installation script that broke with recent updates to groups
10 years ago
Julian Lam
fc7a882877
fixed #2582
10 years ago
barisusakli
747f212f1a
closes #2552 , disable prompt colors
10 years ago
barisusakli
be11577aa4
closes #2477
10 years ago
Julian Lam
03b106b03a
final pass, #1984
10 years ago
Julian Lam
d5e473609c
first pass, #1984
10 years ago
bendem
0f4fcd8e0b
fix nodeBB adresses
10 years ago
barisusakli
15e472db12
on category creation give defaults privs to admins and registered users
10 years ago
barisusakli
604dac88e3
closes #2382 , closes #2130
10 years ago
barisusakli
cdfaa941b1
error checks missing return
10 years ago
Julian Lam
62d85b0e26
updated installation data to only create four categories by default, and altered colour to be less stark (heh, what does that mean anyway...). Also added an intro post
10 years ago
psychobunny
b42e57bfdd
removing leveldb from our dbal
...
a) It isn't being maintained, especially not by me
b) I haven't seen anybody actually interested in this db software so
there's no real point in supporting it unless we have a few people who
are interested
If you ARE interested though - please contact me and we can figure
something out in future :)
10 years ago
Julian Lam
c4a5af3b1b
fixed issue where a missing config.json would end up suggesting 'undefined' as a base_url
10 years ago
barisusakli
a505896185
forgot db require
10 years ago
barisusakli
18cfdd9dde
possible fix to travis
10 years ago
Julian Lam
b0323e4d3b
closed #2150
11 years ago
barisusakli
95c839579e
closes #2007
11 years ago
psychobunny
e77491fcbb
closes #1956
11 years ago
barisusakli
3ff91b8c50
closes #1912
11 years ago
barisusakli
5c57ed5ea0
install db dependencies in upgrade script
11 years ago
barisusakli
586aeaf53f
added error checking to install.js for categories
11 years ago
barisusakli
24ebf20d7e
first commit
11 years ago
Julian Lam
ffd2ddc3e7
Revert "moved meta up"
...
This reverts commit 8c9feb85a4
.
11 years ago
barisusakli
8c9feb85a4
moved meta up
11 years ago
barisusakli
82a1215128
setOnEmpty
11 years ago
Julian Lam
b1faca3614
saving portless hostNAME into server config, not the host! Argh. closed #1713
11 years ago
Julian Lam
8587dd11d8
closed #1653 -- removed that spinner thing npm uses now.
11 years ago
barisusakli
48aba5fc64
category widget changes
11 years ago
psychobunny
4cd86affae
update all files with new url
11 years ago
Julian Lam
9bb13a0d29
closed #1552
11 years ago
psychobunny
14431f7913
closes #1486
11 years ago
psychobunny
45195aa59a
for https://github.com/designcreateplay/NodeBB/issues/1393
11 years ago
Julian Lam
a796940064
closed #1421 use --no-daemon flag to... not daemonize. Also, install script can be canceled without throwing errors.
11 years ago
psychobunny
549f87132d
fixes for dual database; moved dependency definitions into the database object
11 years ago
psychobunny
79d5142693
fixed leveldb installation; console.log
11 years ago
Julian Lam
5782a382be
hardcoding connect-redis version
11 years ago
Julian Lam
4f7810090a
first pass #1384
11 years ago
Julian Lam
cbca9a4faf
adding soundpack to list of default-activated plugins
11 years ago
psychobunny
3c0c3a9649
renaming install function properly
11 years ago
psychobunny
e5486db1ae
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
...
Conflicts:
src/database.js
11 years ago
psychobunny
98b112bb36
use_port only accepts string but saves as boolean, accept both now
...
previously, if you re-feed your config back in, it breaks
11 years ago
psychobunny
8496bdcff6
fixed automated setup bug
11 years ago
psychobunny
ae1ecb490f
whitespace
11 years ago
psychobunny
7df7df09dd
moved database specific questions into install/databases.js
11 years ago
psychobunny
75f19262ef
no need for comments detailing what a function does anymore
11 years ago
psychobunny
0a94cf7c95
refactored out giant async.series
11 years ago
psychobunny
be83157de2
install.js minor refactor - moved questions into their own modules; don't need to export installation questions
11 years ago
psychobunny
d5b5dd6fa5
hide secondary_database option behind "advanced" setup flag
11 years ago
psychobunny
ffe9afc3c4
configure secondary db modules
11 years ago
psychobunny
98270bf500
linting
11 years ago
psychobunny
8f71a4ebfe
moved installation defaults into install/data/defaults.json
11 years ago
psychobunny
901a64ae14
got optional secondary_database questions working
11 years ago
psychobunny
4353adb914
forgot to add levelQuestions here
11 years ago
psychobunny
5950b162b9
reverting attempt
11 years ago
psychobunny
49bbbe3682
secondary_database attempt
11 years ago
psychobunny
4d429aa6d6
linting install.js
11 years ago
psychobunny
4877e4a9d1
fixed allQuestions property
11 years ago
psychobunny
c506a2ce1d
LevelDB installation questions
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
Julian Lam
2627240d80
changing minimum required version for NodeBB to 0.10, and updated travis config. Allowing new setup option "ci", for TravisCI integration
11 years ago
barisusakli
2195b20385
closes #1263
11 years ago
barisusakli
cb692c27e5
removed 0..n from mongo install questions
11 years ago
Julian Lam
f12b641d11
whoops, fixing bad db call
11 years ago
Julian Lam
2c1978218c
moving the db require to where it is actually needed
11 years ago
psychobunny
b82b5794bc
add copyright widget on fresh install
11 years ago
Julian Lam
1eab829dec
Merge pull request #1255 from theon/absolute-path-config
...
Allow absolute config paths
11 years ago
Julian Lam
fdc6b004c5
closed #1260 , closed #1261
11 years ago
Ian Forsey
28f186d4a7
Fix syntax error
11 years ago
Ian Forsey
6ca5a42936
Allow absolute config paths
11 years ago
Julian Lam
7b4f596aba
updating all group lib methods, and their callers -- #1252
11 years ago
barisusakli
7d382b2900
closes #1243
11 years ago
Julian Lam
c9642cecd2
setting Lavender as default theme for 0.4.0, woo!
11 years ago
psychobunny
8fe9e5ab46
auto installing nodebb-widget-essentials on new setups
11 years ago
akhoury
25207852e8
added topics thumbnails support
11 years ago
Julian Lam
d933e81b37
fixed #1025
11 years ago
Julian Lam
843cb1b35b
fixed #936
11 years ago
Baris Soner Usakli
378ccc3cb7
removed imgur from core
11 years ago
Julian Lam
252af4e8cc
fixing bug where new installs exposed the administrators group.
11 years ago
Julian Lam
dc7cd95f6d
Merge branch 'master' of github.com:designcreateplay/NodeBB
11 years ago
akhoury
dcc6ec797e
removed use_proxy config, cleaned-up some comments and sneaked in a time log print on initialization, also, related to pull#820
11 years ago
Julian Lam
d380f69310
support for "registered users" and "administrators" in access control (categories). Renamed "Administrators" group to "administrators", and made hidden
11 years ago
Aziz Khoury
a13c321de8
added "trust proxy" config option with default to true
11 years ago
Aziz Khoury
f74f01ca77
Changed User.create signature to accept a hash, added a couple of utility functions as well
11 years ago
Baris Soner Usakli
3475ed59c8
removed reds from install.js
11 years ago
Baris Soner Usakli
cd6750a38d
minor fix
11 years ago
Julian Lam
d93163896f
Merge pull request #701 from aonz1982/install_automated_setup
...
Install automated setup
11 years ago
Baris Soner Usakli
d43f3cebc6
closes #707 , closes #686
11 years ago
Baris Soner Usakli
8cfb239aac
closes #705
11 years ago
Pongsan Sayampol
2c6afb4244
Add a way to set social network logins
11 years ago
Pongsan Sayampol
24907e456d
Fix the issue that the default values are saved to config.json
11 years ago
Baris Soner Usakli
ba2f47ead6
closes #690 , closes #691
11 years ago
Baris Soner Usakli
2c8725558e
added allowRegistration to install
11 years ago
Pongsan Sayampol
1bde86a33f
MongoDB username is not saved to the config file during the installation.
11 years ago
Baris Soner Usakli
8bfea656c4
Merge branch 'master' of https://github.com/akhoury/NodeBB into akhoury-master
11 years ago
Baris Usakli
da9c673ec4
closes #651
11 years ago
akhoury
114294e24a
allowGuestSearching config .. second attempt
11 years ago
akhoury
2d4ceb8f9f
should close #634
11 years ago
Baris Soner Usakli
90a75ee045
added check for unknown db
11 years ago
Baris Usakli
351b07bb34
added authentication to mongo
11 years ago
Baris Usakli
f861d44d55
updated upgrade script to use mongo or redis
11 years ago
Baris Soner Usakli
3a7fcc2d3d
search in mongo
11 years ago
Baris Soner Usakli
b215dbde19
updated install
11 years ago
Baris Soner Usakli
1325e4c501
commented out reds in install
11 years ago
Julian Lam
34459e7cf1
fixing category admin panel integration
11 years ago
Baris Usakli
541993c80a
fontawesome 4 migration, closes #473
11 years ago
Julian Lam
08e51c8942
closed #502
11 years ago
Julian Lam
535379d9d7
added password confirmation to automated setup
11 years ago
Jacob Gable
bd04b2f921
Add admin password confirmation on setup
...
Closes #419
- Introduce a password:confirm question
- Isolate password questions to they can be re-asked
- Verify matching password, re-ask if not
11 years ago
Baris Usakli
f81c583d86
changed postdelay default
11 years ago
Baris Usakli
d770963b69
closes #490
11 years ago
Julian Lam
b87840d4c9
fixing issue where the default for "use_port" ended up being no. Now yes.
11 years ago
Julian Lam
5a96f5f64b
removed filterBannedPosts method that seemed unused -- monkey-patching
...
install script to remember old values (if present, otherwise use defaults)
11 years ago
Baris Usakli
04ed1df0ef
closes #365 , allow guest posting. enabled from admin/settings, defaults to disabled
11 years ago
Julian Lam
80aeb3677d
added new packages to install script, defaulting to cerulean
11 years ago
Julian Lam
c1f47f536d
install script tweaks so vanilla is default
11 years ago
Julian Lam
569a7178d7
fixed install script error
11 years ago
Julian Lam
42067ce53c
closes #382 - install script can be run via command line
11 years ago
Peter Peterson
46f03de9f6
Added ability to set redis db to use, defaults to db0
11 years ago
Julian Lam
948949c571
closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config
11 years ago
Quinton Marchi
fcab1501f8
Merge remote-tracking branch 'origin/testing-2013-10-01'
11 years ago
Minami
90b4d688f8
Testing adding of Meta Tags
12 years ago
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
12 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.
12 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.
12 years ago
Baris Soner Usakli
de34c7580f
closes #314
12 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