Commit Graph

9677 Commits (50d9a3f0a7a71f0e8631b8d7e512696d65e54278)
 

Author SHA1 Message Date
barisusakli 9749658d35 added about me field
Julian Lam 1c94866ab3 addressed some issues brought up re: singular vs plural
barisusakli 3063da83ef argument fix for static/action hooks
barisusakli 163b70fba9 fix acp logout
Julian Lam a462b10f94 nevermind... (@barisusakli 🧌)
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
Julian Lam f6ddff3e5f updated loader to kickstart the web installer if no config is found
barisusakli c98e630f24 warn missing url
Barış Soner Uşaklı 3b93182ec1 Merge pull request from Icehunter/master
use replicaset if configured
barisusakli 2286d1137b remove tab
barisusakli d946a2fcbd closes
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
barisusakli 51212c2bfa closes
psychobunny 2fbe7a8190 webserver: only start listening _after_ everything is compiled
Ryan Wilson 6f66209428 use tabs per barisusakli
psychobunny 8bb73192cf closes
psychobunny 533193fa79 send in data to action:taskbar.pushed as well
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
psychobunny c13e14d2c8 pass in element to filter:taskbar.push; taskbar.push cleanup
barisusakli b9172358dd
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
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
barisusakli 0d7e72be51 removed dupe code
Ryan Wilson c354929569 handled port as int with toString()
Signed-off-by: Ryan Wilson <syndicated.life@gmail.com>
Ryan Wilson ec6c618751 use replicaset if configured
Signed-off-by: Ryan Wilson <syndicated.life@gmail.com>
barisusakli 17dfb4df94 posts_list.tpl changes
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
Julian Lam 5487da9030 updated web installer to auto-select the database if passed in via env var
Julian Lam 67eef3653b updated the web install form to populate the database fields if a value is passed in
barisusakli dc16a665ae page checks
barisusakli 47a2377229 closes
barisusakli 03b0d282f1 search fix prevent crash if search term is invalid regex
barisusakli e5928f330e closes
barisusakli d6949815ad
Barış Soner Uşaklı a5c52958e7 made handleSearch public
Barış Soner Uşaklı e88d88e56c added return false
Barış Soner Uşaklı 8544531a79 removed event
Barış Soner Uşaklı 21b634e03f closes
Barış Soner Uşaklı f44e850fa0 revert last change, breaks ajaxify
Barış Soner Uşaklı 5d5346c4f9 allow overriding template name
Julian Lam a54dccdf3b closed
Julian Lam 15265bf36e Merge pull request from yariplus/settingsobject2
Enhance settings object plugin
Julian Lam c004efee3f closed
psychobunny a9015cee03 Merge remote-tracking branch 'origin/master' into web-install
psychobunny fac747cab7 call loader.js instead
psychobunny 24a11314dc installer - finally got it all working ;)
psychobunny 255e3bdd20 default is 4567 instead of 8080
psychobunny e8ea1e12a1 launch nodebb after install
psychobunny ddd5c49461 installer ux fixes
psychobunny 9b53cdfcc0 skip to the launch screen if config is set but installer is still active
psychobunny 7488fa0416 cleanup; fixes