Peter Jaszkowiak
64a6322002
ESlint no-extra-boolean-cast
...
and no-shadow-restricted-names
2017-02-18 12:51:13 -07:00
Peter Jaszkowiak
a038c66549
ESlint quotes
2017-02-18 01:56:23 -07:00
Peter Jaszkowiak
604358ecc4
ESlint keyword-spacing, no-multi-spaces
2017-02-18 01:52:56 -07:00
Peter Jaszkowiak
2e031f3759
ESlint comma-spacing
2017-02-18 01:31:47 -07:00
Peter Jaszkowiak
277a7fb8b4
ESlint key-spacing, no-trailing-spaces
2017-02-18 01:27:46 -07:00
Peter Jaszkowiak
3361a72725
ESlint no-plusplus
...
and no-empty, space-unary-ops
2017-02-18 01:12:18 -07:00
Peter Jaszkowiak
b09b3aef7f
ESlint no-undef, remove global comments
2017-02-17 22:03:55 -07:00
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
Julian Lam
7ba111acdd
Merge pull request #5420 from NodeBB/assets-route
...
/assets/uploads
2017-02-09 16:08:12 -05:00
Peter Jaszkowiak
aaacdb8413
Fix #5416 , uploads path config setting
...
- Finish moving uploads route to `/assets/uploads`
- Remove `upload_url` config setting, it was broken
2017-02-08 11:41:34 -07:00
Julian Lam
a48c914a16
explicitly cast jobsDisabled as Boolean
2017-02-08 11:23:27 -05:00
Peter Jaszkowiak
360a35d0a6
Resolve merge conflicts
2017-02-02 22:15:26 -07:00
Peter Jaszkowiak
553567c3b2
Refactor nodebb, move build.js, add --dev
2017-02-02 19:15:01 -07:00
Peter Jaszkowiak
05b68391dd
Use /assets for client assets
...
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
2017-01-14 22:38:40 -07:00
barisusakli
c36e2aa13d
refactor app.js/start
2016-12-23 14:45:37 +03:00
psychobunny
fa12a3e7e6
updating to 2017 (was looking for a reason to test auto-update of https://github.com/NodeBB/NodeBB/wiki/Hooks )
2016-12-21 21:11:40 -05:00
barisusakli
c32e6aaabb
use build module instead of forking
2016-12-13 15:43:20 +03:00
Barış Soner Uşaklı
7f455344d8
show seconds in logs
2016-12-09 00:41:19 +03:00
Barış Soner Uşaklı
e0501656b6
parallel startup
2016-12-09 00:18:25 +03:00
Julian Lam
ad732935fb
closes #5254
2016-12-05 10:23:28 -05:00
barisusakli
e86db04631
#5211 run build step before tests
...
move build to its own file
2016-11-18 12:01:33 +03:00
Julian Lam
7a10cffb25
fix Gruntfile.js to work with bew build step
2016-11-17 13:56:47 -05:00
Julian Lam
9bab0b53b0
re: #5211 , broke out meta.css.minify to accept targets, made build output marginally nicer looking
2016-11-17 12:11:56 -05:00
Julian Lam
232b387652
set up plugins in build step as well
2016-11-17 11:51:38 -05:00
barisusakli
71c7ef9109
fix test
2016-11-17 13:05:59 +03:00
barisusakli
4f0e93732a
#5211
...
remove passing js/css between procs
2016-11-17 12:56:00 +03:00
Julian Lam
1617c99e7b
linting app.js
2016-11-16 20:26:47 -05:00
Julian Lam
03cf5d8da5
upgrade and setup steps call build step now, re: #5211
2016-11-16 20:24:13 -05:00
Julian Lam
179a28d73a
basic build compilation logic, re: #5211
2016-11-16 19:49:50 -05:00
Julian Lam
560dc15819
updated winston config to only use json logging if --json-logging flag is passed in or set in config
2016-11-16 19:48:23 -05:00
Julian Lam
71bf8450c8
eslinting
2016-11-09 11:09:26 -05:00
Julian Lam
881b381b8b
fixes #4252 , linting, and added ./nodebb slog
2016-11-09 10:25:23 -05:00
Matt Bailey
3d9dbe6c36
use JSON logging and ISO8601 timestamp for production logs
2016-11-02 15:31:19 -07:00
Sergii Paryzhskyi
e515b791da
Fix eslint rules ( #5117 )
...
* Fix semi linter rule
* Fix semi-spacing linter rule
* Fix no-undef-init linter rule
* Fix space-before-blocks linter rule
2016-10-25 15:34:47 -04:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
2016-10-13 11:42:29 +02:00
Julian Lam
5eae8b2d4f
re: #4956 , made it a recommendation instead, not a hard requirement
2016-08-30 17:03:49 -04:00
Julian Lam
9f064b67e6
closes #4956
2016-08-30 17:01:55 -04:00
barisusakli
80c98e5ecf
closes #4989
2016-08-30 13:25:20 +03:00
psychobunny
8b1d324bd1
update copyright
2016-08-29 17:38:59 -04:00
Julian Lam
dbdbfc6d75
allowing the port to be defined by a custom port environment variable, for certain hosting environments
2016-08-23 15:10:52 -04:00
Julian Lam
ebb50160cb
wrap saving of url_parsed in conditional, since url isn't set during setup
2016-08-22 18:16:09 -04:00
Julian Lam
60ea7d5121
fixes #4966
2016-08-22 16:24:31 -04:00
Mathias Schreck
ce9ee62fa0
Handle callback errors
2016-08-17 12:54:59 +02:00
barisusakli
aac0313f2e
closes #4917
2016-08-08 13:21:05 +03:00
Julian Lam
3eda04c9e7
updated 'configExists' test to allow usage of NodeBB without a configuration file, closes #4824
2016-07-05 11:37:18 -04:00
Julian Lam
6628d5083a
added logging when --no-dep-check is used
2016-07-05 11:28:27 -04:00
akhoury
46a57f5d5c
rm cls because it's not ready yet
2016-06-24 16:57:58 -04:00
Julian Lam
08cdfd2d60
resolve bug with url path when SSL certificate is handled by NodeBB
2016-06-06 14:35:00 -04:00
Julian Lam
1f9602d472
added --no-dep-check flag to skip dependency checking
2016-06-02 17:00:24 -04:00