Commit Graph

19003 Commits

Author SHA1 Message Date
Julian Lam
510737726c fix: unhandled promise rejection error on reset error
Also, removed buildAll() on reset.
2019-11-20 13:45:29 -05:00
Baris Usakli
366ad5cd69 fix: #8050, fix redirect after registration 2019-11-19 12:02:14 -05:00
Misty (Bot)
0002c3f499 Latest translations and fallbacks 2019-11-19 09:28:41 +00:00
Opliko
0efe27b1f2 fix: make _csrf a secure cookie if the website is using https (#8045)
* Make _csrf a secure cookie if the website is using https

* fix style for TravsCI

* Add `url_parsed` to databasemock
2019-11-18 13:07:05 -05:00
renovate[bot]
b3511f71e0 fix(deps): update dependency nodebb-theme-slick to v1.2.28 (#8041) 2019-11-16 11:34:10 -05:00
renovate[bot]
d567c4ae22 fix(deps): update dependency nodebb-theme-vanilla to v11.1.11 (#8040) 2019-11-15 15:34:22 -05:00
renovate[bot]
6c87bed5f6 fix(deps): update dependency nodebb-theme-persona to v10.1.28 (#8039) 2019-11-15 15:32:55 -05:00
Baris Usakli
0a96c92300 fix: #8034 2019-11-15 15:27:02 -05:00
Baris Usakli
b3caa40189 Merge branch 'master' of https://github.com/NodeBB/NodeBB 2019-11-15 15:17:30 -05:00
Baris Usakli
cec0079573 refactor: shorter returns 2019-11-15 14:27:45 -05:00
renovate[bot]
1e2e16b4bb fix(deps): update dependency nodebb-plugin-dbsearch to v4.0.7 (#8038) 2019-11-15 14:26:52 -05:00
Baris Usakli
efd1e88bbf feat: convert middleware.isAdmin to async/await 2019-11-15 14:24:24 -05:00
Baris Usakli
a254520485 fix: serialize 2019-11-15 14:09:10 -05:00
Baris Usakli
1eca5b3dae fix: show login fields if user has local password 2019-11-15 13:19:29 -05:00
Misty (Bot)
2eb8c05e4b Latest translations and fallbacks 2019-11-15 09:28:31 +00:00
Baris Usakli
6c404b81fb fix: use the correct attribute name for widgets 2019-11-14 11:25:35 -05:00
Misty (Bot)
83ba2e234b Latest translations and fallbacks 2019-11-14 09:28:53 +00:00
Julian Lam
94499da3d6 docs: updated changelog 2019-11-13 16:51:30 -05:00
Misty (Bot)
c38b2d2319 chore: incrementing version number - v1.13.0 2019-11-13 21:47:10 +00:00
Ben Lubar
f65922297d fix abysmal postgresql performance in getSortedSetsMembers (#8030)
* refactor postgres upgrade function to use async

* add function wrapper for getting the elements of a sorted set to avoid postgres planning the query with a nested sequential scan

* fix fatal(?!) lint errors

* add missing await

* bump PostgreSQL version on Travis CI to one that isn't over 3 years out of date
2019-11-13 14:45:48 -05:00
Misty (Bot)
b47f1769e4 Latest translations and fallbacks 2019-11-13 09:28:33 +00:00
Misty (Bot)
5e88c585cb Latest translations and fallbacks 2019-11-12 09:28:43 +00:00
renovate[bot]
2093418de8 fix(deps): update dependency mongodb to v3.3.4 (#8032) 2019-11-11 19:26:42 -05:00
Misty (Bot)
7721c58dd3 Latest translations and fallbacks 2019-11-09 09:27:32 +00:00
Barış Soner Uşaklı
eabc6f4763 fix: crash if post doesn't have topic data 2019-11-08 18:38:58 -05:00
Barış Soner Uşaklı
e52ecfaf3f fix: don't touch objects that don't have the required fields 2019-11-08 18:34:57 -05:00
Barış Soner Uşaklı
f4381ba366 fix: add missing await to sendValidationEmail 2019-11-07 18:10:30 -05:00
Misty (Bot)
8d41cdefa9 Latest translations and fallbacks 2019-11-07 09:27:59 +00:00
Julian Lam
dee1d44722 fix: #8007 added tfoot to clear new group button 2019-11-06 14:38:46 -05:00
Julian Lam
df139928b6 feat: displaying one-click unsubscribe link in email footer (#8024)
closes #8016
2019-11-06 14:19:57 -05:00
Renovate Bot
c01699f706 fix(deps): update dependency nodebb-theme-vanilla to v11.1.10 2019-11-06 14:19:35 -05:00
Renovate Bot
182397b171 fix(deps): update dependency nodebb-theme-persona to v10.1.27 2019-11-06 14:19:28 -05:00
Misty (Bot)
9c3fa7758a Latest translations and fallbacks 2019-11-06 09:29:26 +00:00
renovate[bot]
c2565a2f99 fix(deps): update dependency nodebb-plugin-spam-be-gone to v0.6.7 (#8027) 2019-11-05 21:09:41 -05:00
Barış Soner Uşaklı
480a64aaa7 feat: #7467, pass query params when redirecting to posts 2019-11-05 19:51:01 -05:00
Barış Soner Uşaklı
b5a30006e2 feat: use helpers.setupAdminPageRoute 2019-11-05 15:41:33 -05:00
Misty (Bot)
d75d9fdd33 Latest translations and fallbacks 2019-11-05 09:28:32 +00:00
Renovate Bot
9d946d1c76 chore(deps): update dependency jsdom to v15.2.1 2019-11-04 11:30:52 -05:00
Misty (Bot)
d9b8e929e6 Latest translations and fallbacks 2019-11-04 09:28:23 +00:00
Misty (Bot)
23d66ae86c Latest translations and fallbacks 2019-11-03 09:27:22 +00:00
Julian Lam
645d647248 feat: wip, better digest handling (+ eventual digest resend logic) (#7995)
* feat: wip, better digest handling (+ eventual digest resend logic)

- await emailer.send call in digest.send method
- save send success to a new sorted set digest:{interval}:byUid

* feat: continuing work on digest tools

- Added ACP page to view digest settings and delivery times per user

* feat: added paginator and stub buttons for resending digest

* feat: wrapping up digest revamp

- New language strings in ACP digest page
- Client-side ACP script for digest ACP page
- Websocket call for ACP page to execute digests
- Broke out logic to retrieve user digest settings to getUsersInterval

* fix: minor cleanup

* fix: #8010 and some style suggestions from baris

* fix: resolve confusing comment
2019-11-02 13:11:02 -04:00
Barış Soner Uşaklı
e3c9dafa08 fix: tests 2019-11-01 22:13:00 -04:00
Barış Soner Uşaklı
f28bd75f5e up vanilla 2019-11-01 21:40:01 -04:00
renovate[bot]
7122bdc796 fix(deps): update dependency nodebb-theme-slick to v1.2.27 (#8020) 2019-11-01 21:30:08 -04:00
renovate[bot]
73d9752eba fix(deps): update dependency nodebb-theme-persona to v10.1.26 (#8019) 2019-11-01 21:07:39 -04:00
Barış Soner Uşaklı
0037a03886 fix: #8018, allow absolute urls in notification.path 2019-11-01 21:01:46 -04:00
renovate[bot]
bfea9d3906 fix(deps): update dependency connect-mongo to v3.1.2 (#8013) 2019-11-01 12:52:31 -04:00
renovate[bot]
ef5f671410 fix(deps): update dependency postcss to v7.0.21 (#7998) 2019-10-31 17:32:27 -04:00
renovate[bot]
e1e2d20c6a fix(deps): update dependency nodebb-plugin-composer-default to v6.3.17 (#8009) 2019-10-31 17:31:59 -04:00
renovate[bot]
420f9fe495 fix(deps): update dependency sharp to v0.23.2 (#8005) 2019-10-31 17:31:51 -04:00