Commit Graph

15984 Commits (d34f3c72479c12ae00757e586db795a39952fbe0)
 

Author SHA1 Message Date
Misty (Bot) d34f3c7247 Latest translations and fallbacks
Misty (Bot) 373ee17a12 Latest translations and fallbacks
Barış Soner Uşaklı 54b12119e9 add registered query param
Barış Soner Uşaklı d96674da64 add test for composer fix
Julian Lam 830028b1d5 language strings and fallbacks for
Peter Jaszkowiak 3299324534 Fix console colors with `app.js`
Closes 
Barış Soner Uşaklı 71895f3736 closes
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
Barış Soner Uşaklı b0488fec61 smaller notification image
Misty (Bot) 563fe0383c Latest translations and fallbacks
Julian Lam cdc00cc0f2 added 'dissociate' translation string for
Baris Usakli aecbcd9e89 add verbose message for field whitelist
Baris Usakli 947fc739eb remove extra translator require
Julian Lam 2fa4b2918e removing premature return 😆
Julian Lam c8395a9bfb Fixes
Waiting for someone to qq my clever code in 3... 2...
Julian Lam c3c22cfdcc closes
Baris Usakli 5ca3b535e7 closes
Baris Usakli dbf815ed47 closes
Julian Lam d0c9c52f9b update persona for
Julian Lam 252f611481 changed error text wording
Julian Lam 7d71aa4775 Merge branch 'issue-5973/upvote-own-post' of https://github.com/asamolion/NodeBB into asamolion-issue-5973/upvote-own-post
Julian Lam f92efc509c bump mentions for https://nodesecurity.io/advisories/536
Julian Lam c834d6134e bump persona,
Muhammad Osama Arshad 64895310a9 fix
Barış Soner Uşaklı 86a4fd6c92 add missing dep, my bad
Barış Soner Uşaklı eb47a81c46 remove package.default.json
Barış Soner Uşaklı e1ae0500af
Update README.md
Barış Soner Uşaklı 6b5a0891cb add install\package.json for
Peter Jaszkowiak 74ceb78800 Upvote notification frequency selection ()
Closes 

- Notify on every upvote
- Notify on every tenth upvote
- Notify logarithmically (on 10, 100, 1000...)
- Disable upvote notifications
Julian Lam 3fd25257e0 v1.7.0 compatibility for slick theme
Peter Jaszkowiak 4fcedc6f31 Enable imports in custom email templates ()
* Enable imports in custom email templates

* Compile emails on config change

* Add error logging

* Add emailer tests

* Fix tests

* Only build when config changes
Misty (Bot) 415940af02 Latest translations and fallbacks
Barış Soner Uşaklı 12ca1c4e7a closes
Barış Soner Uşaklı 3bf7faf5fc increase rate limit delay
Baris Usakli c934416544 up mentions
Misty (Bot) 018b054c42 Latest translations and fallbacks
Barış Soner Uşaklı 63388be44c closes
Baris Usakli 2065f895d5 closes
Baris Usakli ea3fde332b notification email fixes
add new notification image
fix url to user settings, no need for userslug to be passed in
Baris Usakli 4e029556df closes
Julian Lam bc6364f4c0 fixed
Peter Jaszkowiak 11b9cb7688 Fix , `action:home.get:*` returned to previous functionality ()
Added tests to confirm `buildHeader` is used and `/api` works
Barış Soner Uşaklı c839d1cbc0 closes closes
aStonedPenguin 610a1c943f Add unread-class to category children ()
* Add unread-class to category children

* unused variables

* Move child unread-class to a better place

* comma?

¯\_(ツ)_/¯

* feedback
Peter Jaszkowiak c47c47f7e3 Use less memory to build translation files ()
* Change languages build to use less memory

Add graceful-fs so no ned to worry about fs limits

* Specify encoding for fs.readFile

Use eachLimit since graceful-fs handles that now
Peter Jaszkowiak f5385e38bf Add `/me*` route which redirects to `/user/[userslug]*` ()
* Add `/me*` route which redirects to the current user's information

- `/me` -> `/user/[usertslug]`
- `/me/bookmarks` -> `/user/[userslug]/bookmarks`
- `/me/settings` -> `/user/[userslug]/settings`

etc

* Add tests for `/me/*`
Barış Soner Uşaklı 643008041c up composer default
Barış Soner Uşaklı 5da24b4120 https://github.com/NodeBB/NodeBB/issues/6073