Julian Lam
073afe4db0
updated ./nodebb dev to match new loader.js behaviour
10 years ago
Julian Lam
0ff09d8093
changed the behaviour of --no-daemon so that it does not also pipe output to stdout, use new flag --no-silent for that. --no-daemon just does as it advertises, and doesn't daemonize the loader process before spawning app.js instances.
10 years ago
Julian Lam
ba36230262
closed #3119
10 years ago
psychobunny
d1231cf4a8
closes #3116
10 years ago
psychobunny
72177f6d16
#3114 , #2830
10 years ago
psychobunny
8abca6b03f
closes #3114 , #2830
10 years ago
Julian Lam
cd7a3f64f4
removed extra console logging
10 years ago
psychobunny
c1dd0dd669
fixing nodebb startup on windows
10 years ago
psychobunny
954212fc9f
emit templates:compiled event if skipped
10 years ago
Julian Lam
c7fbaf1a53
updated notif page code to work with new mobile-only dropdown for marking notifications read
10 years ago
Julian Lam
e18f6c95fa
added link to 'install plugins' page in acp installed plugins menu dropdown
...
also fixed annoying white background when a menu item other than the one active is focused upon
10 years ago
barisusakli
b561c49de5
moved filter:users.search before pagination
10 years ago
barisusakli
73d65dd123
filter:users.search filter:users.build hooks
10 years ago
barisusakli
b48fdfadad
set group member count to 1 on group creation
10 years ago
barisusakli
2fc8b153c1
img-responsive on about me images
10 years ago
barisusakli
4f8a1174a1
default about me length
10 years ago
barisusakli
1ee6255450
closes #3104
10 years ago
barisusakli
a924c456b9
closes #3113
10 years ago
barisusakli
7312540b72
closes #3109
10 years ago
barisusakli
122aacdc57
check err item
10 years ago
Julian Lam
7f80a4a439
latest translations
10 years ago
barisusakli
b94d4f7fe5
Merge remote-tracking branch 'origin/master'
...
Conflicts:
public/language/en_GB/error.json
10 years ago
barisusakli
9749658d35
added about me field
10 years ago
Julian Lam
1c94866ab3
addressed some issues brought up re: singular vs plural
10 years ago
barisusakli
3063da83ef
argument fix for static/action hooks
10 years ago
barisusakli
163b70fba9
fix acp logout
10 years ago
Julian Lam
a462b10f94
nevermind... (@barisusakli 🧌 )
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
Julian Lam
f6ddff3e5f
updated loader to kickstart the web installer if no config is found
10 years ago
barisusakli
c98e630f24
warn missing url
10 years ago
Barış Soner Uşaklı
3b93182ec1
Merge pull request #3091 from Icehunter/master
...
use replicaset if configured
10 years ago
barisusakli
2286d1137b
remove tab
10 years ago
barisusakli
d946a2fcbd
closes #3098
...
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
10 years ago
barisusakli
51212c2bfa
closes #3096
10 years ago
psychobunny
2fbe7a8190
webserver: only start listening _after_ everything is compiled
10 years ago
Ryan Wilson
6f66209428
use tabs per barisusakli
10 years ago
psychobunny
8bb73192cf
closes #3073
10 years ago
psychobunny
533193fa79
send in data to action:taskbar.pushed as well
10 years ago
psychobunny
1556365712
call taskbar.push regardless of whether it's a new chat or not
...
there's logic in taskbar.push to not create the element anyways
10 years ago
psychobunny
c13e14d2c8
pass in element to filter:taskbar.push; taskbar.push cleanup
10 years ago
barisusakli
b9172358dd
#3093
10 years ago
Julian Lam
84cbdc1358
changed the password confirmation form field in the web installer so that it doesn't clobber some env vars, and allowed admin username and email to be set via env var
10 years ago
Julian Lam
5a6c46a0a0
updating group creation method to send back group data in the return callback, and to include the ownerUid if one was passed in
10 years ago
barisusakli
0d7e72be51
removed dupe code
10 years ago
Ryan Wilson
c354929569
handled port as int with toString()
...
Signed-off-by: Ryan Wilson <syndicated.life@gmail.com>
10 years ago
Ryan Wilson
ec6c618751
use replicaset if configured
...
Signed-off-by: Ryan Wilson <syndicated.life@gmail.com>
10 years ago
barisusakli
17dfb4df94
posts_list.tpl changes
10 years ago
Julian Lam
275a9ef476
Reverted the last update to web installer, and updated it so environment variables always take precedence over form input, and form is hidden if database value is passed in
10 years ago
Julian Lam
5487da9030
updated web installer to auto-select the database if passed in via env var
10 years ago
Julian Lam
67eef3653b
updated the web install form to populate the database fields if a value is passed in
10 years ago