Commit Graph

149 Commits (b55087dab7df8f0a00b2e98a80b62cc6b13c16a4)

Author SHA1 Message Date
Barış Soner Uşaklı 2bf275fe29
Barış Soner Uşaklı 2856fb1d5d up persona
Julian Lam 6d6a45c9fa bump mentions again
Julian Lam a5f121d0a3 bump mentions,
Julian Lam f065f36215 bump version number
Julian Lam 43d07de692 bump persona for
Baris Usakli 3551d7d68e closes
Barış Soner Uşaklı 11bab1fc84 up persona
Barış Soner Uşaklı 123bff2246 up deps
Misty (Bot) 9c3871cb87 Incremented version number - 1.7.1
Baris Usakli a19537dc25 closes
Barış Soner Uşaklı 29bb516235
up emoji
Baris Usakli 1ceb4ec795 up persona
Julian Lam c1f91f3377 bumped plugin-emoji @pitaj
Peter Jaszkowiak a849a772bf Use emoji v2 instead of emoji-extended ()
Peter Jaszkowiak dbdc05404d Use console.log instead of process.stdout.write ()
* Use console.log instead of process.stdout.write

* Don't break the installer
Andrew Rodrigues 15c8693a23
up persona
Julian Lam f225aa25de bloody hell...
Julian Lam 2496b2a91a Bump persona for subcategories fix, closes
Peter Jaszkowiak 9b11413d14 Bundle admin scripts, remove CDN scripts ()
Close 
Barış Soner Uşaklı 847a3132fa up persona
Julian Lam f1d79635ff bump slick for v1.7.0 compatibility
Peter Jaszkowiak ae24bca16e CLI refactor with commander ()
* CLI refactor with commander

- Modularized the functionality
- All functionality done directly from `./nodebb` now
(still available from `app` for backwards compatibility)
- Moved all CLI code from `./nodebb` to `src/cli`
- Fixed `nodebb.bat` to work from any location, like `./nodebb`, and
also hides command output
- Overwrite some commander methods to add CLI color support
- Added `./nodebb info` for quick info including git hash, NodeBB
version, node version, and some database info
- Refactored `./nodebb reset` to allow multiple resets at once
- Changed `./nodebb restart` to essentially stop and start, as Windows
doesn't support signals
- Added `-l, --log` option which works on `./nodebb start` and `./nodebb
restart` to show logging, like `./nodebb slog`
- Expanded `-d, --dev` option which works on them as well, like
`./nodebb dev`
- Improvements to self-help. `./nodebb build -h` will output all
possible targets
- `./nodebb reset` explains usage better

* Fix some style inconsistencies

* Fix prestart being required before modules installed

* Fix travis failures

* Fix `help` command to output help for subcommands

* Pick steps of the upgrade process to run

* Fix formatting for upgrade help

* Fix web installer
Peter Jaszkowiak c731661a39 Remove external sources from installer page ()
* Remove external sources from installer page

* Remove bootstrap.min.css

* Make spinner display consistently cross-platform

* Change spinner to look better
Baris Usakli 5ca3b535e7 closes
Julian Lam d0c9c52f9b update persona for
Julian Lam f92efc509c bump mentions for https://nodesecurity.io/advisories/536
Julian Lam c834d6134e bump persona,
Barış Soner Uşaklı 86a4fd6c92 add missing dep, my bad
Barış Soner Uşaklı 6b5a0891cb add install\package.json for
Barış Soner Uşaklı 7ad4420b6a closes
Julian Lam 158e47e2ac linting
Peter Jaszkowiak 2ca1475eee Fix web installer benchpress issue
Peter Jaszkowiak abffc29128 Use Benchpress ()
* 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
Barış Soner Uşaklı 75e5073fc9 closes
Barış Soner Uşaklı 5d53c41db7 fix unlink calls
Baris Usakli 1837ac2015 closes
Barış Soner Uşaklı 3a1eba2537 merge
barisusakli 33e8ecc1f4 closes
Peter Jaszkowiak c7929ec7d8 Add option for disabling language autodetection
barisusakli e3205bcfad merge
Peter Jaszkowiak 6e5a79842f Fix
barisusakli e63559b6fd closes
Peter Jaszkowiak c4bdb72941 ESlint no-unneeded-ternary
and no-extend-native, no-sequences
Peter Jaszkowiak feb8405f95 ESlint eol-last
Peter Jaszkowiak a038c66549 ESlint quotes
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak 2e031f3759 ESlint comma-spacing
Peter Jaszkowiak 277a7fb8b4 ESlint key-spacing, no-trailing-spaces
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops