Matteo Pagliazzi
6d57ce3050
fix typo
2018-01-18 11:41:19 +01:00
Matteo Pagliazzi
2159df785f
Staging fixes ( #9819 )
...
* categories can be selected
* quick inventory fixes
2018-01-18 11:30:39 +01:00
Matteo Pagliazzi
9762258975
Merge branch 'develop' of github.com:HabitRPG/habitrpg into develop
2018-01-17 19:33:30 +01:00
Matteo Pagliazzi
deea64e839
more fixes for the task modal
2018-01-17 19:33:21 +01:00
Matteo Pagliazzi
9e615ba862
move delete task btn outside of advanced settings
2018-01-17 19:27:53 +01:00
SabreCat
d34beca3cc
Merge branch 'release' into develop
2018-01-17 18:24:48 +00:00
Sabe Jones
07ed989862
4.20.2
2018-01-16 22:46:08 +00:00
Sabe Jones
049844ea7d
chore(i18n): update locales
2018-01-16 22:35:00 +00:00
SabreCat
ff4c76165a
fix(event): end New Year's cards
2018-01-16 22:09:24 +00:00
Keith Holliday
c3220e7c03
Pushed zindex of progress bar above modals ( #9781 )
...
* Pushed zindex of progress bar above modals
* Moved notifications above modals
2018-01-15 13:30:03 -07:00
Keith Holliday
cb4c6b3ca6
Added redirects for old url styles ( #9780 )
2018-01-15 12:43:02 -07:00
Keith Holliday
ba36ba0157
Added max width to profile image ( #9783 )
2018-01-15 12:34:00 -07:00
Keith Holliday
dd95acf436
Added coupon purchasing back to stripe ( #9794 )
2018-01-15 12:12:19 -07:00
Keith Holliday
a73b03452a
Fixed overflow for member lists larger than 10 ( #9777 )
2018-01-15 10:32:32 -07:00
Keith Holliday
935fa1baae
Fixed update query to revert challenge tags when broken ( #9791 )
2018-01-15 10:31:33 -07:00
Keith Holliday
745f930749
Added docs for mongo indexes ( #9790 )
2018-01-15 10:30:49 -07:00
Keith Holliday
d87db40c52
Staging fixes ( #9804 )
...
* Fixed party member loading
* Fixed quest details
* Fixed party creating
* Fixed challenge habit restore streak permissions
* Fixed fetch recent messages for party
* Adjusted category box placement for challenges
* Fixed zindex for input on group
* Changed reset streak restriction and allowed for adjust streak
2018-01-15 10:21:08 -07:00
Keith Holliday
0ea91016f8
Trimmed username spaces ( #9793 )
2018-01-15 10:20:36 -07:00
Keith Holliday
d4f634c3d8
Fixed disabling button and dismissing modals ( #9805 )
2018-01-15 09:16:15 -07:00
Matteo Pagliazzi
286566fc0c
misc fixes for task modal
2018-01-13 11:27:02 +01:00
Cassidy Pignatello
2ed4df0b7c
unhides scroll bar and adjusts overflow to remove whitespace at bottom ( #9767 )
2018-01-12 16:38:54 -06:00
Alys
9bb7c6ece0
allow user to restore streak on their copy of a challenge Daily ( #9757 )
2018-01-12 16:37:36 -06:00
Lula Villalobos
db0a6f6bb8
Fix Server Errors Appear As Blank Red Bar ( #9747 )
...
* fix path to error message
* changed error message path to check user auth error
2018-01-12 16:33:00 -06:00
Brad Lugo
b6305826be
Update Vagrantfile.example to forward port 8080 ( #9732 )
...
There was a change in how the code is run locally and part
of this change included using port 8080. This change includes
the port forwarding for said port in the example file for Vagrant
2018-01-12 16:32:09 -06:00
Mel
f00ab86eff
Update tier icons to correct size and color ( #9727 )
...
* update tier icons to correct size and color
* make tier text bold
2018-01-12 16:29:37 -06:00
Cassidy Pignatello
a44f29dad8
replaces btn-default with btn-secondary ( #9704 )
2018-01-12 16:25:02 -06:00
Pizilden
67b396bf16
Added Lunasol Theme ( #9635 )
2018-01-12 16:22:57 -06:00
Grayson Gilmore
ce14a9dadb
Challenge modal optimization - remove unnecessary API call - partial fix for #9371 ( #9546 )
...
* Attempt to use party data from the store rather than always fetching it from the API
* Move init code to shown() to prevent unnecessary network requests
* Use store party data in getGroup action if possible to save an API call
* Use store data rather than API call for party in challengeModal; remove unnecessary code in guilds:getGroup action
* Create party:getParty action and employ it in Group and ChallengeModal
* Use store instead of action return for party data
* Change how party data is stored
2018-01-12 16:18:56 -06:00
MathWhiz
183c90ac3a
Fix presskit ( #9418 )
...
* Move presskit to static folder
* Fix image location
* Add press kit FAQ strings
* Add faq section, fix images
* Update Images
* Add images to presskit page
* Remove unecessary parts
2018-01-12 16:18:20 -06:00
borisabramovich86
9e1a262f96
Fixes Purchase contributor equipment ( fixes #9179 ) ( #9306 )
...
* Able to see all non class related items in market
* Fix lint errors
* Able to see all non class related items in market
* Fix lint errors
* add test for showing contributor gear
* Added previously owned items to test with eslint exception
2018-01-12 16:16:28 -06:00
MathWhiz
06dd9fe859
Add SpacePenguin's Theme ( #9237 )
...
* Add SpacePenguin's Theme
* Fix files
2018-01-12 16:15:55 -06:00
zags
2a2c525c2d
Add support for multiDaysCountAsOneDay == false to evasion ( #9077 )
...
* Add support for `multiDaysCountAsOneDay == false` to evasion
`if (dailiesDaysMissed > 1) dailiesDaysMissed = 1;` causes the evasion for-loop to only evaluate once even if `multiDaysCountAsOneDay == false`. This statement isn't necessary because `if (multiDaysCountAsOneDay) break;` will cause the for-loop to evaluate only once if `multiDaysCountAsOneDay == true`. Removing this statement makes the `dailiesDaysMissed` variable unnecessary.
* Moves break statement out of conditional
2018-01-12 16:12:19 -06:00
Sabe Jones
b2c1c9d9dc
Merge branch 'release' into develop
2018-01-12 21:54:20 +00:00
Sabe Jones
c33eba6736
4.20.1
2018-01-12 21:47:21 +00:00
Sabe Jones
56434cce71
chore(i18n): update locales
2018-01-12 21:46:32 +00:00
SabreCat
c41123c36c
chore(news): Blog Bailey
2018-01-12 21:38:16 +00:00
SabreCat
043a6cd4ba
chore(shops): update Featured Items
2018-01-12 21:25:09 +00:00
SabreCat
0ca2f9034f
Revert "WIP: Buy-1-Get-1 Gift Subs ( #9719 )"
...
This reverts commit dc3d694d0e , with the exception of locale strings that need not be purged.
2018-01-12 21:15:42 +00:00
Keith Holliday
4c7157807b
Synced isdue/next due when user joins challenge ( #9779 )
2018-01-12 10:16:51 -06:00
Keith Holliday
0afe797bae
Fixed display when quest has no completion function ( #9778 )
2018-01-12 10:16:21 -06:00
Alys
1c8797e473
change Attribute to Stat and upper-case Stat Points and a couple of other terms
2018-01-12 08:09:31 +10:00
Keith Holliday
e0bf6d2e55
Reverted group flag code ( #9784 )
...
* Reverted group flag code
* Reverted all flagging code
* Added hyphens back
2018-01-11 12:04:07 -06:00
Matteo Pagliazzi
e96d0659cb
fix typos in migration to convert field for Apple subscribers
2018-01-10 18:19:32 +01:00
Matteo Pagliazzi
72d70236ea
fix typos in migration to convert field for Apple subscribers
2018-01-10 18:10:01 +01:00
Matteo Pagliazzi
ee2fc8c763
add migration to convert field for Apple subscribers
2018-01-10 18:08:32 +01:00
Sabe Jones
b53c03bca8
Merge branch 'release' into develop
2018-01-10 16:42:13 +00:00
Sabe Jones
9545f692ef
4.20.0
2018-01-10 16:41:44 +00:00
Sabe Jones
0112bd9b5a
chore(i18n): update locales
2018-01-10 16:40:59 +00:00
SabreCat
d235576e18
chore(sprites): compile
2018-01-10 16:32:34 +00:00
SabreCat
3d5d5da933
feat(content): Pept quest
2018-01-10 16:31:56 +00:00