Sabe Jones
b0bb537501
Merge branch 'release' into develop
2019-07-22 16:38:07 -05:00
Matteo Pagliazzi
931e2565b6
Use mandrill for password resets and usernames in emails ( #11277 )
...
* use mandrill for password resets
* fix email id
* fix username in emails and tests
* fix tests
* fix package-lock
2019-07-22 19:44:01 +02:00
negue
c9a56e8f3e
Performance/inbox paging ( #11258 )
...
* merge all changes to one commit of PR #11157 / #11226
* rename the new paged messages route
* rename event, move map-method to the Inbox schema, fix lint
* move `mapMessage`-call to `getUserInbox`
* revert schema.method back to a normal one
2019-07-15 11:25:22 +02:00
Sabe Jones
5a5f1d6895
Revert "Performance: Inbox Paging / loading ( #11157 )"
...
This reverts commit 5630e8cc8e .
2019-06-14 12:34:38 +00:00
negue
5630e8cc8e
Performance: Inbox Paging / loading ( #11157 )
...
* load messages per conversation
* only sort ones in ui
* add contributor to message
* fix correct message layout/message
* mugenScroll on chatMessages
* fix lint, no mugen-scroll, use own scroll handler
* fix height / margin of modal + use button to load more
* fix tests
* user data from inbox
* style "load earlier messages"
* move mapMessage to the inbox api result / extract sentMessage of members-api-controller
* fix test back
* fix test
* keep last scroll position
* just set the Id of the returned message instead of all other properties
* fix add new messages (buttons were hidden) + load more
* item-mounted debounce to trigger the re-scrolling
2019-06-13 15:18:50 +02:00
Matteo Pagliazzi
5268bbb8a9
fix(subscription): reset lastReminderDate when creating a new subscription
2019-06-12 17:21:08 +02:00
Matteo Pagliazzi
270078a030
Merge pull request #11170 from HabitRPG/Yutsuten-party-chat-translations
...
Party Chat Translations (Continuation of #10019 )
2019-05-26 11:45:12 +02:00
Alys
ec75de5a90
add swear words - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2019-05-26 16:25:33 +10:00
Mateus Etto
28bf024990
Move translateMessage to libs
2019-05-15 19:07:17 +09:00
Sabe Jones
90532b0763
Merge branch 'develop' into Yutsuten/party-chat-translations
2019-05-08 15:13:53 -05:00
negue
83070e211d
Inbox: Add API to list conversations ( #11110 )
...
* Add API to list inbox conversations
* fix test + add api doc
* use `.lean()`
* orderBy after the the grouped conversations are loaded
* fix ordering
2019-04-26 18:45:05 +02:00
Matteo Pagliazzi
9d473cc92e
wip: fix setting (some) items values in the hall of heroes ( #11133 )
2019-04-25 22:41:43 +02:00
Matteo Pagliazzi
bd3de3c48c
Spells Performances ( #11104 )
...
* spells: only select needed fields
* fix tests
* add comment
2019-04-19 16:18:32 +02:00
Sabe Jones
f16e0bd044
chore(news): Bailey
...
also conclude email A/B testing
2019-04-18 14:15:28 -05:00
Alys
f09b65e108
add swear word - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
...
This adds "pewdiepie" to the list of banned words because
"subscribe to pewdiepie" is semi-common spam in the Tavern,
and because there is sometimes hate speech in the YouTube
channel and in some material posted by pewdiepie's fans.
2019-04-03 20:54:58 +10:00
Matteo Pagliazzi
e10655a5b4
fix(logs): fix FCM logging
2019-04-02 23:19:01 +02:00
Sabe Jones
d25a5fcd57
Merge branch 'release' into develop
2019-04-02 15:55:35 -05:00
Matteo Pagliazzi
6c4e1a326f
fix(logger): log promise in unhandledRejection event
2019-04-02 22:32:57 +02:00
Sabe Jones
9cf8c0a824
Merge branch 'release' into develop
2019-04-02 13:09:46 -05:00
Matteo Pagliazzi
c60481ab34
Amplitude fixes v2 ( #11100 )
...
* fix(analytics): properly catch and log errors
* misc
* refactor
* more refactor
* fallback for user id
* fix tests
2019-04-02 18:44:39 +02:00
Matteo Pagliazzi
0b8ce63c76
WIP: Improve User model performances ( #10832 )
...
* wip: define items as mixed objects
* add default owned gear
* mark modified
* more mark modified
* more mark modified
* more mark modified
* more mark modified
* fix common tests
* fix common tests
* update mongoose
* add itemsUtils
* use new util function in hall controller
* add tests for items utils
* update website/server to mark all items as modified
* start updating common code
* update login incentives
* update unlock
* remove changes to package-lock.json
* remove changes to package.json
2019-04-01 19:24:18 +02:00
negue
0b82722d27
performance: private messages - API ( #11077 )
...
* paging for inbox
* clean up
2019-03-31 20:52:53 +02:00
Matteo Pagliazzi
6cc925b535
Merge pull request #10988 from HabitRPG/sabrecat/platform-analytics-tweak
...
Set registered platform on analytics only once
2019-03-23 18:19:15 +01:00
Sabe Jones
d178928c45
fix(analytics): remove excess promise layer
2019-03-18 15:51:49 -05:00
Sabe Jones
3f04c8abf5
chore(email): next split test iteration
2019-03-14 12:21:46 -05:00
Sabe Jones
0d374d817c
chore(email): end split test
2019-03-14 07:02:45 -05:00
Sabe Jones
201085651b
Merge branch 'release' into develop
2019-03-05 15:44:04 -06:00
Sabe Jones
e6c3d00665
fix(emails): send split-test mailings for social reg accounts
2019-03-05 14:55:45 -06:00
Matteo Pagliazzi
080c4b3e20
Merge branch 'develop' into negue/flagpm
2019-03-03 17:12:11 +01:00
Matteo Pagliazzi
45a9d6d17b
ios: cancel invalid subscriptions without errors ( #11035 )
2019-02-27 18:48:13 +01:00
Matteo Pagliazzi
cc766d2260
gcp stackdriver tracing: attach user id ( #11033 )
2019-02-27 18:47:33 +01:00
Sabe Jones
ea5ce64db6
fix(email): use updated slugs
...
and genericize logic for easier tweaking later
2019-02-22 15:47:24 -06:00
Sabe Jones
10b69986c0
chore(email): split test for welcome message
2019-02-22 15:13:32 -06:00
Sabe Jones
f137342d88
fix(analytics): still more registeredThrough cleanup
2019-02-12 16:12:53 -06:00
Sabe Jones
94db493974
fix(analytics): don't also send prop along with event
2019-02-12 16:07:14 -06:00
Sabe Jones
ee5c761680
fix(analytics): set reg platform only once
2019-02-12 16:04:14 -06:00
negue
2f699e24d7
update test to use the correct author_name format
2019-01-27 19:05:00 +01:00
negue
faa0611ab2
Merge branch 'develop' of https://github.com/HabitRPG/habitica into negue/flagpm
2019-01-27 18:14:51 +01:00
Sabe Jones
5bd9fcc99d
Merge branch 'release' into develop
2019-01-18 14:59:37 -06:00
Sabe Jones
ec37524164
chore(promo): end G1G1 deal
2019-01-15 18:57:10 -06:00
Matteo Pagliazzi
f63d2e47f0
do not show "Notification not found" error messages ( #10931 )
...
* start fixing #10391
* do not show snackbars for notifications not found
* revert message changes
* update tests
* add new test
* fix property
2019-01-13 11:43:02 +01:00
negue
61606cb69d
change to User ID - change mail var _DISPLAYNAME _DISPLAY_NAME
2019-01-04 21:04:41 +01:00
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