Commit Graph

4411 Commits

Author SHA1 Message Date
Tyler Renelle 2e2fcfcf46 fix(swagger): fix jade script warning in swagger 2014-02-03 11:53:52 -07:00
Tyler Renelle 4d32092e8f refactor(addthis): remove superfluous addthis inclusion 2014-02-03 11:53:32 -07:00
Tyler Renelle 67ee011aa3 fix(footer): ensure window.env is accessible from static pages, so we
can get deferred scripts on frontpage (esp google analytics)
2014-02-03 11:43:03 -07:00
Tyler Renelle 43d05a54a3 refactor(footer): ensure debug buttons only show in development 2014-02-03 11:42:23 -07:00
Tyler Renelle 535fd4fe82 refactor(footer): remove amazon affiliate code 2014-02-03 11:41:47 -07:00
Tyler Renelle f95dac7d1d chore(analytics): upgrade GA to universal analytics (cc @deilann) 2014-02-03 11:06:10 -07:00
Cole Gleason e3b5a3978a chore(logging): change disconnect message level from error to info 2014-02-03 01:25:54 -06:00
Tyler Renelle ac5ef440fe chore(merge): Merge remote-tracking branch 'colegleason/disconnect' into develop
Conflicts:
	src/utils.js
2014-02-02 23:42:59 -07:00
Tyler Renelle 83b3739f46 fix(winston): typo 2014-02-02 23:26:57 -07:00
Tyler Renelle f8796e9028 feat(winter): remove purchasable winter hair colors, keep available if
they purchased during event
2014-02-02 23:17:54 -07:00
Cole Gleason e966cc956a chore(logging): only log to console and file on dev (cc @lefnire) 2014-02-03 00:14:31 -06:00
Tyler Renelle dfa27b3fa2 Merge pull request #2685 from colegleason/logging
chore(logging): add Winston and replace console.log
2014-02-02 22:06:35 -08:00
Cole Gleason 85eb0aa38a chore(cluster): disconnect worker on error, then kill after 30 sec
(cc @lefnire): This disconnects the process, sets up a kill timer, and
then sends error emails and responses back to the client. This should
stop new clients from connecting to the dead worker, allow connections
already established to finish, and cause the master to fork a new worker
to pick up the slack immediately.
2014-02-03 00:00:58 -06:00
Cole Gleason 8eaa5f6e9f Merge pull request #2717 from lorian/mouseover-tags
Hovering over a task's tag icon displays a list of that task's tag
2014-02-02 19:54:23 -08:00
Sabe Jones 4f911a68d8 fix(buffs): Move help bubble to left of special buffs
Corrects an issue where the popover text for Stealth and Chilling Frost inherited the "strong" formatting of the buff name label, and improves visual consistency with the attribute readout above them.
2014-02-02 21:19:01 -06:00
Lorian e99118b6a7 Edited appliedTags call to actually call the correct function; now hovering over a task's tag icon displays a list of that task's tags. 2014-02-02 16:35:36 -08:00
Cole Gleason f193790550 Merge pull request #2698 from deilann/fixstats
changing order of stats in character build
2014-02-02 15:58:54 -08:00
Cole Gleason aa53b38a9e Merge pull request #2714 from deilann/petprogress
removes progress bar of unfeedable pets
2014-02-02 15:57:44 -08:00
Cole Gleason 90ed3eb510 Merge pull request #2703 from deilann/abortquest
correcting quest abort message
2014-02-02 15:57:08 -08:00
deilann 2e3ee3f97c removes progress bar of unfeedable pets 2014-02-02 13:22:24 -08:00
Cole Gleason 61a4a90d2c Merge pull request #2610 from etryn/develop
Fixed unnecessary margin on button group buttons
2014-02-01 23:56:43 -08:00
Cole Gleason dab9ddbda2 fix(quests): quests with a level cap cannot be bought before that level.
Users were buying the vice quest hoping to play it, not realizing it
would drop at that level. Let's restrict buying the quest (at least in
the short term) until you reach that level.

Fixes #2707.
2014-02-02 01:54:23 -06:00
deilann dc7a6175e3 correcting quest abort message 2014-02-01 19:05:25 -08:00
Cole Gleason b01d08ccfe Merge pull request #2693 from colegleason/csv
Set filename when exporting challenge to CSV
2014-02-01 17:10:09 -08:00
Tyler Renelle 527f230ee5 Merge pull request #2701 from deilann/wizardtomage
Change "Wizard" to "Mage" in member modal & inventory
2014-02-01 16:21:32 -08:00
Tyler Renelle 78315d828b feat(quests): add flags.levelDrops for dropping items at certain levels 2014-02-01 16:15:20 -08:00
deilann dafd015173 wizard to mage in inventory 2014-02-01 15:20:02 -08:00
deilann 8843577858 show mage not wizard in inventory and member modal 2014-02-01 15:17:14 -08:00
deilann d581986dd9 changing order of stats in character build 2014-02-01 13:14:51 -08:00
Cole Gleason 36f21196f4 fix(challenges): challenge csv export now has proper filename
This sets the Content-disposition filename for the Challenge CSV export
to be {challenge_id}.csv.

Fixes #2689.
2014-02-01 12:14:24 -06:00
Tyler Renelle 52f8f0d5b0 feat(winter): remove winter scrolls & snowballs 2014-02-01 07:43:25 -08:00
Sabe Jones 2d97577708 Textual tweaks for spellcasting
Makes the notification for casting a spell on the party consistent with the message generated in party chat.
2014-02-01 07:01:40 -06:00
Cole Gleason 71f4371d9c chore(logging): add Newrelic and Email transports for Winston
This will send an email on errors logged with winston and thus removes
the old error emailing code.
2014-02-01 02:46:22 -06:00
Cole Gleason ae847facda chore(logging): fix logging.error and make sure logger exists 2014-02-01 02:08:32 -06:00
Cole Gleason 4494600d92 chore(logging): replace console.* with new logging module 2014-02-01 02:01:19 -06:00
Cole Gleason 441c3cf1d7 chore(logging): ignore *.log when running nodemon to avoid loop 2014-02-01 02:00:49 -06:00
Cole Gleason 2188b5a6c0 chore(logging): add logging via Winston and wrapped it with a custom logging module 2014-02-01 01:47:11 -06:00
Tyler Renelle a9d7add1e3 chore(bailey): baconsaur update 2014-01-31 22:03:52 -07:00
Tyler Renelle b29231056b chore(bailey): vice notif 2014-01-31 15:36:47 -07:00
Tyler Renelle ada926de9a test(quests): change quest testing from vice1 => vice3 (ps, I'm doing
this to test drop types separately, preferable if we can us all 3 tests
- this & previous commits)
2014-01-31 15:06:57 -07:00
Tyler Renelle e3e5399584 test(quests): change quest tests from gryphon => vice1 2014-01-31 15:06:56 -07:00
Tyler Renelle 54064debf3 feat(quests): allow dropping scrolls in quests 2014-01-31 15:06:56 -07:00
Tyler Renelle 800231cf64 feat(quests): allow html in quest notes 2014-01-31 15:06:56 -07:00
Matteo Pagliazzi 89443bb970 chore(git): update gitignore 2014-01-31 22:11:00 +01:00
Tyler Renelle 179316e10f feat(restore): add restore-gp back in. Parly to end the winter event,
partly due to the convo at #2681 regarding subscriptions. Fixes #2681
2014-01-31 12:54:37 -07:00
Tyler Renelle 4ba5a9cf26 refactor(restore): remove restore-gear commented-out code, that stuff is
incompatible with new gear setup (circa class system)
2014-01-31 12:50:13 -07:00
Tyler Renelle a72b013131 fix(hall): let's try $gt instead of $ne:null, the query is still
slow
2014-01-31 11:11:42 -07:00
Tyler Renelle 87d196b038 chore(throttling): throttle in dev too 2014-01-31 11:11:16 -07:00
Tyler Renelle 1faec250d8 chore(throttling): throttle all requests, not just API requests. Since
we're 120req/min, this shouldn't pose an issue for normal usage. #2645
2014-01-31 10:47:41 -07:00
Tyler Renelle 92563915ef chore(throttling): add api-throttling (request limiting) so users can
only request routes 120times per minute (aka, 2req/second but spread out
for sanity). fixes #2645
2014-01-31 10:32:33 -07:00