Phillip Thelen
cfbfec34aa
Allow gems and subs to be gifted through in-app-purchases ( #10892 )
...
* Allow gems to be gifted through IAPs
* implement non recurring IAP subscriptions
* fix localization issue in error
* fix non renewing subscription handling
* Fix lint error
* fix tests
* move findbyId mock to helper file
* undo package-lock changes
* Fix lint error
2018-12-23 19:20:14 +01:00
Sabe Jones
8220199e49
Gift 1 Get 1 Promo 2018-19! ( #10915 )
...
* feat(subscription): promo banner in modal
* feat(subscription): promo banner on main page
* fix(banners): remove extraneous margin adjustment
* fix(banners): various
* feat(promotion): gift 1, get 1
* fix(promo): various
* chore(promo): add Bailey
* fix(promo): use different email template for promo beneficiary
* fix(promo): turns out Winter is meaningful
2018-12-18 15:28:53 -06:00
negue
1c17b415f0
refactor {group,inbox}-chatReporter variables
2018-12-06 23:55:18 +01:00
Sabe Jones
f42e22b58f
Make env vars more palatable for containerization ( #10895 )
...
* refactor(env-vars): remove object/colon syntax
* fix(tests): correct config expectations
2018-12-06 10:13:49 -06:00
Matteo Pagliazzi
7873800f87
fix(kafka queue): remove leftover code
2018-12-01 12:16:34 +01:00
Matteo Pagliazzi
3239491144
fix(lint): remove unused params
2018-11-30 16:04:56 +01:00
negue
b912a83f22
refactor "formatUser" to show the correct user and displayname
2018-11-29 20:15:47 +01:00
negue
fb3a9740bd
add display name to the email variables
2018-11-29 20:00:05 +01:00
negue
817c943860
Merge remote-tracking branch 'origin/develop' into negue/flagpm
2018-11-29 19:02:01 +01:00
negue
0aba448c48
fix sentence
2018-11-29 19:01:26 +01:00
Sabe Jones
b218eb2c00
Merge remote-tracking branch 'origin/greenkeeper/update-to-node-10' into release
...
also remove Kafka
2018-11-29 14:51:40 +00:00
Sabe Jones
b82660823d
Merge branch 'release' into develop
2018-11-28 20:57:37 +00:00
Sabe Jones
e6807d36b5
fix(analytics): record usernames
2018-11-28 13:02:48 -06:00
Phillip Thelen
1ece230621
remove console call
2018-11-28 12:52:08 -06:00
Phillip Thelen
d934d9d759
Move group chat analytics event to server
2018-11-28 12:52:00 -06:00
Phillip Thelen
8641a98107
Merge branch 'develop' into phillip/autocomplete-username
2018-11-28 14:02:35 +01:00
Matteo Pagliazzi
bf7fabb20a
fix(amazon): add new env variable to specify environment
2018-11-28 11:07:06 +01:00
Alys
21f14d55b7
add two slurs - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2018-11-27 15:41:42 +01:00
Phillip Thelen
f65240c217
Fix issue with username highlighting
2018-11-27 13:20:45 +01:00
Phillip Thelen
e9c86622c5
Begin adding server-side autocomplete to web client
2018-11-26 15:47:22 +01:00
Alys
a2b38ffb02
add two slurs - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2018-11-21 19:48:50 +10:00
negue
3203bffeaa
refactor update the message to use .save - fix test
2018-11-18 22:37:09 +01:00
negue
8b15d94ae1
Merge remote-tracking branch 'origin/develop' into negue/flagpm
...
# Conflicts:
# website/client/components/chat/chatCard.vue
# website/client/components/chat/chatMessages.vue
# website/common/locales/en/messages.json
2018-11-18 22:04:33 +01:00
Phillip Thelen
aae2fb1cb9
Create links to users profile in chat messages
2018-11-15 14:27:14 +01:00
negue
8f2435c37c
refactor Inbox-mongodb requests
2018-11-08 22:04:55 +01:00
Sabe Jones
1ac4dd8171
feat(usernames): invite by username
2018-11-07 15:00:22 -06:00
Sabe Jones
4f86abd6b2
Merge branch 'develop' into sabrecat/usernames-master
2018-11-07 08:39:57 -06:00
Sabe Jones
a5ef6a129e
fix(auth): new users should start verified
2018-11-03 16:03:53 -05:00
Sabe Jones
eafa2f8cdd
Merge branch 'release' into sabrecat/usernames-master
2018-11-01 14:51:28 -05:00
Matteo Pagliazzi
79c0499672
Mongoose: use $type as the typeKey ( #10789 )
...
* use $type as the typeKey in mongoose
* fix and add tests
2018-10-28 15:42:48 -05:00
Matteo Pagliazzi
dadb752087
Mongoose: use $type as the typeKey ( #10789 )
...
* use $type as the typeKey in mongoose
* fix and add tests
2018-10-28 15:23:41 +01:00
Sabe Jones
8e05a1b489
Merge branch 'develop' into sabrecat/usernames-master
2018-10-26 15:45:55 -05:00
Derek Kim
4ed1082558
fix for #10496 : Newly subscribed accounts receive erroneous notification that they have Mystery Items ( #10759 )
...
* fix
Newly subscribed accounts receive erroneous notification that they have Mystery Items
* Added unit test for #10496
* Restored a previous unit test
2018-10-23 13:47:15 +02:00
Matteo Pagliazzi
d1b86e6c14
Remove code for Pusher ( #10774 )
...
* remove pusher
* fix linting
2018-10-23 13:25:52 +02:00
Matteo Pagliazzi
c813afba44
Upgrade mongoose ( #10767 )
...
* fix mongoose and upgrade
* fix more validations
2018-10-23 13:25:14 +02:00
Matteo Pagliazzi
1f44444a50
Fix subcriptions remaining time disappearing after cancelling ( #10761 )
...
* add hasCancelled method for group/user, prevent cancelling a subscription twice
* wip
* paypal: do not cancel a subscription twice
* make sure hasCancelled and hasNotCancelled return a boolean result
2018-10-18 12:14:07 +02:00
Sabe Jones
c99855cef4
Merge branch 'sabrecat/force-username-modal' into sabrecat/usernames-master
2018-10-17 15:29:23 -05:00
Sabe Jones
392b54aa7b
fix(usernames): remove more ratzen fratzen dupe strings
2018-10-13 21:05:07 -05:00
Sabe Jones
25ed05ab0a
Analytics: clean up old A/B test code & add username verify flag ( #10754 )
...
* chore(analytics): clean up old A/B test code & add username verify
* fix(lint): more AB cleanup
2018-10-13 13:03:20 -05:00
Sabe Jones
fa1fef11d6
feat(usernames): modal to force verification
2018-10-13 12:53:16 -05:00
negue
5670be26c7
review fixes
2018-10-10 20:46:43 +02:00
Sabe Jones
c0e0b10a95
Merge branch 'release' into develop
2018-10-10 01:20:18 +00:00
Matteo Pagliazzi
36ead77e0c
Fixes group plan verify username ( #10747 )
...
Misc fixes
2018-10-09 20:07:50 +02:00
negue
9fc03cb91a
cleanup
2018-10-08 19:08:14 +02:00
Mateus Etto
ef07abfd28
Merge branch 'develop' into party-chat-translations
...
# Conflicts:
# test/api/unit/models/group.test.js
# website/server/controllers/api-v3/user/spells.js
# website/server/models/chat.js
# website/server/models/group.js
2018-10-08 18:44:02 +09:00
Matteo Pagliazzi
c880596a77
Cleanup after inbox migration ( #10487 )
2018-10-05 19:34:42 +02:00
Sabe Jones
cafabd93e1
fix(passport): use graph API v2.8
2018-10-04 18:09:58 -05:00
Sabe Jones
90d35d2f1f
fix(auth): Don't try to check existing username on new reg
2018-10-03 15:56:09 -05:00
Sabe Jones
45a757b589
fix(auth): account for new username paradigm in add-local flow
2018-10-03 14:01:45 -05:00
Sabe Jones
a7acd863f3
fix(lint): comma spacing
2018-10-02 16:59:39 -05:00