Matteo Pagliazzi
65c739f7de
v3: misc fixes for payments
2016-05-18 22:35:03 +02:00
Matteo Pagliazzi
9efe75e9b8
Merge branch 'api-v3' of github.com:HabitRPG/habitrpg into api-v3
2016-05-18 22:12:02 +02:00
Matteo Pagliazzi
d6f52f0604
v3: fetch whole user when booting from group tto avoid issues with pre save hook expecting all data
2016-05-18 22:11:42 +02:00
Keith Holliday
9a32a01a3e
Added force cache update when fetching new messages ( #7360 )
2016-05-18 21:49:58 +02:00
Matteo Pagliazzi
f0f67e1e88
v3: fallbackto authWithHeaders if wuthWithSession or authWithUrl fails
2016-05-18 18:29:38 +02:00
Matteo Pagliazzi
ef9dc9a15a
v3: fix tests for challenge export
2016-05-18 17:49:17 +02:00
Keith Holliday
425172daae
Removed v2 calls from views ( #7351 )
2016-05-18 17:48:32 +02:00
Matteo Pagliazzi
58b9a08539
v3 client: correctly redirect after inviting
2016-05-18 17:41:42 +02:00
Matteo Pagliazzi
163b5b4ac3
v3: remove unused code
2016-05-18 17:28:33 +02:00
Matteo Pagliazzi
ae26713dd9
Merge branch 'api-v3' of github.com:HabitRPG/habitrpg into api-v3
2016-05-18 17:16:53 +02:00
Matteo Pagliazzi
95542cd42e
v3 client: fix sticky header
2016-05-18 17:16:40 +02:00
Alys
dad60909f7
move locales strings from api-v3.json to other locales files ( #7347 )
...
* move locales strings from api-v3.json: authentication strings -> front.json
* move locales strings from api-v3.json: authentication strings -> tasks.json
* move locales strings from api-v3.json: authentication strings -> groups.json
* move locales strings from api-v3.json: authentication strings -> challenge.json
* move locales strings from api-v3.json: authentication strings -> groups.json (again)
* move locales strings from api-v3.json: authentication strings -> quests.json
* move locales strings from api-v3.json: authentication strings -> subscriber.json
* move locales strings from api-v3.json: authentication strings -> spells.json
* move locales strings from api-v3.json: authentication strings -> character.json
* move locales strings from api-v3.json: authentication strings -> groups.json (PMs)
* move locales strings from api-v3.json: authentication strings -> npc.json
* move locales strings from api-v3.json: authentication strings -> pets.json
* move locales strings from api-v3.json: authentication strings -> miscellaneous
* move locales strings from api-v3.json: authentication strings -> contrib.json and settings.json
* move locales strings from api-v3.json: delete unused string (invalidTasksOwner), delete api-v3.json, whitespace cleanup
2016-05-18 16:56:05 +02:00
Blade Barringer
93d50e4f60
fix: Correct get tasks route to properly get todos ( #7349 )
2016-05-18 16:54:02 +02:00
Matteo Pagliazzi
73dd9f5920
v3 client: fix chat flagging
2016-05-18 16:50:50 +02:00
Matteo Pagliazzi
2f934455ad
v3: support party invitation from email
2016-05-18 16:39:11 +02:00
Matteo Pagliazzi
d1f9e9e7ca
v3: update footer with links to developer resources
2016-05-18 16:06:05 +02:00
Matteo Pagliazzi
4b81c97bfc
v3: info about API v3
2016-05-18 15:49:58 +02:00
Matteo Pagliazzi
034e464bf2
Merge branch 'api-v3' of github.com:HabitRPG/habitrpg into api-v3
2016-05-18 15:30:46 +02:00
Matteo Pagliazzi
7ea581bb38
v3 client: fix predicatbale random
2016-05-18 15:30:23 +02:00
Blade Barringer
9fdbec879a
Merge pull request #7337 from crookedneighbor/v2_fixes
...
Legacy Id for v2
2016-05-18 06:46:23 -05:00
Matteo Pagliazzi
210ac57165
v3: misc fixes
2016-05-18 12:16:31 +02:00
Matteo Pagliazzi
d888fc7588
v3 client: remove console.log statement
2016-05-18 11:23:11 +02:00
Keith Holliday
1a87619bac
Api v3 party quest fixes ( #7341 )
...
* Fix display of add challenge message when group challenges are empty
* Fixed forced quest start to update quest without reload
* Fixed needing to reload when accepting party invite
* Fix group leave and join reload
* Fixed leave current party and join another
* Updated party tests
2016-05-18 11:22:32 +02:00
Blade Barringer
dba53b85a2
refactor: Extract out finding task by id or _legacyId into a function
2016-05-17 17:12:41 -05:00
Blade Barringer
38473f09c7
fix: check for _legacyId in tasks if id does not exist
2016-05-17 16:48:42 -05:00
Blade Barringer
990d43928b
chore: Change v3 migration to use _legacyId instead of legacyId
2016-05-17 15:52:00 -05:00
Blade Barringer
5931aee26b
fix: Add _legacyId prop to tasks to support non-uuid identifiers
2016-05-17 15:51:31 -05:00
Blade Barringer
4f1d738272
fix: Provide default history [] for habit in score route
2016-05-17 15:51:31 -05:00
Blade Barringer
bf2e6489b7
fix: Provide default type and text for new task creation in score route
2016-05-17 15:51:31 -05:00
Blade Barringer
7ac67315e6
Merge branch 'develop' into api-v3
2016-05-17 15:50:31 -05:00
Matteo Pagliazzi
a0f8b715aa
v3: move TAVERN_ID to common code
2016-05-17 22:49:31 +02:00
Matteo Pagliazzi
2ff5c883d8
Merge branch 'api-v3' of github.com:HabitRPG/habitrpg into api-v3
2016-05-17 22:48:13 +02:00
Matteo Pagliazzi
e8b8fc3b3a
v3 client: fix tests
2016-05-17 22:43:18 +02:00
Blade Barringer
485c4599cd
Merge pull request #7316 from Alys/v3-debug-menu
...
[API v3] Debug menu jade file only - small adjustments
2016-05-17 15:20:41 -05:00
Sabe Jones
0d69a504d2
chore(news): Challenge Spotlight
2016-05-17 18:53:58 +00:00
Matteo Pagliazzi
b963acb91b
v3 client: only load completed todos once
2016-05-17 19:31:59 +02:00
Matteo Pagliazzi
2064db364f
v3 client: more user friendly errors
2016-05-17 19:22:35 +02:00
Matteo Pagliazzi
a757df9f5b
v3: fix notifications
2016-05-17 19:12:39 +02:00
Matteo Pagliazzi
30c9458493
v3 client: fix misc challenge issues
2016-05-17 18:19:45 +02:00
Matteo Pagliazzi
d293b2d6ee
v3 client: fix ability to send cards
2016-05-17 17:35:49 +02:00
Matteo Pagliazzi
bb6809fd6b
v3 client: do not show start quest button when quest is active
2016-05-17 17:06:28 +02:00
Matteo Pagliazzi
1b48ff4b8f
v3 fix client tests for unlinking
2016-05-17 17:02:36 +02:00
Matteo Pagliazzi
2d63076369
v3: fix typo
2016-05-17 16:40:18 +02:00
Matteo Pagliazzi
d2e9c45c0a
v3: fix authenticating with apiUrl
2016-05-17 16:37:48 +02:00
Matteo Pagliazzi
f4159daf21
v3 fix releasing pets
2016-05-17 16:26:59 +02:00
Matteo Pagliazzi
4b0262cee5
Merge branch 'api-v3' of github.com:HabitRPG/habitrpg into api-v3
2016-05-17 16:25:12 +02:00
Matteo Pagliazzi
41152157c2
v3: fix unlinking multiple tasks
2016-05-17 16:24:54 +02:00
Alys
1cf2c89171
adjust locales text, key names, and files for Rebirth, Reset, and Fortify / ReRoll for consistency with existing strings ( #7321 )
2016-05-17 15:48:58 +02:00
Matteo Pagliazzi
d648b0e0c8
v3 migration: fix createdAt date
2016-05-17 15:46:30 +02:00
Alys
810e4cbd78
completed To-Dos: return the 30 most recent instead of 30 oldest ( #7318 )
2016-05-17 08:13:47 +02:00