mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
* Begin refactoring news API to return individual markdown posts
* Implement simple bailey CMS
* Prevented users with lvl less than 10 from seeing mana
* Added in class checks and notification tests
* Added getter use
* Fixed class check
* chore(i18n): update locales
* 4.60.2
* remove tests that are no longer needed because we won't be purging private messages (#10670)
Ref: this comment from paglias: https://github.com/HabitRPG/habitica/issues/7940#issuecomment-406489506
* remove .only
* allow challenge leader/owner to view/join/modify challenge in private group they've left - fixes #9753 (#10606)
* rename hasAccess to canJoin for challenges
This is so the function won't be used accidentally for other
purposes, since hasAccess could be misinterpretted.
* add isLeader function for challenges
* allow challenge leader to join/modify/end challenge when they're not in the private group it's in
* delete duplicate test
* clarify title of existing tests
* add tests and adjust existing tests to reduce privileges of test users
* fix lint errors
* remove pointless isLeader check (it's checked in canJoin)
* Correct Challenges tooltip in Guild view (#10667)
* Fix new party member cannot join pending quest (#10648)
* Saved sort selection into local storage for later use - fixes #10432 (#10655)
* Saved sort selection into local storage for later use
* Updated code to use userLocalManager module
* Fix initial position item info when selecting one item after another (fixes #10077) (#10661)
* Update lastMouseMoveEvent even when dragging an egg or potion.
* Update lastMouseMoveEvent even when dragging a food item.
* Refactor/market vue (#10601)
* extract inventoryDrawer from market
* show scrollbar only if needed
* extract featuredItemsHeader / pinUtils
* extract pageLayout
* extract layoutSection / filterDropdown - fix sortByNumber
* rollback sortByNumber order-fix
* move equipment lists out of the layout-section (for now)
* refactor sellModal
* extract checkbox
* extract equipment section
* extract category row
* revert scroll - remove sellModal item template
* fix(lint): commas and semis
* Created category item component (#10613)
* extract filter sidebar
* fix gemCount - fix raising the item count if the item wasn't previously owned
* fixes #10659
* remove unneeded method
* fix typo when importing component
* feat(content): Forest Friends Quest Bundle
* chore(sprites): compile
* chore(i18n): update locales
* 4.60.3
* fix(bcrypt): install fork compatible with Node 8
* chore(i18n): update locales
* 4.60.4
* add swear words - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
* add pinUtils-mixin - fixes #10682 (#10683)
* chore(news): Bailey
* chore(i18n): update locales
* 4.60.5
* Improve rendering banner about sleeping in the inn
See #10695
* Display settings in one column
* Small Updates (#10701)
* small updates
* fix client unit test
* fix uuid validation
* Revert "Small Updates (#10701)" (#10702)
This reverts commit
|
||
|---|---|---|
| .. | ||
| auth | ||
| buy | ||
| stats | ||
| DELETE-user.test.js | ||
| DELETE-user_messages.test.js | ||
| DELETE-user_push_device.test.js | ||
| GET-user.test.js | ||
| GET-user_anonymized.test.js | ||
| GET-user_inAppRewards.test.js | ||
| GET-user_inventory_buy.test.js | ||
| GET-user_toggle-pinned-item.test.js | ||
| POST-move-pinned-item.js | ||
| POST-user_block.test.js | ||
| POST-user_change-class.test.js | ||
| POST-user_class_cast_spellId.test.js | ||
| POST-user_custom-day-start.test.js | ||
| POST-user_disable-classes.test.js | ||
| POST-user_equip_type_key.test.js | ||
| POST-user_feed_pet_food.test.js | ||
| POST-user_hatch_egg_hatchingPotion.test.js | ||
| POST-user_mark_pms_read.test.js | ||
| POST-user_open_mystery_item.test.js | ||
| POST-user_purchase.test.js | ||
| POST-user_purchase_hourglass.test.js | ||
| POST-user_push_device.test.js | ||
| POST-user_read_card.test.js | ||
| POST-user_rebirth.test.js | ||
| POST-user_release_both.test.js | ||
| POST-user_release_mounts.test.js | ||
| POST-user_release_pets.test.js | ||
| POST-user_reroll.test.js | ||
| POST-user_reset.test.js | ||
| POST-user_revive.test.js | ||
| POST-user_sell.test.js | ||
| POST-user_sleep.test.js | ||
| POST-user_unlock.js | ||
| PUT-user.test.js | ||