Commit Graph

28 Commits (d6792188593178cc9ae94b3e7a901311ee96c3b4)

Author SHA1 Message Date
Barış Soner Uşaklı 7823144bd9 fix: , run upgrade scripts on startup
Barış Soner Uşaklı 02d38caf47 refactor: async/await
Barış Soner Uşaklı 5fa5e999f8
Plugin metrics ()
* feat: add enable/disable checkbox for plugin usage

* feat: submit plugin data to packages.nodebb.org

only submit in production mode
submit once every 24 hours
dont submit for plugins that have "private": true in plugin.json
enabled on new installs
disabled on existing installs

* fix: hash not working after first send

fix statusCode

* fix: remove url

* feat: show compatibilty

* feat: add install question for submit plugin usage
Baris Usakli ad2d7a6991 fix: move upload_url to prestart so it is defined in upgrade scripts
Barış Soner Uşaklı 1d15449076 write analytics before exiting
Barış Soner Uşaklı 26d4e0852f use includes instead of indexOf
use _.uniq instead of filter&indexOf
Barış Soner Uşaklı 687adea5dd closes
Baris Usakli ee64437f8a fix runJobs
Barış Soner Uşaklı 77d47b31fb cleanly shutdown
wait for webserver to stop accepting connections
destroy current connections
wait for db connection to close
Barış Soner Uşaklı 316fe2773c remove console.log
Barış Soner Uşaklı 2aaf6900d1 closes
Barış Soner Uşaklı 82b5246b28 fix process.env.url if it was changed
Julian Lam 233297367b strip leading slashes from path if double-slash is accidentally used, stripping trailing slash from relative path retrieved from config.json
Julian Lam d98b3e8056 automatically lowercasing env vars in nconf, fixes
Barış Soner Uşaklı b18b0db5be notifications.js style
Peter Jaszkowiak 484a800327 Merge branch master into develop
psychobunny 53dac97800 closes
Julian Lam d75cc60e76 added upgrade.check back into upgrade.js
Peter Jaszkowiak 23540afaeb Resolve merge conflicts
Barış Soner Uşaklı 1b43faba1a closes
Peter Jaszkowiak 1493afee2a ESlint indent
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
Peter Jaszkowiak aaacdb8413 Fix , uploads path config setting
- Finish moving uploads route to `/assets/uploads`
- Remove `upload_url` config setting, it was broken
Dominic Lennon 04e5707143 Fixing lint issues
Dominic Lennon d248ef95cd Fix for issue . SessionStore now uses the correct value
barisusakli c927eb15d7 fix requires
barisusakli c36e2aa13d refactor app.js/start