Alys
5ee28eabb5
fix user.party.quest.progress.up mistakes in skills/spells; make an unrelated typo in apidoc comment
2016-06-05 20:03:14 +10:00
Blade Barringer
3113e1a1e8
fix: Correct text color in not due tasks
...
Closes #7605
2016-06-04 17:59:57 -05:00
Blade Barringer
f53c2706d1
Merge branch 'Hus274-develop7019' into develop
2016-06-04 07:54:59 -05:00
Blade Barringer
95340da5e2
fix(css): Correct css where due tasks could not be editted
2016-06-04 07:52:35 -05:00
Sabe Jones
7f722269bd
fix(subscription): correctly award 3mo bennies ( #7596 )
2016-06-03 22:40:04 -05:00
Blade Barringer
96e9b83ca3
Merge pull request #7583 from crookedneighbor/fix_quest_modal_not_being_cleaned_up
...
fix: Cleanup quest progress for non-members when quest starts
2016-06-03 21:52:14 -05:00
Blade Barringer
434cac944c
fix: Cleanup quest progress for non-members when quest starts
2016-06-03 21:51:18 -05:00
Blade Barringer
8c81e02a87
refactor: Use stateChange hook for releasing keybinding
2016-06-03 21:33:15 -05:00
Blade Barringer
7536ba7aa2
Merge branch 'develop' into Sinble-bug/slow_chat
2016-06-03 17:24:52 -05:00
MathWhiz
3589757763
fix: formatting issues in death modal
...
Closes #7156
2016-06-03 12:47:11 -05:00
MathWhiz
1fbd864a7f
feat: Style fix character values modal for mobile
...
Closes #7157
2016-06-03 12:43:42 -05:00
MathWhiz
d072da3345
feat: change opacity of emoji in completed tasks
...
Closes #7184
2016-06-03 12:39:12 -05:00
Shervin Sarain
8c92ee6876
fix: correct param in tag sorting
...
Fixes #7593
2016-06-03 12:29:44 -05:00
Sabe Jones
7108b02f4d
fix(profiles): public chairs
...
(cherry picked from commit 83366fa3a6 )
2016-06-03 08:18:12 -05:00
Sabe Jones
21f3814368
feat(content): June Armoire and BGs ( #7592 )
2016-06-02 16:51:05 -05:00
Sabe Jones
4ea52728ee
fix(links): Report a Bug Guild
2016-06-01 22:12:02 +00:00
Sabe Jones
6084ea2017
Fix mystery set award to new subscribers ( #7586 )
...
* fix(mystery): flip da sign
* test(subscription): check mystery box
2016-06-01 15:34:57 -05:00
Sabe Jones
271f4b760d
chore(event): end Floral Potion availability
2016-06-01 15:08:35 +00:00
Blade Barringer
e8b1c937e4
Merge pull request #7568 from HabitRPG/fix_contributor_levels_watch
...
fix: Remove unnecessary flags.contributor property from user
2016-05-31 21:31:12 -05:00
Matteo Pagliazzi
d7cd2ce329
do not run cron when getting a group
2016-05-31 21:30:13 -05:00
Matteo Pagliazzi
e07ade5a4a
cron: set lastCron at the beginning and misc fixes
2016-05-31 21:30:07 -05:00
Blade Barringer
52f0057c3d
fix: Remove unnecessary flags.contributor property from user
...
Closes #7550
2016-05-31 21:10:58 -05:00
Shervin Sarain
de21487038
Fix challenge sorting
...
Closes #7543
Closes #7507
2016-05-31 20:41:38 -05:00
Sabe Jones
fcc14520c5
Don't $watch drops ( #7547 )
...
* WIP(drops): get drops out of _tmp
* fix(notifications): no watch for drops/mystery
* fix(ops): only two response values
* fix(test): update op expectation
Also update API docs for modified route.
* fix(lint): remove trailing space
* fix(test): update integration check
2016-05-31 14:56:33 -05:00
Sabe Jones
9b56c6f2ba
Don't persist properties of tag filters ( #7564 )
...
* fix(filters): don't persist tag props
Partial fix for #7412
* fix(test): correct expectation
2016-05-31 14:55:59 -05:00
Lucas F T Hennigen
0b122f3b43
fix(tags): Fix tag removal functionality ( #7553 )
...
Tag removal functionality was broken. Turns out the issue was simply
that we weren't removing the tag from the local `task` object, so the
tag was removed, but readded upon sync/pressing save.
Closes #7412
2016-05-31 14:55:30 -05:00
Blade Barringer
b33505141b
docs: Correct url for member routes
2016-05-31 13:03:45 -05:00
Matteo Pagliazzi
ee836c76a4
log req.method
2016-05-31 16:37:34 +02:00
Matteo Pagliazzi
d9de6282a4
increase number of concurrent users that are synced when editing a challenge
2016-05-31 11:27:21 +02:00
Matteo Pagliazzi
87066ef6c7
do not allow casting on challenge tasks in v2
2016-05-31 11:13:28 +02:00
Matteo Pagliazzi
6b214e4e3f
sanitize task when updating in v2
2016-05-31 11:09:32 +02:00
Blade Barringer
b1a2632319
fix: Use === in comparison
2016-05-30 17:22:53 -05:00
Blade Barringer
da12cb9f45
Merge pull request #7513 from zesme/fix-checklist-duplicates
...
Fix #7493 - prevent duplicate items when editing checklists
2016-05-30 15:22:07 -05:00
Sabe Jones
8520987afb
chore(news): May Last Chance Bailey
2016-05-30 17:42:59 +00:00
Blade Barringer
bbafe3d52d
fix: Prevent user from inivting self to group
...
fixes #7491
2016-05-29 10:09:02 -05:00
Blade Barringer
d23f79d001
fix: Correct typo in tag documentation
...
Per https://twitter.com/Rio_Alx/status/736109816964227073
2016-05-29 09:24:33 -05:00
Matteo Pagliazzi
2d81b31c3a
remove legacy loggly code
2016-05-27 16:38:55 +02:00
Lucas Torroba (@zesme)
b20f5545b9
Cleanup add checklist item function
...
Cleaned up `addChecklistItem` function, shortening it
2016-05-27 10:41:15 -03:00
Lucas Torroba (@zesme)
46be1553f0
Close #7493
2016-05-27 10:41:15 -03:00
Matteo Pagliazzi
3ce80bae2a
make checklist.id required
2016-05-27 13:17:05 +02:00
Matteo Pagliazzi
4deb5ada2f
add timestamps to logs
2016-05-27 11:29:46 +02:00
Matteo Pagliazzi
a9d4bbd87d
dataexport: correctly handle 403 errors
2016-05-27 10:53:20 +02:00
Blade Barringer
c08df9978f
Merge pull request #7511 from HabitRPG/paglias/better-logging
...
Improve logging
2016-05-26 22:42:14 -05:00
Blade Barringer
b40d8ce09d
Merge branch 'double_cron_fix' into develop
2016-05-26 22:25:36 -05:00
Blade Barringer
91aba965b0
tests: Add tests for recoverCron
2016-05-26 22:08:31 -05:00
Sabe Jones
31d2c5d604
fix(test): import Bluebird
2016-05-27 00:59:00 +00:00
Matteo Pagliazzi
10cf22cd4e
better distinguish between handled and not handler errors
2016-05-26 23:19:29 +02:00
Matteo Pagliazzi
c6192dd24b
feat(logging): improve logging removing not useful data and distinguishing between user and server errors
2016-05-26 23:10:38 +02:00
Matteo Pagliazzi
b03985c6b2
fix(cron): only process checklists if they exist
2016-05-26 22:17:15 +02:00
Sabe Jones
9c7622e5a5
chore(news): add iOS update
2016-05-26 19:31:01 +00:00