18132 Commits (af2663d6da3f620f291f86d73c1c86890758d956)
 

Author SHA1 Message Date
renovate[bot] 443dcee435 fix(deps): update dependency nodebb-theme-vanilla to v10.1.19 (#7301) 6 years ago
Barış Soner Uşaklı 920efad04d fix: #7300 6 years ago
Barış Soner Uşaklı 70f8b418c4 fix: #6848
fixed in winston 3.2.0
6 years ago
renovate[bot] 6f957cb919 fix(deps): update dependency winston to v3.2.0 (#7299) 6 years ago
Julian Lam f659ef4d80 feat: new hook filter:privileges.posts.edit 6 years ago
Julian Lam df6f75eb05 fix: #7298 privilege header misalignment 6 years ago
Misty (Bot) fefec8ba57 Latest translations and fallbacks 6 years ago
Barış Soner Uşaklı cf918078e5 fix: #7211 6 years ago
Barış Soner Uşaklı 2ca16ea0be Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 7a9780f62a fix: #7215 6 years ago
Julian Lam 7fb3c16882 fix: #7296, local login privilege available to registered-users only 6 years ago
Barış Soner Uşaklı d03220cdaf fix: #7094 6 years ago
Renovate Bot 247ac82858 fix(deps): update dependency nodebb-plugin-spam-be-gone to v0.6.0 6 years ago
Julian Lam 0edeeea2cf Merge branch 'develop' 6 years ago
Julian Lam aec2f2102d docs: updated changelog 6 years ago
Misty (Bot) 757bff2748 chore: incrementing version number - v1.11.2 6 years ago
Barış Soner Uşaklı bc41848adb fix: test 6 years ago
Barış Soner Uşaklı 893ec3638c Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı 7064fd0678 fix: #7235 6 years ago
renovate[bot] 22cbcc3e37 fix(deps): update dependency nodebb-widget-essentials to v4.0.13 (#7293) 6 years ago
Barış Soner Uşaklı ef0e780896 fix: use ACP config value for checking online status 6 years ago
Barış Soner Uşaklı a083d5f429 Merge branch 'master' of https://github.com/NodeBB/NodeBB 6 years ago
Barış Soner Uşaklı a22a3a9861 fix: log error to prevent headers already sent
retry on uniq index fail
6 years ago
Julian Lam 63061ffd37 feat: new hook filter:user.logout
- used for setting "next" for post logout redirection
6 years ago
Renovate Bot 1aadbc3c94 fix(deps): update dependency mongodb to v3.1.13 6 years ago
Julian Lam 5b751a1467
Merge pull request #7282 from NodeBB/renovate/node-8.15.0
chore(deps): update node:8.15.0 docker digest to cb66110
6 years ago
Renovate Bot 4d64de7643 fix(deps): update dependency postcss to v7.0.14 6 years ago
Julian Lam a7af019866 fix(deps): #7271, updating autoprefixer to latest version 6 years ago
Renovate Bot 1719cd77c2
chore(deps): update node:8.15.0 docker digest to cb66110 6 years ago
Ricki Hirner 0a662e4882 Add Disallow: /compose to robots.txt 6 years ago
Julian Lam b48f1b4d91 fix(deps): #7270 6 years ago
Renovate Bot f7191eb955 chore(deps): update dependency eslint-plugin-import to v2.15.0 6 years ago
Julian Lam cee47f78b2 fix: #7289 timeago shorthand toggle fails on non-existant language
- Exposing timeagoCodes to frontend
- Timeago language and shorthand toggling will fall back to 'en'
  if the requested language does not exist
6 years ago
Julian Lam 059a4be204 feat: explicit handling of SSO success and failure 6 years ago
Julian Lam 5ee173c2f6 fix: #7276 improper request for client-noskin.css 6 years ago
Julian Lam 831d079512 fix: #7274 incorrect handling of client script 404s 6 years ago
Misty (Bot) 40637828af Latest translations and fallbacks 6 years ago
Julian Lam 8ceb35f537 fix: #7270 Flags graph label not translatable 6 years ago
Julian Lam a23854e3ff feat: new hook type: `response`
Used in authentication middleware. Instead of firing an action
hook, it now fires a response hook.

Response hooks are invoked serially, and if headers are sent from
one of the hook listeners, all subsequent hook methods are not
called.

Response hooks should only be used in situations where res.send
(or other like methods) are invoked. Existing plugin hooks that
pass in res purely for data retrieval purposes have not changed).

fixes nodebb/nodebb-plugin-write-api#101
6 years ago
renovate[bot] 8a64667ff8 fix(deps): update dependency sharp to v0.21.3 (#7267)
* fix(deps): update dependency sharp to v0.21.3

* fix: tests for new sharp version errors
6 years ago
Julian Lam 5607261cde fix(deps): theme upgrades for #7266 6 years ago
Julian Lam f122fc44d0 fix: #7266 body does not contain skin class
A regression was identified where the skin was not shown in the
body class. This resolves the issue and adds a workaround so that
the fix does not become breaking for custom themes.
6 years ago
Renovate Bot d928c54d0a chore(deps): update dependency eslint to v5.12.1 6 years ago
Barış Soner Uşaklı 7524d3c33b fix: generate timeago codes from files 6 years ago
Julian Lam 2b9322e1c2 feat: additional options for SSO plugins
+checkState property, pass Boolean false to skip nonce checking
+callbackMethod, default 'get', you can pass in 'post', etc.
6 years ago
Barış Soner Uşaklı ed5d2d6d15 feat: get rid of disk access 6 years ago
Renovate Bot eeab7d2004 fix(deps): update dependency mongodb to v3.1.12 6 years ago
Misty (Bot) 73c8cf807c Latest translations and fallbacks 6 years ago
Persevere Von cb8650e8e0 Fix #7263 (#7264) 6 years ago
Julian Lam c831ff0de3
fix: removal of timeago fallback middleware (#7259)
* fix: removal of timeago fallback middleware

Instead of loading English fallback on missing language, we opt
to not send a script tag for a missing language to begin with.

Timeago already loads with English as default, so it will just
continue to use English.

* fix: check userLang against supported language codes

* fix: cleaned up code as per @pitaj

* fix: added comments

* fix: more fixes as per @pitaj

* feat: added addl. test for timeago locales, fixed broken test
6 years ago