Billy Ohgren
89062d8e70
add filename to less render call ( #8459 )
5 years ago
Barış Soner Uşaklı
e80379dc0e
feat: display stack trace on winston.error
5 years ago
Barış Soner Uşaklı
4bc77d064b
feat: disable timeout on launch route
5 years ago
Andrew Rodrigues
962b7f73d3
fix : #7472
6 years ago
Barış Soner Uşaklı
f4df89fe90
closes #6840
6 years ago
Barış Soner Uşaklı
85c60316ed
upgrade to winston 3.1, closes #6590 ( #6838 )
...
* upgrade to winston 3.1
* fix winston in web/install and tests
6 years ago
Ben Lubar
33228bb7fe
PostgreSQL database driver ( #5861 )
...
* [test/database/list] Fix test list 4 being used in two different tests
* [database/postgres] PostgreSQL database driver
* [database/postgres] Make transactions work based on continuation scope.
* [database/postgres] Implement nested transactions
* eslint --fix
* Add database changes from earlier this week to the PostgreSQL driver.
* Fix typo
* Fix postgres.incrObjectFieldBy returning undefined instead of null when given NaN
* [database/postgres] Fix sortedSetsCard returning an array of strings.
* Update socket.io postgres adapter
* Fix PostgreSQL erroring when multiple updates are made to the same sorted set entry in a single operation.
Add a test case to catch this error.
* Fix lint errors.
* Only prune sessions on one instance in a cluster to avoid deadlocks.
They're caught and handled by the database server, but they spam the logs.
* Fix arguments.slice.
7 years ago
Barış Soner Uşaklı
fc56347c22
closes #6520
7 years ago
Barış Soner Uşaklı
085034a103
store success error for page reloads
7 years ago
Barış Soner Uşaklı
c2f088cb61
dont install multiple times
7 years ago
Julian Lam
943d33ed09
closes #6502 , also fixed issue with type: 'literal' in config.json
7 years ago
Peter Jaszkowiak
a00f1f9a81
Use uglify-es for ES6 support ( #6402 )
7 years ago
Julian Lam
da328662c5
don't flatten arrays, stringify them, in installer
7 years ago
Barış Soner Uşaklı
fbed4c056e
show env vars passed to setup
7 years ago
Julian Lam
1d42d1a6d2
moving expected location of setup.json to root
7 years ago
Julian Lam
741693bc1f
closes #6378
7 years ago
Barış Soner Uşaklı
3b3a28dc15
add ping routes to webinstaller
7 years ago
Barış Soner Uşaklı
82f2025944
disable timeout on post install route
7 years ago
Barış Soner Uşaklı
e092778ba6
closes #6200
7 years ago
Peter Jaszkowiak
dbdc05404d
Use console.log instead of process.stdout.write ( #6123 )
...
* Use console.log instead of process.stdout.write
* Don't break the installer
7 years ago
Peter Jaszkowiak
c731661a39
Remove external sources from installer page ( #6101 )
...
* Remove external sources from installer page
* Remove bootstrap.min.css
* Make spinner display consistently cross-platform
* Change spinner to look better
7 years ago
Baris Usakli
5ca3b535e7
closes #6105
7 years ago
Julian Lam
158e47e2ac
linting
7 years ago
Peter Jaszkowiak
2ca1475eee
Fix web installer benchpress issue
7 years ago
Peter Jaszkowiak
abffc29128
Use Benchpress ( #5901 )
...
* Use Benchpress
* Use Benchpress.compileParse
* Error for template load failure
* Use benchpressjs package
* Compile templates on demand
* Fix user settings page
* Fix admin search to exclude `.jst` files
* Fix 500-embed
So ajaxify can still show an error if the server goes down
8 years ago
Barış Soner Uşaklı
75e5073fc9
closes #5859
8 years ago
Barış Soner Uşaklı
5d53c41db7
fix unlink calls
8 years ago
Peter Jaszkowiak
c4bdb72941
ESlint no-unneeded-ternary
...
and no-extend-native, no-sequences
8 years ago
Peter Jaszkowiak
feb8405f95
ESlint eol-last
8 years ago
Peter Jaszkowiak
a038c66549
ESlint quotes
8 years ago
Peter Jaszkowiak
604358ecc4
ESlint keyword-spacing, no-multi-spaces
8 years ago
Peter Jaszkowiak
2e031f3759
ESlint comma-spacing
8 years ago
Peter Jaszkowiak
277a7fb8b4
ESlint key-spacing, no-trailing-spaces
8 years ago
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
8 years ago
psychobunny
66d8c29d25
use different path for installer files
8 years ago
Julian Lam
299fcb99f1
more progress on #5211
8 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
8 years ago
Mathias Schreck
ce9ee62fa0
Handle callback errors
9 years ago
barisusakli
e55043e5ab
closes #4867
9 years ago
barisusakli
d402737a75
add file transport
10 years ago
barisusakli
54f9a09e6a
some more logging
10 years ago
Julian Lam
fc2efb0c83
added one more line to stdout when nodebb status is invoked, or nodebb web installer finishes
10 years ago
Julian Lam
b2f2561e74
adding a bit of logging when launching NodeBB from the web installer
10 years ago
Julian Lam
349de1694d
fixed log line in web installer
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
psychobunny
fac747cab7
call loader.js instead
10 years ago
psychobunny
24a11314dc
installer - finally got it all working ;)
10 years ago
psychobunny
255e3bdd20
default is 4567 instead of 8080
10 years ago
psychobunny
e8ea1e12a1
launch nodebb after install
10 years ago