mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-25 15:15:42 +00:00
* Start adding google login * fix local js issue * implement syntax suggestions * fix delete social tests * Add service for authentication alerts * fix social login tests * make suggested google sign in changes * fix accidentally deleted code * refactor social network sign in * fix incorrect find * implement suggested google sign in changes * fix(tests): Inject fake Auth module for auth controller * fix(test): prevent social service from causing page reload * fix loading user info * Use lodash's implimentation of find for IE compatibility * chore: increase test coverage around deletion route * chore: clean up social auth test * chore: Fix social login tests * remove profile from login scope * fix(api): Allow social accounts to deregister as user has auth backup * temporarily disable google login button |
||
|---|---|---|
| .. | ||
| auth | ||
| DELETE-user.test.js | ||
| DELETE-user_delete_webhook.test.js | ||
| DELETE-user_messages.test.js | ||
| DELETE-user_push_device.test.js | ||
| GET-user.test.js | ||
| GET-user_anonymized.test.js | ||
| GET-user_inventory_buy.test.js | ||
| POST-user_add_webhook.test.js | ||
| POST-user_allocate.test.js | ||
| POST-user_allocate_now.test.js | ||
| POST-user_block.test.js | ||
| POST-user_buy.test.js | ||
| POST-user_buy_armoire.test.js | ||
| POST-user_buy_gear.test.js | ||
| POST-user_buy_health_potion.test.js | ||
| POST-user_buy_mystery_set.test.js | ||
| POST-user_buy_quest.test.js | ||
| POST-user_buy_special_spell.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 | ||
| PUT-user_update_webhook.test.js | ||