Matteo Pagliazzi
3d5630d5a2
chore: update sub-deps and fix lint
2020-07-01 18:20:18 +02:00
Sabe Jones
92c3a640ee
feat(content): Bug Bonanza achievement
2020-03-17 09:11:41 -05:00
Sabe Jones
e94631a002
fix(test): food expectation, sigh
2020-03-13 11:10:28 -05:00
Sabe Jones
34145ed8ca
fix(event): decakeify
2020-02-01 12:07:23 -06:00
Sabe Jones
5a065b8a8a
fix(test): food expectation
2020-01-28 15:49:50 -06:00
Matteo Pagliazzi
85fb5f33aa
fix test lint
2019-10-08 20:45:38 +02:00
Matteo Pagliazzi
17c7a2bad1
fix common tests
2019-10-03 16:27:44 +02:00
Sabe Jones
e9163a1bb2
fix(test): Feathered Friends date range
2019-05-09 14:53:55 -05:00
Sabe Jones
6f7cd96e9f
Improved number validation ( #11131 )
...
* fix(purchasing): more number validation
* test(purchasing): add error cases
Also refactor NaN check and create client mixin
* fix(purchasing): cover "purchase" cases
2019-04-23 15:19:49 -05:00
Sabe Jones
2a225c2376
chore(event): end Pi Day
2019-03-15 10:31:08 -05:00
Sabe Jones
9ad50be6ca
fix(test): update food const
2019-03-14 07:32:32 -05:00
Sabe Jones
5b7c4bf03f
fix(event): end Cake
2019-02-02 13:10:56 -06:00
Sabe Jones
b1f42dcac9
feat(content): Habitica Birthday 2019
2019-01-31 17:10:56 -06:00
negue
d9b573b430
AbstractGemItemOperation - BuyQuestWithGemOperation ( #10476 )
2018-06-28 12:37:21 +02:00
negue
4f963e99dc
Purchase API Refactoring: Gems [Gold] ( #10271 )
...
* remove `keyRequired` - change to `missingKeyParam` - i18n-string
* extract & convert buyGemsOperation
* fix lint
2018-04-27 19:29:26 +02:00
Tyler Nychka
5449652bd2
pinned items fixes #10012 ( #10216 )
...
* Don't unpin non-gear items
Assumes that multiple of bundles, quests, eggs, potions can be bought
* Added tests
* Changed type checking and made variables global
* Lint fix
2018-04-13 15:19:44 +02:00
Travis
781256c917
fix: fix quest shop to not use string addition when buying quests ( #10120 )
...
* fix: fix quest shop to not use string addition when buying quests
fixes #10115
* Fixing quest purchase quantity interpretted as a string on the server side.
* Adjusting pull-request according to comments.
* Updating according to PR comments.
2018-03-24 11:17:23 -05:00
negue
54153ec299
Refactor Purchase API - Part 1 ( #9714 )
...
* move to shops/purchase
* move files to /buy/ instead of /purchase/
* refactor buy.js - add more itemtypes
* revert moving special purchases to buy
* only use buyOp from api-routes
* fix buying potion client-side
* undo import buy instead of purchase
* enable potion bulk purchase - use buyGear as fallback (as before)
* move quantity purchase inside buyHealthPotion
* move quantity purchase inside buyQuest
* move quantity purchase inside buySpecialSpell + add analytics
* remove unused quantity variable - set req.type on specialKeys
* fix `buyKnownKeys` on buy api
* test buy-special-spell if not enough gold
* more buy ops coverage
* fix lint
* buyMysterySet: test for window.confirm, buyQuest: check for Masterclassers unlock
* fix test & lint
* re-create package-lock.json to travis build ?
* use global.window instead of method argument
* add back canOwn checks
* remove buyMysterySet confirm request
2018-02-10 11:14:40 +01:00