Carl Vuorinen
f7af8ec910
Set 30 days TTL for smartbanner ( #12174 )
...
So that it will not get shown every time (it uses session cookie by default).
30 days in milliseconds = 2592000000
2020-05-09 18:00:12 +02:00
negue
db0009ebad
FIX: scroll/loading guilds ( #12176 )
...
* debounce scroll/loading guilds
* Update discovery.vue
remove threshold
2020-05-06 18:37:29 +02:00
Sabe Jones
be622e8b10
Merge branch 'release' into develop
2020-05-05 15:03:39 -05:00
Sabe Jones
1831c0dd79
chore(sprites): compile
2020-05-05 15:02:42 -05:00
Bart Enkelaar
6e24cf0fe1
Vue component unit test isolation ( #12154 )
...
* Issue 10786 - Add unit test for Home component
* Issue 10786 - Improve test setup and test invite parameter variations
* Issue 10786 - Improve Vue.js test isolation by adding async keyword to dispatch function
* Issue 10786 - Missing action does not need to be awaited
* Use localVue for groupsUtilities test and revert partial zone fix
2020-05-05 16:20:08 +02:00
tsukimi2
378325a8a2
Changed private message" button to use <a href> to open Private Messa… ( #12010 )
...
* Changed private message" button to use <a href> to open Private Message page in same tab.
Changed private message" button to use <a href> to open Private Message page in same tab with normal mouse click, and open in a new tab with right mouse click mouse context menu.
* Use router-link and navigation guard as requested.
Change from <a href to router-link in profile.vue and use navigation guard to obtain selected user data from server instead of doing so in mount method as requested.
* Added habitica::dismiss-modal to hide members modal
* Suggestion from lint
* Use replace in router-link to as per suggestion
* Suggestion by lint
* Remove sendMessage function in profile.vue as suggested in PR review
2020-05-05 16:14:31 +02:00
Sabe Jones
adff828c91
Merge branch 'release' into develop
2020-05-04 14:52:06 -05:00
Sabe Jones
84a52002c8
chore(sprites): compile
2020-05-04 14:50:44 -05:00
Sabe Jones
671c90a593
chore(news): Bailey
2020-05-04 14:50:36 -05:00
dependabot-preview[bot]
c87803caca
build(deps): bump bootstrap-vue from 2.12.0 to 2.13.0 in /website/client ( #12158 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases )
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.12.0...v2.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-04 09:57:03 +02:00
Matteo Pagliazzi
ca4efa21cf
Reset should unassign Stat Points
...
Squashed commit of the following:
commit c3c2c364118a90f893ea7fca0a943ea64299234a
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Sun May 3 22:36:57 2020 +0200
increase timeout to 100ms to allow a correct route change before reload
commit 5fd85345ce4a1d3684ca991db7f666803c899e63
Merge: a73b5c942b 33331554d3
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Sun May 3 22:35:33 2020 +0200
Merge branch 'develop' of https://github.com/PitiTheGrey/habitica into PitiTheGrey-develop
commit 33331554d3
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Sun May 3 22:14:33 2020 +0200
Order fixed.
Rekord after reset
commit 3374ed29db
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Sun May 3 22:01:07 2020 +0200
Return to page then reset
commit a73b5c942b577dd357ce76380a0102c6823f66c1
Merge: 888f2c8217 0887141ec4
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Sun May 3 21:44:16 2020 +0200
Merge branch 'develop' of https://github.com/PitiTheGrey/habitica into PitiTheGrey-develop
commit 0887141ec4
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Sun May 3 20:42:50 2020 +0200
Remove 2nd try (sorry)
commit e5534a7cba
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Sun May 3 20:14:49 2020 +0200
removed unnecessary lines of code
commit 888f2c8217611d367bee912b63d4cc3f4def59bb
Merge: aeba14f2e9 e5c5f7f1d0
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Sun May 3 19:43:02 2020 +0200
Merge branch 'develop' of https://github.com/PitiTheGrey/habitica into PitiTheGrey-develop
commit e5c5f7f1d0
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Sat May 2 14:54:14 2020 +0200
Page reload after reset button pressed
commit 1c7385f774
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Tue Apr 28 22:23:59 2020 +0200
Update reset.js
commit 6a8ad34aa6
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Tue Apr 28 22:15:08 2020 +0200
Update reset.js
Resets int, con, per, str to 0
and Points to 1
commit ba6de48ee3
Author: PitiTheGrey <35431804+PitiTheGrey@users.noreply.github.com >
Date: Tue Apr 28 22:10:16 2020 +0200
Update reset.js
Test if habitica/Website/common/script/ops/reset.js resets
int, con, per, str to 0
and Points to 1.
2020-05-03 22:37:34 +02:00
Sabe Jones
4e93874483
chore(news): Last Chance Bailey
2020-04-30 13:13:18 -05:00
Sabe Jones
8bf44ce47a
Merge branch 'develop' into release
2020-04-30 12:40:02 -05:00
Sabe Jones
458bde1d13
Squashed commit of the following:
...
commit 35fae86bf8498a21419a32f7cdfca7f521b85494
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Apr 30 11:36:24 2020 -0500
fix(items): bouncy numbers
commit 3d32d8962060fc2561687bca5a4037c47e12ca04
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Apr 30 09:36:52 2020 -0500
fix(badges): standardize box-shadow
commit 5f89f1a8db00ab7d1ea29b99c90c47c358ee9268
Author: Sabe Jones <sabrecat@gmail.com >
Date: Wed Apr 29 15:51:56 2020 -0500
fix(badges): standardize hover, box-shadow; fix equipment pills
commit 4eda06072a82f7a41de2fde6c9e1023e0e519b3c
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Apr 28 13:24:04 2020 -0500
fix(badges): pill vs round
commit 7181af5cb8d552e82eb4f12bf98a31723669f16b
Author: Sabe Jones <sabrecat@gmail.com >
Date: Mon Apr 27 15:54:30 2020 -0500
fix(items): SVG nonsense
commit 95cfe28db0ec0a452ae6437b3a89c07b055a4092
Author: Sabe Jones <sabrecat@gmail.com >
Date: Fri Apr 24 12:35:00 2020 -0500
fix(items): don't apply "empty" to equipment
commit 5932b9e9fafc2afa914a36a91fcf4d03132f18a4
Author: Sabe Jones <sabrecat@gmail.com >
Date: Fri Apr 24 11:50:46 2020 -0500
refactor(pins): move pin badge to component and implement across site
commit 0533f6f79a8c51b506c2c1870bad529fccff9ae7
Author: Sabe Jones <sabrecat@gmail.com >
Date: Fri Apr 24 11:50:23 2020 -0500
fix(mounts): misaligned tigers
commit a74e64afa3e0ff7a032da3406f7787b4782cc7bf
Author: Sabe Jones <sabrecat@gmail.com >
Date: Fri Apr 24 06:17:53 2020 -0500
fix(svg): remove mask attributes
commit ae0f874fb6b708b4420d8b3ac18aa3b92dc2554c
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Apr 23 18:11:13 2020 -0500
refactor(icons): standard freeze structure
commit 03c836313f91f761a1ae46d89b39625bd562d239
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Apr 23 16:31:33 2020 -0500
WIP(styles): pin badge story
commit 661cf2a885a77fbc9edd8e84802354c282e86476
Merge: 34ec0b6c6a c4343379a1
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Apr 23 14:48:22 2020 -0500
Merge branch 'develop' into sabrecat/quests-touchup
commit 34ec0b6c6ae3991665699aafc80d49d550a1661b
Author: Sabe Jones <sabrecat@gmail.com >
Date: Mon Apr 20 16:12:11 2020 -0500
fix(items): style bodges
commit 3bbe1e98e14e94d4e3de8bdcc192478fe5d7cd0d
Merge: 095674ac0f 13123c0bae
Author: Sabe Jones <sabrecat@gmail.com >
Date: Mon Apr 20 15:51:31 2020 -0500
Merge branch 'develop' into sabrecat/quests-touchup
commit 095674ac0fd462a8558d9de5469b7216be579411
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Apr 7 12:27:03 2020 -0500
fix(markets): styling
commit 8ffb8080a7b07ab0e5e19215bc8a3ce0b77cd54e
Merge: 5d4b20cd4f 9ac7840940
Author: Sabe Jones <sabrecat@gmail.com >
Date: Tue Apr 7 09:49:16 2020 -0500
Merge branch 'develop' into sabrecat/quests-touchup
commit 5d4b20cd4f58c514ff788d5f64eb6398792c9583
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Mar 26 15:01:05 2020 -0500
WIP(shops): item updates start
2020-04-30 12:38:59 -05:00
Sabe Jones
58aa1ac2f3
chore(sprites): compile
2020-04-28 14:26:56 -05:00
Matteo Pagliazzi
783b8995b8
Merge pull request #12115 from cvuorinen/12114-group-send-invites-button
...
Fix group Send Invites button
2020-04-28 15:44:37 +02:00
Carl Vuorinen
8db2fb8015
Nicer input event handler
2020-04-28 16:07:59 +03:00
Carl Vuorinen
1bcf2dfe80
Use native filter & forEach functions instead of lodash
2020-04-28 15:59:31 +03:00
Matteo Pagliazzi
5b0584fc5e
Merge pull request #12125 from cvuorinen/11181-fix-tasks-draggable-on-mobile
...
Fix tasks draggable on mobile
2020-04-28 13:02:49 +02:00
negue
b1a348aee3
fix reload conversations on header-refresh
2020-04-27 17:18:39 +02:00
Matteo Pagliazzi
6b2e9f16e2
build(deps): bump habitica-markdown in /website/client ( #12130 )
...
Bumps [habitica-markdown](https://github.com/HabitRPG/habitica-markdown ) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/HabitRPG/habitica-markdown/releases )
- [Commits](https://github.com/HabitRPG/habitica-markdown/compare/v1.3.2...v1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-27 11:25:02 +02:00
dependabot-preview[bot]
6cae168adb
build(deps): bump bootstrap-vue from 2.11.0 to 2.12.0 in /website/client ( #12128 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases )
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.11.0...v2.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-27 11:23:00 +02:00
dependabot-preview[bot]
72a9506b9f
build(deps): bump sass from 1.26.3 to 1.26.5 in /website/client ( #12129 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.26.3 to 1.26.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.26.3...1.26.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-27 11:22:47 +02:00
dependabot-preview[bot]
af96cd0488
build(deps): bump webpack from 4.42.1 to 4.43.0 in /website/client ( #12132 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.42.1 to 4.43.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-27 11:22:12 +02:00
dependabot-preview[bot]
4c21d9e560
build(deps): bump habitica-markdown in /website/client
...
Bumps [habitica-markdown](https://github.com/HabitRPG/habitica-markdown ) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/HabitRPG/habitica-markdown/releases )
- [Commits](https://github.com/HabitRPG/habitica-markdown/compare/v1.3.2...v1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-27 05:37:14 +00:00
Carl Vuorinen
fa38b22003
Add 100ms delay to draggable on touch devices
...
Makes tapping the +/- and checkbox possible and also fixes scrolling on mobile.
2020-04-26 18:03:23 +03:00
Bart Enkelaar
dc9800d88a
Don't bill (subtract gems) multiple times for multiple unlock item set calls ( #12116 )
...
* Issue 11050 - Small tuneups to unlock.js
- Use includes i.o. indexOf
- Extract small function for object setting duplication
- Use every instead of custom counter
* Issue 11050 - Properly store purchased items when purchasing them
* Issue 11050 - Couple more tuneups in unlock.js and implemented partial failure scenario
* Issue 11050 - Fix last lint issue
* Issue 11050 - Check path for gear i.o. failing to write it to purchased
* Issue 11050 - Guarantee variation coverage in tests
* Issue 11050 - Use startsWith instead of includes for background check
* Issue 11050 - Don't unlock lost items
2020-04-24 16:16:34 +02:00
Sabe Jones
ce07d06c15
chore(news): Bailey
2020-04-23 13:59:48 -05:00
Matteo Pagliazzi
a0041221be
fix(webpack): correct typo in vue.config.js
2020-04-23 11:58:53 +02:00
Carl Vuorinen
2ba6e972c3
Clear invite errors once user starts typing
...
Since the error condition is not valid anymore and needs to be chacked again when they stop typing.
2020-04-22 08:55:26 +03:00
Carl Vuorinen
6bacb89271
Better handling of group Send Invites button
...
Run validation check from @input event rather than @change so that it is executed after user stops typing instead of on blur.
Fix cannotSubmit (bound to button :disabled) so that it correctly checks that at least one invite is filled and all filled invites are valid.
2020-04-22 08:53:55 +03:00
anoopravella
13123c0bae
Allow changing name of party without adding description ( #12095 )
...
* fixed behavior of editing parties, guilds
* removed unnecessary whitespace
* added v-if, removed v-once(s), simplified group type logic
2020-04-20 18:34:24 +02:00
Laurel Thomson
577e6f005e
Fixing the equipment popover message when equipment is from a different class - Fixes #11988 ( #11993 )
...
* Updating the equipment attributes popover to display the correct message when the equipment doesn't match the user's class
* Rewriting 'is wrong class' and abstracting logic into computed property of shop item
* Moving isWrongClass computed function from shopItem to popoverAttribute component
* Reverting accidental whitespace change
* Adding newline to end of profile.vue to get client to compile
* Reverting profile.vue back to develop branch
Co-authored-by: Laurel Thomson <laurel.beth.thomson@gmai.com >
2020-04-20 17:23:40 +02:00
Matteo Pagliazzi
1361fea2d4
Update year number on the footer component ( #12108 )
...
Happy belated new year :P
2020-04-20 16:36:52 +02:00
negue
cbcc7cd479
remove search from private-messages ( #12044 )
...
* remove search from private-messages + paged conversations + fixes
* remove autoSize call
* add conversation border at the top
* border-bottom under `Disable Private Messages` - revert border-bottom on conversation items
2020-04-20 16:32:54 +02:00
Rarysson
d4b729c95e
Update year number on the footer component
...
Happy belated new year :P
2020-04-19 22:17:19 -03:00
Matteo Pagliazzi
d4b867acc3
fix(static overview): correctly scope css in apple redirect page to avoid polluting other pages
2020-04-19 12:29:30 +02:00
Matteo Pagliazzi
15c09691af
Merge branch 'release' into develop
2020-04-18 17:42:47 +02:00
Matteo Pagliazzi
2d9715b657
fix(apple auth): add needed env var to client and encode redirect url
2020-04-18 17:41:25 +02:00
kareenf
936d3ffc98
Delete merch page [ fixes #12039 ] ( #12094 )
...
* delete merch.vue and all mentions of links to merch page
* Added comments about why merch page is being deleted
Co-authored-by: Kareen <kareenf@umich.edu >
2020-04-17 22:55:22 +02:00
kareenf
657327edd7
Fixes issue where usernames that are sandwiched with underscores are not properly formatted [ fixes #12033 ] ( #12071 )
...
* For some reason this file shows as modified, however I checked and it seems as though the same code chunk was 'deleted' and 'added' back in
* Added in logic to take care of issue pertaining to usernames with underscores such as @_spider_ was not showing up in the proper username format
* Added component test to test underscores in username issue
* I accidentally forgot to change the expected result to be @_user_
* Fixed strange spacing issue in profile.vue to match the original
* Another place where I needed to put _user_
* Accidentally left in describe.only in highlightUsers.spec.js,so removed .only
* Added in suggestions from @benkelaar and added in support for fixing double underscore sandwiched usernames which is Markdown's way of bolding
* Added component test to test that usernames sandwiched with double underscores are properly formatted
* Added fixes to test case input and variable mismatch in function
* Updated expect result statement to not be a user mention instance
Co-authored-by: Kareen <kareenf@umich.edu >
2020-04-17 21:45:01 +02:00
Matteo Pagliazzi
495d01f386
fix(static files): cache more static files ( #12102 )
2020-04-17 14:52:28 +02:00
Matteo Pagliazzi
c5aeab652d
Push Notifications Fixes - Part 2 ( #12092 )
...
* push notifications: handle some more error codes and when the user is loaded using .lean()
* fix lint
* do not send push notification if message is missing
2020-04-15 21:36:53 +02:00
Matteo Pagliazzi
551abf292c
Removed loading screen tips, fixes #11834 ( #12063 )
...
* removed loading tip div
* removed loading tip number logic
* removed loadingScreenTips.json
2020-04-14 22:03:57 +02:00
Sabe Jones
1e1c058d82
Merge branch 'release' into develop
2020-04-14 14:50:46 -05:00
Sabe Jones
168a3a6e89
Merge branch 'sabrecat/potion-time' into release
2020-04-14 14:49:18 -05:00
Sabe Jones
67bd2d9130
feat(content): enable spring avatar customizations
2020-04-14 14:49:11 -05:00
Matteo Pagliazzi
dd31f559c7
onboarding guide improvements ( #12068 )
2020-04-13 16:19:46 +02:00
dependabot-preview[bot]
6c29ea8c4c
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #12081 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.3.1/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-13 14:53:29 +02:00
dependabot-preview[bot]
dc316ad1c8
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #12076 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.3.1/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-13 13:35:39 +02:00