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
Matteo Pagliazzi
519a580b7b
fix quests migration
2019-07-17 22:04:25 +02:00
Sabe Jones
581a40ffad
4.104.1
2019-07-17 14:20:35 -05:00
Sabe Jones
61c78355bd
feat(content): enable Splashy Pals Bundle
2019-07-17 14:20:21 -05:00
Matteo Pagliazzi
f82c93a9ec
restore default for migration runner and respect unsubscription preferences
2019-07-17 21:07:43 +02:00
Matteo Pagliazzi
e8c6340af8
add migration to restore scrolls
2019-07-17 20:48:48 +02:00
Matteo Pagliazzi
1e66cc9193
fix
2019-07-17 15:11:58 +02:00
Matteo Pagliazzi
ef6d835391
fix
2019-07-17 14:34:03 +02:00
Matteo Pagliazzi
51f7ce3280
possible fix for script stuck script
2019-07-17 13:34:08 +02:00
Sabe Jones
2b7891e788
WIP(migration): then
2019-07-17 06:05:38 -05:00
Sabe Jones
c640a648b9
WIP(migration): refactor group fix script
2019-07-17 10:42:08 +00:00
Sabe Jones
116f0446e5
fix(migrations): don't default to mystery items
2019-07-16 22:55:59 -05:00
Sabe Jones
065e8303df
fix(groups): migration to restore disrupted user data
2019-07-16 20:23:05 -05:00
Sabe Jones
20fc233ad7
4.104.0
2019-07-02 13:30:46 -05:00
Sabe Jones
adbe58a0da
chore(sprites): compile
2019-07-02 13:30:41 -05:00
Sabe Jones
b1b90d6dba
feat(content): backgrounds and Armoire items
2019-07-02 13:30:33 -05:00
Sabe Jones
ef29247526
4.103.1
2019-07-01 14:54:03 -05:00
Sabe Jones
1c59e78ea9
chore(sprites): compile
2019-07-01 14:53:50 -05:00
Sabe Jones
18e4e11a95
chore(news): Bailey
...
and extend a couple of items by 1 day
2019-07-01 14:53:40 -05:00
SabreCat
82f34ed437
v4.103.0
2019-06-25 15:19:00 +00:00
SabreCat
3b268287b1
chore(sprites): compile
2019-06-25 15:14:56 +00:00
SabreCat
0e253fbb06
feat(content): mystery items
2019-06-25 15:13:08 +00:00
Sabe Jones
043696c225
4.102.0
2019-06-20 15:13:55 -05:00
Sabe Jones
69c2b0378f
chore(sprites): compile
2019-06-20 15:13:27 -05:00
Sabe Jones
fcfc44fd13
feat(content): Watery Potions
...
also fixes some sprite issues
2019-06-20 15:13:19 -05:00
Sabe Jones
76773d27c6
4.101.1
2019-06-18 23:29:07 -05:00
Sabe Jones
b3e81177ec
fix(content): correct Mage weapon price, smarten Rebirth banner
2019-06-18 23:29:00 -05:00
Sabe Jones
020726f6f8
4.101.0
2019-06-18 20:05:15 -05:00
Sabe Jones
9f9b0c73c3
fix(event): 30 days hath July? uh, no
2019-06-18 19:49:55 -05:00
Sabe Jones
2c03c114da
chore(sprites): compile
2019-06-18 19:20:23 -05:00
Sabe Jones
8e9500fed2
feat(event): Summer Splash 2019
2019-06-18 19:20:14 -05:00
Sabe Jones
377f849f9e
Merge branch 'free-rebirth-limit' into release
2019-06-18 16:02:12 -05:00
Sabe Jones
8bbada540d
feat(rebirth): add banner to buy modal
2019-06-18 15:24:50 -05:00
Matteo Pagliazzi
ee867a9d30
add tests
2019-06-17 21:04:22 +02:00
Matteo Pagliazzi
14a4f42b50
indentation
2019-06-17 20:47:55 +02:00
Matteo Pagliazzi
2cbb0a85a4
limit free rebirth to once every 45 days
2019-06-17 20:37:18 +02:00
Sabe Jones
975e068fe2
4.100.2
2019-06-14 12:35:37 +00:00
Sabe Jones
5a5f1d6895
Revert "Performance: Inbox Paging / loading ( #11157 )"
...
This reverts commit 5630e8cc8e .
2019-06-14 12:34:38 +00:00
Sabe Jones
1db0cda6b1
4.100.1
2019-06-13 13:14:32 -05:00
Sabe Jones
f987585cf1
fix(quests): content corrections
2019-06-13 13:13:55 -05:00
Sabe Jones
0325ae9636
fix(avatar): style correction
2019-06-13 13:10:06 -05:00
Sabe Jones
4c4fbfe790
fix(backgrounds): put errant BGs on 3x3 grid
2019-06-13 12:22:28 -05:00
Sabe Jones
6b59262e3e
Challenge privacy fix ( #11222 )
...
* fix(challenges): filter out private content API-side
* fix(challenges): cleaner fix + test
2019-06-13 09:27:47 -05: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
Sabe Jones
34faf2fd50
4.100.0
2019-06-11 15:27:34 -05:00
Sabe Jones
896950dbf0
chore(sprites): compile
2019-06-11 15:26:50 -05:00
Sabe Jones
424c50f2a4
chore(news): Bailey
...
also direct mod contact form to HTTPS
2019-06-11 15:26:38 -05:00
Sabe Jones
f235a64d96
Merge branch 'sabrecat/pet-achievements' into release
2019-06-11 15:12:34 -05:00
Sabe Jones
286abe334e
fix(notifications): add missing enum
2019-06-11 14:50:17 -05:00