Sabe Jones
6fe0d5568a
fix(script): truly unique email for many-accounts scenarios
2020-12-22 20:40:03 +00:00
Sabe Jones
c79e3bea05
4.175.6
v4.175.6
2020-12-22 09:14:07 -06:00
Sabe Jones
b56f0cfeeb
fix(content): auto rollout of potion didn't work?
2020-12-22 09:14:00 -06:00
Sabe Jones
75f198789b
4.175.5
v4.175.5
2020-12-17 12:43:29 -06:00
Sabe Jones
6ad20e7abb
fix(event): still one more find return
2020-12-17 12:43:16 -06:00
Matteo Pagliazzi
2705539a70
4.175.4
v4.175.4
2020-12-17 18:04:47 +01:00
Matteo Pagliazzi
a21295c0e1
fix(pm): correctly show sender info when a new pm is sent, fixes #12889
2020-12-17 18:03:46 +01:00
Sabe Jones
4d9e03b6d2
4.175.3
v4.175.3
2020-12-17 09:36:55 -06:00
Sabe Jones
8a64def893
fix(event): more find syntax, fix featured items, no spoilers
2020-12-17 09:36:49 -06:00
Sabe Jones
dc34db98b4
4.175.2
v4.175.2
2020-12-17 08:25:09 -06:00
Sabe Jones
bd228d5d69
fix(event): correct return value for find
2020-12-17 08:25:04 -06:00
Matteo Pagliazzi
9a1fbc2d2f
4.175.1
v4.175.1
2020-12-17 10:26:20 +01:00
Matteo Pagliazzi
7b0f43b61c
fix(stable & bailey); seasonalNpc: use method instead of class, components: use correct method name for npc class
2020-12-17 10:26:06 +01:00
Sabe Jones
cd790e7228
4.175.0
v4.175.0
2020-12-16 22:58:53 -06:00
Sabe Jones
bc1c637023
Merge branch 'sabrecat/winter-2021' into develop
2020-12-16 22:58:05 -06:00
Sabe Jones
eadbdeb7b8
Revert "WIP(event): Test values for event range--NOT FOR PRODUCTION"
...
This reverts commit 0d1643eb17 .
2020-12-16 22:57:08 -06:00
Sabe Jones
585359e22f
fix(event): missing gear strings
2020-12-16 22:52:46 -06:00
Sabe Jones
f0d6204968
Revert "fix(event): give notif to newbies"
...
This reverts commit cdb5ccf76a .
2020-12-16 18:40:53 -06:00
Sabe Jones
14fed0eb43
Revert "fix(event): give notif to newbies"
...
This reverts commit cdb5ccf76a .
2020-12-16 18:40:03 -06:00
Sabe Jones
427654d8bd
fix(event): give notif to newbies
2020-12-16 17:49:31 -06:00
Sabe Jones
cdb5ccf76a
fix(event): give notif to newbies
2020-12-16 17:46:32 -06:00
Sabe Jones
bf28a46803
feat(event): one more banner
2020-12-16 16:35:03 -06:00
Sabe Jones
84c10eb92a
feat(event): one more banner
2020-12-16 16:33:47 -06:00
Sabe Jones
fa197e1b57
feat(event): add banner shinies
2020-12-15 20:08:33 -06:00
Sabe Jones
993c5552e8
feat(event): add banner shinies
2020-12-15 20:06:16 -06:00
Sabe Jones
1eba72dd36
fix(messages): adjust for G1G1 banner height
2020-12-15 16:42:14 -06:00
Sabe Jones
4457b081fa
fix(messages): adjust for G1G1 banner height
2020-12-15 16:41:33 -06:00
Sabe Jones
395e1c25d4
fix(g1g1): correct blank private message
2020-12-15 16:07:31 -06:00
Sabe Jones
fdef94e826
fix(g1g1): correct blank private message
2020-12-15 15:54:29 -06:00
Sabe Jones
b3cfb57933
fix(events): EST not EDT
2020-12-15 09:52:37 -06:00
Sabe Jones
b4551088c1
fix(events): EST, not EDT
2020-12-15 09:50:01 -06:00
kevechen
26e6e583ab
Fixes mention link in a private message ( #12883 )
2020-12-14 23:00:15 +01:00
Matteo Pagliazzi
81c7036cdb
Merge branch 'release' into develop
2020-12-14 16:42:55 +01:00
Matteo Pagliazzi
23906d8f94
4.174.0
v4.174.0
2020-12-14 16:01:14 +01:00
Matteo Pagliazzi
2d091fc667
Stripe: upgrade module and API, switch to Checkout ( #12785 )
...
* upgrade stripe module
* switch stripe api to latest version
* fix api version in tests
* start upgrading client and server
* client: switch to redirect
* implement checkout session creation for gems, start implementing webhooks
* stripe: start refactoring one time payments
* working gems and gift payments
* start adding support for subscriptions
* stripe: migrate subscriptions and fix cancelling sub
* allow upgrading group plans
* remove console.log statements
* group plans: upgrade from static page / create new one
* fix #11885 , correct group plan modal title
* silence more stripe webhooks
* fix group plans redirects
* implement editing payment method
* start cleaning up code
* fix(stripe): update in-code docs, fix eslint issues
* subscriptions tests
* remove and skip old tests
* skip integration tests
* fix client build
* stripe webhooks: throw error if request fails
* subscriptions: correctly pass groupId
* remove console.log
* stripe: add unit tests for one time payments
* wip: stripe checkout tests
* stripe createCheckoutSession unit tests
* stripe createCheckoutSession unit tests
* stripe createCheckoutSession unit tests (editing card)
* fix existing webhooks tests
* add new webhooks tests
* add more webhooks tests
* fix lint
* stripe integration tests
* better error handling when retrieving customer from stripe
* client: remove unused strings and improve error handling
* payments: limit gift message length (server)
* payments: limit gift message length (client)
* fix redirects when payment is cancelled
* add back "subUpdateCard" string
* fix redirects when editing a sub card, use proper names for products, check subs when gifting
2020-12-14 16:01:07 +01:00
Matteo Pagliazzi
6d34319455
Stripe: upgrade module and API, switch to Checkout ( #12785 )
...
* upgrade stripe module
* switch stripe api to latest version
* fix api version in tests
* start upgrading client and server
* client: switch to redirect
* implement checkout session creation for gems, start implementing webhooks
* stripe: start refactoring one time payments
* working gems and gift payments
* start adding support for subscriptions
* stripe: migrate subscriptions and fix cancelling sub
* allow upgrading group plans
* remove console.log statements
* group plans: upgrade from static page / create new one
* fix #11885 , correct group plan modal title
* silence more stripe webhooks
* fix group plans redirects
* implement editing payment method
* start cleaning up code
* fix(stripe): update in-code docs, fix eslint issues
* subscriptions tests
* remove and skip old tests
* skip integration tests
* fix client build
* stripe webhooks: throw error if request fails
* subscriptions: correctly pass groupId
* remove console.log
* stripe: add unit tests for one time payments
* wip: stripe checkout tests
* stripe createCheckoutSession unit tests
* stripe createCheckoutSession unit tests
* stripe createCheckoutSession unit tests (editing card)
* fix existing webhooks tests
* add new webhooks tests
* add more webhooks tests
* fix lint
* stripe integration tests
* better error handling when retrieving customer from stripe
* client: remove unused strings and improve error handling
* payments: limit gift message length (server)
* payments: limit gift message length (client)
* fix redirects when payment is cancelled
* add back "subUpdateCard" string
* fix redirects when editing a sub card, use proper names for products, check subs when gifting
2020-12-14 15:59:17 +01:00
Matteo Pagliazzi
7072fbdd06
fix(client): more resilient autocomplete, possible fix for #11516
2020-12-14 15:58:12 +01:00
dependabot-preview[bot]
73cd6aec59
build(deps): bump @babel/preset-env from 7.12.7 to 7.12.10 ( #12875 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.7 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:23:51 +01:00
dependabot-preview[bot]
d05e535c7e
build(deps): bump validator from 13.5.1 to 13.5.2 in /website/client ( #12880 )
...
Bumps [validator](https://github.com/chriso/validator.js ) from 13.5.1 to 13.5.2.
- [Release notes](https://github.com/chriso/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chriso/validator.js/compare/13.5.1...13.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:19:30 +01:00
dependabot-preview[bot]
e8960f1b0b
build(deps): bump uuid from 8.3.1 to 8.3.2 ( #12871 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:19:18 +01:00
dependabot-preview[bot]
943ea1d8f3
build(deps): bump @babel/register from 7.12.1 to 7.12.10 ( #12874 )
...
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register ) from 7.12.1 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-register )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:18:19 +01:00
dependabot-preview[bot]
61172f82a3
build(deps): bump jwks-rsa from 1.11.0 to 1.12.0 ( #12872 )
...
Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases )
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jwks-rsa/commits/v1.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:17:43 +01:00
dependabot-preview[bot]
e7faebbf40
build(deps): bump got from 11.8.0 to 11.8.1 ( #12870 )
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.0 to 11.8.1.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.0...v11.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:17:26 +01:00
dependabot-preview[bot]
c800f36178
build(deps): bump @babel/core from 7.12.9 to 7.12.10 ( #12869 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.9 to 7.12.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:17:05 +01:00
dependabot-preview[bot]
f2fff946a4
build(deps): bump rate-limiter-flexible from 2.1.13 to 2.1.14 ( #12865 )
...
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible ) from 2.1.13 to 2.1.14.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases )
- [Commits](https://github.com/animir/node-rate-limiter-flexible/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:16:44 +01:00
dependabot-preview[bot]
e6b0bdb05e
build(deps-dev): bump sinon from 9.2.1 to 9.2.2 ( #12866 )
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinonjs/sinon/commits/v9.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:16:16 +01:00
dependabot-preview[bot]
709fcd5ae6
build(deps): bump validator from 13.5.1 to 13.5.2 ( #12868 )
...
Bumps [validator](https://github.com/chriso/validator.js ) from 13.5.1 to 13.5.2.
- [Release notes](https://github.com/chriso/validator.js/releases )
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chriso/validator.js/compare/13.5.1...13.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:16:08 +01:00
dependabot-preview[bot]
1b0251a492
build(deps): bump mongoose from 5.11.4 to 5.11.7 ( #12873 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.11.4 to 5.11.7.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.4...5.11.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:15:52 +01:00
dependabot-preview[bot]
c5cd20de22
build(deps): bump uuid from 8.3.1 to 8.3.2 in /website/client ( #12877 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 15:15:19 +01:00
Vipul Khandelwal
32d3da9310
Fixed toggle menu button in development mode ( #12862 )
2020-12-14 11:12:08 +10:00