Sabe Jones
e31ce11052
4.144.0
2020-06-09 14:17:30 -05:00
Sabe Jones
c4688b77fd
Merge branch 'sabrecat/armoire-bgs-202006' into release
2020-06-09 14:17:15 -05:00
Sabe Jones
9ab79ef225
4.143.3
2020-06-08 14:47:16 -05:00
Sabe Jones
7e4c8938e5
Merge branch 'unlock-fixes' into release
2020-06-08 14:45:34 -05:00
Sabe Jones
604b866113
Merge branch 'develop' into release
2020-06-08 14:44:28 -05:00
dependabot-preview[bot]
c0afae1e84
build(deps): bump mongoose from 5.9.16 to 5.9.18 ( #12284 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.16 to 5.9.18.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.16...5.9.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-08 11:42:29 +02:00
dependabot-preview[bot]
61dc94ada0
build(deps): bump @google-cloud/trace-agent from 4.2.5 to 5.0.0 ( #12281 )
...
Bumps [@google-cloud/trace-agent](https://github.com/googleapis/cloud-trace-nodejs ) from 4.2.5 to 5.0.0.
- [Release notes](https://github.com/googleapis/cloud-trace-nodejs/releases )
- [Changelog](https://github.com/googleapis/cloud-trace-nodejs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/cloud-trace-nodejs/compare/v4.2.5...v5.0.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-06-08 11:41:48 +02:00
dependabot-preview[bot]
f71ee7be18
build(deps): bump sass from 1.26.7 to 1.26.8 in /website/client ( #12279 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.26.7 to 1.26.8.
- [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.7...1.26.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-08 11:41:23 +02:00
PitiTheGrey
8935885637
Renaming a party shows you the placeholder text for renaming a guild #12273 ( #12278 )
...
* NewPartyPlaceholder "Enter your party's name"
* Added new placeholder and if statement to display either "party's name" or "guild's name" (issue 12273)
2020-06-07 12:59:12 +02:00
Alex Jeffrey
1ebda8281b
Enable resizing of message box ( #11950 ) ( #12251 )
...
* Enable resizing of message box (#11950 )
* Added maximum height to textarea (#11950 )
Co-authored-by: Alex Jeffrey <alex@alexjeffrey.mee >
2020-06-07 12:53:36 +02:00
citrusella
eae8ed946f
Blockquote styling ( fixes #9476 ) ( #12227 )
...
* Added blockquote styling based on Zeplin example
* Commit new changes to style blockquotes
* Fix bottom of post margins after markdown class addition
2020-06-07 12:52:01 +02:00
dependabot-preview[bot]
d7fe140012
build(deps): [security] bump websocket-extensions in /website/client ( #12277 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-07 12:51:49 +02:00
Alys
c317d1d040
moved two words from slurs to banned - TRIGGER / CONTENT WARNING: slurs, swearwords, assault, etc
...
Refer to the new comment in bannedWords.js for the reason.
2020-06-06 16:26:58 +10:00
Matteo Pagliazzi
d63aafc7f1
fix lint
2020-06-03 18:03:25 +02:00
Matteo Pagliazzi
08b2be684b
improve error message
2020-06-03 18:00:58 +02:00
Matteo Pagliazzi
4c653aa511
unlock: minor fixes and increase tests coverage
2020-06-03 17:56:06 +02:00
Matteo Pagliazzi
0896837528
working code and original tests pass
2020-06-02 23:58:48 +02:00
Sabe Jones
8a1c1af461
Merge branch 'release' into develop
2020-06-01 16:41:00 -05:00
Sabe Jones
db7d1d0e14
4.143.2
2020-06-01 16:40:41 -05:00
Sabe Jones
6253359d31
chore(news): Bailey
2020-06-01 16:40:33 -05:00
Matteo Pagliazzi
ce4bbe5552
fix(ui): make sure three columns of rewards are displayed + fix rewards top margin when no custom reward exists ( #12257 )
2020-06-01 17:35:52 +02:00
Frank Maximus
3a4abac8b0
Store original quantities, to avoid reordering in Inventory Items screen ( #12205 )
...
* Store original quantities, to avoid reordering
Create a quantity snapshot when loading the screen.
Sort based on the snapshot after updates.
Fixes: 12040
* Avoid initial branching
Co-authored-by: Bart Enkelaar <benkelaar@gmail.com >
* Add comment
Co-authored-by: Bart Enkelaar <benkelaar@gmail.com >
2020-06-01 17:25:55 +02:00
Carl Vuorinen
44eb245184
New notification type for boss damage ( #12249 )
...
* Add new notification type for boss damage with sword icon
* Use vars for color
2020-06-01 15:42:54 +02:00
dependabot-preview[bot]
050fd15c97
build(deps): bump vue-router from 3.2.0 to 3.3.2 in /website/client ( #12268 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.2.0 to 3.3.2.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.2.0...v3.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 10:37:40 +02:00
dependabot-preview[bot]
e1f1a264b4
build(deps): bump @babel/preset-env from 7.9.6 to 7.10.2 ( #12260 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 10:35:22 +02:00
Matteo Pagliazzi
3bfcc4a605
chore(deps): upgrade vue cli plugins
2020-06-01 10:34:36 +02:00
dependabot-preview[bot]
4beac98383
build(deps): bump @babel/register from 7.9.0 to 7.10.1 ( #12263 )
...
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register ) from 7.9.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-register )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 10:29:50 +02:00
dependabot-preview[bot]
4da794271d
build(deps): bump @babel/core from 7.9.6 to 7.10.2 ( #12265 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.9.6 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 10:29:42 +02:00
dependabot-preview[bot]
b18eb0d3f8
build(deps): bump mongoose from 5.9.15 to 5.9.16 ( #12269 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.15 to 5.9.16.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.15...5.9.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 10:27:32 +02:00
dependabot-preview[bot]
79f6f47b16
build(deps): bump sass from 1.26.5 to 1.26.7 in /website/client ( #12258 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.26.5 to 1.26.7.
- [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.5...1.26.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 10:26:15 +02:00
Frank Maximus
6ff8254137
Only show attainable and owned special pets/mounts ( #12206 )
...
* Only show attainable and owned special pets/mounts
Fixes #9498
* #9498 : Handle comments
Don't change API,
put canFind in petInfo and mountInfo
* #9498 : Move canFind to itemInfo, to allow sync
* #9498 : Create a show method, to allow update without reload.
2020-05-31 22:08:18 +02:00
Bart Enkelaar
1c00d7de5b
Fix empty link bug and proper error logging in highlightMentions.js ( #12228 )
...
* fix(chat) - Don't insert user link in url-less link and properly log source-mapping failures
* fix(chat) - Add link to markdown spec and list of known issues
* fix(chat) - Log regular expression as String
2020-05-31 18:09:43 +02:00
Alys
61d970db86
remove codetriage.com information ( #12250 )
...
It's a nice service but currently we can't control which issues
appear there, so it's advertising ones that are on hold, in
progress, etc.
2020-05-31 17:49:31 +02:00
Matteo Pagliazzi
b911ecdcf0
Merge branch 'develop' into unlock-fixes
2020-05-31 17:47:37 +02:00
Sabe Jones
74d0b25c54
refactor(backgrounds): programmatic text and notes tokens
2020-05-29 17:15:32 -05:00
Sabe Jones
830c4fb926
chore(sprites): compile
2020-05-29 14:26:16 -05:00
Sabe Jones
8aad136622
feat(content): Armoire and Background items for Jun 2020
...
also big refactor of Armoire content
2020-05-29 14:26:02 -05:00
Sabe Jones
8d80792093
Merge branch 'release' into develop
2020-05-29 10:34:54 -05:00
Sabe Jones
79f83d87d0
4.143.1
2020-05-29 10:33:55 -05:00
Sabe Jones
c9bf157c23
fix(achievements): show-all layout
2020-05-29 10:33:30 -05:00
Melior
3be42e9545
Merge branch 'origin/develop' into Weblate.
2020-05-28 23:54:45 +02:00
Melior
8a7b8f92d4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translated using Weblate (Spanish (Latin America))
Currently translated at 92.7% (77 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Dutch)
Currently translated at 94.2% (1975 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (Dutch)
Currently translated at 97.5% (81 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Japanese)
Currently translated at 95.4% (664 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Dutch)
Currently translated at 94.1% (1973 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 94.0% (1971 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 95.4% (664 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Italian)
Currently translated at 98.6% (227 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/it/
Translated using Weblate (Italian)
Currently translated at 89.9% (476 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/it/
Translated using Weblate (Russian)
Currently translated at 99.2% (691 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Malay)
Currently translated at 6.0% (20 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ms/
Translated using Weblate (Italian)
Currently translated at 82.6% (205 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/it/
Translated using Weblate (Italian)
Currently translated at 89.3% (320 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/it/
Translated using Weblate (Italian)
Currently translated at 22.8% (19 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/it/
Translated using Weblate (Dutch)
Currently translated at 93.9% (1969 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translated using Weblate (Russian)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Russian)
Currently translated at 99.7% (491 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/pt/
Translated using Weblate (Portuguese)
Currently translated at 82.3% (149 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/pt/
Translated using Weblate (Russian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ru/
Translated using Weblate (Dutch)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/nl/
Translated using Weblate (Russian)
Currently translated at 92.7% (230 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ru/
Translated using Weblate (Polish)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pl/
Translated using Weblate (Spanish (Latin America))
Currently translated at 97.9% (140 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/es_419/
Translated using Weblate (Russian)
Currently translated at 97.6% (168 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ru/
Translated using Weblate (Japanese)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Russian)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ru/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/es_419/
Translated using Weblate (Japanese)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 97.3% (2040 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Dutch)
Currently translated at 93.8% (1967 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Russian)
Currently translated at 99.6% (297 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 98.2% (55 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.2% (691 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ru/
Translated using Weblate (Japanese)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ja/
Translated using Weblate (Portuguese)
Currently translated at 87.9% (73 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Portuguese)
Currently translated at 87.9% (73 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Russian)
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
Translated using Weblate (Russian)
Currently translated at 99.1% (488 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 95.4% (664 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Russian)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ru/
Translated using Weblate (Japanese)
Currently translated at 96.0% (508 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Portuguese)
Currently translated at 60.2% (50 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Japanese)
Currently translated at 92.7% (77 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Hungarian)
Currently translated at 34.9% (29 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/hu/
Translated using Weblate (Portuguese)
Currently translated at 59.0% (49 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Portuguese)
Currently translated at 59.0% (49 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Japanese)
Currently translated at 95.4% (664 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Japanese)
Currently translated at 95.4% (664 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (695 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (695 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Hungarian)
Currently translated at 33.7% (28 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/hu/
Translated using Weblate (Russian)
Currently translated at 98.3% (178 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/vi/
Translated using Weblate (Vietnamese)
Currently translated at 74.6% (62 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Czech)
Currently translated at 67.4% (56 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/cs/
Translated using Weblate (Japanese)
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translated using Weblate (Russian)
Currently translated at 97.5% (81 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
2020-05-28 23:54:35 +02:00
Sabe Jones
e54425f947
4.143.0
2020-05-28 16:51:43 -05:00
Sabe Jones
d953ea14da
Merge branch 'develop' into release
2020-05-28 16:51:37 -05:00
Sabe Jones
0c179fee2f
chore(sprites): compile
2020-05-28 16:51:20 -05:00
Sabe Jones
05e229ccb0
feat(content): subscriber items June 2020
2020-05-28 16:51:12 -05:00
Alys
b29d937806
replace Trello link with Google form link in GitHub CONTRIBUTING page
2020-05-28 15:42:32 +10:00
Matteo Pagliazzi
670b6a1563
fix(ui): adjust loading gryphon sizes and search members dropdown
2020-05-26 18:02:48 +02:00
Matteo Pagliazzi
44ded945dd
Merge branch 'develop' into unlock-fixes
2020-05-25 19:00:56 +02:00
Matteo Pagliazzi
08f1e2b273
Client: remove unnecessary API calls + members fixes ( #12179 )
...
* wip
* refactor world state
* allow resource to be reloaded when the server is updated
* fix #9242
* fix event listeners
* remove un-needed code
* add tests for asyncResourceFactory reloadOnAppVersionChange
* fix double cron notifications and party members showing up in the header after a party invitation is accepted
* remove console.log
* do not send vm info to loggly due to circular dependency + fix typo
* fix #12181
* do not load invites multiple times in members modal
* add hover to challenge member count
* groups: load members only on demand
* minor ui fixes
* choose class: fix vue duplicate key warning
* minor ui fixes
* challanges: load members on demand
* add loading spinner
* change loading mechanism
* fix loading gryphon issues
* reduce code duplication
2020-05-25 17:02:29 +02:00
dependabot-preview[bot]
ca80f4ee33
build(deps): bump @storybook/addon-knobs in /website/client ( #12243 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/knobs )
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-25 13:11:34 +02:00
dependabot-preview[bot]
65cbee9e75
build(deps): bump @storybook/addon-notes in /website/client ( #12245 )
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.19/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com >
2020-05-25 13:05:02 +02:00
dependabot-preview[bot]
0f8563c14e
build(deps): bump inspectpack from 4.4.0 to 4.5.2 in /website/client ( #12246 )
...
Bumps [inspectpack](https://github.com/FormidableLabs/inspectpack ) from 4.4.0 to 4.5.2.
- [Release notes](https://github.com/FormidableLabs/inspectpack/releases )
- [Changelog](https://github.com/FormidableLabs/inspectpack/blob/master/HISTORY.md )
- [Commits](https://github.com/FormidableLabs/inspectpack/compare/v4.4.0...v4.5.2 )
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-25 12:55:35 +02:00
dependabot-preview[bot]
c4117f99ed
build(deps): bump @storybook/addon-actions in /website/client ( #12242 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/actions )
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-25 12:55:19 +02:00
dependabot-preview[bot]
27aca19c8c
build(deps): bump @storybook/vue in /website/client ( #12238 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/app/vue )
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-25 12:55:07 +02:00
dependabot-preview[bot]
80c18ffadd
build(deps): bump bootstrap-vue from 2.14.0 to 2.15.0 in /website/client ( #12239 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.14.0 to 2.15.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.14.0...v2.15.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-25 12:54:56 +02:00
dependabot-preview[bot]
bf2c4eb501
build(deps): bump moment from 2.25.3 to 2.26.0 in /website/client ( #12244 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.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-25 12:54:20 +02:00
dependabot-preview[bot]
ab1828c914
build(deps): bump vue-router from 3.1.6 to 3.2.0 in /website/client ( #12237 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.6 to 3.2.0.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.6...v3.2.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-25 12:54:03 +02:00
dependabot-preview[bot]
b32f79f682
build(deps): bump @storybook/addon-links in /website/client ( #12236 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/links )
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-25 12:53:39 +02:00
dependabot-preview[bot]
7b69289069
build(deps): bump moment from 2.25.3 to 2.26.0 ( #12231 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.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-25 12:53:25 +02:00
dependabot-preview[bot]
a1fb80868f
build(deps): bump mongoose from 5.9.14 to 5.9.15 ( #12230 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.14 to 5.9.15.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.14...5.9.15 )
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-25 12:04:49 +02:00
Carl Vuorinen
9d4fb80d15
Add close button to profile modal ( #12203 )
2020-05-22 17:48:15 +02:00
Matteo Pagliazzi
43392f4952
Merge branch 'release' into develop
2020-05-22 17:46:14 +02:00
dependabot-preview[bot]
6e46794822
build(deps): bump bootstrap from 4.4.1 to 4.5.0 in /website/client ( #12211 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.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-22 17:45:25 +02:00
Matteo Pagliazzi
43cad86201
4.142.3
2020-05-22 16:35:13 +02:00
Matteo Pagliazzi
734eae64a5
fix(avatar transormation): move questProgress method to spells mixin so that it is always available
2020-05-22 16:35:00 +02:00
Matteo Pagliazzi
032c95d5c8
fix(avatar transormation): move questProgress method to spells mixin so that it is always available
2020-05-22 13:28:44 +02:00
Melior
b40411e219
Merge branch 'origin/develop' into Weblate.
2020-05-21 22:02:19 +02:00
Melior
86410f6bb7
Translated using Weblate (Russian)
...
Currently translated at 90.3% (75 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Russian)
Currently translated at 87.9% (73 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (French)
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (German)
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Polish)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pl/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/bg/
Translated using Weblate (Polish)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pl/
Translated using Weblate (Portuguese)
Currently translated at 82.9% (1745 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt/
Translated using Weblate (Dutch)
Currently translated at 93.7% (1965 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Polish)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pl/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/bg/
Translated using Weblate (French)
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translated using Weblate (Polish)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pl/
Translated using Weblate (Polish)
Currently translated at 91.5% (76 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pl/
Translated using Weblate (Polish)
Currently translated at 80.7% (67 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 80.7% (67 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Japanese)
Currently translated at 87.8% (159 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (English)
Currently translated at 0.9% (3 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en@lolcat/
Translated using Weblate (Bulgarian)
Currently translated at 91.3% (483 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/bg/
Translated using Weblate (English (Pirate))
Currently translated at 87.9% (73 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 87.9% (73 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (Polish)
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pl/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/bg/
Translated using Weblate (Bulgarian)
Currently translated at 99.5% (247 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/bg/
Translated using Weblate (Bulgarian)
Currently translated at 99.5% (247 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/bg/
Translated using Weblate (Polish)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/pl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/bg/
Translated using Weblate (Bulgarian)
Currently translated at 99.6% (297 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/bg/
Translated using Weblate (Bulgarian)
Currently translated at 83.8% (1756 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/bg/
Translated using Weblate (Polish)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pl/
Translated using Weblate (Bulgarian)
Currently translated at 85.2% (593 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/bg/
Translated using Weblate (Polish)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pl/
Translated using Weblate (Bulgarian)
Currently translated at 90.9% (481 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/bg/
Translated using Weblate (Polish)
Currently translated at 78.3% (65 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/bg/
Translated using Weblate (Polish)
Currently translated at 53.0% (44 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 53.0% (44 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 50.6% (42 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 50.6% (42 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 48.1% (40 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 48.1% (40 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 44.5% (37 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 44.5% (37 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 43.3% (36 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 43.3% (36 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 42.1% (35 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 42.1% (35 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/bg/
Translated using Weblate (Polish)
Currently translated at 36.1% (30 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 36.1% (30 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 34.9% (29 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Polish)
Currently translated at 34.9% (29 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/bg/
Translated using Weblate (Bulgarian)
Currently translated at 99.3% (326 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/bg/
Translated using Weblate (Bulgarian)
Currently translated at 94.5% (465 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/bg/
Translated using Weblate (Bulgarian)
Currently translated at 83.7% (1755 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/bg/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/bg/
Translated using Weblate (Bulgarian)
Currently translated at 98.7% (82 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/bg/
Translated using Weblate (Russian)
Currently translated at 99.1% (488 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Dutch)
Currently translated at 93.6% (1963 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/es_419/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (694 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.7% (82 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (696 of 696 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (83 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (German)
Currently translated at 98.7% (82 of 83 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
2020-05-21 22:02:08 +02:00
Sabe Jones
8d2ada1463
4.142.2
2020-05-21 15:00:06 -05:00
Sabe Jones
95a3c932c5
Merge branch 'develop' into release
2020-05-21 14:59:58 -05:00
Sabe Jones
51d1f6b86a
Merge branch 'sabrecat/feedback-links' into release
2020-05-21 14:59:43 -05:00
Sabe Jones
809bacd10b
chore(sprites): compile
2020-05-21 14:59:35 -05:00
Sabe Jones
b0f29211a8
chore(news): bailey
2020-05-21 14:59:28 -05:00
Bart Enkelaar
26f5bf554e
fix(chat) - graceful for failure and fix link regex ( #12225 )
...
* fix(chat) - graceful for failure and fix link regex
* fix(chat) - Adjust unit test to test for the actual functional failure
2020-05-21 18:00:58 +02:00
Frank Maximus
a1ec42c0b2
Fix Issue #12103 : Wacky potions purchase warning ( #12172 )
...
* Fix Issue #12103 : Wacky potions purchase warning
For wacky potions lower petsRemaining by 9,
to exclude the mounts that don't exist.
* Fix Issue #12103 : Wacky potions purchase warning
Handle comments
* Use includes instead of indexOf() !== -1
* use droppEggs and dropHatchingPotions instead of fixed amounts
2020-05-20 13:27:31 +02:00
Frank Maximus
8674ea55f9
#11828 : Show a boss damage notification for skills ( #12173 )
...
* #11828 : Show a boss damage notification for skills
Brutal Smash and Burst of Flames skills should show a
boss damage notification
Fixes #11828
* Calculate quest progress regardless of spell target.
2020-05-20 12:32:44 +02:00
Sabe Jones
c421da34cc
chore(feedback): replace Trello links
2020-05-19 15:15:21 -05:00
Sabe Jones
fb79b9e128
4.142.1
2020-05-19 14:25:04 -05:00
Sabe Jones
375b6719e9
chore(analytics): slow down dropped item tracking
2020-05-19 14:24:52 -05:00
Melior
c9bed96077
Merge branch 'origin/develop' into Weblate.
2020-05-19 21:03:46 +02:00
Melior
1ccff7f1dd
Translated using Weblate (Korean)
...
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ko/
Translated using Weblate (Korean)
Currently translated at 70.0% (56 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/
Translated using Weblate (Korean)
Currently translated at 93.5% (29 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/ko/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 93.6% (1961 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 87.6% (1843 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (German)
Currently translated at 100.0% (2103 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 93.5% (1960 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 96.0% (508 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Japanese)
Currently translated at 96.2% (77 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Vietnamese)
Currently translated at 52.5% (42 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Vietnamese)
Currently translated at 98.1% (483 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/vi/
Translated using Weblate (Japanese)
Currently translated at 96.0% (508 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ja/
Translated using Weblate (Serbian)
Currently translated at 21.2% (17 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sr/
Translated using Weblate (Filipino)
Currently translated at 9.7% (14 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fil/
Translated using Weblate (Filipino)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/fil/
Translated using Weblate (Japanese)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Filipino)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/fil/
Translated using Weblate (Filipino)
Currently translated at 1.3% (2 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fil/
Translated using Weblate (Filipino)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/fil/
Translated using Weblate (Spanish (Latin America))
Currently translated at 97.7% (481 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/es_419/
Translated using Weblate (Japanese)
Currently translated at 87.2% (158 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translated using Weblate (Japanese)
Currently translated at 95.2% (504 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Dutch)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/nl/
Translated using Weblate (French)
Currently translated at 100.0% (2103 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (French)
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (Japanese)
Currently translated at 96.2% (77 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Japanese)
Currently translated at 87.4% (1839 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (Japanese)
Currently translated at 93.3% (494 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (French)
Currently translated at 98.8% (523 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (Japanese)
Currently translated at 96.2% (77 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ja/
Translated using Weblate (Dutch)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Dutch)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/nl/
Translated using Weblate (Japanese)
Currently translated at 72.3% (131 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translated using Weblate (Dutch)
Currently translated at 93.5% (1959 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 87.2% (1835 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ja/
Translated using Weblate (Dutch)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 87.2% (1834 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/
Translated using Weblate (Japanese)
Currently translated at 92.6% (490 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Japanese)
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ja/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/es_419/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2103 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2103 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (2100 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2103 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (French)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
Translated using Weblate (French)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/fr/
Translated using Weblate (French)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/
Translated using Weblate (French)
Currently translated at 98.4% (124 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/fr/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/
Translated using Weblate (French)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (2093 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 99.5% (2093 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/nl/
Translated using Weblate (French)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/en_GB/
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.8% (523 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 92.5% (74 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Russian)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ru/
Translated using Weblate (Russian)
Currently translated at 99.1% (488 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en@pirate/
Translated using Weblate (Russian)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ru/
Translated using Weblate (German)
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (German)
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (German)
Currently translated at 100.0% (529 of 529 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
2020-05-19 21:03:35 +02:00
Sabe Jones
36461cbbdf
Merge branch 'release' into develop
2020-05-19 14:01:49 -05:00
Sabe Jones
427f73f664
4.142.0
2020-05-19 14:01:19 -05:00
Sabe Jones
d796848887
chore(sprites): compile
2020-05-19 14:00:33 -05:00
Sabe Jones
80a2e31c8e
feat(content): new achievement and bundle
2020-05-19 14:00:25 -05:00
Bart Enkelaar
85d290a1fa
fix(chat) - Issue 12217 - Allow url-escapable characters in links. ( #12218 )
2020-05-19 17:28:55 +02:00
Frank Maximus
1bc756ee93
Bolding text inside a link in task title/notes. ( #12178 ) ( #12195 )
...
* Bolding text inside a link in task title/notes. (#12178 )
Before:
* link target opened in new tab
* task edit popup opened
Now:
* link target opened in new tab
Fixes #12178
* Handle PR comments
* Added explanation
* Switched to classList to improve readability
2020-05-19 16:55:43 +02:00
Frank Maximus
ea44af0929
buyMysterySet records every item in Amplitude. ( #12197 )
...
* buyMysterySet records every item in Amplitude.
Record only the mysterySet
Fixes : #11705
* buyMysterySet records every item in Amplitude.
Extend unit test
Fixes : #11705
2020-05-19 16:39:48 +02:00
dependabot-preview[bot]
739963762e
build(deps-dev): bump monk from 7.2.0 to 7.3.0 ( #12214 )
...
Bumps [monk](https://github.com/Automattic/monk ) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/Automattic/monk/releases )
- [Changelog](https://github.com/Automattic/monk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/monk/compare/v7.2.0...v7.3.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-18 10:33:24 +02:00
dependabot-preview[bot]
b02ae35b28
build(deps): bump bootstrap-vue from 2.13.1 to 2.14.0 in /website/client ( #12210 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.13.1 to 2.14.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.13.1...v2.14.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-18 10:33:13 +02:00
dependabot-preview[bot]
ace8e2f0bd
build(deps): bump mongoose from 5.9.13 to 5.9.14 ( #12216 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.13 to 5.9.14.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.13...5.9.14 )
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-18 10:31:53 +02:00
Matteo Pagliazzi
e90175b5d6
chore(deps): update sortablejs version used by vue.draggable
2020-05-15 11:35:28 +02:00
Melior
403fa18511
Translated using Weblate (Russian)
...
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ru/
Translated using Weblate (German)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/de/
Translated using Weblate (Russian)
Currently translated at 99.2% (139 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ru/
Translated using Weblate (German)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/de/
Translated using Weblate (German)
Currently translated at 100.0% (181 of 181 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/de/
Translated using Weblate (German)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (German)
Currently translated at 100.0% (2103 of 2103 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (German)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/de/
Translated using Weblate (German)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/de/
Translated using Weblate (German)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/de/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Japanese)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Spanish (Latin America))
Currently translated at 73.7% (59 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 93.2% (1953 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (English (Pirate))
Currently translated at 99.6% (327 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en@pirate/
Translated using Weblate (Japanese)
Currently translated at 95.6% (664 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/en@pirate/
Translated using Weblate (Swedish)
Currently translated at 82.5% (66 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/
Translated using Weblate (Spanish (Latin America))
Currently translated at 73.7% (59 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 73.7% (59 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Tamil)
Currently translated at 2.0% (3 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ta/
Translated using Weblate (Dutch)
Currently translated at 93.1% (1952 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
2020-05-14 22:10:21 +02:00
Sabe Jones
7dd6227845
4.141.4
2020-05-14 14:03:16 -05:00
Sabe Jones
4c7306491b
Merge branch 'develop' into release
2020-05-14 14:03:09 -05:00
Sabe Jones
1164f5e5f5
chore(news): Bailey at Rest
2020-05-14 14:03:05 -05:00
Matteo Pagliazzi
c6937a0409
4.141.3
2020-05-14 13:06:55 +02:00
Matteo Pagliazzi
092d6726b8
fix(subscriptions): use correct termination date field and add extra check when it is missing
2020-05-14 12:56:12 +02:00
Melior
2a67de698b
Merge branch 'origin/develop' into Weblate.
2020-05-12 23:00:23 +02:00
Melior
cfc8620865
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Bulgarian)
Currently translated at 83.6% (1753 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/bg/
Translated using Weblate (Dutch)
Currently translated at 93.1% (1951 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 98.3% (244 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/bg/
Translated using Weblate (Spanish)
Currently translated at 91.4% (1915 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/bg/
Translated using Weblate (Bulgarian)
Currently translated at 85.4% (593 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/bg/
Translated using Weblate (Spanish)
Currently translated at 83.7% (67 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/bg/
Translated using Weblate (Dutch)
Currently translated at 93.0% (1950 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Korean)
Currently translated at 16.1% (53 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ko/
Translated using Weblate (Filipino)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/fil/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Filipino)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fil/
Translated using Weblate (Filipino)
Currently translated at 55.5% (35 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/fil/
Translated using Weblate (Filipino)
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/fil/
Translated using Weblate (Filipino)
Currently translated at 95.7% (134 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fil/
Translated using Weblate (Filipino)
Currently translated at 99.7% (491 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fil/
Translated using Weblate (Filipino)
Currently translated at 99.5% (210 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fil/
Translated using Weblate (Russian)
Currently translated at 97.3% (2040 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (Russian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ru/
Translated using Weblate (Latin)
Currently translated at 83.4% (1749 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
2020-05-12 23:00:13 +02:00
Sabe Jones
714a18ce5c
Merge branch 'release' into develop
2020-05-12 15:58:13 -05:00
Sabe Jones
41e22640f5
4.141.2
2020-05-12 15:57:47 -05:00
Sabe Jones
8747a2d1b6
feat(content): reenable some May potions
2020-05-12 15:57:40 -05:00
Sabe Jones
721ae0872f
Merge branch 'release' into develop
2020-05-11 14:02:38 -05:00
Sabe Jones
6658abbcd9
fix(events): Spring Fling lingering
2020-05-11 14:02:10 -05:00
Matteo Pagliazzi
68099626eb
build(deps): bump moment from 2.24.0 to 2.25.3 in /website/client ( #12184 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.24.0 to 2.25.3.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/commits )
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-11 16:37:48 +02:00
dependabot-preview[bot]
ff9780c5e5
build(deps): bump moment from 2.25.1 to 2.25.3 ( #12191 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.25.1 to 2.25.3.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/commits )
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-11 16:37:42 +02:00
dependabot-preview[bot]
56aaca5c0c
build(deps): bump moment from 2.24.0 to 2.25.3 in /website/client
...
Bumps [moment](https://github.com/moment/moment ) from 2.24.0 to 2.25.3.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-11 08:55:21 +00:00
dependabot-preview[bot]
c22a2ef9a8
build(deps): bump bootstrap-vue from 2.13.0 to 2.13.1 in /website/client ( #12185 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.13.0 to 2.13.1.
- [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.13.0...v2.13.1 )
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-11 10:52:14 +02:00
dependabot-preview[bot]
a3ba1d19ee
build(deps): bump jquery from 3.5.0 to 3.5.1 in /website/client ( #12186 )
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.5.0...3.5.1 )
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-11 10:52:03 +02:00
dependabot-preview[bot]
3c5a7b65c5
build(deps): bump mongoose from 5.9.10 to 5.9.13 ( #12189 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.10 to 5.9.13.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.10...5.9.13 )
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-11 10:51:48 +02:00
Carl Vuorinen
1ebe57b114
Make contributor achievement notification "sticky" ( #12183 )
...
Add ability to define any notification to be "sticky", so that it will not timeout and stays on screen until clicked.
2020-05-09 22:02:20 +02:00
Bart Enkelaar
c218b8d56c
Issue 12033 - Use version of habitica-markdown that includes mentions ( #12089 )
...
* Issue 12033 - Use version of habitica-markdown that includes mention plugin
Also fixes frontend parts of 11504 and 10924
* Issue 12033 - Reduce duplication in chatCard & messageCard
* Issue 12033 - Use habitica-markdown version 2.0.0
* Issue 12033 - Use new entry point and fix tests
* Issue 12033 - Rename renderMarkdown to renderWithMentions
2020-05-09 20:04:14 +02:00
Bart Enkelaar
ef99943646
Don't break up links with user profile link injections ( #12100 )
...
* Issue 10924 - Don't break up links with mention links
* Issue 10924 - Recognise links between brackets.
* Issue 10924 - Rely on markdown parser for link determination
* Issue 10924 - Only increment index once in findTextBlocks
2020-05-09 19:37:08 +02:00
Bart Enkelaar
29f6bf7dc6
fix(chat) - Mention dot doesn't show if mention is preceded by weird … ( #12177 )
...
* fix(chat) - Mention dot doesn't show if mention is preceded by weird mention
* fix(chat) - add unit test for chatCard
* fix(chat) - Improve unit test to only mount the wrapper once
2020-05-09 19:27:20 +02:00
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
ThePlasmak
f4ba6b2186
Fixed grammar, formatting and other errors in translatable strings ( #12171 )
...
* Added a full stop to shieldArmoireHorseshoeNotes.
* Added a full stop to shieldMystery201902Notes.
* Added a full stop to shieldMystery201902Notes.
* Added a full stop to shieldArmoireHorseshoeNotes.
* Fixed full stop and formating errors in gear.json.
* Fixed full stop and formating errors in gear.json.
* Change Transifex to Weblate in Community Guidelines
* Remove closing bracket from
* Revert "Remove closing bracket from"
This reverts commit 962698528f .
* Remove closing bracket from schoolTodoNotes
* Fix privateMessageGiftSubscriptionMessage trailing space
* Fix userAlreadyInAParty trailing space and double space
* Removed trailing space from alreadyEarnedQuestRewardEnglish and alreadyEarnedQuestLevel
* Removed starting space from spellWizardFrostAlreadyCast and spellRogueStealthMaxedOut
* Removed trailing space from
* Changed http to https
2020-05-09 17:56:28 +02:00
Sabe Jones
a3b59d9254
4.141.1
2020-05-08 13:52:04 -05:00
Melior
e813428472
Translated using Weblate (Spanish)
...
Currently translated at 91.3% (1913 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Spanish)
Currently translated at 91.3% (1913 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Malay)
Currently translated at 1.2% (4 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ms/
Translated using Weblate (Dutch)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/nl/
Translated using Weblate (Dutch)
Currently translated at 93.0% (1949 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Russian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ru/
Translated using Weblate (Filipino)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/fil/
Translated using Weblate (Filipino)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/fil/
Translated using Weblate (Filipino)
Currently translated at 98.8% (170 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fil/
Translated using Weblate (Filipino)
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/fil/
Translated using Weblate (Filipino)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/fil/
Translated using Weblate (Filipino)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/fil/
Translated using Weblate (Sinhala)
Currently translated at 8.7% (7 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/si/
Translated using Weblate (Dutch)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Dutch)
Currently translated at 92.9% (1947 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Spanish (Latin America))
Currently translated at 83.4% (1748 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es_419/
Translated using Weblate (English (Pirate))
Currently translated at 76.6% (138 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 99.1% (488 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en@pirate/
Translated using Weblate (Dutch)
Currently translated at 91.3% (1914 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/nl/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/en@pirate/
Translated using Weblate (Spanish)
Currently translated at 96.5% (504 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en@pirate/
Translated using Weblate (Dutch)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Filipino)
Currently translated at 82.8% (111 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/fil/
Translated using Weblate (Filipino)
Currently translated at 99.3% (296 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/fil/
Translated using Weblate (Filipino)
Currently translated at 91.7% (123 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/fil/
Translated using Weblate (Dutch)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Dutch)
Currently translated at 90.8% (1904 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translated using Weblate (Dutch)
Currently translated at 90.7% (1901 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 90.7% (1901 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Russian)
Currently translated at 98.3% (177 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (French)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fr/
Translated using Weblate (Spanish)
Currently translated at 91.2% (1911 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Russian)
Currently translated at 90.0% (72 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (French)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translated using Weblate (Russian)
Currently translated at 98.2% (55 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Russian)
Currently translated at 97.8% (511 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Russian)
Currently translated at 97.5% (509 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Dutch)
Currently translated at 90.6% (1899 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (French)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (French)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (French)
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 90.5% (1898 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Japanese)
Currently translated at 88.7% (71 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
2020-05-08 20:50:43 +02:00
Matteo Pagliazzi
ebd22296df
wip
2020-05-07 16:15:11 +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
Matteo Pagliazzi
613895e294
Merge branch 'develop' into unlock-fixes
2020-05-06 11:49:28 +02:00
Sabe Jones
be622e8b10
Merge branch 'release' into develop
2020-05-05 15:03:39 -05:00
Sabe Jones
a7c3c10ff4
4.141.0
2020-05-05 15:03:04 -05:00
Sabe Jones
1831c0dd79
chore(sprites): compile
2020-05-05 15:02:42 -05:00
Sabe Jones
8fe563aa37
feat(content): armoire, backgrounds
2020-05-05 15:02:36 -05:00
Matteo Pagliazzi
e5f1f3b279
Improve i18n caching ( #12030 )
...
* fix indentation
* wip: cache i18n responses
* cache i18n browser script to disk
* typos
* misc fixes
2020-05-05 20:31:33 +02:00
Sabe Jones
446122d7b8
To-Do cron task decay fixes ( #12072 )
...
* fix(tasks): improve some cron behaviors
Fixes #6488
Fixes #8590
* add test
Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com >
2020-05-05 18:52:44 +02:00
Bart Enkelaar
93335352ec
Dont throw away extra paypal months ( #12149 )
...
* Issue 10605 - Don't pointlessly format dates
* fix(10605): Be defensive about setting plan termination dates
2020-05-05 17:16:35 +02: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
Melior
f60b50d6fa
Merge branch 'origin/develop' into Weblate.
2020-05-04 21:53:10 +02:00
Melior
785da1391f
Translated using Weblate (English)
...
Currently translated at 95.3% (164 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en@lolcat/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Spanish)
Currently translated at 81.2% (65 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (Dutch)
Currently translated at 90.5% (1897 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Vietnamese)
Currently translated at 78.9% (412 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Vietnamese)
Currently translated at 83.8% (208 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/vi/
Translated using Weblate (Vietnamese)
Currently translated at 87.1% (312 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/vi/
Translated using Weblate (Japanese)
Currently translated at 87.5% (70 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2095 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 85.0% (68 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Japanese)
Currently translated at 81.2% (65 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Japanese)
Currently translated at 78.7% (63 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (2091 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 77.5% (62 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Vietnamese)
Currently translated at 51.2% (41 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 90.4% (1895 of 2095 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Japanese)
Currently translated at 99.2% (139 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
2020-05-04 21:52:54 +02:00
Sabe Jones
adff828c91
Merge branch 'release' into develop
2020-05-04 14:52:06 -05:00
Sabe Jones
5cdcbc5310
4.140.14
2020-05-04 14:51:14 -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]
261da70274
build(deps): bump @babel/preset-env from 7.9.5 to 7.9.6 ( #12165 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.9.5 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.5...v7.9.6 )
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:58:07 +02: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
dependabot-preview[bot]
c1705550c7
build(deps): bump moment from 2.24.0 to 2.25.1 ( #12163 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.24.0 to 2.25.1.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.25.1 )
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:56:36 +02:00
dependabot-preview[bot]
119102ff61
build(deps): bump apple-auth from 1.0.5 to 1.0.6 ( #12161 )
...
Bumps [apple-auth](https://github.com/ananay/apple-auth ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/ananay/apple-auth/releases )
- [Commits](https://github.com/ananay/apple-auth/commits )
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:53:30 +02:00
dependabot-preview[bot]
933fc4d882
build(deps): bump csv-stringify from 5.4.3 to 5.5.0 ( #12164 )
...
Bumps [csv-stringify](https://github.com/adaltas/node-csv-stringify ) from 5.4.3 to 5.5.0.
- [Release notes](https://github.com/adaltas/node-csv-stringify/releases )
- [Changelog](https://github.com/adaltas/node-csv-stringify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/adaltas/node-csv-stringify/compare/v5.4.3...v5.5.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:52:44 +02:00
dependabot-preview[bot]
31a83097be
build(deps): bump @babel/core from 7.9.0 to 7.9.6 ( #12168 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.9.0 to 7.9.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.6 )
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:50:16 +02:00
ThePlasmak
6cdc59d913
Added a full stop to shieldMystery201902Notes and shieldArmoireHorseshoeNotes. ( #12153 )
...
* Added a full stop to shieldArmoireHorseshoeNotes.
* Added a full stop to shieldMystery201902Notes.
2020-05-03 23:49:14 +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
Alys
aeba14f2e9
update API's monthly Gem cap messages to use the friendly website version ( #12150 )
...
* allow subscribers to buy their final monthly gem
* replace old montly Gem cap messages with friendlier new ones
2020-05-02 21:49:38 +02:00
negue
1c94c1a968
fix: return full inbox on user-v3-api ( #12146 )
...
* fix inbox on user-v3-api + test
* add @benkelaar suggestions
2020-05-02 21:48:16 +02:00
negue
26767f598b
API: Adding secret.text to the user-schema ( #12121 )
2020-05-02 19:59:05 +02:00
Sabe Jones
5d202c7617
fix(script): run main and large only once each
2020-04-30 13:35:42 -05:00
Melior
643d3802cc
Merge branch 'origin/develop' into Weblate.
2020-04-30 20:22:05 +02:00
Sabe Jones
5ee33f219a
4.140.13
2020-04-30 13:13:30 -05: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
Melior
6899731937
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 90.5% (1893 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 98.5% (138 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Dutch)
Currently translated at 90.4% (1891 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (German)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Vietnamese)
Currently translated at 39.0% (128 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Vietnamese)
Currently translated at 40.0% (32 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Japanese)
Currently translated at 96.4% (135 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Japanese)
Currently translated at 94.2% (132 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (German)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Dutch)
Currently translated at 90.3% (1890 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Romanian)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ro/
Translated using Weblate (Japanese)
Currently translated at 98.7% (245 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Japanese)
Currently translated at 91.4% (128 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ja/
Translated using Weblate (Dutch)
Currently translated at 90.3% (1889 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ja/
Translated using Weblate (Estonian)
Currently translated at 83.3% (1743 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/et/
Translated using Weblate (Japanese)
Currently translated at 97.9% (243 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Dutch)
Currently translated at 90.0% (1882 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ja/
Translated using Weblate (Japanese)
Currently translated at 96.3% (239 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Dutch)
Currently translated at 96.5% (670 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
2020-04-30 16:56:12 +02:00
Matteo Pagliazzi
3101abbb08
remove profiling code
2020-04-30 14:05:46 +02:00
Matteo Pagliazzi
537313a21e
4.140.12
2020-04-29 12:44:56 +02:00
Matteo Pagliazzi
453383af9f
feat(debug): improve stack traces
2020-04-29 12:44:50 +02:00
Matteo Pagliazzi
a19db5798d
4.140.11
2020-04-29 12:32:04 +02:00
Matteo Pagliazzi
ea1569e23e
feat(server); allow debugging
2020-04-29 12:30:48 +02:00
Sabe Jones
58aa1ac2f3
chore(sprites): compile
2020-04-28 14:26:56 -05:00
Sabe Jones
a979fc3843
feat(content): mystery items 2020-05
2020-04-28 14:26:47 -05:00
Matteo Pagliazzi
9f91775e78
fix(unit tests): re add code removed by mistake in stringUtils tests
2020-04-28 17:00:57 +02:00
Matteo Pagliazzi
61ca931e66
fix(string utils): do not escape possible regular expressions
2020-04-28 16:47:52 +02:00
Matteo Pagliazzi
2888f843e3
fix(push notifications): remove tokens after a MismatchSenderId error
2020-04-28 16:16:10 +02:00
Matteo Pagliazzi
b947c714f0
fix(regexp): escape inputs
2020-04-28 16:00:17 +02: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
805641b6cf
Merge pull request #12145 from sandip2224/patch-2
...
Update LICENSE
2020-04-28 13:35:08 +02: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
Sandipan
99429d9d48
Update LICENSE
...
Fixed grammatical error
2020-04-28 09:17:46 +05:30
Bart Enkelaar
ec5de91123
Issue 12138 - Fix chat support for regex chars in code blocks
2020-04-27 20:24:59 +02:00
Matteo Pagliazzi
6ffc28f04e
Merge pull request #12140 from benkelaar/regex-escape
...
Issue 12138 - Fix chat support for regex chars in code blocks
2020-04-27 20:24:27 +02:00
negue
b1a348aee3
fix reload conversations on header-refresh
2020-04-27 17:18:39 +02:00
Bart Enkelaar
66ed0a350b
Issue 12138 - Fix chat support for regex chars in code blocks
2020-04-27 13:56:27 +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]
7f6a2a0700
build(deps): bump habitica-markdown from 1.3.2 to 1.4.0 ( #12131 )
...
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:24:54 +02:00
dependabot-preview[bot]
05008b20d3
build(deps): bump mongoose from 5.9.9 to 5.9.10 ( #12137 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.9 to 5.9.10.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.9...5.9.10 )
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:24:46 +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]
60204bef06
build(deps): bump csv-stringify from 5.3.6 to 5.4.3 ( #12135 )
...
Bumps [csv-stringify](https://github.com/adaltas/node-csv-stringify ) from 5.3.6 to 5.4.3.
- [Release notes](https://github.com/adaltas/node-csv-stringify/releases )
- [Changelog](https://github.com/adaltas/node-csv-stringify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/adaltas/node-csv-stringify/compare/v5.3.6...v5.4.3 )
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:21:58 +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
Matteo Pagliazzi
be86812900
4.140.10
2020-04-24 21:00:08 +02:00
Matteo Pagliazzi
d03e5e93b0
Merge branch 'release' into develop
2020-04-24 19:02:55 +02:00
Matteo Pagliazzi
c879560445
add ability to log amplitude events ( #12120 )
2020-04-24 19:02:27 +02:00
Matteo Pagliazzi
26437e7e2e
wip: valid unlocked sets
2020-04-24 19:01:03 +02: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
Matteo Pagliazzi
39fcb3e876
Merge branch 'release' into develop
2020-04-24 12:06:31 +02:00
Matteo Pagliazzi
188023b197
fix #12118 : pass mandatory second parameter to markdown-it parse method
2020-04-24 12:06:05 +02:00
Matteo Pagliazzi
e47b0982c8
fix(i18n): remove loadingscreentips.json from non english folders
2020-04-23 23:25:25 +02:00
Melior
92f217775b
Merge branch 'origin/develop' into Weblate.
2020-04-23 21:02:15 +02:00
Melior
daf2c354d6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 89.9% (1881 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Japanese)
Currently translated at 95.1% (236 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Japanese)
Currently translated at 92.7% (230 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/de/
Translated using Weblate (German)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (German)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (German)
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (German)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/de/
Translated using Weblate (German)
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (Japanese)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ja/
Translated using Weblate (German)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/de/
Translated using Weblate (Japanese)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (German)
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Dutch)
Currently translated at 96.3% (669 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (German)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 86.2% (69 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (Dutch)
Currently translated at 96.2% (668 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Japanese)
Currently translated at 90.7% (127 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ja/
Translated using Weblate (Swedish)
Currently translated at 93.0% (133 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/sv/
Translated using Weblate (Swedish)
Currently translated at 75.0% (60 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/
Translated using Weblate (Russian)
Currently translated at 88.7% (71 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Dutch)
Currently translated at 98.7% (79 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Russian)
Currently translated at 97.2% (175 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Russian)
Currently translated at 99.7% (357 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Russian)
Currently translated at 88.7% (71 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (German)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Dutch)
Currently translated at 96.2% (77 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
2020-04-23 21:02:04 +02:00
Sabe Jones
c4343379a1
4.140.9
2020-04-23 13:59:54 -05: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
Matteo Pagliazzi
ebfb6f96b3
Merge branch 'hamboomger-bugfix-extramonths-lost-when-subscription-terminated' into develop
2020-04-20 23:54:52 +02:00
Matteo Pagliazzi
22d696219a
Revert "Squashed commit of the following:"
...
This reverts commit 9014943a86 .
2020-04-20 23:53:41 +02:00
Matteo Pagliazzi
9014943a86
Squashed commit of the following:
...
commit 6a70487fa6
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Mon Apr 20 23:48:48 2020 +0200
remove un-needed code
commit 4fa381f153
Merge: 97209e40ad b7448e2cfe
Author: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Date: Mon Apr 20 23:30:19 2020 +0200
Merge branch 'bugfix-extramonths-lost-when-subscription-terminated' of https://github.com/hamboomger/habitica into hamboomger-bugfix-extramonths-lost-when-subscription-terminated
commit b7448e2cfe
Author: hamboomger <hamboomger@gmail.com >
Date: Tue Mar 31 18:23:08 2020 +0300
fix(server-api): cancelSubscription() is no longer called twice when user leaves group
commit 0bc836b490
Author: hamboomger <hamboomger@gmail.com >
Date: Sun Mar 29 15:54:13 2020 +0300
refactor(payments): unit tests created for calculation of subscription termination date
commit fdf7e3a665
Author: hamboomger <hamboomger@gmail.com >
Date: Thu Mar 26 19:33:35 2020 +0200
fix(db-schema): typo fixed in group.hasCancelled() schema metod name
commit 00d12e83bd
Author: hamboomger <hamboomger@gmail.com >
Date: Thu Mar 26 19:31:07 2020 +0200
refactor(db-schema): group.isSubscribed() method name changed to group.hasActiveGroupPlan()
2020-04-20 23:50:08 +02:00
Matteo Pagliazzi
6a70487fa6
remove un-needed code
2020-04-20 23:48:48 +02:00
Matteo Pagliazzi
4fa381f153
Merge branch 'bugfix-extramonths-lost-when-subscription-terminated' of https://github.com/hamboomger/habitica into hamboomger-bugfix-extramonths-lost-when-subscription-terminated
2020-04-20 23:30:19 +02:00
Matteo Pagliazzi
97209e40ad
Collection quests: make sure users cannot earn "excess" items ( #12098 )
...
* fix(collection quests): make sure users cannot earn "excess" collection items
* add test
2020-04-20 23:12:05 +02:00
Matteo Pagliazzi
2e97f9864e
fix(package.json): remove unused package
2020-04-20 22:27:20 +02:00
Jack Somers
6d6adfd919
Fixes #11119 : Added check for wacky pet before feeding ( #12106 )
...
* Added check for wacky pet before feeding
* added test for feeding wacky pets
* Fixed typo in test for feeding wacky pets
Co-authored-by: Jack Somers <somersjw9@gmail.com >
2020-04-20 22:17:42 +02: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
dependabot-preview[bot]
0e36c1aa0f
build(deps-dev): bump monk from 7.1.2 to 7.2.0 ( #12110 )
...
Bumps [monk](https://github.com/Automattic/monk ) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/Automattic/monk/releases )
- [Changelog](https://github.com/Automattic/monk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/monk/commits/v7.2.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-20 11:45:48 +02:00
dependabot-preview[bot]
5b4505ac62
build(deps): bump jwks-rsa from 1.7.0 to 1.8.0 ( #12112 )
...
Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases )
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md )
- [Commits](https://github.com/auth0/node-jwks-rsa/compare/1.7.0...v1.8.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-20 11:44:53 +02:00
dependabot-preview[bot]
aa3d972cb4
build(deps): bump mongoose from 5.9.7 to 5.9.9 ( #12113 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.7 to 5.9.9.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.7...5.9.9 )
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-20 11:44:08 +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
27263e9b2f
4.140.8
2020-04-18 17:41:40 +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
Matteo Pagliazzi
8ca5ee99b0
Merge branch 'release' into develop
2020-04-18 16:09:40 +02:00
Matteo Pagliazzi
9f9da5632d
4.140.7
2020-04-18 16:02:23 +02:00
Matteo Pagliazzi
9364cdc2b4
fix(apple auth): do not try to parse name if it is missing, add query parameters to logs
2020-04-18 16:02:18 +02:00
Carl Vuorinen
2896cf77e0
Handle simultaneous quest accept/reject ( #12090 )
...
* Implement atomic quest accept/reject
* Persist quest.members early to avoid simultaneous handling of accept/reject
* Fix quest accept test (missing expectation)
* PR fixes
2020-04-17 22:57:31 +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
Bart Enkelaar
9608b9fa9f
Don't link user in markdown code blocks - Fixes #[11504] ( #12069 )
...
* Improve whitespacing in highlightMentions.js unit test
* Issue 11504 - Don't link users in markdown code blocks
Use the markdown-it parser to determine what parts of the message are code block first.
Then work from those parser tokens back to content parts that should not be handled.
Still convoluted, but can be improved once a "user mention plugin" is added to habitica-markdown.
* Issue 11504 - Put functions in JavaScript order and fix linting issues
* Issue 11504 - Use includes i.o. multiple or checks and added some context.
* Issue 11504 - Add docstring for highlightMentions and simplify fence regex
* Issue 11504 - Replace inline recursor with default parameter value
2020-04-17 22:19:11 +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
Sabe Jones
9706a9c8be
Merge branch 'release' into develop
2020-04-17 14:25:58 -05:00
Sabe Jones
484bae40cd
4.140.6
2020-04-17 14:24:42 -05:00
Sabe Jones
c0b6353ded
chore(analytics): change up drop tracking
2020-04-17 14:24:34 -05:00
Matteo Pagliazzi
f71062e86c
Merge branch 'release' into develop
2020-04-17 20:50:11 +02:00
Matteo Pagliazzi
8da36bf27c
4.140.5
2020-04-17 15:09:12 +02:00
Matteo Pagliazzi
1800fabaaa
Merge pull request #129 from HabitRPG/cache-fixes-3
...
API Cache fixes
2020-04-17 15:08:15 +02:00
Matteo Pagliazzi
193e7062c3
Merge branch 'release' into develop
2020-04-17 15:00:58 +02:00
Matteo Pagliazzi
cda5c6fbb0
res.header -> res.set
2020-04-17 14:57:53 +02:00
Matteo Pagliazzi
495d01f386
fix(static files): cache more static files ( #12102 )
2020-04-17 14:52:28 +02:00
Matteo Pagliazzi
24e1bfdfba
add basic test, disable etag on post routes as well, paypal ipn: prevent set headers after response error
2020-04-17 14:50:09 +02:00
Matteo Pagliazzi
f757e645b7
disable caching for the /status api route
2020-04-17 14:22:32 +02:00
Matteo Pagliazzi
bf492933cc
fix(cache): explicitly disable caching for most api routes
2020-04-17 14:22:20 +02:00
Matteo Pagliazzi
86d2fed76e
fix(apple auth): minor fixes, make sure apple auth users are considered when sending emails
2020-04-16 23:23:08 +02:00
Melior
2b7fe7c1d5
Merge branch 'origin/develop' into Weblate.
2020-04-16 22:19:38 +02:00
Melior
999b62df43
Translated using Weblate (Dutch)
...
Currently translated at 95.0% (76 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Vietnamese)
Currently translated at 21.6% (31 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/vi/
Translated using Weblate (Vietnamese)
Currently translated at 11.1% (16 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/vi/
Translated using Weblate (Japanese)
Currently translated at 91.5% (227 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 90.0% (72 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 88.7% (71 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (80 of 80 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
2020-04-16 22:19:26 +02:00
Sabe Jones
cc7dac47c4
4.140.4
2020-04-16 15:18:00 -05:00
Sabe Jones
c8189360d6
Merge branch 'develop' into release
2020-04-16 15:17:56 -05:00
Sabe Jones
88183149c5
chore(news): Bailey
2020-04-16 15:17:14 -05:00
Matteo Pagliazzi
a8f397c674
fix(join group): do not throw if inviter has does not exist
2020-04-15 21:43:24 +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
Melior
cc04761c24
Merge branch 'origin/develop' into Weblate.
2020-04-14 22:55:19 +02:00
Melior
29dccdd148
Translated using Weblate (Dutch)
...
Currently translated at 95.9% (666 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Swedish)
Currently translated at 95.0% (133 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/sv/
Translated using Weblate (German)
Currently translated at 99.7% (2086 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Romanian)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ro/
Translated using Weblate (Dutch)
Currently translated at 95.3% (662 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (German)
Currently translated at 99.8% (693 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (German)
Currently translated at 99.8% (693 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Romanian)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ro/
Translated using Weblate (Japanese)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translated using Weblate (Romanian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ro/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (German)
Currently translated at 99.4% (2080 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Russian)
Currently translated at 99.5% (691 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Japanese)
Currently translated at 90.3% (224 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Russian)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ru/
Translated using Weblate (Dutch)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/nl/
Translated using Weblate (Romanian)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ro/
Translated using Weblate (Russian)
Currently translated at 98.7% (685 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Dutch)
Currently translated at 94.6% (657 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (French)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translated using Weblate (French)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
2020-04-14 22:55:14 +02:00
Denys Dorokhov
186b929e59
API-v4 route added: 'api/v4/faq' fixes #11801 ( #11905 )
...
* feat(api-v4): new /faq route added
* refactor(server): change of function name in libs/content.js
2020-04-14 22:14: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
2ea9070a9b
4.140.3
2020-04-14 14:50:10 -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
cb0280ca8b
fix(lint): move old migration to archive
2020-04-14 19:15:29 +02:00
Matteo Pagliazzi
259b15877b
chore(deps): remove unused aws-sdk file and dependency
2020-04-14 17:03:42 +02: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
dependabot-preview[bot]
a5b37fcc02
build(deps): bump @vue/cli-service in /website/client ( #12080 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) 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-service )
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:31:25 +02:00
Matteo Pagliazzi
16f1c7286b
Merge pull request #12084 from HabitRPG/dependabot/npm_and_yarn/website/client/vue/cli-plugin-router-4.3.1
...
build(deps): bump @vue/cli-plugin-router from 4.3.0 to 4.3.1 in /website/client
2020-04-13 13:28:15 +02:00
Matteo Pagliazzi
d5b3e4ec9f
Merge pull request #12075 from HabitRPG/dependabot/npm_and_yarn/website/client/bootstrap-vue-2.11.0
...
build(deps): bump bootstrap-vue from 2.10.1 to 2.11.0 in /website/client
2020-04-13 13:27:53 +02:00
Matteo Pagliazzi
47eb9bf3ff
Merge pull request #12073 from HabitRPG/dependabot/npm_and_yarn/website/client/vue/cli-plugin-babel-4.3.1
...
build(deps): bump @vue/cli-plugin-babel from 4.3.0 to 4.3.1 in /website/client
2020-04-13 13:27:31 +02:00
Matteo Pagliazzi
2977346ccb
Merge pull request #12074 from HabitRPG/dependabot/npm_and_yarn/website/client/amplitude-js-5.11.0
...
build(deps): bump amplitude-js from 5.10.0 to 5.11.0 in /website/client
2020-04-13 13:27:23 +02:00
Matteo Pagliazzi
a545cc72d0
Merge pull request #12077 from HabitRPG/dependabot/npm_and_yarn/website/client/core-js-3.6.5
...
build(deps): bump core-js from 3.6.4 to 3.6.5 in /website/client
2020-04-13 13:27:08 +02:00
Matteo Pagliazzi
82548f69e5
Merge pull request #12078 from HabitRPG/dependabot/npm_and_yarn/website/client/jquery-3.5.0
...
build(deps): bump jquery from 3.4.1 to 3.5.0 in /website/client
2020-04-13 13:27:02 +02:00
Matteo Pagliazzi
5aacae3ead
build(deps): bump aws-sdk from 2.653.0 to 2.656.0 ( #12082 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.653.0 to 2.656.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.653.0...v2.656.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-13 13:25:56 +02:00
dependabot-preview[bot]
9f8162b82c
build(deps): bump @babel/preset-env from 7.9.0 to 7.9.5 ( #12087 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.9.0 to 7.9.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.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-13 13:25:39 +02:00
dependabot-preview[bot]
98a749b239
build(deps): bump @vue/cli-plugin-router in /website/client
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) 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-router )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:30:11 +00:00
dependabot-preview[bot]
0cef9eff87
build(deps): bump aws-sdk from 2.653.0 to 2.656.0
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.653.0 to 2.656.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.653.0...v2.656.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:29:33 +00:00
dependabot-preview[bot]
3189a944d7
build(deps): bump jquery from 3.4.1 to 3.5.0 in /website/client
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:26:48 +00:00
dependabot-preview[bot]
79066165e2
build(deps): bump core-js from 3.6.4 to 3.6.5 in /website/client
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.6.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:25:49 +00:00
dependabot-preview[bot]
c6f6df3f14
build(deps): bump bootstrap-vue from 2.10.1 to 2.11.0 in /website/client
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.10.1 to 2.11.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.10.1...v2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:23:51 +00:00
dependabot-preview[bot]
7bfd6ceca1
build(deps): bump amplitude-js from 5.10.0 to 5.11.0 in /website/client
...
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript ) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases )
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/amplitude/amplitude-javascript/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:22:44 +00:00
dependabot-preview[bot]
400f4dfb01
build(deps): bump @vue/cli-plugin-babel in /website/client
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) 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-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-13 05:21:52 +00:00
Alys
57a9fb5241
add comment to contributor.critical flag in user model
2020-04-13 15:15:26 +10:00
Sabe Jones
08c63f94fc
fix(shops): improve featured potion and quest
2020-04-10 16:17:15 -05:00
Sabe Jones
9c6c90a2e9
fix(potions): call out limited time
2020-04-10 15:15:23 -05:00
Sabe Jones
39765895ee
fix(quest): call out limited time
2020-04-10 13:53:52 -05:00
Matteo Pagliazzi
2a8fc7aea2
Push Notifications Improvements ( #12019 )
...
* start fixing push notitifications
* push notifications: refactor error handling
* remove comment and improve logging
* improve emails errors
* wip: start improving webhooks tests
* add max length to push notifications and tests
* fix typos
2020-04-10 16:41:44 +02:00
Melior
0a86d04a15
Merge branch 'origin/develop' into Weblate.
2020-04-09 13:32:31 +02:00
Melior
3afa7e6da5
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ro/
Translated using Weblate (Japanese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
Translated using Weblate (Romanian)
Currently translated at 87.5% (7 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ro/
Translated using Weblate (Romanian)
Currently translated at 93.7% (134 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ro/
Translated using Weblate (Romanian)
Currently translated at 87.5% (7 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/ro/
Translated using Weblate (Romanian)
Currently translated at 83.5% (1747 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ro/
Translated using Weblate (Romanian)
Currently translated at 41.2% (26 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/ro/
Translated using Weblate (Romanian)
Currently translated at 96.7% (30 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/ro/
Translated using Weblate (Romanian)
Currently translated at 98.7% (324 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ro/
Translated using Weblate (Romanian)
Currently translated at 96.0% (121 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ro/
Translated using Weblate (Romanian)
Currently translated at 11.6% (9 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ro/
Translated using Weblate (Dutch)
Currently translated at 97.8% (137 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (694 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (686 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 99.4% (690 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (German)
Currently translated at 99.1% (688 of 694 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (358 of 358 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translated using Weblate (German)
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
2020-04-09 13:32:17 +02:00
Sabe Jones
0ac0723be5
4.140.2
2020-04-09 06:28:11 -05:00
Sabe Jones
0f2d2ddad6
Merge branch 'develop' into release
2020-04-09 06:28:06 -05:00
Matteo Pagliazzi
e19837f58e
4.140.1
2020-04-08 23:31:26 +02:00
Matteo Pagliazzi
0ea1ce9758
fix(logs): do not log mongoose object with id and no _id to avoid crashes, see https://github.com/davidmarkclements/fast-safe-stringify/issues/43
2020-04-08 23:31:17 +02:00
Phillip Thelen
9d16ab7dba
Sign in with Apple ( #11793 )
...
* add date check
* achievements modal polishing
* refresh private-messages page when you are already on it
* add countbadge knob to change the example
* fix lint
* typos
* typos
* typos
* add toggle for achievements categories
* typo
* fix test
* fix edit avatar modal cannot be closed
* WIP(settings): subscriber page improvements
* WIP(subscriptions): more design build-out
* fix(css): disabled button styles
* fix(css): better Amazon targeting
* fix hide tooltip + align header correctly
* disable perfect scroll
* load messages on refresh event
* fix header label + conversation actions not breaking layout on hover
* WIP(g1g1): notif
* WIP(g1g1): notif cont'd
* fix(test): snowball change
* fix(event): feature NYE card
* chore(sprites): compile
* fix(bgs): include TT required field
* add gifting banner to the max height calculation
* chore(event): enable winter customizations
* WIP(gifting): partial modal implementation
* feat(gifting): select giftee modal
* fix(gifting): notification order, modal dismiss
* Begin implementing sign in with apple
# Conflicts:
# package-lock.json
# website/common/script/constants.js
# website/server/libs/auth/social.js
# website/server/models/user/schema.js
* Add apple sign in button to website
* fix lint errors
* fix config json
* fix(modals): correct some repops
* fix(gifting): style updates
* fix(buy): modal style changes
* fix(modals): also clean out "prev"
* Attempt workaround for sign in with apple on android
* temporarily log everything as error
* refactor(modals): hide in dismiss event
* fix temporary test failure
* changes to sign in with apple
* fix: first batch of layout issues for private messages + auto sizing textarea
* fix(modals): new dismiss logic
* fix(modals): new dismiss no go??
* Only use email scope
* print debugging
* .
* ..
* ...
* username second line - open profile on face-avatar/conversation name - fix textarea height
* temporarily disable apple auth and just return data for debugging
* Hopefully this works
* .....
* WIP(subscription): unsubscribed state
* .
* ..
* MAYBE THIS ACTUALLY WORKS???
* Implement apple sign in
* fix some urls
* fix urls
* fix redirect and auth
* attempt to also request name
* fix lint error
* WIP(subscription): partial subscribed
* chore(sprites): compile
* Change approach so that it actually works
* fix config error
* fix lint errors
* Fix
* fix lint error
* lint error
* WIP(subscription): finish subscribed
* refresh on sync
* new "you dont have any messages" style + changed min textarea height
* new conversationItem style / layout
* reset message unread on reload
* chore(npm): update package-locks
* fix styles / textarea height
* feat(subscription): revised sub page RC
* list optOut / chatRevoked informations for each conversation + show why its disabled
* Improve apple redirect view
* Fix apple icon on group task registration page
* WIP(adventure): prereqs
* Block / Unblock - correct disabled states - $gray-200 instead of 300/400
* canReceive not checking chatRevoked
* fix: faceAvatar / userLink open the selected conversation user
* check if the target user is blocking the logged-in user
* fix(subs): style tweaks
* fix(profiles): short circuit contributor
Attempted fix for #11830
* chore(sprites): compile
* fix(content): missing potion data
* fix(content): missing string
* WIP(drops): new modal
* fix(subs): moar style tweaks
* check if blocks is undefined
* max-height instead of height
* fix "no messages" state + canReceive on a new conversation
* WIP(adventure): analytics fixes etc
* Improve apple signin handling
* fixed conversations width (280px on max 768 width page)
* feat(adventure): random egg+potion on 2nd task
* fix(lint): noworkies
* fix(modal): correctly construct classes
* fix(tests): expectations and escape
* Fix typo
* use base url from env variables
* fix lint
* call autosize after message is sent
* fix urls
* always verify token
* throw error when social auth could not retrieve id
* Store emails correctly for apple auth
* Retrieve name when authenticating through apple
* Fix lint errors
* fix all lint errors
* fix(content): missing strings
* Revert "always verify token"
This reverts commit 8ac40c76bf .
# Conflicts:
# website/server/libs/auth/social.js
* Correctly load name
* remove extra changes
* remove extra logger call
* reset package and package-lock
* add back missing packages
* use name from apple
* add support for multiple apple public keys
* add some unit and integration tests
* add apple auth integration test
* tweak social signup buttons
* pixel pushing
Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com >
Co-authored-by: Sabe Jones <sabrecat@gmail.com >
Co-authored-by: negue <eugen.bolz@gmail.com >
Co-authored-by: Phillip Thelen <phillip@habitica.com >
2020-04-08 18:44:30 +02:00
Anoop Ravella
776e9834f3
removed loadingScreenTips.json
2020-04-08 11:18:18 -04:00
Melior
1d98929453
Merge branch 'origin/develop' into Weblate.
...
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Dutch)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2091 of 2091 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (522 of 522 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
2020-04-08 00:18:20 +02:00
Matteo Pagliazzi
80664b6c5f
Merge pull request #12016 from inftp/ptsFix
...
stop 'pts' from overflowing to next line
2020-04-07 22:22:12 +02:00
Matteo Pagliazzi
01123367b1
Merge pull request #12045 from JohnJSal/patch-1
...
Removed an unnecessary word in quest completion text
2020-04-07 22:20:10 +02:00
Sabe Jones
f6a80d18b6
Merge branch 'release' into develop
2020-04-07 14:08:41 -05:00
Sabe Jones
71af306f02
4.140.0
2020-04-07 14:08:17 -05:00
Sabe Jones
5ccd2ae262
chore(event): seeds and sprites
2020-04-07 14:08:09 -05:00
Sabe Jones
a1a1fd939d
Merge branch 'sabrecat/dessert-potions' into release
2020-04-07 13:59:36 -05:00
Matteo Pagliazzi
9ac7840940
chore(winston-loggly-bulk): upgrade
2020-04-07 15:18:52 +02:00
Anoop Ravella
100275f460
removed loading tip number logic
2020-04-06 17:20:40 -04:00
Anoop Ravella
489b9c4019
removed loading tip div
2020-04-06 17:05:25 -04:00
Sabe Jones
ba61da4acb
fix(stable): wacky sorting
2020-04-06 15:26:43 -05:00
Sabe Jones
903851f1fd
fix(content): missing premium potion notes
2020-04-06 14:40:09 -05:00
Sabe Jones
371a1542e7
fix(content): feature items
2020-04-06 13:08:29 -05:00
Sabe Jones
0c640f07d1
fix(waffle): missing scroll
2020-04-06 12:19:40 -05:00
Melior
cbc6e7aa0c
Merge branch 'origin/develop' into Weblate.
2020-04-06 17:48:06 +02:00
Sabe Jones
b6eab67e6a
Merge branch 'release' into develop
2020-04-06 10:42:45 -05:00
Sabe Jones
99afefe953
4.139.0
2020-04-06 10:41:54 -05:00
Sabe Jones
9fea01b1f4
Merge branch 'sabrecat/armoire-202004' into release
2020-04-06 10:41:40 -05:00
Sabe Jones
978b78e57a
feat(migration): script for adding all gear to a user
2020-04-06 14:29:29 +00:00
Melior
f920a441a5
Translated using Weblate (Romanian)
...
Currently translated at 98.6% (227 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/ro/
Translated using Weblate (Dutch)
Currently translated at 99.5% (247 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Romanian)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/ro/
Translated using Weblate (Dutch)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/nl/
Translated using Weblate (Romanian)
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/ro/
Translated using Weblate (Romanian)
Currently translated at 98.7% (324 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ro/
Translated using Weblate (Romanian)
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/ro/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.3% (142 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ru/
Translated using Weblate (Russian)
Currently translated at 96.1% (173 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Russian)
Currently translated at 97.9% (2042 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Russian)
Currently translated at 98.6% (508 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pt_BR/
2020-04-06 13:53:15 +02:00
Matteo Pagliazzi
12a9eec540
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #12054 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.2.3 to 4.3.0.
- [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.0/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-06 11:34:51 +02:00
dependabot-preview[bot]
f83d86b7f3
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #12058 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.2.3 to 4.3.0.
- [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.0/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-06 11:34:41 +02:00
dependabot-preview[bot]
0410c97001
build(deps): bump @vue/cli-plugin-eslint in /website/client
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.2.3 to 4.3.0.
- [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.0/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-04-06 09:33:11 +00:00
dependabot-preview[bot]
4482b734a5
build(deps): bump @vue/cli-plugin-router in /website/client ( #12056 )
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.2.3 to 4.3.0.
- [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.0/packages/@vue/cli-plugin-router )
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-06 11:30:38 +02:00
dependabot-preview[bot]
0131cc07bf
build(deps): bump @vue/cli-service in /website/client ( #12051 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.2.3 to 4.3.0.
- [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.0/packages/@vue/cli-service )
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-06 11:30:26 +02:00
dependabot-preview[bot]
70a9f66dcd
build(deps): bump @vue/cli-plugin-babel in /website/client ( #12049 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.2.3 to 4.3.0.
- [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.0/packages/@vue/cli-plugin-babel )
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-06 11:30:10 +02:00
dependabot-preview[bot]
3057fdbd4a
build(deps): bump @storybook/addon-links in /website/client ( #12047 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/addons/links )
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-06 11:01:56 +02:00
Matteo Pagliazzi
cc48479c66
Merge branch 'release' into develop
2020-04-06 11:01:29 +02:00
Matteo Pagliazzi
8ad644ec3a
remove comment and improve logging
2020-04-06 10:57:36 +02:00
Matteo Pagliazzi
6f2bf5659d
improve emails errors
2020-04-06 10:56:39 +02:00
dependabot-preview[bot]
f4e573f684
build(deps): bump bootstrap-vue from 2.9.0 to 2.10.1 in /website/client ( #12050 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.9.0 to 2.10.1.
- [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.9.0...v2.10.1 )
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-06 10:53:56 +02:00
dependabot-preview[bot]
a2e59d0920
build(deps): bump @storybook/addon-knobs in /website/client ( #12048 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/addons/knobs )
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-06 10:53:48 +02:00
dependabot-preview[bot]
39fe86c688
build(deps): bump @storybook/addon-notes in /website/client ( #12046 )
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.18/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/addons/notes )
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-06 10:53:38 +02:00
dependabot-preview[bot]
78ceb427a3
build(deps): bump @storybook/addon-actions in /website/client ( #12052 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/addons/actions )
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-06 10:50:15 +02:00
dependabot-preview[bot]
7c17a32bbb
build(deps): bump @storybook/vue in /website/client ( #12057 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/app/vue )
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-06 10:49:52 +02:00
dependabot-preview[bot]
9a34c16fa2
build(deps): bump aws-sdk from 2.648.0 to 2.653.0 ( #12061 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.648.0 to 2.653.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.648.0...v2.653.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-06 10:48:57 +02:00
dependabot-preview[bot]
38c24763fa
build(deps): bump mongoose from 5.9.6 to 5.9.7 ( #12062 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.6 to 5.9.7.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.6...5.9.7 )
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-06 10:48:17 +02:00
JohnJSal
776f3d288b
Removed an unnecessary word in quest completion text
...
Changed "Great job catching the that would-be arsonist..." to "Great job catching that would-be arsonist..." in the quest completion text for "Bye, Bye, Butterfry."
2020-04-05 12:09:17 -05:00
hamboomger
b7448e2cfe
fix(server-api): cancelSubscription() is no longer called twice when user leaves group
2020-04-05 15:06:16 +03:00
hamboomger
0bc836b490
refactor(payments): unit tests created for calculation of subscription termination date
2020-04-05 15:06:16 +03:00
hamboomger
fdf7e3a665
fix(db-schema): typo fixed in group.hasCancelled() schema metod name
2020-04-05 15:06:16 +03:00
hamboomger
00d12e83bd
refactor(db-schema): group.isSubscribed() method name changed to group.hasActiveGroupPlan()
2020-04-05 15:06:16 +03:00
Matteo Pagliazzi
e4661c3763
Merge branch 'release' into develop
2020-04-04 13:49:59 +02:00
Matteo Pagliazzi
5fcf3fba88
4.138.6
2020-04-04 13:47:14 +02:00
inftp
156d15c540
Merge remote-tracking branch 'upstream/develop' into ptsFix
2020-04-04 16:29:34 +11:00
inftp
7d9b8a5ceb
use bootstrap native style rather than custom
2020-04-04 16:28:10 +11:00
Sabe Jones
23b19853b4
fix(image): filename
2020-04-03 20:36:31 -05:00
Sabe Jones
c6839c4478
fix(content): stray comma
2020-04-03 19:31:58 -05:00
Sabe Jones
167f4f07b8
feat(content): Confection Pets
2020-04-03 19:25:43 -05:00
Matteo Pagliazzi
95c9dbaa73
Merge branch 'release' into develop
2020-04-04 00:19:17 +02:00
Matteo Pagliazzi
c88af182c9
chore(deps): upgrade slack to v4
2020-04-04 00:19:00 +02:00
Matteo Pagliazzi
d9f7772453
chore(deps): upgrade slack to v4
2020-04-04 00:03:28 +02:00
Sabe Jones
931d8814b6
chore(sprites): compile
2020-04-03 15:41:49 -05:00
Sabe Jones
25e5183370
feat(content): Armoire/BGs 2020-04
2020-04-03 15:41:35 -05:00
Matteo Pagliazzi
8e559da200
fix(dockerfile): expose EMAILS_COMMUNITY_MANAGER_EMAIL to client
2020-04-03 12:39:08 +02:00
Melior
8efed37241
Merge branch 'origin/develop' into Weblate.
2020-04-02 23:19:42 +02:00
Sabe Jones
ed25afb0b1
4.138.5
2020-04-02 16:10:21 -05:00
Sabe Jones
a2c91aae70
chore(news): Challenge and Blog Bailey
2020-04-02 16:09:36 -05:00
Sabe Jones
3ac69d5e75
Merge branch 'develop' into release
2020-04-02 15:09:54 -05:00
Sabe Jones
87b26c4cfb
chore(event): end Foolishness
2020-04-02 15:09:30 -05:00
Matteo Pagliazzi
28bc843779
Misc Webhooks Fixes ( #12038 )
...
* fix(webhooks): don t parse response as json
* upgrade got to version 10
* remove old header
* fix tests
* fix email auth
* add migration
* update email error
* split migration in two
2020-04-02 21:48:47 +02:00
Matteo Pagliazzi
e92ff9737a
Automatically Logout Banned Users ( #12037 )
...
* wip
* logout banned users, fix and refactor language library and middleware
* req.locals -> res.locals
* fix tests
* redirect to login page
2020-04-02 21:46:01 +02:00
Melior
66422d4235
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Dutch)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 98.8% (170 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/en_GB/
Translated using Weblate (French)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (French)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fr/
Translated using Weblate (German)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/de/
Translated using Weblate (French)
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (German)
Currently translated at 99.4% (2074 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
2020-04-02 13:30:18 +02:00
Sabe Jones
c3343c9412
fix(news): Challenge link
2020-04-01 10:23:07 -05:00
Melior
e9100c7132
Merge branch 'origin/develop' into Weblate.
2020-04-01 14:37:50 +02:00
Sabe Jones
11235685ca
fix(avatar): adjust expected padding for always-on pets
2020-04-01 06:51:14 -05:00
Sabe Jones
49d6691f7d
fix(avatar): adjust expected padding for always-on pets
2020-04-01 06:51:02 -05:00
Melior
db4c4e6493
Merge branch 'origin/develop' into Weblate.
2020-04-01 13:37:37 +02:00
Sabe Jones
56b1f6371f
Merge branch 'release' into develop
2020-04-01 06:32:15 -05:00
Sabe Jones
1b5bd8e1ab
4.138.4
2020-04-01 06:31:49 -05:00
Sabe Jones
e39eafd3f0
feat(event): April Foolin
2020-04-01 06:31:39 -05:00
Melior
9213181ca2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (German)
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (2083 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translated using Weblate (German)
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (248 of 248 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2085 of 2085 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
2020-04-01 00:41:29 +02:00
Calvin
3e50469ed5
Switched to Click to Hatch ( #11989 )
2020-03-31 17:20:51 +02:00
Matheus Bernardes
7e9d3062f3
fix(achievements modal): fixes hide achievements button formatting ( #12013 )
2020-03-31 16:11:37 +02:00
Melior
6376e57614
Merge branch 'origin/develop' into Weblate.
2020-03-30 23:19:42 +02:00
Sabe Jones
84ad270436
Merge branch 'release' into develop
2020-03-30 16:14:17 -05:00
Sabe Jones
92cf506bad
4.138.3
2020-03-30 16:12:20 -05:00
Sabe Jones
5f97cb31b8
chore(sprites): compile
2020-03-30 16:12:11 -05:00
Sabe Jones
6d26fbc5f2
feat(content): April subscriber items
2020-03-30 16:12:03 -05:00
Sabe Jones
bb9912de89
fix(analytics): problems
2020-03-30 15:38:41 -05:00
Sabe Jones
7a51b7593f
fix(analytics): problems ( #12032 )
2020-03-30 15:37:01 -05:00
Melior
1bfc55ece1
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Latin)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/la/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/nl/
Translated using Weblate (Dutch)
Currently translated at 90.0% (1873 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Latin)
Currently translated at 96.5% (475 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/la/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
2020-03-30 19:33:38 +02:00
Matteo Pagliazzi
e21f64edaf
fix(exports): disable non-working code and throw errors earlier when using the xml export ( #12031 )
2020-03-30 19:04:55 +02:00
dependabot-preview[bot]
a08b419411
build(deps): bump webpack from 4.42.0 to 4.42.1 in /website/client ( #12029 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.42.0 to 4.42.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.42.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 10:29:18 +02:00
dependabot-preview[bot]
4a752c3347
build(deps): bump helmet from 3.21.3 to 3.22.0 ( #12023 )
...
Bumps [helmet](https://github.com/helmetjs/helmet ) from 3.21.3 to 3.22.0.
- [Release notes](https://github.com/helmetjs/helmet/releases )
- [Changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/helmetjs/helmet/compare/v3.21.3...v3.22.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-03-30 10:28:10 +02:00
dependabot-preview[bot]
8609aae1b4
build(deps): bump aws-sdk from 2.643.0 to 2.648.0 ( #12024 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.643.0 to 2.648.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.643.0...v2.648.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-03-30 10:27:59 +02:00
dependabot-preview[bot]
d35fd9d90d
build(deps): bump bootstrap-vue from 2.8.0 to 2.9.0 in /website/client ( #12027 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.8.0 to 2.9.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.8.0...v2.9.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-03-30 10:27:23 +02:00
dependabot-preview[bot]
11103813f5
build(deps): bump mongoose from 5.9.5 to 5.9.6 ( #12028 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.5 to 5.9.6.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.5...5.9.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 10:26:52 +02:00
Matteo Pagliazzi
1a75c6a696
fix(gulp): do not use common code in imports when it has not been transpiled yet
2020-03-29 16:37:57 +02:00
Matteo Pagliazzi
6bef105cf6
fix(gulp): tasks order
2020-03-29 16:26:58 +02:00
Matteo Pagliazzi
3fffe7aa5c
Content API Cache improvements ( #12020 )
...
* content api improvements
* add content cache to build step
* add tests
2020-03-29 16:15:23 +02:00
Matteo Pagliazzi
9ab9b0f553
IP Blocking ( #12015 )
...
* start implementing an ip blocker
* fix comments and add to list of middlewares
* fix code, comment code and improve response
* wip tests
* fix order
* fixes and tests
2020-03-28 15:44:54 +01:00
Melior
a00add46a7
Merge branch 'origin/develop' into Weblate.
2020-03-26 21:18:04 +01:00
Melior
b9d8da44de
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (Latin)
Currently translated at 97.4% (75 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 89.9% (1871 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 89.4% (1862 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 99.5% (246 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Dutch)
Currently translated at 90.6% (224 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Dutch)
Currently translated at 94.1% (162 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/nl/
Translated using Weblate (Dutch)
Currently translated at 89.0% (1853 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ja/
Translated using Weblate (Swedish)
Currently translated at 99.4% (512 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/
Translated using Weblate (Swedish)
Currently translated at 99.2% (511 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/
Translated using Weblate (Swedish)
Currently translated at 88.3% (68 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/
Translated using Weblate (French)
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/
Translated using Weblate (French)
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (French)
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (French)
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (2076 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (2075 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Latin)
Currently translated at 30.7% (44 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/la/
Translated using Weblate (Latin)
Currently translated at 87.1% (449 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/la/
Translated using Weblate (Latin)
Currently translated at 98.7% (76 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (French)
Currently translated at 99.4% (179 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.6% (2053 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 82.7% (149 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 98.6% (2053 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.6% (2053 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 98.6% (141 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 82.7% (149 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (180 of 180 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en_GB/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 88.7% (1847 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2081 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (English (Pirate))
Currently translated at 87.2% (1816 of 2081 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/
Translated using Weblate (Dutch)
Currently translated at 95.7% (656 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (357 of 357 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en_GB/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Portuguese)
Currently translated at 92.8% (196 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt/
Translated using Weblate (Dutch)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/nl/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Japanese)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ja/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
Translated using Weblate (English (Pirate))
Currently translated at 96.1% (74 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (German)
Currently translated at 97.4% (75 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Latin)
Currently translated at 94.3% (199 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Latin)
Currently translated at 91.2% (157 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/la/
Translated using Weblate (Latin)
Currently translated at 98.6% (227 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/la/
Translated using Weblate (Latin)
Currently translated at 81.7% (202 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/la/
Translated using Weblate (Latin)
Currently translated at 90.7% (127 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/la/
Translated using Weblate (Latin)
Currently translated at 94.0% (63 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/la/
Translated using Weblate (Latin)
Currently translated at 86.8% (152 of 175 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/la/
Translated using Weblate (Latin)
Currently translated at 96.5% (475 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/la/
Translated using Weblate (Latin)
Currently translated at 98.9% (295 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/la/
Translated using Weblate (Latin)
Currently translated at 84.9% (1745 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (77 of 77 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (German)
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Dutch)
Currently translated at 89.5% (1839 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Swedish)
Currently translated at 94.6% (53 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/sv/
Translated using Weblate (Dutch)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/nl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translated using Weblate (Czech)
Currently translated at 86.4% (64 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/cs/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Latin)
Currently translated at 87.1% (449 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/la/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translated using Weblate (Vietnamese)
Currently translated at 48.6% (36 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 99.3% (142 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ja/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 98.2% (55 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/nl/
Translated using Weblate (Japanese)
Currently translated at 91.8% (68 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Vietnamese)
Currently translated at 25.6% (19 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Vietnamese)
Currently translated at 87.3% (311 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/vi/
Translated using Weblate (Japanese)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 96.4% (54 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (Swedish)
Currently translated at 89.1% (66 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/
2020-03-26 21:17:54 +01:00
Sabe Jones
947e8a1836
4.138.2
2020-03-26 15:15:42 -05:00
Sabe Jones
7bdc974704
Merge branch 'develop' into release
2020-03-26 15:15:38 -05:00
Sabe Jones
fe8780d49c
chore(news): Bailey
2020-03-26 15:15:25 -05:00
Matteo Pagliazzi
2fc4d0f00c
fix(logger): only two arguments to logger when logging an unhandled promise rejection
2020-03-26 17:10:19 +01:00
inftp
eb4e382ecf
stop 'pts' from overflowing to next line
2020-03-26 14:52:25 +11:00
Matteo Pagliazzi
4300c7b1bf
Merge branch 'develop' of github.com:HabitRPG/habitica into develop
2020-03-24 20:31:27 +01:00
Matteo Pagliazzi
2cd0ed5973
fix(logger): improve logging and make sure no data is lost
2020-03-24 20:29:31 +01:00
Sabe Jones
6e8bdf4cdf
Merge branch 'release' into develop
2020-03-24 13:14:15 -05:00
Sabe Jones
0bac1102cc
4.138.1
2020-03-24 13:13:55 -05:00
Sabe Jones
3e96e54ad8
feat(event): eggy eggy
2020-03-24 13:13:50 -05:00
Matteo Pagliazzi
3458d89c1d
fix(webhook tests): do not rely on toLocaleString when checking for two dates to be close
2020-03-24 12:28:15 +01:00
Denys Dorokhov
25e72ad907
Reward with negative cost can no longer be created, fixes #11855 ( #11870 )
...
* Minor refactoring in scoreTask.js
* Reward value validation added (should be >= 0)
2020-03-24 12:10:10 +01:00
Bence László
5cf6a67a36
(website/client/src/components/settings/site.vue): Fix refresh the de-register social media buttons. ( #11992 )
2020-03-23 17:49:00 +01:00
Matteo Pagliazzi
9dcce382a3
fix(webhook tests): more reliable date test
2020-03-23 17:17:27 +01:00
chan_gami
f6484c872a
Fixes Japanese conversion bugs on Safari and Chrome ( #11917 )
...
decided to fix using flags since KeyboardEvent.isComposing behaves differently depending on the browser
2020-03-23 16:35:17 +01:00
Alys
249ba77c01
edit string to say Pet Food, not food ( #11994 )
...
Also capitalise terms that are usually capitalised these days.
2020-03-23 16:32:37 +01:00
dependabot-preview[bot]
7ff590cd88
build(deps): bump mongoose from 5.9.3 to 5.9.5 ( #12001 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.3 to 5.9.5.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.3...5.9.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-03-23 10:58:24 +01:00
dependabot-preview[bot]
f297fef89e
build(deps): bump @babel/preset-env from 7.8.7 to 7.9.0 ( #12007 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.7 to 7.9.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.7...v7.9.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-03-23 10:49:47 +01:00
dependabot-preview[bot]
b037cb0722
build(deps): bump @babel/register from 7.8.6 to 7.9.0 ( #12009 )
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.8.6 to 7.9.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.9.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-03-23 10:36:18 +01:00
dependabot-preview[bot]
b8c58a7e4f
build(deps): bump morgan from 1.9.1 to 1.10.0 ( #12000 )
...
Bumps [morgan](https://github.com/expressjs/morgan ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/expressjs/morgan/releases )
- [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/morgan/compare/1.9.1...1.10.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-03-23 10:35:30 +01:00
dependabot-preview[bot]
f973bf1038
build(deps): [security] bump acorn in /website/client ( #11996 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-23 10:35:10 +01:00
dependabot-preview[bot]
aaea985cf2
build(deps): bump bootstrap-vue from 2.7.0 to 2.8.0 in /website/client ( #11997 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.7.0 to 2.8.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.7.0...v2.8.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-03-23 10:34:57 +01:00
dependabot-preview[bot]
1d0e08419f
build(deps): bump @babel/core from 7.8.7 to 7.9.0 ( #12003 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.7 to 7.9.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.7...v7.9.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-03-23 10:34:20 +01:00
dependabot-preview[bot]
fd6244eb15
build(deps): bump aws-sdk from 2.639.0 to 2.643.0 ( #12004 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.639.0 to 2.643.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.639.0...v2.643.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-03-23 10:34:03 +01:00
Matteo Pagliazzi
f8aa756d52
Disable Failing Webhooks ( #11966 )
...
* todo comment
* add failures field to webhooks and sanitize
* implement logic
* use update instead of save
* specify timeout and maximum number of retries
* add tests
2020-03-20 23:26:21 +01:00
Matteo Pagliazzi
ae7df804cb
fix(promise): make sure every promise is handled
2020-03-20 20:07:13 +01:00
Sabe Jones
de37eb1bb2
Merge branch 'release' into develop
2020-03-19 08:12:00 -05:00
Sabe Jones
cf03261bbf
4.138.0
2020-03-19 08:11:37 -05:00
Sabe Jones
3ec95ad821
fix(event): feature something from 2020
2020-03-19 08:11:30 -05:00
Sabe Jones
57d11d5b20
Merge branch 'develop' into release
2020-03-19 08:10:56 -05:00
Matteo Pagliazzi
039e7d40b8
fix(tests): do not rely on emails order when user joins group plan
2020-03-18 23:31:01 +01:00
Matteo Pagliazzi
4389a9b478
Merge branch 'release' into develop
2020-03-18 20:39:14 +01:00
Matteo Pagliazzi
289032047c
4.137.1
2020-03-18 19:39:37 +01:00
Matteo Pagliazzi
6f5515214a
update mongoose options
2020-03-18 19:36:10 +01:00
Sabe Jones
fd2c4e3265
fix(sprites): CUBBB
2020-03-18 13:35:53 -05:00
Matteo Pagliazzi
dd91bada8f
Merge branch 'release' into develop
2020-03-18 19:30:11 +01:00
Matteo Pagliazzi
d724933640
update mongoose options
2020-03-18 19:20:09 +01:00
Sabe Jones
e4b74bc347
fix(content): feature shinies
2020-03-18 11:15:49 -05:00
Sabe Jones
c609db09c1
fix(content): feature shinies
2020-03-18 11:15:10 -05:00
Sabe Jones
55feebdf9e
Merge branch 'release' into develop
2020-03-17 15:36:35 -05:00
Sabe Jones
d8a99647e7
chore(sprites): compile
2020-03-17 15:35:49 -05:00
Sabe Jones
353b4aed05
feat(content): Magic Hatching Potions
2020-03-17 15:35:38 -05:00
Sabe Jones
411f82202b
feat(content): Spring Fling 2020
2020-03-17 14:49:22 -05:00
Sabe Jones
5a5a6e4c5d
feat(content): Spring Fling 2020
2020-03-17 14:48:49 -05:00
Sabe Jones
914eee015e
Merge branch 'release' into develop
2020-03-17 09:12:29 -05:00
Sabe Jones
bbbc06733b
4.137.0
2020-03-17 09:12:06 -05:00
Sabe Jones
92c3a640ee
feat(content): Bug Bonanza achievement
2020-03-17 09:11:41 -05:00
tsukimi2
a301f817e9
Fix for party members missing from header after viewing private messages / inbox / PMs ( #11912 )
...
* Fix bug in missing party members in app header
* Modified by running lint
* Change code for handling missing party members in app header from within computed hiddenHeader property to watcher function on hiddenHeader
Co-authored-by: osiris <eynsan@yahoo.co.uk >
2020-03-16 22:17:52 +01:00
tsukimi2
519af8f1b6
Fix for search guilds result being inconsistent between "My Guilds" and "Discover Guilds" ( #11903 )
...
* Fix bug to allow guild summary and description to match against search term in MyGuilds component
* Add unit test to groupUtilities to test filterGroup function
* Changes made after running npm:run:lint
* Fix bug when filter guild function does not match against guild size correctly when the guild has member count = 100 or 1000
According to habitica wiki Guilds Guide, gold-tier guilds are guilds with 1000 or more members. However, under the current code of filter guild function, it matches guilds as gold-tier as strictly more than 1000 members, excluding 1000 members. Similar silver-tier guilds should have 100 to 999 members, but the current code it matches guilds as silver-tier for members between 101 and 999 members.
* Added unit tests to test the newly added code in the groupsUtilities mixin for the current issue
* Add unit testing to test search guild name, summary, and description in myGuilds component
* Add suggestions from lint
* Added searching by guild summary and white space handling in search terms.
For discover guilds component, added the following:
1) handling of searching by guild summary
2) preventing white space in search terms to display all guilds
3) added test cases for testing the search functionality in discove guilds to ensure consistent behaviour between the searching in MyGuilds and public guilds.
* Remove console statements from test file
* Implement suggestions from lint.
Co-authored-by: osiris <eynsan@yahoo.co.uk >
2020-03-16 20:03:48 +01:00
dependabot-preview[bot]
a71abea032
build(deps): bump @storybook/addon-knobs in /website/client ( #11977 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.14 to 5.3.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.17/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:26:27 +01:00
dependabot-preview[bot]
3c623b08c4
build(deps): [security] bump acorn from 6.3.0 to 6.4.1 ( #11970 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:24:30 +01:00
dependabot-preview[bot]
ddfa3f8a91
build(deps): bump @storybook/vue in /website/client ( #11984 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.14 to 5.3.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.17/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:22:52 +01:00
dependabot-preview[bot]
e2d1de0cf0
build(deps): bump @storybook/addon-links in /website/client ( #11975 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.14 to 5.3.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.17/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:22:36 +01:00
dependabot-preview[bot]
9281de1801
build(deps): bump regenerator-runtime from 0.13.3 to 0.13.5 ( #11976 )
...
Bumps [regenerator-runtime](https://github.com/facebook/regenerator ) from 0.13.3 to 0.13.5.
- [Release notes](https://github.com/facebook/regenerator/releases )
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.3...regenerator-runtime@0.13.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-03-16 15:20:11 +01:00
dependabot-preview[bot]
4960171565
build(deps): bump sass from 1.26.2 to 1.26.3 in /website/client ( #11973 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.26.2 to 1.26.3.
- [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.2...1.26.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:19:54 +01:00
dependabot-preview[bot]
d063a57faa
build(deps): bump aws-sdk from 2.635.0 to 2.639.0 ( #11978 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.635.0 to 2.639.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.635.0...v2.639.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-03-16 15:19:41 +01:00
dependabot-preview[bot]
0960eaf571
build(deps): bump amplitude-js from 5.9.0 to 5.10.0 in /website/client ( #11979 )
...
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript ) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases )
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v5.9.0...v5.10.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-03-16 15:19:33 +01:00
dependabot-preview[bot]
fd0ec41c53
build(deps): bump vue2-perfect-scrollbar in /website/client ( #11983 )
...
Bumps [vue2-perfect-scrollbar](https://github.com/mercs600/vue2-perfect-scrollbar ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/mercs600/vue2-perfect-scrollbar/releases )
- [Commits](https://github.com/mercs600/vue2-perfect-scrollbar/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:18:53 +01:00
dependabot-preview[bot]
1420e1c8d7
build(deps): bump bootstrap-vue from 2.6.1 to 2.7.0 in /website/client ( #11985 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.6.1 to 2.7.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.6.1...v2.7.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-03-16 15:18:40 +01:00
Matteo Pagliazzi
c7c854664f
build(deps): bump @storybook/addon-notes in /website/client ( #11986 )
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.14 to 5.3.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.17/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.17/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:18:31 +01:00
dependabot-preview[bot]
68e5679340
build(deps): bump @storybook/addon-actions in /website/client ( #11987 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.14 to 5.3.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.17/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-16 15:18:25 +01:00
dependabot-preview[bot]
32a9dda2c6
build(deps): bump @storybook/addon-notes in /website/client
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.14 to 5.3.17.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.17/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.17/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-16 08:29:26 +00:00
Sabe Jones
8b19c0ad69
Merge branch 'release' into develop
2020-03-14 06:50:23 -05:00
Sabe Jones
bb8bd8842d
4.136.4
2020-03-14 06:49:55 -05:00
Alys
33e8b64df6
remove excess 'the' from two locales strings
2020-03-14 20:47:50 +10:00
Matteo Pagliazzi
1411706963
fix(party members): clone array to avoid infinite loops, fixes #11969
2020-03-13 23:48:10 +01:00
Sabe Jones
e94631a002
fix(test): food expectation, sigh
2020-03-13 11:10:28 -05:00
Sabe Jones
427251ed1d
fix(test): food expectation, sigh
2020-03-13 11:10:08 -05:00
Sabe Jones
39bb60638f
feat(content): Pi Day 2020
2020-03-13 10:59:52 -05:00
Sabe Jones
71e34e654c
4.136.3
2020-03-12 14:53:11 -05:00
Matteo Pagliazzi
f01aba15be
fix(lint): run npm lint to fix formatting
2020-03-11 13:04:03 +01:00
Melior
fd4e760c05
Merge branch 'origin/develop' into Weblate.
2020-03-10 20:32:00 +01:00
Melior
b5ed65b164
Translated using Weblate (Latin)
...
Currently translated at 98.6% (227 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/la/
Translated using Weblate (Vietnamese)
Currently translated at 17.5% (13 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/vi/
Translated using Weblate (Japanese)
Currently translated at 98.6% (141 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translated using Weblate (Latin)
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.3% (142 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ru/
Translated using Weblate (French)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (143 of 143 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en_GB/
Translated using Weblate (Russian)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/ru/
Translated using Weblate (French)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (Russian)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (French)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (492 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/ru/
Translated using Weblate (French)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/en_GB/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (2046 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 89.4% (1836 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 96.4% (54 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/de/
Translated using Weblate (Japanese)
Currently translated at 97.0% (665 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en_GB/
Translated using Weblate (Russian)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ru/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/en@pirate/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 98.6% (73 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (Dutch)
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (French)
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (74 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Russian)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (French)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/fr/
Translated using Weblate (French)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/fr/
Translated using Weblate (German)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (French)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translated using Weblate (Russian)
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
Translated using Weblate (German)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/de/
Translated using Weblate (German)
Currently translated at 99.5% (490 of 492 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (German)
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/de/
Translated using Weblate (German)
Currently translated at 96.4% (54 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/de/
Translated using Weblate (German)
Currently translated at 97.2% (72 of 74 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Dutch)
Currently translated at 89.2% (1833 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Turkish)
Currently translated at 71.8% (51 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/
Translated using Weblate (Korean)
Currently translated at 37.4% (55 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ko/
Translated using Weblate (Korean)
Currently translated at 12.5% (41 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translated using Weblate (Vietnamese)
Currently translated at 98.9% (295 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/vi/
Translated using Weblate (Korean)
Currently translated at 84.8% (1742 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ko/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 85.0% (210 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/nl/
Translated using Weblate (Dutch)
Currently translated at 89.1% (1831 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (French)
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Czech)
Currently translated at 96.8% (122 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/cs/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (Icelandic)
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/is/
Translated using Weblate (Icelandic)
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/is/
Translated using Weblate (Icelandic)
Currently translated at 16.9% (12 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/is/
Translated using Weblate (Dutch)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/nl/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (175 of 175 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (175 of 175 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en_GB/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.7% (488 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.3% (2040 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Dutch)
Currently translated at 88.9% (1827 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Dutch)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/nl/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/nl/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/
Translated using Weblate (Dutch)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 98.2% (506 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Dutch)
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en@pirate/
Translated using Weblate (German)
Currently translated at 100.0% (515 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/en@pirate/
Translated using Weblate (German)
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (German)
Currently translated at 100.0% (2053 of 2053 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (English (United Kingdom))
Currently translated at 98.6% (508 of 515 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
2020-03-10 20:31:40 +01:00
Sabe Jones
4ee14e7c2a
Merge branch 'release' into develop
2020-03-10 14:26:47 -05:00
Sabe Jones
f40fb510a9
4.136.2
2020-03-10 14:25:42 -05:00
Sabe Jones
86951916e8
feat(content): enable bug hugging
2020-03-10 14:25:30 -05:00
Matteo Pagliazzi
fde8e54783
fix(readme): remove greenkeeper badge
2020-03-10 11:45:37 +01:00
Matteo Pagliazzi
276e882092
fix(challenges): handle case where challenge has no categories or result is empty
2020-03-09 21:17:27 +01:00
Alec Brickner
88bfed7efe
Ensure official challenges are listed first ( fixes #11018 ) ( #11030 )
...
* Ensure official challenges are listed first
* Fix lint errors
* Move query creation into separate function
* switching branches
* Fixes and tests
* Formatting fixes
* Linting
* fix tests
2020-03-09 20:08:28 +01:00
Nik
0936c2ff86
Special case for member profile name. ( #11918 )
...
* Special case for member profile name.
Use a case insensitive order by
* Use of localeCompare function for name comparison
2020-03-09 17:59:30 +01:00
Nik
bdedf8f563
Fix asc/desc sort order when sorted by name ( #11919 )
...
* Fix asc/desc sort order when sorted by name
* Revert changes.
Use localeCompare but considering sort order
2020-03-09 17:56:43 +01:00
Carl Vuorinen
9220323483
Move collapseChecklist tooltip ( #11954 )
...
So that checklist items can be checked even when tooltip shown
Fixes #11888
2020-03-09 17:28:09 +01:00
Matteo Pagliazzi
80c93ad934
Merge branch 'release' into develop
2020-03-09 16:22:08 +01:00
Matteo Pagliazzi
010da977a4
fix(sign up): prevent double request to sign up route
2020-03-09 16:21:57 +01:00
Matteo Pagliazzi
b9bfb3f722
fix(logs): call split on strings only
2020-03-09 16:18:57 +01:00
Joanna Cholewa
effb66a089
Replace setUsernameNotificationBody setting with changeUsernameDisclaimer and alter disclaimer text ( #11953 )
2020-03-09 15:48:54 +01:00
Matteo Pagliazzi
dbdb5f81a5
Merge branch 'release' into develop
2020-03-09 15:16:22 +01:00
Matteo Pagliazzi
2062e78959
fix(logs): FCM, only log defined errors
2020-03-09 15:16:10 +01:00
Matteo Pagliazzi
018c5edfdd
fix(logs): FCM, only log defined errors
2020-03-09 15:13:15 +01:00
dependabot-preview[bot]
b0a3e58d66
build(deps): bump @babel/core from 7.8.6 to 7.8.7 ( #11961 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.6 to 7.8.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09 13:36:27 +01:00
dependabot-preview[bot]
99960da2eb
build(deps): bump bootstrap-vue from 2.5.0 to 2.6.1 in /website/client ( #11963 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.5.0 to 2.6.1.
- [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.5.0...v2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09 13:33:38 +01:00
dependabot-preview[bot]
8c293505c4
build(deps): bump aws-sdk from 2.630.0 to 2.635.0 ( #11960 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.630.0 to 2.635.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.630.0...v2.635.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-03-09 13:33:26 +01:00
dependabot-preview[bot]
10ac99fc2e
build(deps): bump @babel/preset-env from 7.8.6 to 7.8.7 ( #11958 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.6 to 7.8.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.6...v7.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09 13:33:12 +01:00
dependabot-preview[bot]
34c7d4e3b8
build(deps): bump gulp-nodemon from 2.4.2 to 2.5.0 ( #11955 )
...
Bumps [gulp-nodemon](https://github.com/JacksonGariety/gulp-nodemon ) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/JacksonGariety/gulp-nodemon/releases )
- [Commits](https://github.com/JacksonGariety/gulp-nodemon/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09 13:31:51 +01:00
dependabot-preview[bot]
50d9a355b0
build(deps): bump mongoose from 5.9.2 to 5.9.3 ( #11956 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.9.2...5.9.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09 13:31:16 +01:00
dependabot-preview[bot]
35b5285ce6
build(deps): bump eslint-plugin-vue in /website/client ( #11964 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.1...v6.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09 13:30:18 +01:00
Sabe Jones
2001b27c26
fix(test): comment unreliable error message
2020-03-07 13:31:50 -06:00
Sabe Jones
7064b363e0
fix(test): comment unreliable error message
2020-03-07 13:31:31 -06:00
Sabe Jones
c5147a696d
4.136.1
2020-03-07 13:18:39 -06:00
Sabe Jones
bd8e67a2ea
Adventure Guide Prep ( #11883 )
...
* WIP(adventure): prereqs
* WIP(drops): new modal
* WIP(adventure): analytics fixes etc
* feat(adventure): random egg+potion on 2nd task
* fix(lint): noworkies
* fix(modal): correctly construct classes
* fix(tests): expectations and escape
* fix(first-drops): address comments
* fix(first-drops): don't give random drops until first drops
* fix(drops): remove more Level 3 references
* refactor(drops): no need for cloning
* refactor(drops): unnecessary export
* fix(first-drops): force sync
* fix(first-drops): move to server
* fix(first-drops): escape in case we get here with >0 items
* fix(lint): line length
* fix(pet-food): remove unused string
2020-03-07 13:03:13 -06:00
Matteo Pagliazzi
db1bda1bcd
tests(message model): add unit tests
2020-03-04 17:51:14 +01:00
negue
fe6c21800c
Fixing layout issues for the private messages page ( #11766 )
...
* fix: first batch of layout issues for private messages + auto sizing textarea
* username second line - open profile on face-avatar/conversation name - fix textarea height
* refresh on sync
* new "you dont have any messages" style + changed min textarea height
* new conversationItem style / layout
* reset message unread on reload
* fix styles / textarea height
* list optOut / chatRevoked informations for each conversation + show why its disabled
* Block / Unblock - correct disabled states - $gray-200 instead of 300/400
* canReceive not checking chatRevoked
* fix: faceAvatar / userLink open the selected conversation user
* check if the target user is blocking the logged-in user
* check if blocks is undefined
* max-height instead of height
* fix "no messages" state + canReceive on a new conversation
* fixed conversations width (280px on max 768 width page)
* call autosize after message is sent
* only color the placeholder
* only load the current user avatar/settings/flags
* show only the current avatar on private messages
2020-03-04 17:50:08 +01:00
Matteo Pagliazzi
2ff9dfe965
Fix username links resulting in truncated chat messages ( #11945 )
...
* introduce MAX_MESSAGE_LENGTH constant
* add test
* fix path
* fix and tests
* fix typo in tests
2020-03-04 11:49:14 +01:00
Melior
75068ceb9e
Merge branch 'origin/develop' into Weblate.
2020-03-03 23:20:08 +01:00
Melior
462eac2599
Translated using Weblate (Latin)
...
Currently translated at 88.3% (449 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/la/
Translated using Weblate (Dutch)
Currently translated at 94.2% (479 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ja/
2020-03-03 23:19:11 +01:00
Sabe Jones
3fe307f6ea
Merge branch 'release' into develop
2020-03-03 16:15:52 -06:00
Sabe Jones
bb418da91f
4.136.0
2020-03-03 16:12:57 -06:00
Sabe Jones
08856ecc9f
chore(news): nother Bailey
2020-03-03 16:12:30 -06:00
Sabe Jones
9e925513b0
Merge branch 'sabrecat/armoire-202003' into release
2020-03-03 15:28:05 -06:00
Melior
d747e97cea
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (247 of 247 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (2045 of 2045 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
2020-03-02 23:41:14 +01:00
Sabe Jones
bccd8e0000
Merge branch 'release' into develop
2020-03-02 16:21:24 -06:00
Sabe Jones
1035af0d25
4.135.1
2020-03-02 16:20:56 -06:00
Sabe Jones
80b302c997
chore(news): Bailey
2020-03-02 16:20:48 -06:00
Matteo Pagliazzi
f448c8cdfb
Merge branch 'MynahMarie-fix_addlNotes' into develop
2020-03-02 22:42:48 +01:00
Matteo Pagliazzi
77195c64cf
add missing june2018 string
2020-03-02 22:42:28 +01:00
Matteo Pagliazzi
1efc030544
Merge branch 'fix_addlNotes' of https://github.com/MynahMarie/habitica into MynahMarie-fix_addlNotes
2020-03-02 22:38:58 +01:00
tsukimi2
5ad30e815a
Change where members info is retrieved in Group component: Fixes #11737 ( #11886 )
...
* Change where members info is retrieved in Group component.
In Group component, changes the place where members data is retrieved from the load function originally to within the watch group function, so that when group data has changed, the code will update the corresponding members data as well.
* Moving the code for loading members data from watcher to inside fetchGuilds function
* Complying with lint
Co-authored-by: kazekunGb <eynsan@yahoo.co.uk >
Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com >
2020-03-02 22:09:53 +01:00
Alec Brickner
966bcf8010
Ensure first-time purchases are synced ( #11915 )
...
* Ensure first-time purchases are synced
* whitespace commit to trigger tests
* Undo whitespace commit
* more whitespace
* remove the whitespace
2020-03-02 21:34:23 +01:00
Sabe Jones
8ebda9f7bd
fix(content): missing strings
2020-03-02 07:47:04 -06:00
Sabe Jones
6192b563e9
chore(sprites): compile
2020-03-02 07:33:03 -06:00
Sabe Jones
6763e178d4
feat(content): armoire and Bee Gees
2020-03-02 07:32:53 -06:00
Matteo Pagliazzi
6a9025200c
fix(logs): disable colors in production logs
2020-03-02 11:33:11 +01:00
Matteo Pagliazzi
4e3481445c
fix(logs): log text message in production
2020-03-02 11:20:56 +01:00
Matteo Pagliazzi
8300464cfc
Merge pull request #11887 from HabitRPG/stackdriver-winston
...
Logs improvements
2020-03-02 11:05:15 +01:00
Matteo Pagliazzi
abb4899552
Merge pull request #11916 from HabitRPG/fix-corrupt-data
...
Fix corrupt data
2020-03-02 11:03:32 +01:00
Matteo Pagliazzi
90f88c42f6
remove console.log
2020-03-02 10:26:21 +01:00
Matteo Pagliazzi
a4f84342ca
build(deps): bump @storybook/addon-actions in /website/client ( #11929 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.14/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:18:24 +01:00
dependabot-preview[bot]
a90d1187e0
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #11937 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.2.2 to 4.2.3.
- [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.2.3/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:18:17 +01:00
dependabot-preview[bot]
88b130a219
build(deps): bump @storybook/addon-actions in /website/client
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.14/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 09:17:33 +00:00
dependabot-preview[bot]
637e179951
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #11928 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.2.2 to 4.2.3.
- [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.2.3/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:16:38 +01:00
dependabot-preview[bot]
49e0077c67
build(deps): bump @babel/preset-env from 7.8.4 to 7.8.6 ( #11927 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:15:02 +01:00
dependabot-preview[bot]
0787582e58
build(deps): bump @storybook/addon-notes in /website/client ( #11933 )
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.14/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.14/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:14:02 +01:00
dependabot-preview[bot]
1c942eb8f3
build(deps): bump @storybook/addon-knobs in /website/client ( #11932 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.14/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:13:50 +01:00
dependabot-preview[bot]
d67f6ae471
build(deps): bump aws-sdk from 2.624.0 to 2.630.0 ( #11922 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.624.0 to 2.630.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.624.0...v2.630.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:11:49 +01:00
dependabot-preview[bot]
55baed38b5
build(deps): bump @babel/core from 7.8.4 to 7.8.6 ( #11923 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.4 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:11:41 +01:00
dependabot-preview[bot]
7ef55d0283
build(deps): bump helmet from 3.21.2 to 3.21.3 ( #11926 )
...
Bumps [helmet](https://github.com/helmetjs/helmet ) from 3.21.2 to 3.21.3.
- [Release notes](https://github.com/helmetjs/helmet/releases )
- [Changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/helmetjs/helmet/compare/v3.21.2...v3.21.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:11:24 +01:00
dependabot-preview[bot]
8fac74e812
build(deps): bump @babel/register from 7.8.3 to 7.8.6 ( #11921 )
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.8.3 to 7.8.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:11:13 +01:00
dependabot-preview[bot]
3f2d1bf430
build(deps): bump @vue/cli-service in /website/client ( #11936 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.2.2 to 4.2.3.
- [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.2.3/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:10:46 +01:00
dependabot-preview[bot]
42cfc7d851
build(deps): bump @storybook/vue in /website/client ( #11934 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.14/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:10:32 +01:00
dependabot-preview[bot]
ef7724203e
build(deps): bump sass from 1.25.0 to 1.26.2 in /website/client ( #11938 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.25.0 to 1.26.2.
- [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.25.0...1.26.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:10:14 +01:00
dependabot-preview[bot]
09cec21cde
build(deps): bump @storybook/addon-links in /website/client ( #11939 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.14/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:10:08 +01:00
dependabot-preview[bot]
fc987c11e9
build(deps): bump vue-router from 3.1.5 to 3.1.6 in /website/client ( #11931 )
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.5...v3.1.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:09:54 +01:00
dependabot-preview[bot]
3678861c48
build(deps): bump @vue/cli-plugin-router in /website/client ( #11935 )
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.2.2 to 4.2.3.
- [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.2.3/packages/@vue/cli-plugin-router )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:09:30 +01:00
dependabot-preview[bot]
a6463e1fba
build(deps): bump babel-eslint from 10.0.3 to 10.1.0 in /website/client ( #11942 )
...
Bumps [babel-eslint](https://github.com/babel/babel-eslint ) from 10.0.3 to 10.1.0.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.3...v10.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:09:02 +01:00
dependabot-preview[bot]
0e4d4c2235
build(deps): bump webpack from 4.41.6 to 4.42.0 in /website/client ( #11940 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.6 to 4.42.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:08:49 +01:00
dependabot-preview[bot]
09b76008ea
build(deps): bump @vue/cli-plugin-babel in /website/client ( #11943 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.2.2 to 4.2.3.
- [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.2.3/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-02 10:08:37 +01:00
Matteo Pagliazzi
c2a79e1d7c
fix tests
2020-03-01 22:37:29 +01:00
Matteo Pagliazzi
c5208f0ef6
fix tags
2020-03-01 22:21:53 +01:00
Matteo Pagliazzi
979d0c519d
add final tests for push devices and notifications
2020-03-01 22:10:11 +01:00
Matteo Pagliazzi
3f5ee32684
fix invalid push devices
2020-03-01 21:49:52 +01:00
Matteo Pagliazzi
6deee0ffc8
notifications tests
2020-03-01 21:29:57 +01:00
Matteo Pagliazzi
a11e4d0512
fix lint
2020-03-01 20:53:33 +01:00
Matteo Pagliazzi
118e3580d6
refactor notifications cleanup
2020-03-01 20:06:24 +01:00
Matteo Pagliazzi
343f276705
re-enable notifications validation
2020-03-01 13:30:22 +01:00
Tom Thorpe
c00a1d74f9
Allow group links on challenge details to be opened in a new tab ( #11889 )
...
* - Use `router-link` in `groupLink` to make links that can be followed in a new tab
* - Add back the missing `if` statement that was removed in error
2020-02-29 18:46:41 +01:00
Matteo Pagliazzi
ae3f014bb2
add ability to disable console logs in prod while keeping loggly active
2020-02-29 17:48:09 +01:00
Matteo Pagliazzi
15e6cef7c4
fix tests
2020-02-29 17:40:46 +01:00
Melior
b8c2d5eb20
Merge branch 'origin/develop' into Weblate.
2020-02-28 22:32:27 +01:00
Melior
a444e876d1
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
2020-02-28 22:32:14 +01:00
Sabe Jones
24b347af8e
Merge branch 'release' into develop
2020-02-28 15:28:21 -06:00
Sabe Jones
76039020f5
4.135.0
2020-02-28 15:27:58 -06:00
Sabe Jones
cbcfb21deb
chore(sprites): compile
2020-02-28 15:27:22 -06:00
Sabe Jones
f47ec3d85f
feat(content): mystery set March 2020
2020-02-28 15:27:14 -06:00
dependabot-preview[bot]
517d56f9fc
build(deps-dev): bump chalk from 2.4.2 to 3.0.0 ( #11531 )
...
Bumps [chalk](https://github.com/chalk/chalk ) from 2.4.2 to 3.0.0.
- [Release notes](https://github.com/chalk/chalk/releases )
- [Commits](https://github.com/chalk/chalk/compare/v2.4.2...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-28 19:33:38 +01:00
Matteo Pagliazzi
a5c4871183
Merge branch 'develop' into stackdriver-winston
2020-02-28 19:32:22 +01:00
Sabe Jones
aee08ba0f9
fix(bulk-email): wait 5s per 250 messages for server queue
2020-02-28 13:35:27 +00:00
Sabe Jones
e1f9cac37a
fix(gdpr): forbidden domain
2020-02-28 13:30:41 +00:00
Sabe Jones
c9bb96d2be
fix(gdpr): unique key fix
2020-02-28 13:30:15 +00:00
Melior
b0d86ff37b
Merge branch 'origin/develop' into Weblate.
2020-02-27 22:04:57 +01:00
Melior
3f3ebeffa1
Translated using Weblate (Latin)
...
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Japanese)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (Indonesian)
Currently translated at 18.3% (13 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/id/
Translated using Weblate (Belarusian)
Currently translated at 97.3% (476 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/be/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Russian)
Currently translated at 94.3% (232 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Russian)
Currently translated at 99.5% (487 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 99.7% (488 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Russian)
Currently translated at 99.8% (2037 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Russian)
Currently translated at 99.7% (683 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Russian)
Currently translated at 99.4% (505 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Russian)
Currently translated at 99.5% (211 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
Translated using Weblate (German)
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/
Translated using Weblate (German)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (German)
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/de/
Translated using Weblate (German)
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Vietnamese)
Currently translated at 34.4% (113 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Vietnamese)
Currently translated at 80.7% (410 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/vi/
Translated using Weblate (Russian)
Currently translated at 92.2% (227 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (246 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (246 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (246 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.2% (139 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/en_GB/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (172 of 172 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 99.1% (485 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Hungarian)
Currently translated at 81.2% (413 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/hu/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 97.1% (69 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 98.5% (209 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (212 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/
Translated using Weblate (German)
Currently translated at 100.0% (246 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (German)
Currently translated at 100.0% (246 of 246 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (German)
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (German)
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (German)
Currently translated at 100.0% (71 of 71 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (German)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/de/
Translated using Weblate (German)
Currently translated at 100.0% (140 of 140 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/de/
Translated using Weblate (German)
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (German)
Currently translated at 100.0% (489 of 489 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (German)
Currently translated at 99.5% (211 of 212 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/de/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Spanish (Latin America))
Currently translated at 90.6% (621 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/es_419/
Translated using Weblate (Polish)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pl/
Translated using Weblate (Finnish)
Currently translated at 9.5% (14 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/fi/
Translated using Weblate (Finnish)
Currently translated at 0.3% (1 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/fi/
Translated using Weblate (Finnish)
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/fi/
Translated using Weblate (Finnish)
Currently translated at 81.8% (416 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fi/
Translated using Weblate (Finnish)
Currently translated at 92.0% (127 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fi/
Translated using Weblate (Finnish)
Currently translated at 64.6% (42 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fi/
Translated using Weblate (Finnish)
Currently translated at 85.4% (1744 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fi/
Translated using Weblate (Finnish)
Currently translated at 98.5% (208 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fi/
Translated using Weblate (Spanish (Latin America))
Currently translated at 85.4% (585 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/es_419/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/en@pirate/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/es_419/
Translated using Weblate (Dutch)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 91.3% (159 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en@pirate/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 99.6% (327 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/nl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 99.7% (355 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/nl/
Translated using Weblate (Finnish)
Currently translated at 85.4% (1744 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fi/
Translated using Weblate (Spanish (Latin America))
Currently translated at 85.2% (584 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 85.2% (584 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es_419/
2020-02-27 22:04:41 +01:00
Sabe Jones
1bb337d235
4.134.4
2020-02-27 15:00:52 -06:00
Sabe Jones
07d6969764
Merge branch 'develop' into release
2020-02-27 15:00:46 -06:00
Sabe Jones
5807db9053
chore(news): Last Chance Bailey
2020-02-27 15:00:33 -06:00
Matteo Pagliazzi
a5a91a3a9c
4.134.3
2020-02-27 14:38:26 +01:00
Matteo Pagliazzi
3650426edc
fix(task): hotfix for when task.attribute is sent as null
2020-02-27 14:25:26 +01:00
Matteo Pagliazzi
6543a43854
wip test
2020-02-27 12:16:53 +01:00
Matteo Pagliazzi
a046930097
Merge branch 'develop' into stackdriver-winston
2020-02-26 18:40:25 +01:00
Alys
7579bec587
allow another guild to use banned words in appropriate contexts
...
This commit also puts the list of guilds into alphabetical order.
2020-02-26 07:45:31 +10:00
Alys
c1e7fed4d4
move a word from slurs to swears as discussed with beffymaroo and mods
2020-02-26 07:44:36 +10:00
agentx999
bad148148c
Enchanted Armoire immediately updates XP stat in header ( fixes #11827 ) ( #11884 )
...
* sync user if Armoire gives XP
* user can level up from Armoire
* remove XP amount from Armoire XP notification
2020-02-24 22:19:48 +01:00
Matteo Pagliazzi
0280513a00
improvements to apidocs comments ( #11832 )
...
* make corrections and improvements to apidocs (no code changes)
* make further minor tweaks to apidocs that were previously changed
* make one extra small change for consistency
* fix lines that are too long
Each line was fixed by one of these:
- changing the wording
- breaking into separate lines
- adding eslint-disable-line max-len (necessary for `@api ` lines because
a line break there causes the first part of the text to not be displayed
on the apidocs website)
* apply eslint-disable max-len around block comments that need to have a long line
The `@api ` lines can't have a line break in them because it would
cause the first part of the text to not be displayed on the apidocs
website.
Using `// eslint-disable-line max-len` at the end of an `@api `
line doesn't work, possibly because it's nesting a comment inside
a multi-line comment.
The only way I've found to ignore the `max-len` rule is to put
disable and enable comments around the whole comment block.
2020-02-24 21:22:29 +01:00
Sabe Jones
e502588abc
Improve G1G1 process ( #11792 )
...
* WIP(g1g1): notif
* WIP(g1g1): notif cont'd
* WIP(gifting): partial modal implementation
* feat(gifting): select giftee modal
* fix(gifting): notification order, modal dismiss
* fix(modals): correct some repops
* fix(gifting): style updates
* fix(modals): new dismiss logic
* fix(modals): new dismiss no go??
* refactor(close): catch up with dismiss functionality
* refactor(g1g1): optimizations
2020-02-24 16:54:56 +01:00
Matteo Pagliazzi
5718d8396d
build(deps): bump svg-inline-loader in /website/client ( #11891 )
...
Bumps [svg-inline-loader](https://github.com/sairion/svg-inline-loader ) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/sairion/svg-inline-loader/releases )
- [Changelog](https://github.com/webpack-contrib/svg-inline-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sairion/svg-inline-loader/compare/v0.8.0...v0.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:29:55 +01:00
dependabot-preview[bot]
b59a63ecbe
build(deps): bump bootstrap-vue from 2.4.2 to 2.5.0 in /website/client ( #11893 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.4.2 to 2.5.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.4.2...v2.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:29:39 +01:00
dependabot-preview[bot]
f0465aab5e
build(deps): bump inspectpack from 4.3.1 to 4.4.0 in /website/client ( #11892 )
...
Bumps [inspectpack](https://github.com/FormidableLabs/inspectpack ) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/FormidableLabs/inspectpack/releases )
- [Changelog](https://github.com/FormidableLabs/inspectpack/blob/master/HISTORY.md )
- [Commits](https://github.com/FormidableLabs/inspectpack/compare/v4.3.1...v4.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:29:29 +01:00
dependabot-preview[bot]
39ee78127c
build(deps): bump eslint-plugin-vue in /website/client ( #11894 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.0...v6.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:29:04 +01:00
Matteo Pagliazzi
4658025f3f
build(deps-dev): bump sinon-chai from 3.4.0 to 3.5.0 ( #11895 )
...
Bumps [sinon-chai](https://github.com/domenic/sinon-chai ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases )
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md )
- [Commits](https://github.com/domenic/sinon-chai/compare/3.4.0...3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:28:53 +01:00
dependabot-preview[bot]
46417b4124
build(deps): bump superagent from 5.2.1 to 5.2.2 ( #11896 )
...
Bumps [superagent](https://github.com/visionmedia/superagent ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/visionmedia/superagent/releases )
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md )
- [Commits](https://github.com/visionmedia/superagent/compare/v5.2.1...v5.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:28:37 +01:00
dependabot-preview[bot]
706a7b441a
build(deps): bump aws-sdk from 2.619.0 to 2.624.0 ( #11897 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.619.0 to 2.624.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.619.0...v2.624.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:28:26 +01:00
dependabot-preview[bot]
a8baa8fcfe
build(deps): bump mongoose from 5.8.11 to 5.9.2 ( #11901 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.11 to 5.9.2.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.11...5.9.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 14:28:14 +01:00
dependabot-preview[bot]
368cf91e32
build(deps-dev): bump sinon-chai from 3.4.0 to 3.5.0
...
Bumps [sinon-chai](https://github.com/domenic/sinon-chai ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases )
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md )
- [Commits](https://github.com/domenic/sinon-chai/compare/3.4.0...3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 08:12:17 +00:00
dependabot-preview[bot]
23fc969432
build(deps): bump svg-inline-loader in /website/client
...
Bumps [svg-inline-loader](https://github.com/sairion/svg-inline-loader ) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/sairion/svg-inline-loader/releases )
- [Changelog](https://github.com/webpack-contrib/svg-inline-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sairion/svg-inline-loader/compare/v0.8.0...v0.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-24 08:08:33 +00:00
Sabe Jones
5db606dcfd
fix(event): end Valentine's NPCs
2020-02-20 14:26:25 -06:00
Matteo Pagliazzi
6a5e1dda0e
fixes
2020-02-20 20:58:42 +01:00
Matteo Pagliazzi
70326e5b5b
upgrade loggly transport
2020-02-20 20:54:32 +01:00
Matteo Pagliazzi
c91c152b53
fix error messages in console
2020-02-20 20:51:16 +01:00
Sabe Jones
a7fd8f7f52
4.134.2
2020-02-20 13:26:49 -06:00
Phillip Thelen
0b57c0a22d
Unify behaviour for shops ( #11829 )
...
* Change price for basilist and dustbunnies
* return correct unlockCondition for moon quests
* Fix basilist not being buyable
2020-02-20 13:24:43 -06:00
Matteo Pagliazzi
362313fe0a
fix info messages
2020-02-20 20:05:58 +01:00
Matteo Pagliazzi
ed5dfd0228
start upgrading winston
2020-02-20 19:37:31 +01:00
Sabe Jones
12afdc1681
4.134.1
2020-02-20 11:59:03 -06:00
Sabe Jones
5e31278d2a
chore(news): Bailey
2020-02-20 11:57:56 -06:00
Alys
0891908cba
Merge remote-tracking branch 'upstream/develop' into apidocs-comment-fixes
2020-02-20 09:47:44 +10:00
Ian McKenzie
6a483edfe1
Resolves #11861 — Makes "quest already started" error descriptive ( #11862 )
...
* Resolves #11861
* Fix unit tests for translation changes
* Remove non-en quest.json locales
2020-02-19 16:07:17 +01:00
Melior
962f2b7579
Translated using Weblate (Vietnamese)
...
Currently translated at 34.1% (112 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Malay)
Currently translated at 81.1% (412 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ms/
Translated using Weblate (Filipino)
Currently translated at 92.7% (635 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fil/
Translated using Weblate (Catalan)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ca/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (French)
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Dutch)
Currently translated at 88.9% (1815 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translated using Weblate (Dutch)
Currently translated at 68.2% (43 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.5% (682 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (German)
Currently translated at 100.0% (685 of 685 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (French)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (356 of 356 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.2% (504 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Dutch)
Currently translated at 93.3% (474 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/
Translated using Weblate (Dutch)
Currently translated at 56.9% (37 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/nl/
2020-02-18 21:18:48 +01:00
Sabe Jones
f413073d35
Merge branch 'release' into develop
2020-02-18 14:15:21 -06:00
Sabe Jones
0df2da6bf4
4.134.0
2020-02-18 14:14:59 -06:00
Matteo Pagliazzi
27b9ffb3f2
fix lint in challengeModal
2020-02-18 17:26:14 +01:00
Alejandro Aristizábal
79597cc72b
Challenge exception-handling / clientside prize validation ( #11769 )
...
* fix: added client-side validation for challenge prizes
This commit aims to solve the issue #11765 by adding client-side
validation for the challenge prize. This way, a user is unable to create
a challenge if the prize is higher than what they can afford. Also, the
loading property is reset to false after fetching the challenge, however
this won't work if the request isn't successful.
* style: make validation conditional clearer
* fix: add exception handling when doing server requests.
This commit adds a basic try/catch block for handling server-side
errors, and successfully enables the submit button if something failed.
This may also fix #11545 , in which a server-side error, difficult to
valide from the client, was causing the submit button to stay disabled
until reload.
* fix: reenable prize validation
* fix: bad indentation
* fix: Enable submit button on input change
* fix: add throttling to enableSubmit event.
* fix: reenable prize client-side validation.
2020-02-18 17:06:42 +01:00
Tutti Quintella
353009821f
[ Fix #11824 ] Show member Display Name if Username is blank ( #11826 )
...
* #11824 memberSearchDropdown: use member.profile.name if username is blank
* membwer.auth.local object could be empty
2020-02-18 17:00:30 +01:00
MynahMarie
b9a3ee7f30
remove unecessary checks for addlNotes in getItemInfo.js
2020-02-18 12:42:59 +02:00
MynahMarie
ea3938a91e
call t on eventAvailabitily and intergrate change from develop branch
2020-02-18 11:45:57 +02:00
MynahMarie
fdfbade493
fix merge conflict
2020-02-18 11:06:50 +02:00
Sabe Jones
69179c61b1
feat(content): Cotton Candy Pink Prizes
2020-02-17 11:37:37 -06:00
artur-borys
c6f6722af7
Fix menu not closing after clicking on menu item ( #11866 )
2020-02-17 16:37:13 +01:00
Arun Sojan Parolikkal
b362b36e16
fix for three dots menu getting covered up by footer issue: #11227 ( #11857 )
2020-02-17 15:56:33 +01:00
Matteo Pagliazzi
f40bb9e91d
Merge pull request #11798 from tthorpe88/11768
...
Show "no owner" when challenge leader cannot be found fixes #11768
2020-02-17 15:52:24 +01:00
Matteo Pagliazzi
bba068efd5
Merge pull request #11867 from artur-borys/drawer-remove-extra-padding
...
Remove drawer padding adjustment, fixes #11863
2020-02-17 15:27:20 +01:00
Matteo Pagliazzi
c89b20ce42
Merge pull request #11856 from neepsnikeep/neepsnikeep/issue_11790_inconsistent_user_count
...
Update user count and write text consistently. fixes #11790
2020-02-17 15:01:01 +01:00
Matteo Pagliazzi
a60022e54d
Merge pull request #11859 from citrusella/apidocfixes
...
Fixing some typos, etc. in the API doc
2020-02-17 14:50:24 +01:00
Matteo Pagliazzi
1d72b0e4a2
Merge pull request #11880 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-knobs-5.3.13
...
build(deps): bump @storybook/addon-knobs from 5.3.12 to 5.3.13 in /website/client
2020-02-17 14:36:04 +01:00
Matteo Pagliazzi
15f4ce77ac
Merge pull request #11882 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-notes-5.3.13
...
build(deps): bump @storybook/addon-notes from 5.3.12 to 5.3.13 in /website/client
2020-02-17 14:35:54 +01:00
dependabot-preview[bot]
05093c5552
build(deps): bump @storybook/addon-notes in /website/client
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.13/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:27:54 +00:00
dependabot-preview[bot]
ee733c644d
build(deps): bump @storybook/addon-knobs in /website/client
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:27:51 +00:00
Matteo Pagliazzi
cb861d266d
Merge pull request #11881 from HabitRPG/dependabot/npm_and_yarn/website/client/bootstrap-vue-2.4.2
...
build(deps): bump bootstrap-vue from 2.4.0 to 2.4.2 in /website/client
2020-02-17 13:06:56 +01:00
Matteo Pagliazzi
c7b0269fda
Merge pull request #11877 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/vue-5.3.13
...
build(deps): bump @storybook/vue from 5.3.12 to 5.3.13 in /website/client
2020-02-17 13:06:48 +01:00
Matteo Pagliazzi
bd5ef97f22
build(deps): bump @storybook/addon-actions in /website/client ( #11879 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:06:11 +01:00
dependabot-preview[bot]
2e76d06f5e
build(deps): bump eslint-plugin-vue in /website/client ( #11878 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.1.2...v6.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:05:56 +01:00
dependabot-preview[bot]
b5353717c8
build(deps): bump @storybook/addon-links in /website/client ( #11876 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:05:46 +01:00
dependabot-preview[bot]
52545018b6
build(deps): bump webpack from 4.41.5 to 4.41.6 in /website/client ( #11874 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.5 to 4.41.6.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v4.41.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:02:35 +01:00
dependabot-preview[bot]
d82aa869b2
build(deps): bump aws-sdk from 2.615.0 to 2.619.0 ( #11871 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.615.0 to 2.619.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.615.0...v2.619.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 13:02:16 +01:00
dependabot-preview[bot]
107d633d37
build(deps): bump bootstrap-vue from 2.4.0 to 2.4.2 in /website/client
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.4.0 to 2.4.2.
- [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.4.0...v2.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 08:16:13 +00:00
dependabot-preview[bot]
4f41a8c519
build(deps): bump @storybook/addon-actions in /website/client
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 08:14:05 +00:00
dependabot-preview[bot]
72f0e7ffae
build(deps): bump @storybook/vue in /website/client
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.13/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-17 08:11:41 +00:00
Artur Boryś
30e5fad6b7
Remove drawer padding adjustment
...
Removed method adjusting page padding that assured that the
drawer didn't overlap any conent.
It's unneccesary now, because of footer.
2020-02-15 14:24:11 +01:00
citrusella
d3d7ad2693
Add missing quote in values allowed on gem item
2020-02-14 21:37:21 -05:00
Sabe Jones
0e590c3623
Merge branch 'release' into develop
2020-02-13 16:44:49 -06:00
Sabe Jones
6e0739c996
4.133.1
2020-02-13 16:44:03 -06:00
Sabe Jones
588fd43e65
fix(content): correct Ruby title
2020-02-13 16:43:47 -06:00
Sabe Jones
9a6f8021e3
Subscription Page Overhaul ( #11823 )
...
* WIP(settings): subscriber page improvements
* WIP(subscriptions): more design build-out
* fix(css): disabled button styles
* fix(css): better Amazon targeting
* WIP(g1g1): notif
* WIP(g1g1): notif cont'd
* WIP(gifting): partial modal implementation
* feat(gifting): select giftee modal
* fix(gifting): notification order, modal dismiss
* fix(modals): correct some repops
* fix(gifting): style updates
* fix(modals): also clean out "prev"
* refactor(modals): hide in dismiss event
* fix(modals): new dismiss logic
* fix(modals): new dismiss no go??
* WIP(subscription): unsubscribed state
* WIP(subscription): partial subscribed
* WIP(subscription): finish subscribed
* feat(subscription): revised sub page RC
* fix(subs): style tweaks
* fix(subs): moar style tweaks
2020-02-13 13:12:45 -06:00
Melior
bac84f6ce0
Merge branch 'origin/develop' into Weblate.
2020-02-13 19:49:43 +01:00
Melior
98c9f83001
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ca/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translated using Weblate (Catalan)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ca/
Translated using Weblate (Vietnamese)
Currently translated at 26.2% (86 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Catalan)
Currently translated at 97.8% (225 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/ca/
Translated using Weblate (Catalan)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ca/
Translated using Weblate (Catalan)
Currently translated at 95.8% (487 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ca/
Translated using Weblate (Catalan)
Currently translated at 64.6% (42 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ca/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/de/
Translated using Weblate (German)
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Turkish)
Currently translated at 52.3% (33 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/tr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
2020-02-13 19:48:58 +01:00
Sabe Jones
427d2127cb
4.133.0
2020-02-13 12:43:43 -06:00
Sabe Jones
c11a384a35
fix(news): link
2020-02-13 12:42:58 -06:00
Sabe Jones
36481b87fa
fix(content): missing string
2020-02-12 18:37:03 -06:00
Sabe Jones
b8362af2f2
fix(content): missing potion data
2020-02-12 18:30:54 -06:00
citrusella
80de90cc5f
Attempt to fix typos in the API doc
2020-02-12 15:40:44 -05:00
Sabe Jones
142d7e4348
chore(sprites): compile
2020-02-12 14:16:18 -06:00
Katha
181552c8d1
Update user count, it's currently 4,671,530 according to Alys. So the million count goes up to 4 and the texts mentioning the number of users is supposed to display this count. There have been two texts and the count is only in one of them with the other hardcoded. Seems like a good thing to not actually calculate the number of users for performance reasons. resolves #11790
2020-02-12 17:59:32 +01:00
Sabe Jones
6324ef72df
feat(content): Magic Hatching Quest
2020-02-11 16:09:51 -06:00
Melior
3719efa874
Merge branch 'origin/develop' into Weblate.
2020-02-11 21:34:13 +01:00
Sabe Jones
107444043e
Merge branch 'release' into develop
2020-02-11 14:33:25 -06:00
Sabe Jones
e6ba1ccca7
4.132.3
2020-02-11 14:30:49 -06:00
Sabe Jones
8edd2cfd14
Merge branch 'sabrecat/valentines-2020' into release
2020-02-11 14:30:27 -06:00
Sabe Jones
897b192852
fix(profiles): short circuit contributor
...
Attempted fix for #11830
2020-02-11 14:30:19 -06:00
Phillip Thelen
0648f5d412
Prevent server from cancelling still active subs ( #11795 )
...
* Prevent server from cancelling still active subs
* Allow subs to be cancelled before end date
* fix test
* fix test
2020-02-11 12:58:11 -06:00
dependabot-preview[bot]
732426c176
build(deps): bump @vue/cli-plugin-babel in /website/client ( #11851 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.1.2 to 4.2.2.
- [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.2.2/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:34:59 +01:00
dependabot-preview[bot]
4df8022811
build(deps): bump @vue/cli-service in /website/client ( #11850 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.1.2 to 4.2.2.
- [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.2.2/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:32:13 +01:00
dependabot-preview[bot]
b153c6d054
build(deps): bump @vue/cli-plugin-router in /website/client ( #11836 )
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.1.2 to 4.2.2.
- [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.2.2/packages/@vue/cli-plugin-router )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:32:03 +01:00
dependabot-preview[bot]
c0e1a31937
build(deps): bump @storybook/addon-notes in /website/client ( #11841 )
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.12/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:30:46 +01:00
dependabot-preview[bot]
7a13d061d7
build(deps): bump aws-sdk from 2.610.0 to 2.615.0 ( #11854 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.610.0 to 2.615.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.610.0...v2.615.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:27:46 +01:00
dependabot-preview[bot]
ac29d662ef
build(deps): bump @storybook/addon-links in /website/client ( #11846 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:27:25 +01:00
dependabot-preview[bot]
247246b99d
build(deps): bump @storybook/addon-actions in /website/client ( #11837 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:27:14 +01:00
dependabot-preview[bot]
13fa1924ae
build(deps): bump amplitude-js from 5.8.0 to 5.9.0 in /website/client ( #11838 )
...
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript ) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases )
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v5.8.0...v5.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:25:56 +01:00
dependabot-preview[bot]
d55400cc80
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #11839 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.1.2 to 4.2.2.
- [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.2.2/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:25:44 +01:00
dependabot-preview[bot]
100c7c4395
build(deps): bump rimraf from 3.0.1 to 3.0.2 ( #11840 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:25:25 +01:00
dependabot-preview[bot]
53510e3ea7
build(deps): bump @storybook/vue in /website/client ( #11843 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:25:08 +01:00
dependabot-preview[bot]
c643f6a16c
build(deps): bump bcrypt from 3.0.7 to 3.0.8 ( #11847 )
...
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js ) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases )
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.7...v3.0.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:24:45 +01:00
dependabot-preview[bot]
1c4a941c88
build(deps): bump @storybook/addon-knobs in /website/client ( #11849 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.10 to 5.3.12.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.12/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:24:13 +01:00
dependabot-preview[bot]
7c0da8051f
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #11835 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.1.2 to 4.2.2.
- [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.2.2/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 17:23:56 +01:00
Melior
6c70076c30
Translated using Weblate (Malay)
...
Currently translated at 80.9% (411 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ms/
Translated using Weblate (German)
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Vietnamese)
Currently translated at 24.6% (81 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/vi/
Translated using Weblate (Malay)
Currently translated at 80.7% (410 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ms/
Translated using Weblate (Latin)
Currently translated at 87.4% (444 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Swedish)
Currently translated at 95.9% (141 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/sv/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translated using Weblate (Swedish)
Currently translated at 89.8% (1834 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/
Translated using Weblate (German)
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (Swedish)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/
Translated using Weblate (Malay)
Currently translated at 27.2% (40 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ms/
Translated using Weblate (Malay)
Currently translated at 97.0% (166 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ms/
Translated using Weblate (Malay)
Currently translated at 56.9% (37 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ms/
2020-02-11 11:11:39 +01:00
Alys
15976e906a
apply eslint-disable max-len around block comments that need to have a long line
...
The `@api ` lines can't have a line break in them because it would
cause the first part of the text to not be displayed on the apidocs
website.
Using `// eslint-disable-line max-len` at the end of an `@api `
line doesn't work, possibly because it's nesting a comment inside
a multi-line comment.
The only way I've found to ignore the `max-len` rule is to put
disable and enable comments around the whole comment block.
2020-02-08 16:06:00 +10:00
Alys
ac52da5be2
fix lines that are too long
...
Each line was fixed by one of these:
- changing the wording
- breaking into separate lines
- adding eslint-disable-line max-len (necessary for `@api ` lines because
a line break there causes the first part of the text to not be displayed
on the apidocs website)
2020-02-08 14:55:21 +10:00
Alys
1b39338eec
make one extra small change for consistency
2020-02-08 14:30:48 +10:00
Alys
6fe87a8140
make further minor tweaks to apidocs that were previously changed
2020-02-08 14:26:01 +10:00
Alys
c5d0ff63a5
make corrections and improvements to apidocs (no code changes)
2020-02-08 14:12:20 +10:00
Sabe Jones
6f7243c049
feat(event): Valentine's 2020
2020-02-07 14:16:25 -06:00
Melior
71cc313c9a
Merge branch 'origin/develop' into Weblate.
2020-02-06 22:17:35 +01:00
Melior
788992b8fa
Translated using Weblate (Malay)
...
Currently translated at 32.3% (21 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ms/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (78 of 78 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Malay)
Currently translated at 7.4% (11 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ms/
Translated using Weblate (Malay)
Currently translated at 0.9% (3 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ms/
Translated using Weblate (Malay)
Currently translated at 15.3% (10 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ms/
Translated using Weblate (Polish)
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pl/
Translated using Weblate (Spanish (Latin America))
Currently translated at 99.3% (296 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/es_419/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Swedish)
Currently translated at 89.9% (1836 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/
Translated using Weblate (French)
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Spanish)
Currently translated at 93.4% (1908 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2041 of 2041 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Swedish)
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/
Translated using Weblate (French)
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (508 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
Translated using Weblate (German)
Currently translated at 99.8% (507 of 508 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
2020-02-06 22:17:18 +01:00
Sabe Jones
ff87a346d6
4.132.2
2020-02-06 15:14:53 -06:00
Sabe Jones
99a9bfe62e
chore(news): Bailey
2020-02-06 15:13:55 -06:00
Sabe Jones
4f10f534ee
Merge branch 'release' into develop
2020-02-05 05:32:18 -06:00
Sabe Jones
2053e6cc40
4.132.1
2020-02-05 05:31:53 -06:00
Sabe Jones
6a2e84e7cc
fix(sprites): new spritesheet
2020-02-05 05:31:20 -06:00
MynahMarie
301b171f55
Merge branch 'develop' into fix_addlNotes
2020-02-05 10:53:52 +02:00
MynahMarie
08baa2ca20
remove package-lock.json from PR
2020-02-05 10:44:45 +02:00
Melior
2081590a19
Merge branch 'origin/develop' into Weblate.
2020-02-04 22:45:36 +01:00
Melior
f719592237
Translated using Weblate (Korean)
...
Currently translated at 34.6% (51 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ko/
Translated using Weblate (Korean)
Currently translated at 99.4% (498 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/
Translated using Weblate (Korean)
Currently translated at 69.8% (44 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ko/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Swedish)
Currently translated at 98.7% (230 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/sv/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 99.3% (146 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/es_419/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Swedish)
Currently translated at 90.0% (1830 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Swedish)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Japanese)
Currently translated at 99.5% (232 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translated using Weblate (Russian)
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Japanese)
Currently translated at 98.2% (665 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 98.2% (226 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es_419/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Spanish)
Currently translated at 92.6% (1883 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (78 of 78 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (232 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.5% (232 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (German)
Currently translated at 100.0% (233 of 233 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.7% (2027 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (2027 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (2033 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (German)
Currently translated at 99.9% (2031 of 2033 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
2020-02-04 22:45:05 +01:00
Sabe Jones
25ac3db8c3
Merge branch 'release' into develop
2020-02-04 15:43:14 -06:00
Sabe Jones
20472caaee
4.132.0
2020-02-04 15:42:29 -06:00
Sabe Jones
37ab993b01
chore(sprites): compile
2020-02-04 15:42:23 -06:00
Sabe Jones
b2cfeaf9bd
feat(content): Armoire and Backgrounds 2020-02
2020-02-04 15:42:12 -06:00
MynahMarie
7c83cfe9b4
fix merge conflicts
2020-02-03 16:23:47 +02:00
dependabot-preview[bot]
57e12c67ac
build(deps): bump @storybook/addon-knobs in /website/client ( #11811 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:50:07 +01:00
dependabot-preview[bot]
775ed7f873
build(deps): bump @storybook/addon-notes in /website/client ( #11810 )
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.10/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:49:52 +01:00
dependabot-preview[bot]
b608ca4d72
build(deps): bump @babel/core from 7.8.3 to 7.8.4 ( #11814 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.3 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:47:23 +01:00
dependabot-preview[bot]
1536bbfce5
build(deps): bump js2xmlparser from 4.0.0 to 4.0.1 ( #11818 )
...
Bumps [js2xmlparser](https://github.com/michaelkourlas/node-js2xmlparser ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/michaelkourlas/node-js2xmlparser/releases )
- [Changelog](https://github.com/michaelkourlas/node-js2xmlparser/blob/master/CHANGES.md )
- [Commits](https://github.com/michaelkourlas/node-js2xmlparser/compare/v4.0.0...v4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:47:15 +01:00
dependabot-preview[bot]
d4957f39a2
build(deps): bump @storybook/addon-links in /website/client ( #11809 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:47:02 +01:00
dependabot-preview[bot]
6d8833a83f
build(deps): bump rimraf from 3.0.0 to 3.0.1 ( #11819 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.0...v3.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:46:52 +01:00
dependabot-preview[bot]
bb7b1c15ee
build(deps): bump mongoose from 5.8.9 to 5.8.11 ( #11815 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.9 to 5.8.11.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.9...5.8.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:46:41 +01:00
dependabot-preview[bot]
9b43ff75fc
build(deps): bump bootstrap-vue from 2.3.0 to 2.4.0 in /website/client ( #11812 )
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.3.0 to 2.4.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.3.0...v2.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:45:53 +01:00
dependabot-preview[bot]
0aaac9988c
build(deps): bump @storybook/vue from 5.3.9 to 5.3.10 in /website/client ( #11808 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:45:42 +01:00
dependabot-preview[bot]
edcd587b03
build(deps): bump @storybook/addon-actions in /website/client ( #11807 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.10/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:45:12 +01:00
dependabot-preview[bot]
e0b2437f60
build(deps): bump @babel/preset-env from 7.8.3 to 7.8.4 ( #11817 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.3 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 09:44:23 +01:00
MynahMarie
3045be3ddf
ref issue #11794 - Add error check in _addlNotes field.
2020-02-02 14:56:20 +02:00
Nik
57b2166bde
NPC style should apply to tier $800 only ( #11797 )
...
- Fix wrong level field
- Check if tier is 800 everywhere
2020-02-02 11:59:43 +01:00
Nik
39b3ebe04a
NPC style should apply to tier $800 only ( #11797 )
...
- Fix wrong level field
- Check if tier is 800 everywhere
2020-02-02 11:58:32 +01:00
MynahMarie
81c58d2122
update package.json
2020-02-02 11:54:45 +02:00
Sabe Jones
a607882214
Merge branch 'release' into develop
2020-02-01 12:07:53 -06:00
Sabe Jones
0d843d53a5
4.131.4
2020-02-01 12:07:32 -06:00
Sabe Jones
34145ed8ca
fix(event): decakeify
2020-02-01 12:07:23 -06:00
Matteo Pagliazzi
ad3b673fda
fix(member details): disable name style in header
2020-02-01 15:03:46 +01:00
Matteo Pagliazzi
4e6b411763
fix(dropdown): correct dropdown menus colors
2020-02-01 14:54:43 +01:00
Sabe Jones
dec7bd2ec6
Merge branch 'release' into develop
2020-02-01 07:27:02 -06:00
Sabe Jones
1cc3633e64
4.131.3
2020-02-01 07:26:47 -06:00
Sabe Jones
64c79b7eb6
chore(sprites): compile
2020-02-01 07:26:40 -06:00
Sabe Jones
b2d997c5a6
Merge branch 'release' into develop
2020-02-01 07:21:23 -06:00
Sabe Jones
1b14c5f6d5
4.131.2
2020-02-01 07:21:08 -06:00
Sabe Jones
e800cd9a3f
chore(event): End Wonderland
2020-02-01 07:20:55 -06:00
Sabe Jones
68aeda44d4
Merge branch 'release' into develop
2020-02-01 06:27:22 -06:00
Sabe Jones
443f88ac41
4.131.1
2020-02-01 06:24:25 -06:00
Sabe Jones
d77b791d56
fix(sprites): rename February items
2020-02-01 06:21:47 -06:00
Matteo Pagliazzi
d5c7ced5e3
Merge pull request #11763 from Kevin-DDR/fixTiers
...
contributor tier color/icon appear in guild/challenge member/participant list Fix for #11736
2020-02-01 12:01:34 +01:00
Matteo Pagliazzi
f45fdfbe0d
Merge pull request #11708 from alexthomson1/issue-11615
...
stop dropdown menu getting stuck on hover - fixes #11615
2020-02-01 11:23:29 +01:00
Tom Thorpe
311df85dfc
Show "no owner" when challenge leader cannot be found
...
Fixes #11768
- Check if `challenge.leader` is `null` before trying to display the user's name after "Created By:"
- Check the `challenge.leader` isn't `null` before trying to get its `id` for comparison when determining if the current user `canDelete` or `canEdit`
2020-02-01 09:17:59 +00:00
Melior
0e8fb62887
Merge branch 'origin/develop' into Weblate.
2020-01-31 13:55:45 +01:00
Melior
4d2b7dbf5c
Translated using Weblate (Korean)
...
Currently translated at 9.7% (32 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translated using Weblate (Korean)
Currently translated at 9.7% (32 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hans/
Translated using Weblate (Polish)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/pl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (78 of 78 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Bengali)
Currently translated at 98.2% (55 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/bn/
Translated using Weblate (Bengali)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/bn/
Translated using Weblate (Latin)
Currently translated at 98.4% (64 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Polish)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 90.2% (157 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Portuguese)
Currently translated at 87.6% (311 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Turkish)
Currently translated at 89.0% (155 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/tr/
Translated using Weblate (Turkish)
Currently translated at 98.5% (478 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/tr/
Translated using Weblate (Polish)
Currently translated at 87.1% (1766 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pl/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (German)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (Turkish)
Currently translated at 99.3% (326 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/tr/
Translated using Weblate (Polish)
Currently translated at 87.5% (593 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pl/
Translated using Weblate (Turkish)
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/tr/
Translated using Weblate (Russian)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Polish)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pl/
Translated using Weblate (Turkish)
Currently translated at 69.2% (45 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/
Translated using Weblate (Portuguese)
Currently translated at 72.3% (47 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Turkish)
Currently translated at 98.1% (207 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/tr/
Translated using Weblate (English)
Currently translated at 0.5% (3 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en@lolcat/
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/uk/
Translated using Weblate (Spanish)
Currently translated at 92.1% (1868 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Spanish)
Currently translated at 99.4% (498 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translated using Weblate (Hungarian)
Currently translated at 33.8% (22 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/hu/
Translated using Weblate (Danish)
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/da/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Danish)
Currently translated at 95.7% (340 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/da/
Translated using Weblate (Hungarian)
Currently translated at 32.3% (21 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/hu/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
2020-01-31 13:55:16 +01:00
Sabe Jones
5f7a126df2
4.131.0
2020-01-31 06:47:32 -06:00
Sabe Jones
728eaecfc8
Merge branch 'develop' into release
2020-01-31 06:47:26 -06:00
Sabe Jones
505509d4b7
chore(sprites): compile
2020-01-31 06:47:06 -06:00
Sabe Jones
e31de5c8f0
feat(content): Feb 2020 subscriber set
2020-01-31 06:46:56 -06:00
Matteo Pagliazzi
c772afd0c8
Merge pull request #11647 from tsukimi2/bugfix-npc-style
...
Fix issues in NPCs should have NPC style on Display Name in chat, Hall. (fixes #11617 )
2020-01-29 15:41:46 +01:00
Matteo Pagliazzi
ebbec57b29
Merge pull request #11791 from Alys/invalid-uuid-messages
...
clarify all "Invalid uuid" messages by making each unique
2020-01-29 15:39:38 +01:00
Alys
82a5bc236f
clarify all "Invalid uuid" messages by making each unique
2020-01-29 15:49:55 +10:00
Sabe Jones
5a065b8a8a
fix(test): food expectation
2020-01-28 15:49:50 -06:00
Sabe Jones
bc1eb62a35
feat(event): Birthday 2020
2020-01-28 15:39:05 -06:00
Matteo Pagliazzi
02d6b77a03
Merge pull request #11783 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-notes-5.3.9
...
build(deps): bump @storybook/addon-notes from 5.3.7 to 5.3.9 in /website/client
2020-01-27 10:33:10 +01:00
Matteo Pagliazzi
ec4ad7c91b
Merge pull request #11781 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-knobs-5.3.9
...
build(deps): bump @storybook/addon-knobs from 5.3.7 to 5.3.9 in /website/client
2020-01-27 10:32:58 +01:00
dependabot-preview[bot]
8e37d35fda
build(deps): bump @storybook/addon-notes in /website/client
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.7 to 5.3.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.9/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 09:31:30 +00:00
dependabot-preview[bot]
384312b089
build(deps): bump @storybook/addon-knobs in /website/client
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.7 to 5.3.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.9/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 09:31:20 +00:00
Matteo Pagliazzi
d44d62d02b
Merge pull request #11770 from HabitRPG/dependabot/npm_and_yarn/axios-0.19.2
...
build(deps-dev): bump axios from 0.19.1 to 0.19.2
2020-01-27 10:28:57 +01:00
dependabot-preview[bot]
674b6083f2
build(deps-dev): bump axios from 0.19.1 to 0.19.2
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/0.19.1...v0.19.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 09:27:48 +00:00
Matteo Pagliazzi
cb175008dd
Merge pull request #11780 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-links-5.3.9
...
build(deps): bump @storybook/addon-links from 5.3.7 to 5.3.9 in /website/client
2020-01-27 10:27:22 +01:00
Matteo Pagliazzi
a5c0d50ade
Merge pull request #11784 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/vue-5.3.9
...
build(deps): bump @storybook/vue from 5.3.7 to 5.3.9 in /website/client
2020-01-27 10:27:09 +01:00
Matteo Pagliazzi
53736f1216
Merge pull request #11778 from HabitRPG/dependabot/npm_and_yarn/aws-sdk-2.610.0
...
build(deps): bump aws-sdk from 2.606.0 to 2.610.0
2020-01-27 10:26:57 +01:00
Matteo Pagliazzi
6064bc0103
Merge pull request #11782 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-actions-5.3.9
...
build(deps): bump @storybook/addon-actions from 5.3.7 to 5.3.9 in /website/client
2020-01-27 10:26:42 +01:00
Matteo Pagliazzi
cf7fd60fff
Merge pull request #11786 from HabitRPG/dependabot/npm_and_yarn/website/client/bootstrap-vue-2.3.0
...
build(deps): bump bootstrap-vue from 2.2.2 to 2.3.0 in /website/client
2020-01-27 10:26:27 +01:00
Matteo Pagliazzi
dd8d84bff1
Merge pull request #11785 from HabitRPG/dependabot/npm_and_yarn/website/client/axios-0.19.2
...
build(deps): bump axios from 0.19.1 to 0.19.2 in /website/client
2020-01-27 10:25:37 +01:00
Matteo Pagliazzi
c74b6297f2
Merge pull request #11788 from HabitRPG/dependabot/npm_and_yarn/website/client/inspectpack-4.3.1
...
build(deps): bump inspectpack from 4.3.0 to 4.3.1 in /website/client
2020-01-27 10:25:12 +01:00
dependabot-preview[bot]
4c3efdebfa
build(deps): bump inspectpack from 4.3.0 to 4.3.1 in /website/client
...
Bumps [inspectpack](https://github.com/FormidableLabs/inspectpack ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/FormidableLabs/inspectpack/releases )
- [Changelog](https://github.com/FormidableLabs/inspectpack/blob/master/HISTORY.md )
- [Commits](https://github.com/FormidableLabs/inspectpack/compare/v4.3.0...v4.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:10:30 +00:00
dependabot-preview[bot]
2aba6acc47
build(deps): bump bootstrap-vue from 2.2.2 to 2.3.0 in /website/client
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.2.2 to 2.3.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.2.2...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:09:27 +00:00
dependabot-preview[bot]
10718def11
build(deps): bump axios from 0.19.1 to 0.19.2 in /website/client
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/0.19.1...v0.19.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:08:34 +00:00
dependabot-preview[bot]
df8e3e5b64
build(deps): bump @storybook/vue from 5.3.7 to 5.3.9 in /website/client
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.7 to 5.3.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.9/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:07:58 +00:00
dependabot-preview[bot]
61e23c5157
build(deps): bump @storybook/addon-actions in /website/client
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.7 to 5.3.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.9/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:06:06 +00:00
dependabot-preview[bot]
b77de58f71
build(deps): bump @storybook/addon-links in /website/client
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.7 to 5.3.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.9/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:04:09 +00:00
dependabot-preview[bot]
aef217dc56
build(deps): bump aws-sdk from 2.606.0 to 2.610.0
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.606.0 to 2.610.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.606.0...v2.610.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 07:53:45 +00:00
alexthomson1
ab4009bd32
Refactoring dropdown.vue so that dropdownMobile calls openDropdown and closeDropdown
2020-01-25 18:28:26 -07:00
Sabe Jones
aefd664db1
Correct some modal repops ( #11739 )
...
* fix(modals): correct some repops
* fix(modals): also clean out "prev"
* refactor(modals): hide in dismiss event
2020-01-24 16:36:11 -06:00
Melior
b9d3d7f87a
Merge branch 'origin/develop' into Weblate.
2020-01-23 22:51:26 +01:00
Melior
4fa245c929
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hant/
Translated using Weblate (French)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (German)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 52.3% (34 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.1% (230 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (Polish)
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (232 of 232 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Polish)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pl/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/ja/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.4% (498 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (501 of 501 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ru/
2020-01-23 22:51:07 +01:00
Sabe Jones
257a52cba1
4.130.2
2020-01-23 15:48:34 -06:00
Sabe Jones
cbac69ab11
chore(news): Bailey
2020-01-23 15:47:53 -06:00
Sabe Jones
d2156eb97b
Merge branch 'release' into develop
2020-01-22 05:47:34 -06:00
Sabe Jones
7c50a66ef7
4.130.1
2020-01-22 05:46:21 -06:00
Sabe Jones
0be5b5c9c7
fix(timetrav): no sub but hourglass
2020-01-22 05:46:12 -06:00
Melior
1b1c239aec
Merge branch 'origin/develop' into Weblate.
2020-01-21 23:14:08 +01:00
Melior
237c1b0713
Translated using Weblate (German)
...
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Latin)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/la/
Translated using Weblate (Danish)
Currently translated at 94.3% (216 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/da/
Translated using Weblate (Polish)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hans/
Translated using Weblate (Polish)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/pl/
Translated using Weblate (Danish)
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/da/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Danish)
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/da/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Polish)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pl/
Translated using Weblate (Danish)
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/da/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (78 of 78 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hans/
Translated using Weblate (Polish)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Korean)
Currently translated at 34.6% (51 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ko/
Translated using Weblate (Latin)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/la/
Translated using Weblate (Latin)
Currently translated at 93.8% (61 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Korean)
Currently translated at 47.6% (30 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ko/
Translated using Weblate (Korean)
Currently translated at 87.6% (311 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ko/
Translated using Weblate (Polish)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/pt_BR/
Translated using Weblate (German)
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/de/
Translated using Weblate (Polish)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pl/
Translated using Weblate (Russian)
Currently translated at 99.9% (2025 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Polish)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pl/
Translated using Weblate (Portuguese)
Currently translated at 91.7% (621 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt/
Translated using Weblate (Portuguese)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pt/
Translated using Weblate (Polish)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pl/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/pt_BR/
Translated using Weblate (Korean)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/
Translated using Weblate (Latin)
Currently translated at 93.8% (61 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Latin)
Currently translated at 93.8% (61 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en_GB/
Translated using Weblate (German)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Korean)
Currently translated at 95.3% (471 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/
Translated using Weblate (Korean)
Currently translated at 95.3% (471 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/
Translated using Weblate (Korean)
Currently translated at 34.6% (51 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/ko/
Translated using Weblate (Korean)
Currently translated at 97.6% (167 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/ko/
Translated using Weblate (Latin)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/la/
Translated using Weblate (Korean)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/ko/
Translated using Weblate (Korean)
Currently translated at 93.7% (463 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/
Translated using Weblate (Korean)
Currently translated at 93.7% (463 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ko/
Translated using Weblate (Korean)
Currently translated at 98.9% (480 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ko/
Translated using Weblate (Korean)
Currently translated at 99.3% (296 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ko/
Translated using Weblate (Korean)
Currently translated at 46.0% (29 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ko/
Translated using Weblate (Korean)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ko/
Translated using Weblate (Russian)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/es/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/en@pirate/
Translated using Weblate (Russian)
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/es/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 99.9% (2025 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Spanish)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/es/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Spanish)
Currently translated at 99.6% (327 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/es/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en_GB/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hans/
Translated using Weblate (Portuguese)
Currently translated at 46.0% (29 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/pt/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (15 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/es/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (Russian)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/es/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Spanish)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/en@pirate/
Translated using Weblate (Korean)
Currently translated at 70.7% (46 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/
Translated using Weblate (Korean)
Currently translated at 70.7% (46 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/
Translated using Weblate (Korean)
Currently translated at 70.7% (46 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/
2020-01-21 23:13:52 +01:00
Sabe Jones
1f16891b15
Merge branch 'release' into develop
2020-01-21 15:47:39 -06:00
Sabe Jones
fcebd4327d
4.130.0
2020-01-21 15:47:15 -06:00
Sabe Jones
c2c5c8a86d
chore(sprites): compile
2020-01-21 15:47:08 -06:00
Sabe Jones
8bdd56587e
chore(timetrav): Bailey
2020-01-21 15:41:16 -06:00
Sabe Jones
64e6e6c27a
fix(timetrav): quest currency color, modal refix
2020-01-21 15:16:09 -06:00
Sabe Jones
356302674c
fix(buy): modal style changes
2020-01-21 15:03:29 -06:00
Sabe Jones
ee9eb3f78a
Merge branch 'release' into sabrecat/timetrav-bgs
2020-01-21 14:58:51 -06:00
osiris
eb21d27fa2
Make changes to correct problems from merging as requested.
2020-01-21 12:40:16 +08:00
osiris
5efde3159f
Merge remote-tracking branch 'upstream/develop' into bugfix-npc-style
...
Updating bugfix-npc-style with recent code from upstream/develop branch.
2020-01-21 11:04:32 +08:00
Kevin-DDR
b6407be529
Merge branch 'fixTiers' of https://github.com/Kevin-DDR/habitica into fixTiers
2020-01-20 20:32:07 +01:00
Kevin-DDR
3477dcd226
Added contributor tier color/icon in guild and challenge member list
2020-01-20 20:29:52 +01:00
Kevin-DDR
b41ad76c9e
Added contributor tier color/icon in guild and challenge member list
2020-01-20 20:23:04 +01:00
Matteo Pagliazzi
c264465534
Merge pull request #11750 from HabitRPG/dependabot/npm_and_yarn/babel/preset-env-7.8.3
...
build(deps): bump @babel/preset-env from 7.8.2 to 7.8.3
2020-01-20 11:21:46 +01:00
dependabot-preview[bot]
7d5dc63efc
build(deps): bump @babel/preset-env from 7.8.2 to 7.8.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.2 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.2...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 10:21:30 +00:00
Matteo Pagliazzi
0d31ceea83
Merge pull request #11757 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-notes-5.3.7
...
build(deps): bump @storybook/addon-notes from 5.3.1 to 5.3.7 in /website/client
2020-01-20 11:21:23 +01:00
Matteo Pagliazzi
da5c835ec0
Merge pull request #11760 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-actions-5.3.7
...
build(deps): bump @storybook/addon-actions from 5.3.1 to 5.3.7 in /website/client
2020-01-20 11:21:05 +01:00
dependabot-preview[bot]
e753068aee
build(deps): bump @storybook/addon-actions in /website/client
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.1 to 5.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.7/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 10:20:45 +00:00
dependabot-preview[bot]
9f20b5c2a8
build(deps): bump @storybook/addon-notes in /website/client
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.1 to 5.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.7/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 10:20:37 +00:00
Matteo Pagliazzi
18a32e8496
Merge pull request #11747 from HabitRPG/dependabot/npm_and_yarn/website/client/sass-loader-8.0.2
...
build(deps): bump sass-loader from 8.0.1 to 8.0.2 in /website/client
2020-01-20 11:18:31 +01:00
Matteo Pagliazzi
f04c88c60f
Merge pull request #11751 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-knobs-5.3.7
...
build(deps): bump @storybook/addon-knobs from 5.3.1 to 5.3.7 in /website/client
2020-01-20 11:18:23 +01:00
dependabot-preview[bot]
8f4e20a414
build(deps): bump sass-loader from 8.0.1 to 8.0.2 in /website/client
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v8.0.1...v8.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 10:18:17 +00:00
Matteo Pagliazzi
45ea77b743
Merge pull request #11752 from HabitRPG/dependabot/npm_and_yarn/babel/register-7.8.3
...
build(deps): bump @babel/register from 7.8.0 to 7.8.3
2020-01-20 11:18:13 +01:00
dependabot-preview[bot]
83b722456c
build(deps): bump @storybook/addon-knobs in /website/client
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.3.1 to 5.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.7/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 10:18:04 +00:00
Matteo Pagliazzi
ca7be4c0a4
Merge pull request #11743 from HabitRPG/dependabot/npm_and_yarn/mongoose-5.8.9
...
build(deps): bump mongoose from 5.8.7 to 5.8.9
2020-01-20 11:17:58 +01:00
Matteo Pagliazzi
5345b66c8d
Merge pull request #11746 from HabitRPG/dependabot/npm_and_yarn/aws-sdk-2.606.0
...
build(deps): bump aws-sdk from 2.601.0 to 2.606.0
2020-01-20 11:17:31 +01:00
Matteo Pagliazzi
2188bee7cb
Merge pull request #11749 from HabitRPG/dependabot/npm_and_yarn/website/client/core-js-3.6.4
...
build(deps): bump core-js from 3.6.3 to 3.6.4 in /website/client
2020-01-20 11:17:20 +01:00
Matteo Pagliazzi
df43ea863c
Merge pull request #11756 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/vue-5.3.7
...
build(deps): bump @storybook/vue from 5.3.1 to 5.3.7 in /website/client
2020-01-20 11:17:04 +01:00
Matteo Pagliazzi
78d2299aaa
Merge pull request #11745 from HabitRPG/dependabot/npm_and_yarn/babel/core-7.8.3
...
build(deps): bump @babel/core from 7.8.0 to 7.8.3
2020-01-20 11:16:53 +01:00
Matteo Pagliazzi
d67e800863
Merge pull request #11753 from HabitRPG/dependabot/npm_and_yarn/website/client/bootstrap-vue-2.2.2
...
build(deps): bump bootstrap-vue from 2.2.0 to 2.2.2 in /website/client
2020-01-20 11:16:41 +01:00
Matteo Pagliazzi
fae18d7631
Merge pull request #11754 from HabitRPG/dependabot/npm_and_yarn/uuid-3.4.0
...
build(deps): bump uuid from 3.3.3 to 3.4.0
2020-01-20 11:16:30 +01:00
Matteo Pagliazzi
4ede851d30
Merge pull request #11755 from HabitRPG/dependabot/npm_and_yarn/website/client/vue-router-3.1.5
...
build(deps): bump vue-router from 3.1.3 to 3.1.5 in /website/client
2020-01-20 11:16:04 +01:00
Matteo Pagliazzi
6f69721d25
Merge pull request #11758 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-links-5.3.7
...
build(deps): bump @storybook/addon-links from 5.3.1 to 5.3.7 in /website/client
2020-01-20 11:15:48 +01:00
Matteo Pagliazzi
2bc4c1324c
Merge pull request #11761 from HabitRPG/dependabot/npm_and_yarn/website/client/uuid-3.4.0
...
build(deps): bump uuid from 3.3.3 to 3.4.0 in /website/client
2020-01-20 11:15:32 +01:00
Matteo Pagliazzi
59bca3fd3a
Merge pull request #11762 from HabitRPG/dependabot/npm_and_yarn/website/client/sass-1.25.0
...
build(deps): bump sass from 1.24.4 to 1.25.0 in /website/client
2020-01-20 11:15:18 +01:00
dependabot-preview[bot]
d4cfa65f94
build(deps): bump sass from 1.24.4 to 1.25.0 in /website/client
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.24.4 to 1.25.0.
- [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.24.4...1.25.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:12:18 +00:00
dependabot-preview[bot]
caf47a9961
build(deps): bump uuid from 3.3.3 to 3.4.0 in /website/client
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:11:25 +00:00
dependabot-preview[bot]
5097f67123
build(deps): bump @storybook/addon-links in /website/client
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.3.1 to 5.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.7/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:08:06 +00:00
dependabot-preview[bot]
fc8bba63df
build(deps): bump @storybook/vue from 5.3.1 to 5.3.7 in /website/client
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.1 to 5.3.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.7/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:05:22 +00:00
dependabot-preview[bot]
71f62232af
build(deps): bump vue-router from 3.1.3 to 3.1.5 in /website/client
...
Bumps [vue-router](https://github.com/vuejs/vue-router ) from 3.1.3 to 3.1.5.
- [Release notes](https://github.com/vuejs/vue-router/releases )
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-router/compare/v3.1.3...v3.1.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:03:30 +00:00
dependabot-preview[bot]
01699229d3
build(deps): bump uuid from 3.3.3 to 3.4.0
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:01:50 +00:00
dependabot-preview[bot]
c55f611807
build(deps): bump bootstrap-vue from 2.2.0 to 2.2.2 in /website/client
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.2.0 to 2.2.2.
- [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.2.0...v2.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:01:49 +00:00
dependabot-preview[bot]
a369751051
build(deps): bump @babel/register from 7.8.0 to 7.8.3
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.8.0 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 08:00:45 +00:00
dependabot-preview[bot]
56ce56fc3b
build(deps): bump core-js from 3.6.3 to 3.6.4 in /website/client
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.3...v3.6.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 07:58:50 +00:00
dependabot-preview[bot]
a59d130c43
build(deps): bump aws-sdk from 2.601.0 to 2.606.0
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.601.0 to 2.606.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.601.0...v2.606.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 07:57:19 +00:00
dependabot-preview[bot]
95b0a79289
build(deps): bump @babel/core from 7.8.0 to 7.8.3
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.0 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.0...v7.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 07:56:21 +00:00
dependabot-preview[bot]
45b41cf6b0
build(deps): bump mongoose from 5.8.7 to 5.8.9
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.7 to 5.8.9.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.7...5.8.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 07:54:18 +00:00
Matteo Pagliazzi
ca69085e8c
Merge pull request #11549 from Nikosmonaut/bugfix-11522_group_plan_tags
...
Fix can not remove group tag
2020-01-19 12:29:04 +01:00
Matteo Pagliazzi
b5af9b292e
Merge pull request #11741 from HabitRPG/fix/pm-textarea-styling
...
fix style textarea + added story for an overview
2020-01-19 12:22:49 +01:00
negue
4a812a9d28
fix style textarea + added story for an overview
2020-01-18 17:17:50 +01:00
Melior
383bbc558b
Merge branch 'origin/develop' into Weblate.
2020-01-16 23:21:01 +01:00
Melior
7effcb49e3
Translated using Weblate (Vietnamese)
...
Currently translated at 5.7% (19 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (4 of 4 strings)
Translation: Habitica/Noscript
Translate-URL: https://translate.habitica.com/projects/habitica/noscript/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/zh_Hant/
Translated using Weblate (Spanish)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/es/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Russian)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Portuguese)
Currently translated at 96.2% (467 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Spanish)
Currently translated at 91.8% (1862 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 99.3% (326 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/zh_Hant/
Translated using Weblate (English (Pirate))
Currently translated at 86.6% (13 of 15 strings)
Translation: Habitica/Death
Translate-URL: https://translate.habitica.com/projects/habitica/death/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 86.7% (308 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hant/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 99.1% (228 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (Portuguese)
Currently translated at 26.1% (17 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Norwegian Nynorsk)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/nn/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (English (Pirate))
Currently translated at 96.9% (222 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (6 of 6 strings)
Translation: Habitica/Inventory
Translate-URL: https://translate.habitica.com/projects/habitica/inventory/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 95.7% (202 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/es_419/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/fr/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/en@pirate/
Translated using Weblate (German)
Currently translated at 100.0% (67 of 67 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/de/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.4% (173 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.7% (484 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/fr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en_GB/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 98.3% (1993 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (78 of 78 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en@pirate/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en@pirate/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Portuguese)
Currently translated at 95.2% (201 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt/
Translated using Weblate (German)
Currently translated at 100.0% (485 of 485 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/de/
Translated using Weblate (German)
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/de/
2020-01-16 23:18:07 +01:00
Sabe Jones
1e005a8bc4
4.129.4
2020-01-16 16:11:46 -06:00
Sabe Jones
04960f8ff8
chore(news): Bailey
2020-01-16 16:11:40 -06:00
Sabe Jones
0fd3e42fb2
fix(timetrav): pinning, mobile order
2020-01-16 10:06:36 -06:00
osiris
4fa16b5601
Merge remote-tracking branch 'upstream/develop' into bugfix-npc-style
2020-01-15 12:41:26 +08:00
Melior
bb9582bfc5
Merge branch 'origin/develop' into Weblate.
2020-01-14 22:10:10 +01:00
Melior
de4e4f3c4c
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ja/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/en_GB/
Translated using Weblate (Danish)
Currently translated at 41.2% (26 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/da/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ja/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hant/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hant/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Japanese)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Danish)
Currently translated at 98.4% (64 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/da/
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hant/
Translated using Weblate (Danish)
Currently translated at 96.2% (203 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/da/
Translated using Weblate (Chinese (Traditional))
Currently translated at 80.0% (52 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Korean)
Currently translated at 8.8% (29 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translated using Weblate (Vietnamese)
Currently translated at 94.9% (131 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/vi/
Translated using Weblate (Latin)
Currently translated at 84.6% (55 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Korean)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ko/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (66 of 66 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 87.0% (1765 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (63 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/en_GB/
Translated using Weblate (Turkish)
Currently translated at 89.4% (442 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/tr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/en_GB/
Translated using Weblate (Chinese (Traditional))
Currently translated at 61.5% (40 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hant/
Translated using Weblate (Turkish)
Currently translated at 23.0% (15 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/tr/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en_GB/
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/en_GB/
Translated using Weblate (Vietnamese)
Currently translated at 7.4% (11 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/vi/
Translated using Weblate (Korean)
Currently translated at 7.9% (26 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ko/
Translated using Weblate (Korean)
Currently translated at 47.6% (31 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ko/
Translated using Weblate (Korean)
Currently translated at 87.3% (310 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ko/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/es/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Portuguese)
Currently translated at 96.2% (465 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt/
Translated using Weblate (Spanish)
Currently translated at 91.7% (1859 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Latin)
Currently translated at 75.3% (49 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Swedish)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/
2020-01-14 22:09:48 +01:00
Sabe Jones
fcbc87afc2
Merge branch 'release' into develop
2020-01-14 14:59:58 -06:00
Sabe Jones
6dc1011409
4.129.3
2020-01-14 14:59:37 -06:00
Sabe Jones
e15fdbbe05
fix(nye): no more hats
2020-01-14 14:59:28 -06:00
Matteo Pagliazzi
9510b2345c
Merge pull request #11636 from tsukimi2/bugfix-send-pmsg
...
Fix incorrect error when sending private messages to a player you have blocked (fixes #11612 )
2020-01-14 13:24:05 +01:00
Matteo Pagliazzi
615cec6ae0
Merge pull request #11663 from lelandhwu/fix-challenge-category-change
...
fix bug in which editing challenge will not allow editing categories (fixes #11662 )
2020-01-14 13:22:21 +01:00
Matteo Pagliazzi
45668a0ba9
Merge pull request #11683 from youcandanch/local-docker-fixes
...
Fix issues with local Docker development.
2020-01-14 13:09:32 +01:00
Matteo Pagliazzi
fa9f962e45
Merge pull request #11707 from cvuorinen/11682-quest-invitation-webhook
...
Quest invitation webhook
2020-01-14 13:06:31 +01:00
Matteo Pagliazzi
4a88659364
Merge pull request #11665 from Alys/flag-modal
...
show Reset Flag Count button to moderators regardless of post's report status
2020-01-14 13:02:26 +01:00
Matteo Pagliazzi
e4ba2bfc7e
Merge pull request #11637 from Xaz16/trigger-vue-reactivity-for-user
...
Trigger vue reactivity for user
2020-01-14 13:00:07 +01:00
Matteo Pagliazzi
646ac08cb2
Merge pull request #11706 from Kevin-DDR/fixBackground
...
Set the default year for the background meny to 2020 Fix for #11703
2020-01-14 12:58:22 +01:00
Matteo Pagliazzi
10348d3daa
Merge pull request #11723 from HabitRPG/dependabot/npm_and_yarn/babel/register-7.8.0
...
build(deps): bump @babel/register from 7.7.7 to 7.8.0
2020-01-13 12:53:08 +01:00
dependabot-preview[bot]
35e5a6ed35
build(deps): bump @babel/register from 7.7.7 to 7.8.0
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.7.7 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:52:41 +00:00
Matteo Pagliazzi
8023914131
Merge pull request #11727 from HabitRPG/dependabot/npm_and_yarn/babel/preset-env-7.8.2
...
build(deps): bump @babel/preset-env from 7.7.7 to 7.8.2
2020-01-13 12:50:32 +01:00
Matteo Pagliazzi
6ac959b9c6
Merge pull request #11722 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/vue-5.3.1
...
build(deps): bump @storybook/vue from 5.2.8 to 5.3.1 in /website/client
2020-01-13 12:50:13 +01:00
dependabot-preview[bot]
011a462d39
build(deps): bump @babel/preset-env from 7.7.7 to 7.8.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.7.7 to 7.8.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:50:13 +00:00
Matteo Pagliazzi
484b9f09af
Merge pull request #11713 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-links-5.3.1
...
build(deps): bump @storybook/addon-links from 5.2.8 to 5.3.1 in /website/client
2020-01-13 12:50:01 +01:00
Matteo Pagliazzi
a916fb8060
Merge pull request #11721 from HabitRPG/dependabot/npm_and_yarn/axios-0.19.1
...
build(deps-dev): bump axios from 0.19.0 to 0.19.1
2020-01-13 12:49:52 +01:00
Matteo Pagliazzi
91afb90ecc
Merge pull request #11734 from HabitRPG/dependabot/npm_and_yarn/superagent-5.2.1
...
build(deps): bump superagent from 5.1.3 to 5.2.1
2020-01-13 12:49:30 +01:00
dependabot-preview[bot]
0bfa0cc068
build(deps): bump @storybook/addon-links in /website/client
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 5.2.8 to 5.3.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.1/addons/links )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:49:24 +00:00
Matteo Pagliazzi
bcb10382af
Merge pull request #11720 from HabitRPG/dependabot/npm_and_yarn/google-cloud/trace-agent-4.2.5
...
build(deps): bump @google-cloud/trace-agent from 4.2.4 to 4.2.5
2020-01-13 12:49:19 +01:00
dependabot-preview[bot]
188c63cb43
build(deps-dev): bump axios from 0.19.0 to 0.19.1
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.0...0.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:49:13 +00:00
dependabot-preview[bot]
3a172a9b8f
build(deps): bump @google-cloud/trace-agent from 4.2.4 to 4.2.5
...
Bumps [@google-cloud/trace-agent](https://github.com/googleapis/cloud-trace-nodejs ) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/googleapis/cloud-trace-nodejs/releases )
- [Changelog](https://github.com/googleapis/cloud-trace-nodejs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/cloud-trace-nodejs/compare/v4.2.4...v4.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:49:09 +00:00
dependabot-preview[bot]
376a0efa67
build(deps): bump @storybook/vue from 5.2.8 to 5.3.1 in /website/client
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.2.8 to 5.3.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.1/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:49:03 +00:00
Matteo Pagliazzi
fbd68c5ea3
Merge pull request #11725 from HabitRPG/dependabot/npm_and_yarn/monk-7.1.2
...
build(deps-dev): bump monk from 7.1.1 to 7.1.2
2020-01-13 12:48:57 +01:00
Matteo Pagliazzi
f6f30e8f5d
Merge pull request #11724 from HabitRPG/dependabot/npm_and_yarn/website/client/axios-0.19.1
...
build(deps): bump axios from 0.19.0 to 0.19.1 in /website/client
2020-01-13 12:48:36 +01:00
Matteo Pagliazzi
6c8321c7ec
Merge pull request #11726 from HabitRPG/dependabot/npm_and_yarn/website/client/sass-loader-8.0.1
...
build(deps): bump sass-loader from 8.0.0 to 8.0.1 in /website/client
2020-01-13 12:48:17 +01:00
Matteo Pagliazzi
c7d44a0c7e
Merge pull request #11728 from HabitRPG/dependabot/npm_and_yarn/babel/core-7.8.0
...
build(deps): bump @babel/core from 7.7.7 to 7.8.0
2020-01-13 12:48:05 +01:00
Matteo Pagliazzi
74ae724e33
Merge pull request #11719 from HabitRPG/dependabot/npm_and_yarn/website/client/vue2-perfect-scrollbar-1.3.0
...
build(deps): bump vue2-perfect-scrollbar from 1.2.4 to 1.3.0 in /website/client
2020-01-13 12:47:47 +01:00
dependabot-preview[bot]
78306fe33d
build(deps): bump sass-loader from 8.0.0 to 8.0.1 in /website/client
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:47:30 +00:00
Matteo Pagliazzi
5c1f215eb5
Merge pull request #11731 from HabitRPG/dependabot/npm_and_yarn/mongoose-5.8.7
...
build(deps): bump mongoose from 5.8.4 to 5.8.7
2020-01-13 12:46:56 +01:00
Matteo Pagliazzi
c7fd7aefc2
Merge pull request #11712 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-actions-5.3.1
...
build(deps): bump @storybook/addon-actions from 5.2.8 to 5.3.1 in /website/client
2020-01-13 12:46:46 +01:00
Matteo Pagliazzi
fe45e62258
Merge pull request #11733 from HabitRPG/dependabot/npm_and_yarn/cookie-session-1.4.0
...
build(deps): bump cookie-session from 1.3.3 to 1.4.0
2020-01-13 12:46:29 +01:00
dependabot-preview[bot]
c8db6a35f9
build(deps): bump @storybook/addon-actions in /website/client
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.2.8 to 5.3.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.1/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:46:21 +00:00
Matteo Pagliazzi
9fd4ffbfbf
Merge pull request #11732 from HabitRPG/dependabot/npm_and_yarn/amazon-payments-0.2.8
...
build(deps): bump amazon-payments from 0.2.7 to 0.2.8
2020-01-13 12:46:19 +01:00
dependabot-preview[bot]
14c1bddca2
build(deps): bump axios from 0.19.0 to 0.19.1 in /website/client
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.0...0.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 11:45:44 +00:00
Matteo Pagliazzi
e90d9d9ec4
Merge pull request #11729 from HabitRPG/dependabot/npm_and_yarn/aws-sdk-2.601.0
...
build(deps): bump aws-sdk from 2.597.0 to 2.601.0
2020-01-13 12:45:24 +01:00
Matteo Pagliazzi
2463287161
Merge pull request #11711 from HabitRPG/dependabot/npm_and_yarn/website/client/sass-1.24.4
...
build(deps): bump sass from 1.24.2 to 1.24.4 in /website/client
2020-01-13 12:44:46 +01:00
Matteo Pagliazzi
e440a344e3
Merge pull request #11716 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-knobs-5.3.1
...
build(deps): bump @storybook/addon-knobs from 5.2.8 to 5.3.1 in /website/client
2020-01-13 12:44:02 +01:00
Matteo Pagliazzi
acec30cb05
Merge pull request #11717 from HabitRPG/dependabot/npm_and_yarn/website/client/hellojs-1.18.4
...
build(deps): bump hellojs from 1.18.1 to 1.18.4 in /website/client
2020-01-13 12:43:51 +01:00
Matteo Pagliazzi
ee51878c23
Merge pull request #11715 from HabitRPG/dependabot/npm_and_yarn/website/client/storybook/addon-notes-5.3.1
...
build(deps): bump @storybook/addon-notes from 5.2.8 to 5.3.1 in /website/client
2020-01-13 12:43:38 +01:00
Matteo Pagliazzi
650c9044c8
Merge pull request #11710 from HabitRPG/dependabot/npm_and_yarn/website/client/bootstrap-vue-2.2.0
...
build(deps): bump bootstrap-vue from 2.1.0 to 2.2.0 in /website/client
2020-01-13 12:43:10 +01:00
Matteo Pagliazzi
1f54b59bc6
Merge pull request #11709 from HabitRPG/dependabot/npm_and_yarn/website/client/core-js-3.6.3
...
build(deps): bump core-js from 3.6.1 to 3.6.3 in /website/client
2020-01-13 12:42:46 +01:00
dependabot-preview[bot]
4035b148d2
build(deps): bump superagent from 5.1.3 to 5.2.1
...
Bumps [superagent](https://github.com/visionmedia/superagent ) from 5.1.3 to 5.2.1.
- [Release notes](https://github.com/visionmedia/superagent/releases )
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md )
- [Commits](https://github.com/visionmedia/superagent/compare/v5.1.3...v5.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:21:18 +00:00
dependabot-preview[bot]
de5f4cb092
build(deps): bump cookie-session from 1.3.3 to 1.4.0
...
Bumps [cookie-session](https://github.com/expressjs/cookie-session ) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/expressjs/cookie-session/releases )
- [Changelog](https://github.com/expressjs/cookie-session/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/cookie-session/compare/1.3.3...1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:20:42 +00:00
dependabot-preview[bot]
0af4561e95
build(deps): bump amazon-payments from 0.2.7 to 0.2.8
...
Bumps [amazon-payments](https://github.com/MadisonReed/amazon-payments ) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/MadisonReed/amazon-payments/releases )
- [Commits](https://github.com/MadisonReed/amazon-payments/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:19:52 +00:00
dependabot-preview[bot]
a3bbf6a149
build(deps): bump mongoose from 5.8.4 to 5.8.7
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.4 to 5.8.7.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.4...5.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:19:09 +00:00
dependabot-preview[bot]
24ca2cd2de
build(deps): bump aws-sdk from 2.597.0 to 2.601.0
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.597.0 to 2.601.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.597.0...v2.601.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:17:48 +00:00
dependabot-preview[bot]
4f167c6b2e
build(deps): bump @babel/core from 7.7.7 to 7.8.0
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.7.7 to 7.8.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:17:02 +00:00
dependabot-preview[bot]
11a2696179
build(deps-dev): bump monk from 7.1.1 to 7.1.2
...
Bumps [monk](https://github.com/Automattic/monk ) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/Automattic/monk/releases )
- [Changelog](https://github.com/Automattic/monk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/monk/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:15:32 +00:00
dependabot-preview[bot]
c934cf990d
build(deps): bump vue2-perfect-scrollbar in /website/client
...
Bumps [vue2-perfect-scrollbar](https://github.com/mercs600/vue2-perfect-scrollbar ) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/mercs600/vue2-perfect-scrollbar/releases )
- [Commits](https://github.com/mercs600/vue2-perfect-scrollbar/commits/1.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:12:35 +00:00
dependabot-preview[bot]
fdfe76ca16
build(deps): bump hellojs from 1.18.1 to 1.18.4 in /website/client
...
Bumps [hellojs](https://github.com/MrSwitch/hello.js ) from 1.18.1 to 1.18.4.
- [Release notes](https://github.com/MrSwitch/hello.js/releases )
- [Commits](https://github.com/MrSwitch/hello.js/compare/v1.18.1...v1.18.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:11:33 +00:00
dependabot-preview[bot]
5762f85798
build(deps): bump @storybook/addon-knobs in /website/client
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 5.2.8 to 5.3.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.1/addons/knobs )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:10:42 +00:00
dependabot-preview[bot]
d1ecb960b0
build(deps): bump @storybook/addon-notes in /website/client
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.2.8 to 5.3.1.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.1/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:09:31 +00:00
dependabot-preview[bot]
47fb821956
build(deps): bump sass from 1.24.2 to 1.24.4 in /website/client
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.24.2 to 1.24.4.
- [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.24.2...1.24.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:04:57 +00:00
dependabot-preview[bot]
d0eb6196d3
build(deps): bump bootstrap-vue from 2.1.0 to 2.2.0 in /website/client
...
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue ) from 2.1.0 to 2.2.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.1.0...v2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:03:56 +00:00
dependabot-preview[bot]
bb50586622
build(deps): bump core-js from 3.6.1 to 3.6.3 in /website/client
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.6.1 to 3.6.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.1...v3.6.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-13 08:02:47 +00:00
Sabe Jones
8b569e2136
PMs rebuild ( #11360 )
...
* feat(messages): big PMs refactor
* add private messages route
* move to page
* WIP - header + begin with the sidebar
* extract userLabel + style sidebar + extract converstation item
* correct conversation item style
* toggle switch style
* add contributor / backer to conversation user-label
* fix shadows
* fix the conversations list (ignoring own sent)
* selected conversation label
* faceAvatar component
* fix message / avatar height
* fix message list / empty messages height
* new message padding/styles/functionality - finished sidebar conversation styling -
* fix loading messages + perfect-scrollbar
* fix load more line
* fix loading label
* open new conversation from outside
* if the user doesn't have avatar-data inside the conversation and does not exist anymore, just load/set the user name
* search bar new icon / style
* block using from conversation context-menu
* fix lint
* fix merge / lint
* fix merge
* first separate page
* fix tooltips + full width private message + card max width + more responsive
* separate conversations methods, to prevent circular deps
* update eslint config
* fix open new private message
* remove unneeded close icon + fix toggle-switch layout
* same content height on empty conversations - remove border / box-shadow
* canLoadMore = false
* remove inbox conditions on chat components
* hide footer / fix empty sidebar
* floating shadow
* remove tooltip on selected conversation user + pm always full-size
* show avatar on empty conversation
* disable face-avatar
* fix faceAvatar + story
* fix loading conversation messages while switching the conversation
* refresh private-messages page when you are already on it
* add countbadge knob to change the example
* fix lint
* fix hide tooltip + align header correctly
* disable perfect scroll
* load messages on refresh event
* fix header label + conversation actions not breaking layout on hover
* add gifting banner to the max height calculation
* correct chunk name
Co-authored-by: negue <negue@users.noreply.github.com >
Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com >
2020-01-12 19:34:40 +01:00
alexthomson1
9bfc76cd20
Merge branch 'develop' into issue-11615
2020-01-12 00:20:13 -07:00
alexthomson1
8bd27b8313
Fixed bug in desktop navigation causing dropdown menu to get stuck until moused over again.
2020-01-11 23:16:24 -07:00
Matteo Pagliazzi
da878dfa1a
Disabled auto notification dismiss for received card on click ( #11690 )
2020-01-11 18:13:47 +01:00
alexthomson1
8abf0dd11d
Prevent accidentally closing tasks in edit mode. ( #11686 )
2020-01-11 18:13:39 +01:00
Carl Vuorinen
a487c708be
Add documentation about questActivity and userActivity webhooks
2020-01-11 00:36:45 +02:00
Carl Vuorinen
9258f8ad26
Send questInvited webhooks
2020-01-11 00:32:10 +02:00
Sabe Jones
f47ccfdb6d
chore(event): enable winter customizations
2020-01-10 15:32:36 -06:00
Sabe Jones
7faf443197
chore(event): enable winter customizations
2020-01-10 15:32:08 -06:00
Carl Vuorinen
04180fe974
Add integration tests for questActivity webhook
2020-01-10 20:58:21 +02:00
Carl Vuorinen
e6edaca11d
Add questInvited option to webhook model
2020-01-10 20:27:50 +02:00
Melior
70894fa41f
Merge branch 'origin/develop' into Weblate.
2020-01-09 23:50:41 +01:00
Melior
255b4061b0
Translated using Weblate (Vietnamese)
...
Currently translated at 4.0% (6 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/vi/
Translated using Weblate (Latin)
Currently translated at 66.1% (43 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (English (Pirate))
Currently translated at 89.4% (1814 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/pt_BR/
Translated using Weblate (Russian)
Currently translated at 99.4% (173 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 98.3% (1993 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (French)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (German)
Currently translated at 100.0% (2027 of 2027 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (German)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/zh_Hans/
Translated using Weblate (Russian)
Currently translated at 99.3% (491 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ru/
Translated using Weblate (French)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/fr/
Translated using Weblate (German)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (German)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
Translated using Weblate (German)
Currently translated at 100.0% (494 of 494 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/de/
2020-01-09 23:50:14 +01:00
Sabe Jones
41c4aa5f71
4.129.2
2020-01-09 16:44:12 -06:00
Sabe Jones
38b61030df
Merge branch 'develop' into release
2020-01-09 16:44:07 -06:00
Sabe Jones
c1a4c03883
fix(outage): emails warning
2020-01-09 16:43:18 -06:00
Sabe Jones
59fb9f1c7a
feat(timetrav): implement bgs in avatar modal
2020-01-09 10:26:36 -06:00
Sabe Jones
0f4a5ebe6c
Merge branch 'release' into sabrecat/timetrav-bgs
2020-01-09 09:59:09 -06:00
Kevin-DDR
a3277eeea3
Set the default year ofr the background meny to 2020
2020-01-09 08:59:51 +01:00
Sabe Jones
2c75e0bd49
Merge branch 'release' into develop
2020-01-08 11:13:19 -06:00
Sabe Jones
3baf656891
4.129.1
2020-01-08 11:12:58 -06:00
Sabe Jones
99c0a9d05d
fix(promo): sub page
2020-01-08 11:12:47 -06:00
osiris
98e0e96494
Implemented rework suggestion by adding backer to group aggregation
2020-01-08 17:17:48 +08:00
osiris
2427743d0f
Fix bug in NPC style display
2020-01-08 16:35:02 +08:00
Melior
4da1ed92bd
Merge branch 'origin/develop' into Weblate.
2020-01-07 19:32:29 +01:00
Melior
16d2356558
Translated using Weblate (Spanish (Latin America))
...
Currently translated at 71.4% (45 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/es_419/
Translated using Weblate (Spanish (Latin America))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Spanish)
Currently translated at 90.2% (1822 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/pt_BR/
Translated using Weblate (Hebrew)
Currently translated at 13.8% (9 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/he/
Translated using Weblate (Spanish)
Currently translated at 98.4% (64 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (Vietnamese)
Currently translated at 3.3% (11 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (12 of 12 strings)
Translation: Habitica/Merch
Translate-URL: https://translate.habitica.com/projects/habitica/merch/vi/
Translated using Weblate (Latin)
Currently translated at 86.4% (1745 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/la/
Translated using Weblate (Spanish)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/es/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Polish)
Currently translated at 61.9% (39 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/pl/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Polish)
Currently translated at 44.6% (29 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pl/
Translated using Weblate (Spanish)
Currently translated at 98.4% (64 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (Swedish)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/sv/
Translated using Weblate (Russian)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/ru/
Translated using Weblate (Polish)
Currently translated at 98.6% (226 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pl/
Translated using Weblate (Czech)
Currently translated at 98.2% (225 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/cs/
Translated using Weblate (Czech)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/cs/
Translated using Weblate (Russian)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ru/
Translated using Weblate (Czech)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/cs/
Translated using Weblate (Czech)
Currently translated at 98.4% (65 of 66 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/cs/
Translated using Weblate (Czech)
Currently translated at 97.1% (169 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/cs/
Translated using Weblate (Swedish)
Currently translated at 90.4% (1826 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/
Translated using Weblate (Czech)
Currently translated at 89.7% (1812 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/cs/
Translated using Weblate (Czech)
Currently translated at 99.3% (296 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/cs/
Translated using Weblate (Russian)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/ru/
Translated using Weblate (Czech)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/cs/
Translated using Weblate (Czech)
Currently translated at 96.8% (61 of 63 strings)
Translation: Habitica/Defaulttasks
Translate-URL: https://translate.habitica.com/projects/habitica/defaulttasks/cs/
Translated using Weblate (Czech)
Currently translated at 91.1% (617 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/cs/
Translated using Weblate (Czech)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/cs/
Translated using Weblate (Czech)
Currently translated at 95.4% (465 of 487 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/cs/
Translated using Weblate (Czech)
Currently translated at 87.6% (57 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/cs/
Translated using Weblate (Czech)
Currently translated at 99.0% (209 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/cs/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/vi/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/fr/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Russian)
Currently translated at 98.4% (1988 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2019 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (German)
Currently translated at 100.0% (2019 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
Translated using Weblate (German)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
2020-01-07 19:32:14 +01:00
Sabe Jones
fe9af263dd
Merge branch 'release' into develop
2020-01-07 11:48:09 -06:00
Sabe Jones
10ed4ea712
4.129.0
2020-01-07 11:45:39 -06:00
Sabe Jones
782f8f0605
chore(sprites): compile
2020-01-07 11:43:34 -06:00
Sabe Jones
25809e5c00
feat(content): Armoire, BGs
2020-01-07 11:43:14 -06:00
Sabe Jones
f6ecc1cb84
chore(promo): end g1g1
2020-01-07 10:13:32 -06:00
dependabot-preview[bot]
3fa8ba1a7d
build(deps): bump inspectpack from 4.2.2 to 4.3.0 in /website/client ( #11692 )
...
Bumps [inspectpack](https://github.com/FormidableLabs/inspectpack ) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/FormidableLabs/inspectpack/releases )
- [Changelog](https://github.com/FormidableLabs/inspectpack/blob/master/HISTORY.md )
- [Commits](https://github.com/FormidableLabs/inspectpack/compare/v4.2.2...v4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 11:04:12 +01:00
dependabot-preview[bot]
b6d461565c
build(deps): bump sass from 1.24.0 to 1.24.2 in /website/client ( #11691 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.24.0 to 1.24.2.
- [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.24.0...1.24.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 11:04:00 +01:00
dependabot-preview[bot]
270ec241b3
build(deps): bump eslint-plugin-vue in /website/client ( #11694 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.1.1...v6.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 11:03:36 +01:00
dependabot-preview[bot]
4ae49e6e1b
build(deps): bump mongoose from 5.8.3 to 5.8.4 ( #11695 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.3 to 5.8.4.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.3...5.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 11:03:22 +01:00
dependabot-preview[bot]
6b6afa9004
build(deps): bump aws-sdk from 2.596.0 to 2.597.0 ( #11698 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.596.0 to 2.597.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.596.0...v2.597.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 11:03:10 +01:00
dependabot-preview[bot]
4550cfb02e
build(deps): bump stripe from 7.14.0 to 7.15.0 ( #11700 )
...
Bumps [stripe](https://github.com/stripe/stripe-node ) from 7.14.0 to 7.15.0.
- [Release notes](https://github.com/stripe/stripe-node/releases )
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-node/compare/v7.14.0...v7.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 11:02:40 +01:00
Sabe Jones
d7d5d7e85a
Merge branch 'release' into develop
2020-01-06 12:13:00 -06:00
Sabe Jones
d56d6cf280
4.128.3
2020-01-06 12:12:42 -06:00
Sabe Jones
4a0c16065f
chore(news): Bailey
2020-01-06 12:12:34 -06:00
Sabe Jones
a550e32fd3
fix(bgs): include TT required field
2020-01-06 11:45:18 -06:00
Kevin-DDR
ef4e79f520
Disabled auto notification dismiss for received card on click
2020-01-04 11:44:24 +01:00
Sabe Jones
f51c12437d
fix(timetrav): add strings
2020-01-03 15:29:27 -06:00
Sabe Jones
e8edc9669a
WIP(timetrav): buy BG with Hourglass
2020-01-03 12:50:13 -06:00
Sabe Jones
cf7c9160fd
fix(sprites): lion repositions
2020-01-02 11:40:10 -06:00
alexthomson1
8fd7e1cd00
Prevent accidentally closing tasks in edit mode.
2020-01-01 14:01:21 -07:00
Melior
d8f4f74818
Merge branch 'origin/develop' into Weblate.
2020-01-01 21:50:56 +01:00
Melior
9265b4f4a4
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2019 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (2019 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Swedish)
Currently translated at 93.5% (633 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/sv/
Translated using Weblate (Romanian)
Currently translated at 96.0% (121 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/ro/
Translated using Weblate (Swedish)
Currently translated at 100.0% (487 of 487 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/sv/
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (German)
Currently translated at 100.0% (229 of 229 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/de/
Translated using Weblate (Swedish)
Currently translated at 90.3% (1824 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/
Translated using Weblate (English (Pirate))
Currently translated at 88.8% (1794 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/en@pirate/
Translated using Weblate (German)
Currently translated at 100.0% (2019 of 2019 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (German)
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (English (Pirate))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/en@pirate/
2020-01-01 21:50:41 +01:00
Sabe Jones
44bb304119
Merge branch 'release' into develop
2020-01-01 14:45:55 -06:00
Sabe Jones
927c4ef653
4.128.2
2020-01-01 14:45:32 -06:00
Sabe Jones
02afb5d7c5
chore(sprites): compile
2020-01-01 14:45:27 -06:00
Sabe Jones
904dfd3d72
chore(news): Bailey
2020-01-01 14:45:18 -06:00
Sabe Jones
9b29367048
Merge branch 'release' into develop
2019-12-31 17:19:01 -06:00
Sabe Jones
492ec66f49
4.128.1
2019-12-31 17:18:37 -06:00
Sabe Jones
3d3abf0829
fix(text): swapped head descriptions
2019-12-31 17:18:30 -06:00
Alex Dancho
e47845535a
Fix issues with local Docker development.
2019-12-31 11:47:32 -05:00
Melior
f4dbb4a8f1
Merge branch 'origin/develop' into Weblate.
2019-12-31 13:55:54 +01:00
Sabe Jones
df72d240fd
Merge branch 'release' into develop
2019-12-31 06:52:22 -06:00
Melior
354cc9b54a
Translated using Weblate (Latin)
...
Currently translated at 29.9% (44 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/la/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/vi/
Translated using Weblate (Swedish)
Currently translated at 100.0% (228 of 228 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/sv/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (66 of 66 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/pt_BR/
Translated using Weblate (Russian)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ru/
Translated using Weblate (German)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (Latin)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (228 of 228 strings)
Translation: Habitica/Subscriber
Translate-URL: https://translate.habitica.com/projects/habitica/subscriber/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/fr/
2019-12-31 13:10:31 +01:00
nikosmonaut
8c6938022c
Add test for leaving group
...
After leaving group the previous associated tag should no more be bound
to this group.
2019-12-30 15:22:11 +01:00
dependabot-preview[bot]
9b778f73ef
build(deps-dev): bump sinon-chai from 3.3.0 to 3.4.0 ( #11677 )
...
Bumps [sinon-chai](https://github.com/domenic/sinon-chai ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases )
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md )
- [Commits](https://github.com/domenic/sinon-chai/compare/3.3.0...3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:42:35 +01:00
dependabot-preview[bot]
bd571bb359
build(deps): bump aws-sdk from 2.595.0 to 2.596.0 ( #11679 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.595.0 to 2.596.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.595.0...v2.596.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:42:16 +01:00
dependabot-preview[bot]
f44fe3a4df
build(deps): bump csv-stringify from 5.3.5 to 5.3.6 ( #11680 )
...
Bumps [csv-stringify](https://github.com/adaltas/node-csv-stringify ) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/adaltas/node-csv-stringify/releases )
- [Changelog](https://github.com/adaltas/node-csv-stringify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/adaltas/node-csv-stringify/compare/v5.3.5...v5.3.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:42:02 +01:00
dependabot-preview[bot]
6e815ea267
build(deps): bump mongoose from 5.8.2 to 5.8.3 ( #11676 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.2...5.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:41:38 +01:00
dependabot-preview[bot]
e282c43960
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #11670 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.1.1 to 4.1.2.
- [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.1.2/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:40:38 +01:00
dependabot-preview[bot]
9f2fdda7e9
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #11669 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.1.1 to 4.1.2.
- [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.1.2/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:38:31 +01:00
dependabot-preview[bot]
58304bebf4
build(deps): bump webpack from 4.41.4 to 4.41.5 in /website/client ( #11673 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.4 to 4.41.5.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.4...v4.41.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:38:04 +01:00
dependabot-preview[bot]
9232b9351b
build(deps): bump @vue/cli-plugin-babel in /website/client ( #11668 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.1.1 to 4.1.2.
- [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.1.2/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:37:35 +01:00
dependabot-preview[bot]
25b23e118f
build(deps): bump core-js from 3.6.0 to 3.6.1 in /website/client ( #11672 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.0...v3.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:37:19 +01:00
dependabot-preview[bot]
c16795eadf
build(deps): bump eslint-plugin-vue in /website/client ( #11671 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.0.1...v6.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:37:09 +01:00
dependabot-preview[bot]
a6e1745b32
build(deps): bump @vue/cli-service in /website/client ( #11667 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.1.1 to 4.1.2.
- [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.1.2/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:36:25 +01:00
dependabot-preview[bot]
a0a3801dab
build(deps): bump @vue/cli-plugin-router in /website/client ( #11666 )
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.1.1 to 4.1.2.
- [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.1.2/packages/@vue/cli-plugin-router )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-30 11:35:56 +01:00
Xaz16
2c65b3a6a3
Fix: remove unnecessary reassigment
2019-12-29 20:58:10 +03:00
Alys
4f084d330d
show Reset Flag Count button to moderators regardless of post's flag status
...
This allows a moderator to flag a post then immediately unflag it,
without needing to re-fetch messages in between.
2019-12-28 15:50:26 +10:00
Melior
0fd0a29a4d
Merge branch 'origin/develop' into Weblate.
2019-12-26 21:25:35 +01:00
Melior
c7ae8dd531
Translated using Weblate (Latin)
...
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/la/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (66 of 66 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (70 of 70 strings)
Translation: Habitica/Contrib
Translate-URL: https://translate.habitica.com/projects/habitica/contrib/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Latin)
Currently translated at 26.5% (39 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/la/
Translated using Weblate (Latin)
Currently translated at 89.5% (436 of 487 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/la/
Translated using Weblate (Latin)
Currently translated at 86.5% (1742 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/la/
Translated using Weblate (Latin)
Currently translated at 95.7% (202 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/la/
Translated using Weblate (French)
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/
Translated using Weblate (German)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/de/
Translated using Weblate (Russian)
Currently translated at 98.8% (172 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/ru/
Translated using Weblate (Spanish)
Currently translated at 97.1% (169 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/es/
Translated using Weblate (Russian)
Currently translated at 98.7% (1988 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/ru/
Translated using Weblate (Spanish)
Currently translated at 90.5% (1822 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (German)
Currently translated at 99.9% (2011 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Russian)
Currently translated at 99.6% (297 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/es/
Translated using Weblate (German)
Currently translated at 100.0% (677 of 677 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translated using Weblate (Russian)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/ru/
Translated using Weblate (Spanish)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/es/
Translated using Weblate (Russian)
Currently translated at 64.6% (42 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ru/
Translated using Weblate (Spanish)
Currently translated at 92.3% (60 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (German)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Russian)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/ru/
2019-12-26 21:23:13 +01:00
Sabe Jones
3ba8b04962
Merge branch 'release' into develop
2019-12-26 14:21:06 -06:00
Xaz16
4b4cc61031
Fix: remove unnecessary reassignments
2019-12-26 22:47:14 +03:00
Leland Wu
10bcb39b32
remove creating condition in challengeModal when selectingCategory
2019-12-24 22:53:01 -05:00
Melior
33b13a86da
Merge branch 'origin/develop' into Weblate.
2019-12-23 21:29:05 +01:00
Melior
b40be0b3f0
Translated using Weblate (Vietnamese)
...
Currently translated at 3.0% (10 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/vi/
Translated using Weblate (Latin)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/la/
Translated using Weblate (Latin)
Currently translated at 89.5% (436 of 487 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/la/
Translated using Weblate (Latin)
Currently translated at 93.9% (635 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/la/
Translated using Weblate (French)
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/fr/
Translated using Weblate (French)
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (676 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/zh_Hans/
Translated using Weblate (Latin)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/la/
Translated using Weblate (Latin)
Currently translated at 94.7% (162 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/la/
Translated using Weblate (Latin)
Currently translated at 98.6% (227 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (134 of 134 strings)
Translation: Habitica/Challenge
Translate-URL: https://translate.habitica.com/projects/habitica/challenge/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Tasks
Translate-URL: https://translate.habitica.com/projects/habitica/tasks/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/la/
Translated using Weblate (Latin)
Currently translated at 94.0% (636 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/la/
Translated using Weblate (Filipino)
Currently translated at 23.0% (15 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fil/
Translated using Weblate (Latin)
Currently translated at 96.9% (64 of 66 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/la/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (138 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (147 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (66 of 66 strings)
Translation: Habitica/Messages
Translate-URL: https://translate.habitica.com/projects/habitica/messages/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (31 of 31 strings)
Translation: Habitica/Maintenance
Translate-URL: https://translate.habitica.com/projects/habitica/maintenance/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (French)
Currently translated at 99.6% (2006 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (676 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/zh_Hans/
Translated using Weblate (French)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Spanish)
Currently translated at 78.4% (51 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/zh_Hans/
Translated using Weblate (Latin)
Currently translated at 25.1% (37 of 147 strings)
Translation: Habitica/Pets
Translate-URL: https://translate.habitica.com/projects/habitica/pets/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/la/
Translated using Weblate (Latin)
Currently translated at 94.7% (162 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/la/
Translated using Weblate (Latin)
Currently translated at 98.6% (227 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (28 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/la/
Translated using Weblate (Latin)
Currently translated at 92.0% (127 of 138 strings)
Translation: Habitica/Quests
Translate-URL: https://translate.habitica.com/projects/habitica/quests/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/la/
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (126 of 126 strings)
Translation: Habitica/Communityguidelines
Translate-URL: https://translate.habitica.com/projects/habitica/communityguidelines/vi/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Spanish (Latin America))
Currently translated at 75.3% (49 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (27 of 27 strings)
Translation: Habitica/Loginincentives
Translate-URL: https://translate.habitica.com/projects/habitica/loginincentives/zh_Hans/
Translated using Weblate (German)
Currently translated at 100.0% (174 of 174 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (2012 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (German)
Currently translated at 99.4% (2001 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (German)
Currently translated at 99.6% (297 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (56 of 56 strings)
Translation: Habitica/Faq
Translate-URL: https://translate.habitica.com/projects/habitica/faq/pt_BR/
Translated using Weblate (German)
Currently translated at 100.0% (328 of 328 strings)
Translation: Habitica/Front
Translate-URL: https://translate.habitica.com/projects/habitica/front/de/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (676 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (676 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/pt_BR/
Translated using Weblate (German)
Currently translated at 100.0% (355 of 355 strings)
Translation: Habitica/Content
Translate-URL: https://translate.habitica.com/projects/habitica/content/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (230 of 230 strings)
Translation: Habitica/Character
Translate-URL: https://translate.habitica.com/projects/habitica/character/pt_BR/
Translated using Weblate (Spanish)
Currently translated at 75.3% (49 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es/
Translated using Weblate (German)
Currently translated at 86.1% (56 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (211 of 211 strings)
Translation: Habitica/Settings
Translate-URL: https://translate.habitica.com/projects/habitica/settings/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2013 of 2013 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/zh_Hans/
2019-12-23 21:28:40 +01:00
Sabe Jones
011a795af2
Merge branch 'release' into develop
2019-12-23 13:46:49 -06:00
Sabe Jones
5bcd1e8b6f
Merge branch 'release' into develop
2019-12-23 13:10:09 -06:00
Matteo Pagliazzi
527544354a
fix typo in comment
2019-12-23 18:15:50 +01:00
negue
dd0bcfab97
fix challenge layout ( #11620 )
...
* wrap challenge task icons + margins
* full width challenge card on small devices + padding under add-challenge button
2019-12-23 18:10:48 +01:00
Yo
04a9c97393
Fix Typos ( #11644 )
...
* Fix Typos
* Fix More Typos
2019-12-23 17:52:55 +01:00
Timothy
7d2c5ed339
Fixed disappearing email form bug by forcing a refresh after submission, Fixes #11565 ( #11614 )
...
* Fixed disappearing form bug by forcing a refresh after submission
* Added reloadPage() to the changeEmail submit button
* Added indentation for the reloadPage() function
* Adjusted changeUser() function (added reloadPage)
Added reloadPage() function to the changeUser() function. This should allow the page to reload after the email is updated instead of before the function gets to finish updating the account's email
* Adjusted changeUser() function
Added window.location.reload() to the changeUser() function. This should allow the page to reload after the email is updated instead of before the function gets to finish updating the account's email
* Adjusted changeUser function
2019-12-23 17:48:55 +01:00
Glendon Solsberry
b9af3fb40e
Updates notifications screen to a more consistent UI ( #11635 )
2019-12-23 17:45:42 +01:00
dependabot-preview[bot]
6b072f0f8f
build(deps): bump eslint from 6.7.2 to 6.8.0 in /website/client ( #11651 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:22:48 +01:00
dependabot-preview[bot]
92009c1100
build(deps): bump csv-stringify from 5.3.4 to 5.3.5 ( #11655 )
...
Bumps [csv-stringify](https://github.com/adaltas/node-csv-stringify ) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/adaltas/node-csv-stringify/releases )
- [Changelog](https://github.com/adaltas/node-csv-stringify/blob/master/CHANGELOG.md )
- [Commits](https://github.com/adaltas/node-csv-stringify/compare/v5.3.4...v5.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:20:36 +01:00
dependabot-preview[bot]
383f353534
build(deps): bump @babel/preset-env from 7.7.6 to 7.7.7 ( #11657 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.6...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:20:23 +01:00
dependabot-preview[bot]
5bc052c12c
build(deps): bump superagent from 5.1.2 to 5.1.3 ( #11653 )
...
Bumps [superagent](https://github.com/visionmedia/superagent ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/visionmedia/superagent/releases )
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md )
- [Commits](https://github.com/visionmedia/superagent/compare/v5.1.2...v5.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:20:01 +01:00
dependabot-preview[bot]
3490930594
build(deps): bump xml2js from 0.4.22 to 0.4.23 ( #11660 )
...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ) from 0.4.22 to 0.4.23.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases )
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:19:49 +01:00
dependabot-preview[bot]
7cd1871754
build(deps): bump sass from 1.23.7 to 1.24.0 in /website/client ( #11648 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.23.7 to 1.24.0.
- [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.23.7...1.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:19:09 +01:00
dependabot-preview[bot]
9309821c77
build(deps): bump core-js from 3.5.0 to 3.6.0 in /website/client ( #11649 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.5.0...v3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:58 +01:00
dependabot-preview[bot]
c13f45dceb
build(deps): bump webpack from 4.41.2 to 4.41.4 in /website/client ( #11650 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:49 +01:00
dependabot-preview[bot]
8c661e55c7
build(deps): bump aws-sdk from 2.590.0 to 2.595.0 ( #11652 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.590.0 to 2.595.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.590.0...v2.595.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:41 +01:00
dependabot-preview[bot]
4ef3ccd23b
build(deps): bump mongoose from 5.8.1 to 5.8.2 ( #11654 )
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md )
- [Commits](https://github.com/Automattic/mongoose/compare/5.8.1...5.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:17 +01:00
dependabot-preview[bot]
14821f39b0
build(deps): bump eslint from 6.7.2 to 6.8.0 ( #11656 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:07 +01:00
dependabot-preview[bot]
29ac38a60e
build(deps): bump @babel/register from 7.7.4 to 7.7.7 ( #11659 )
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.7.4 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:17:53 +01:00
dependabot-preview[bot]
411219c4b2
build(deps): bump @babel/core from 7.7.5 to 7.7.7 ( #11661 )
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:17:35 +01:00
Melior
7cc744e28e
Merge branch 'origin/develop' into Weblate.
2019-12-20 17:17:06 +01:00
Melior
da380567e9
Translated using Weblate (Latin)
...
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/la/
Translated using Weblate (Swedish)
Currently translated at 91.7% (1821 of 1985 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/sv/
Translated using Weblate (Latin)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/la/
Translated using Weblate (Spanish)
Currently translated at 91.6% (1820 of 1985 strings)
Translation: Habitica/Gear
Translate-URL: https://translate.habitica.com/projects/habitica/gear/es/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (676 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (676 of 676 strings)
Translation: Habitica/Questscontent
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (487 of 487 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Japanese)
Currently translated at 64.6% (42 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/ja/
Translated using Weblate (Latin)
Currently translated at 100.0% (57 of 57 strings)
Translation: Habitica/Spells
Translate-URL: https://translate.habitica.com/projects/habitica/spells/la/
Translated using Weblate (Latin)
Currently translated at 96.4% (27 of 28 strings)
Translation: Habitica/Rebirth
Translate-URL: https://translate.habitica.com/projects/habitica/rebirth/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (8 of 8 strings)
Translation: Habitica/Overview
Translate-URL: https://translate.habitica.com/projects/habitica/overview/la/
Translated using Weblate (Latin)
Currently translated at 100.0% (36 of 36 strings)
Translation: Habitica/Loadingscreentips
Translate-URL: https://translate.habitica.com/projects/habitica/loadingscreentips/la/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (171 of 171 strings)
Translation: Habitica/Npc
Translate-URL: https://translate.habitica.com/projects/habitica/npc/ja/
Translated using Weblate (Spanish (Latin America))
Currently translated at 52.3% (34 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/es_419/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (169 of 169 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (169 of 169 strings)
Translation: Habitica/Limited
Translate-URL: https://translate.habitica.com/projects/habitica/limited/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (483 of 483 strings)
Translation: Habitica/Groups
Translate-URL: https://translate.habitica.com/projects/habitica/groups/pt_BR/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/pt_BR/
Translated using Weblate (Japanese)
Currently translated at 100.0% (298 of 298 strings)
Translation: Habitica/Generic
Translate-URL: https://translate.habitica.com/projects/habitica/generic/ja/
Translated using Weblate (Japanese)
Currently translated at 98.5% (480 of 487 strings)
Translation: Habitica/Backgrounds
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/ja/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/zh_Hans/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translated using Weblate (French)
Currently translated at 100.0% (65 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/fr/
Translated using Weblate (German)
Currently translated at 84.6% (55 of 65 strings)
Translation: Habitica/Achievements
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/de/
2019-12-20 17:16:46 +01:00
Sabe Jones
c80977d236
Merge branch 'release' into develop
2019-12-20 10:13:19 -06:00
Matteo Pagliazzi
a05c7d2c6c
fix(onboarding): make sure migration does not fail with missing field
2019-12-20 12:45:01 +01:00
Xaz16
2c0da084ea
Fix: reassign object for user.items.quest to trigger change in vue view
2019-12-15 22:18:26 +03:00
Xaz16
6e183c3927
Fix: reassign object for user.items.food to trigger change in vue view
2019-12-15 22:14:40 +03:00
Xaz16
0f755ab80d
Fix: reassign object for user.items.hatchingPotions to trigger change in vue view
2019-12-15 22:09:07 +03:00
Xaz16
8b780eaf0d
Fix: pet tests
2019-12-15 22:00:34 +03:00
Xaz16
dec0488b08
Fix: reassign object for user.items.mounts to trigger change in vue view
2019-12-15 20:26:53 +03:00
Xaz16
aea02d735e
Fix: reassign object for user.items.eggs to trigger change in vue view
2019-12-15 20:22:47 +03:00
Xaz16
3e476c4f52
Fix: reassign object for items.pets to trigger change in vue view
2019-12-15 20:05:11 +03:00
Xaz16
9cbdf0df42
Fix: reassign object for user.items.gear.owned to trigger change in vue view
2019-12-15 19:57:07 +03:00
osiris
104d888bfb
Fix incorrect error when sending private messages (PMs) to a player you have blocked #11612
...
Introduce a new error type blockedToSendToThisUser for the cases where you have blocked a player from sending private messages to you, if you try to message them or if you try to transfer gems to them, you will see the error "You can't send to this player because you have block this player."
2019-12-15 19:18:16 +08:00
nikosmonaut
1c719a8dbb
Unlink group tags when a user leaves it
2019-12-14 14:54:55 +01:00
Xaz16
00ea6a4c7f
Merge remote-tracking branch 'upstream/develop' into develop
2019-12-11 22:39:01 +03:00