Commit Graph

17925 Commits

Author SHA1 Message Date
Misty (Bot)
f2d5b2c2fe Merge commit 'bc41848adb6c2a84c74a88598b87334a179ecabf' into v1.11.x 2019-01-24 21:28:57 +00:00
Barış Soner Uşaklı
bc41848adb fix: test 2019-01-24 15:17:24 -05:00
Barış Soner Uşaklı
893ec3638c Merge branch 'master' of https://github.com/NodeBB/NodeBB 2019-01-24 15:14:26 -05:00
Barış Soner Uşaklı
7064fd0678 fix: #7235 2019-01-24 15:14:12 -05:00
renovate[bot]
22cbcc3e37 fix(deps): update dependency nodebb-widget-essentials to v4.0.13 (#7293) 2019-01-24 15:02:44 -05:00
Barış Soner Uşaklı
ef0e780896 fix: use ACP config value for checking online status 2019-01-24 14:58:55 -05:00
Barış Soner Uşaklı
a083d5f429 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2019-01-24 12:42:42 -05:00
Barış Soner Uşaklı
a22a3a9861 fix: log error to prevent headers already sent
retry on uniq index fail
2019-01-24 12:42:36 -05:00
Julian Lam
63061ffd37 feat: new hook filter:user.logout
- used for setting "next" for post logout redirection
2019-01-24 12:04:44 -05:00
Renovate Bot
1aadbc3c94 fix(deps): update dependency mongodb to v3.1.13 2019-01-23 16:03:56 -05:00
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
2019-01-23 16:03:42 -05:00
Renovate Bot
4d64de7643 fix(deps): update dependency postcss to v7.0.14 2019-01-23 16:03:33 -05:00
Julian Lam
a7af019866 fix(deps): #7271, updating autoprefixer to latest version 2019-01-23 13:52:44 -05:00
Renovate Bot
1719cd77c2 chore(deps): update node:8.15.0 docker digest to cb66110 2019-01-23 16:41:01 +00:00
Ricki Hirner
0a662e4882 Add Disallow: /compose to robots.txt 2019-01-23 10:44:33 -05:00
Julian Lam
b48f1b4d91 fix(deps): #7270 2019-01-22 13:43:00 -05:00
Renovate Bot
f7191eb955 chore(deps): update dependency eslint-plugin-import to v2.15.0 2019-01-22 11:11:54 -05:00
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
2019-01-21 16:35:42 -05:00
Julian Lam
059a4be204 feat: explicit handling of SSO success and failure 2019-01-21 15:29:32 -05:00
Julian Lam
5ee173c2f6 fix: #7276 improper request for client-noskin.css 2019-01-21 14:16:06 -05:00
Julian Lam
831d079512 fix: #7274 incorrect handling of client script 404s 2019-01-21 11:39:53 -05:00
Misty (Bot)
40637828af Latest translations and fallbacks 2019-01-21 09:26:23 +00:00
Julian Lam
8ceb35f537 fix: #7270 Flags graph label not translatable 2019-01-20 16:12:10 -05:00
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
2019-01-19 12:44:14 -05:00
Julian Lam
5607261cde fix(deps): theme upgrades for #7266 2019-01-19 12:07:36 -05:00
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.
2019-01-19 12:03:12 -05:00
Renovate Bot
d928c54d0a chore(deps): update dependency eslint to v5.12.1 2019-01-19 11:08:31 -05:00
Barış Soner Uşaklı
7524d3c33b fix: generate timeago codes from files 2019-01-18 18:01:41 -05:00
Julian Lam
c1042ee471 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
2019-01-18 16:17:45 -05:00
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.
2019-01-18 16:16:04 -05:00
Barış Soner Uşaklı
ed5d2d6d15 feat: get rid of disk access 2019-01-18 15:32:34 -05:00
Renovate Bot
eeab7d2004 fix(deps): update dependency mongodb to v3.1.12 2019-01-18 09:21:10 -05:00
Misty (Bot)
73c8cf807c Latest translations and fallbacks 2019-01-18 09:27:13 +00:00
Persevere Von
cb8650e8e0 Fix #7263 (#7264) 2019-01-18 00:41:20 -05:00
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
2019-01-17 12:25:53 -05:00
Misty (Bot)
0bb5681471 Latest translations and fallbacks 2019-01-17 09:26:33 +00:00
renovate[bot]
b5f188b68e fix(deps): update dependency mongodb to v3.1.11 (#7252) 2019-01-15 19:12:52 -05:00
Renovate Bot
77dc8fc721 fix(deps): update dependency validator to v10.11.0 2019-01-15 18:15:16 -05:00
Renovate Bot
2fbb2614f3 fix(deps): update dependency nodebb-plugin-composer-default to v6.1.21 2019-01-15 16:02:14 -05:00
Baris Usakli
c14dbfc6b7 attempt to fix tests 2019-01-15 13:38:42 -05:00
Baris Usakli
65f6630722 add new hook action:plugins.firehook 2019-01-15 12:56:01 -05:00
Renovate Bot
f1842295f1 fix(deps): update dependency postcss to v7.0.12 2019-01-15 12:33:03 -05:00
Renovate Bot
6ae2b97209 chore(deps): update dependency @commitlint/cli to v7.3.2 2019-01-15 10:48:47 -05:00
Misty (Bot)
2cd1be0d04 Latest translations and fallbacks 2019-01-15 09:26:38 +00:00
Barış Soner Uşaklı
ac655564bb fix: post queue notifs
fix moderators not showing up immediately when adding them
2019-01-14 22:38:15 -05:00
Misty (Bot)
2614a2e5ce Latest translations and fallbacks 2019-01-14 09:27:15 +00:00
Renovate Bot
57bec2fb94 fix(deps): update dependency postcss to v7.0.11 2019-01-13 16:24:20 -05:00
Renovate Bot
ac39fe907f chore(deps): update node.js to v8.15.0 2019-01-13 16:24:12 -05:00
Renovate Bot
8f3c4b0923 fix(deps): update dependency sharp to v0.21.2 2019-01-13 16:13:50 -05:00
Julian Lam
51b5fb9826 fix: added missing translation and error state for password change 2019-01-13 14:49:37 -05:00