Isabelle Lavandero
cce9b33844
Filter dailies by due/not due in group plan and challenge page ( #10582 )
...
* sort by isDue works but only on refresh
* update isDue for new tasks
* apply correct filter to challenge page
2018-08-17 11:58:43 +02:00
Matteo Pagliazzi
b977d42402
fix hall of heroes
2018-08-17 11:52:15 +02:00
Keith Holliday
b7ca5be6ee
Closed modal when removing challenge task ( #10597 )
2018-08-16 16:54:57 -05:00
Keith Holliday
5ae89761b0
Prevent tour from displaying twice ( #10594 )
...
* Prevent tour from displaying twice
* Removed forced and prevent overlay click
2018-08-16 16:53:37 -05:00
Sabe Jones
8b0101c74c
4.57.0
2018-08-16 19:45:53 +00:00
Sabe Jones
dbd295e35b
chore(i18n): update locales
2018-08-16 19:45:45 +00:00
Sabe Jones
b5428f4ac9
Merge branch 'develop' into release
2018-08-16 14:41:09 -05:00
Sabe Jones
5b213b4f94
chore(sprites): compile
2018-08-16 14:40:27 -05:00
Sabe Jones
0142e332e8
feat(content): Kangaroo Pet Quest
2018-08-16 14:40:09 -05:00
Keith Holliday
b4f955333b
Revert mute date ( #10602 )
...
* Revert mute date
* Removed extra moment
2018-08-16 11:28:03 -05:00
Keith Holliday
2a7dfff88a
Added mute end date ( #10566 )
...
* Added mute end date
* Added indefinite mute for users using slurs
* Fixed user reload. Added no longer muted message. Added format for date
* Fixed lint
2018-08-12 12:09:12 -05:00
Alys
2c921609c1
improve apidocs related to allocating Stat Points and user/unlock - fixes #10557 ( #10592 )
...
* correct curl parameter (-X for request method; -x for proxy information)
* fix typo in error message
* fix mistakes in apidocs for allocating Stat Points
2018-08-12 12:11:01 +02:00
Rene Cordier
1f7dd421d4
Show accurate XP gain in notification on level up ( #10590 )
2018-08-12 11:55:10 +02:00
Matteo Pagliazzi
45ca090105
Revert "update packege-lock.json"
...
This reverts commit 02b22170e2 .
2018-08-11 12:40:23 +02:00
Matteo Pagliazzi
02b22170e2
update packege-lock.json
2018-08-11 10:29:09 +02:00
Sabe Jones
1134c7748b
Make private message character limit obvious on client ( #10579 )
...
* fix(messages): make character limit obvious on client
Fixes #10549
* fix(messages): localize hardcoded button text
2018-08-10 08:46:46 -05:00
Keith Holliday
7019e32eed
Reverted css loader ( #10588 )
2018-08-10 15:41:45 +02:00
Sabe Jones
485c528b45
Greenkeeper cleanup round 1 ( #10585 )
...
* fix(package): update csv-stringify to version 3.0.0
* chore(package): update lcov-result-merger to version 3.0.0
* chore(package): update karma-sinon-chai to version 2.0.0
* fix(package): update bcrypt to version 3.0.0
* fix(package): update validator to version 10.5.0
Closes #10320
* fix(package): update got to version 9.0.0
* chore(package): update karma to version 3.0.0
* Merge branch 'greenkeeper-css' into greenkeeper
2018-08-09 17:02:14 -05:00
Keith Holliday
f1c1ba8efa
Minor responsive updates to the spell bar ( #10580 )
2018-08-09 15:24:44 -05:00
Sabe Jones
b0e4c2cb11
4.56.3
2018-08-09 19:07:50 +00:00
Sabe Jones
0e346f7050
chore(i18n): update locales
2018-08-09 19:07:37 +00:00
Sabe Jones
1eb1fe76a8
Merge branch 'release' into develop
2018-08-08 16:55:21 -05:00
Sabe Jones
72a0e05804
4.56.2
2018-08-08 21:07:15 +00:00
Sabe Jones
5f37b9727a
chore(i18n): update locales
2018-08-08 21:06:54 +00:00
Sabe Jones
bf17b49046
chore(sprites): compile
2018-08-08 16:04:09 -05:00
Sabe Jones
36edf5265f
chore(news): Bailey for BTS Challenge
2018-08-08 16:03:57 -05:00
Keith Holliday
6da243e034
Added context message to streak ( #10565 )
...
* Added context message to streak
* Updated text
2018-08-08 03:52:53 -05:00
Alys
b87ff03210
remove unused messageGroupNotFound string (has been replaced with groupNotFound)
2018-08-07 13:01:02 +10:00
Alys
9d994f8a77
allow notification screen text to be translated ( #10576 )
...
The `noNotifications` string was not being used so changing it for
this purpose makes sense. Non-English users will see meaningful
text even before the new text is translated.
2018-08-05 10:48:36 +02:00
Sabe Jones
75c3f7214b
fix(members): Don't show "View Progress" if not a Challenge
2018-08-03 14:38:31 -05:00
Sabe Jones
f3f8fa3a42
feat(pets): Prebuild Kangaroo mount sprites
2018-08-03 14:19:11 -05:00
Sabe Jones
2e34dab9a6
4.56.1
2018-08-03 10:34:43 -05:00
Sabe Jones
0f9b274059
fix(news): Correct credit with apologies to @thefifthisa!
2018-08-03 10:34:29 -05:00
Matteo Pagliazzi
041bde0cba
amazon: fix styling
2018-08-03 12:23:50 +02:00
Alys
8888e63005
limit chat message flagging ability for new players - fixes #10069 ( #10567 )
...
* remove duplicate module.exports statement
* remove commented-out footer in Slack slur notification
There's no need for anything to replace this footer.
* swap order of flag actions to put most critical first
This causes moderators to be notified before the flagged message's flagCount is incremented, because if something happens to prevent the flagGroupMessage Promise from resolving, we still want to mods to see the notification.
* limit chat message flagging ability for new players
Players who created accounts less than three days ago can flag posts
but that does not contribute to the posts' flagCount. This prevents
a troll from maliciously hiding innocent messages by creating new
accounts to flag them.
* add tests
* fix other tests
2018-08-03 12:04:01 +02:00
Isabelle Lavandero
7aa2fac14a
Localize time for due dates and chat messages ( #10555 )
...
* localize time for pt_BR and zh
* add zh_TW to moment langs mapping
2018-08-03 11:57:43 +02:00
FergusonSean
4493e1d98c
Fix path to detect when group is the tavern or the user's party and set paths appropriately ( #10570 )
...
* Fix path to detect when group is the tavern or the user's party and set path's appropriately
* Fix lint issues
2018-08-03 11:54:32 +02:00
Sabe Jones
fcbc2acda7
4.56.0
2018-08-02 18:46:57 +00:00
Sabe Jones
729ba36ed3
chore(i18n): update locales
2018-08-02 18:45:32 +00:00
Sabe Jones
896495cac5
Merge branch 'develop' into release
2018-08-02 18:41:36 +00:00
Sabe Jones
3f89dae8c9
chore(sprites): compile
2018-08-02 13:39:34 -05:00
Sabe Jones
4ec5df170c
feat(content): Backgrounds, Armoire, minor sprite fixes
2018-08-02 13:38:51 -05:00
Matteo Pagliazzi
fdbcd99525
remove hatching modal every time the stable is loaded
2018-08-02 08:37:01 +02:00
Sabe Jones
99726bdc2f
Merge branch 'release' into develop
2018-08-01 17:17:07 -05:00
Sabe Jones
b00d1a067e
4.55.1
2018-08-01 19:52:27 +00:00
Sabe Jones
0910ca7470
chore(i18n): update locales
2018-08-01 19:51:43 +00:00
Sabe Jones
24f5e7c19f
chore(sprites): compile
2018-08-01 14:48:50 -05:00
Sabe Jones
4f34443b84
chore(event): end Summer Splash + Potions
...
Also Bailey news
2018-08-01 14:48:38 -05:00
Alys
714706f925
add quest participant list to collection quests ( #10568 )
2018-08-01 10:43:33 +02:00
Sabe Jones
0899dddb42
Merge branch 'release' into develop
2018-07-31 15:31:48 -05:00