mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
* Fixed more tests * Added tags into user service * Added api-v3 auth urls * v3: fix package.json * v3: fix package.json * Fixed auth tests. Updated Authctrl response * v3: remove newrelic config file in favour of env variables * v3: upgrade some deps * switch from Q to Bluebird * v3 fix tests with deferred * Removed extra consoles.log. Changed data.data to res.data * v3 fix tests and use coroutines instead of regenerator * v3: fix tests * v3: do not await a non promise * v3: q -> bluebird * Changed id param for registration response * Updated party query and create * Ensured login callback happens after user sync * Add challenges to groups. Fixed isMemberOfGuild check * Updated party and group tests * Fixed cron test * return user.id and send analytics event before changing page * fix trailing spaces * disable redirects * Api v3 party tavern fixes (#7191) * Added check if user is in party before query * Cached party query. Prevented party request when user is not in party. Updated Party create with no invites * Update tavern ctrl to use new promise * v3: misc fixes * Api v3 task fixes (#7193) * Update task view to use _id * Added try catch to user service ops calls * v3 client: saving after syncing is complete * Fixed test broken by part sync change (#7195) * v3: fix todo scoring and try to fix production testing problem * revert changes to mongoose config * mongoose: increase keepAlive * test mongoose fix * fix: Only apply captureStackTrace if it exists on the error object * v3: fix reminders with no startDate * mongoose: use options * chore(): rename website/src -> website/server and website/public -> website/client (#7199) * v3 fix GET /groups: return an error only if an invalid type is supplied not when there are 0 results (#7203) * [API v3] Fix calls to user.ops and deleting tags (#7204) * v3: fixes calls to user.ops from views and deleting tags * v3: fix tests that use user._statsComputed * Api v3 fixes continued (#7205) * Added timzeone offset back * Added APIToken back to settings page * Fixed fetch recent messages for party * Fixed returning group description * Fixed check if user is member of challenge * Fixed party members appearing in header * Updated get myGroups param to include public groups. Fixed isMemberOf group * Fixed hourglass purchase * Fixed challenge addding tasks on first creating * Updated tests to accomidate new changes * fix: Correct checklist on client Closes #7207 * fix: Pin eslint to 2.9 * minor improvements to cron code for clarity; fix inaccurate comments; add TODOs for rest-in-inn actions * fix: Add missing type param to equip call closes #7212 * rename and reword pubChalsMinPrize to reflect that it's only for Tavern challenges * allows players to send gems to each other; other minor related changes - fixes https://github.com/HabitRPG/habitrpg/issues/7227 * fix tests for /members/transfer-gems * fix: Set gems sent notification as translatable string * chore: Remove unusued variable * fix: Remove requirement on message paramter in transfer-gems * add a missing variable declaration * chore: clarify comments on cron code * fix: Correct client request from habitrpg -> tavern * update apidoc URL in package.json Closes #7222 * Fixed start party by invites * Updated spell casting to v3 * Fixed adding and removing tags on tasks * Fixed page reload on settings change * Fixed battle monsters with friends button * Loaded completed todos when done is clicked * chore: Reinstate floating version number for eslint babel-eslint regression fixed * Fixed reload tests * change "an user" to "a user" in comments and text (no code changes) (#7257) * fix: Alert user that drops were recieved * remove userServices.js from karma.conf - it's been moved to website/client/js/services * feat: Create debug update user route * fix: Correct set cron debug function * feat: Add make admin button to debug menu * lint: Add missing semicolons in test * fix: Temporarilly comment out udpate user debug route * v3: fix _tmp for crit and streakBonus * v3: execute all actions when leaving a solo party * v3 client: fix group not found when leaving party * v3 migration: fix challenge prize * v3 cron: only save modified tasks * v3: add CHALLENGE_TASK_NOT_FOUND to valid broken reasons * v3: fix tasks chart * v3 client: fix ability to leave challenge * v3 client: fix filtering by tag and correctly show tag tooltip * v3 common: fix tags tests * v3 client: support unlinking not found challenges tasks * v3: disable Bluebird warning for missing return, fixes #7269 * feat: Separate out update-user into set-cron and make-admin debug routes * chore: Disable make admin debug route for v3 prod testing * v3: misc fixes * v3: misc fixes * v3: fix adding multiple tasks * Fixed join/leave button updates * Queried only user groups to be available when creating challenges * Fixed bulk add tasks to challenge * Synced challenge tasks after leave and join. * Fixed default selected group * Fixed challenge member info. Fixed challenge winner selection * Fixed deleting challenge tasks * Fixed particiapting filter * v3 client: fix casting spells * v3: do not log sensitive data * v3: always save user when casting spell * v3: always save user when casting spell * v3: more fixes for spells * fix typos and missing information in apidocs - fixes https://github.com/HabitRPG/habitrpg/issues/7277 (#7282) * v3: add TODO for client side spells * feat: Add modify inventory debug menu * Fixed viewing user progress on challenge * Updated tests * fix: Fix quest progress button * fix incorrect Armoire test; remove unneeded param details from apidocs; disambiguate health potion * v3: fix stealth casting * v3: fix tasks saving and selection for rebirth reroll and reset (server-only) * v3: fix auto allocation * v3 client: misc fixes * rename buyPotion and buy-potion to buyHealthPotion and buy-health-potion; fix apidoc param error * Added delete for saved challenge task * Fixed member modal on front page * adjust text in apidocs for errors / clarity / consistency / standard terminology (no code changes) (#7298) * fix bug in Rebirth test, add new tests, adjust apidocs (#7293) * Updated task model to allow setting streak (#7306) * fix: Correct missing * in apidoc comments * Api v3 challenge fixes (#7287) * Fixed join/leave button updates * Queried only user groups to be available when creating challenges * Fixed bulk add tasks to challenge * Synced challenge tasks after leave and join. * Fixed default selected group * Fixed challenge member info. Fixed challenge winner selection * Fixed deleting challenge tasks * Fixed particiapting filter * Fixed viewing user progress on challenge * Updated tests * Added delete for saved challenge task * v3: fix sorting * [API v3] add CRON_SAFE_MODE (#7286) * add CRON_SAFE_MODE to example config file, fix some bugs, add an unrelated low-priority TODO * create CRON_SAFE_MODE to disable parts of cron for use after extended outage - fixes https://github.com/HabitRPG/habitrpg/issues/7161 * fix a bug with CRON_SAFE_MODE, remove duplicated code, remove completed TODO comment * fix check for CRON_SAFE_MODE * v3 client: fix typo * adjust debug menu Modify Inventory: hungrier pets, fewer Special items, "Hide" buttons * completed To-Dos: return the 30 most recent instead of 30 oldest (#7318) * v3 migration: fix createdAt date * adjust locales text, key names, and files for Rebirth, Reset, and Fortify / ReRoll for consistency with existing strings (#7321) * v3: fix unlinking multiple tasks * v3 fix releasing pets * v3: fix authenticating with apiUrl * v3: fix typo * v3 fix client tests for unlinking * v3 client: do not show start quest button when quest is active * v3 client: fix ability to send cards * v3 client: fix misc challenge issues * v3: fix notifications * v3 client: more user friendly errors * v3 client: only load completed todos once * v3 client: fix tests * v3: move TAVERN_ID to common code * fix: Provide default type and text for new task creation in score route * fix: Provide default history [] for habit in score route * fix: Add _legacyId prop to tasks to support non-uuid identifiers * chore: Change v3 migration to use _legacyId instead of legacyId * fix: check for _legacyId in tasks if id does not exist * refactor: Extract out finding task by id or _legacyId into a function * Api v3 party quest fixes (#7341) * Fix display of add challenge message when group challenges are empty * Fixed forced quest start to update quest without reload * Fixed needing to reload when accepting party invite * Fix group leave and join reload * Fixed leave current party and join another * Updated party tests * v3 client: remove console.log statement * v3: misc fixes * v3 client: fix predicatbale random * v3: info about API v3 * v3: update footer with links to developer resources * v3: support party invitation from email * v3 client: fix chat flagging * fix: Correct get tasks route to properly get todos (#7349) * move locales strings from api-v3.json to other locales files (#7347) * move locales strings from api-v3.json: authentication strings -> front.json * move locales strings from api-v3.json: authentication strings -> tasks.json * move locales strings from api-v3.json: authentication strings -> groups.json * move locales strings from api-v3.json: authentication strings -> challenge.json * move locales strings from api-v3.json: authentication strings -> groups.json (again) * move locales strings from api-v3.json: authentication strings -> quests.json * move locales strings from api-v3.json: authentication strings -> subscriber.json * move locales strings from api-v3.json: authentication strings -> spells.json * move locales strings from api-v3.json: authentication strings -> character.json * move locales strings from api-v3.json: authentication strings -> groups.json (PMs) * move locales strings from api-v3.json: authentication strings -> npc.json * move locales strings from api-v3.json: authentication strings -> pets.json * move locales strings from api-v3.json: authentication strings -> miscellaneous * move locales strings from api-v3.json: authentication strings -> contrib.json and settings.json * move locales strings from api-v3.json: delete unused string (invalidTasksOwner), delete api-v3.json, whitespace cleanup * v3 client: fix sticky header * v3: remove unused code * v3 client: correctly redirect after inviting * Removed v2 calls from views (#7351) * v3: fix tests for challenge export * v3: fallbackto authWithHeaders if wuthWithSession or authWithUrl fails * Added force cache update when fetching new messages (#7360) * v3: fetch whole user when booting from group tto avoid issues with pre save hook expecting all data * v3: misc fixes for payments * v3: limit fields of challenge tasks that can be updated * fix(tests): never connect to NODE_DB_URI for tests * Added new route for setting last cron and updated front end * v3: fix iap url * v3: fix build and ios IAP * Changed route to user set custom day start * v3: iap accessible under /api/v3, fixes to spells and groups invitations * v3: correctly use v3 routes in client * remove XP, GP when unticking a Daily with a completed checklist - fixes https://github.com/HabitRPG/habitrpg/issues/7246 * use natural language for error message about skills on challenge tasks (#7336), fix other gramatical error * Updated ui when user rejects a guild invite (#7368) * feat: complete custom day start route Closes #7363 * fix: Correct spelling of healAll skill fix: Correct sprite name of healAll skill * fix: Change all instances of spookDust -> spookySparkles * add dateCreated to all tasks; add empty challenge object to tasks that don't have one (#7386) * add plumilla to artists for Tangle Tree in Bailey message * Fixed quest drop modal (#7377) * Fixed quest drop modal * Fixed broken party test * [API v3] Maintenance Mode (#7367) * WIP(maintenance): maintenance * WIP(maintenance): working locale features * fix(maintenance): don't translate info page target * WIP(maintenance): start adding info page * fix(maintenance): linting * feat: Add container to maintenance info page * fix(maintenance): add config.json edits Also DRY variables for main vs info pages * fix(maintenance): linting * refactor(maintenance): further slim down variables * refactor: Remove unnecessary variables * fix: Correct string interpolation in maintenace view * feat: Dynamically add time to maintenance pages * maintenance mode: do not connect to mongodb * fix(maintenance): clean up timezones etc. * fix(maintenance): remove unneeded sprite * Tavern party challenges invites fix (#7394) * Added challenges and invitations to party * Loaded tavern challenges * Updated group and quest services tests * v3: implement automatic syncing if user is not up to date * Removed unnecessary fields when updating groups and challenges (#7395) * v3: do not saved populated user * v3: correctly return user subset * Chained party promises together (#7396) * v3: $w -> splitWhitespace * use bluebird * use babel polyfill * migration: fix items * update links for v3 * Updated shortname validation to support multiple browsers * Docs changes (#7401) * chore: Clarify transfer-gems documentation * chore: Clarify api status route documentation * chore: Mark webhooks as BETA * Added tags update route. Added sort to user service (#7381) * Added tags update route. Added sort to user service * Change update tasks route to reorder tasks * Fixed linting issue * Changed params for reorder tags route * Fixed not found tag and added test * Added password confirmation when deleteing account (#7402) * fix production logging * feat(commit): push * empty commit * feat(maintenance): post-downtime news & awards (#7406) * fix exporting avatar * second attempt at fixing exporting avatar * fix production logging * s3: convert moment to date instance * fix avatar sharing and caching (30 minutes) * fix: Correct missing parameter Closes #7433 * fix: Validate challenge shortname on server * adjust text strings - fixes https://github.com/HabitRPG/habitrpg/issues/5631 and also Short Name -> Tag Name
1054 lines
30 KiB
JavaScript
1054 lines
30 KiB
JavaScript
var url = require('url');
|
|
var ipn = require('paypal-ipn');
|
|
var _ = require('lodash');
|
|
var validator = require('validator');
|
|
var nconf = require('nconf');
|
|
var asyncM = require('async');
|
|
var shared = require('../../../../common');
|
|
import {
|
|
model as User,
|
|
} from '../../models/user';
|
|
import {
|
|
NotFound,
|
|
} from '../../libs/api-v3/errors';
|
|
import { model as Tag } from '../../models/tag';
|
|
import * as Tasks from '../../models/task';
|
|
import Bluebird from 'bluebird';
|
|
import {removeFromArray} from './../../libs/api-v3/collectionManipulators';
|
|
var utils = require('./../../libs/api-v2/utils');
|
|
var analytics = utils.analytics;
|
|
import {
|
|
basicFields as basicGroupFields,
|
|
model as Group,
|
|
} from '../../models/group';
|
|
import {
|
|
model as Challenge,
|
|
} from '../../models/challenge';
|
|
var moment = require('moment');
|
|
var logging = require('./../../libs/api-v2/logging');
|
|
var acceptablePUTPaths;
|
|
let restrictedPUTSubPaths;
|
|
import v3UserController from '../api-v3/user';
|
|
|
|
let i18n = shared.i18n;
|
|
|
|
var api = module.exports;
|
|
var firebase = require('../../libs/api-v2/firebase');
|
|
var webhook = require('../../libs/api-v2/webhook');
|
|
|
|
const partyMembersFields = 'profile.name stats achievements items.special';
|
|
|
|
// api.purchase // Shared.ops
|
|
|
|
api.getContent = function(req, res, next) {
|
|
var language = 'en';
|
|
|
|
if (typeof req.query.language != 'undefined')
|
|
language = req.query.language.toString(); //|| 'en' in i18n
|
|
|
|
var content = _.cloneDeep(shared.content);
|
|
var walk = function(obj, lang){
|
|
_.each(obj, function(item, key, source){
|
|
if (_.isPlainObject(item) || _.isArray(item)) return walk(item, lang);
|
|
if (_.isFunction(item) && item.i18nLangFunc) source[key] = item(lang);
|
|
});
|
|
}
|
|
walk(content, language);
|
|
res.json(content);
|
|
}
|
|
|
|
api.getModelPaths = function(req,res,next){
|
|
res.json(_.reduce(User.schema.paths,function(m,v,k){
|
|
m[k] = v.instance || 'Boolean';
|
|
return m;
|
|
},{}));
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
Tasks
|
|
------------------------------------------------------------------------
|
|
*/
|
|
|
|
|
|
/*
|
|
Local Methods
|
|
---------------
|
|
*/
|
|
|
|
var findTask = function(req, res) {
|
|
return res.locals.user.tasks[req.params.id];
|
|
};
|
|
|
|
function findTaskByIdOrLegacyId (user, taskId, callback) {
|
|
asyncM.waterfall([
|
|
function (cb) {
|
|
Tasks.Task.findOne({
|
|
_id: taskId,
|
|
userId: user._id,
|
|
}, cb);
|
|
},
|
|
function (task, cb) {
|
|
if (task) return cb(null, task);
|
|
|
|
Tasks.Task.findOne({
|
|
_legacyId: taskId,
|
|
userId: user._id,
|
|
}, cb);
|
|
},
|
|
], callback);
|
|
}
|
|
|
|
/*
|
|
API Routes
|
|
---------------
|
|
*/
|
|
|
|
api.score = function(req, res, next) {
|
|
var id = req.params.id,
|
|
direction = req.params.direction,
|
|
user = res.locals.user,
|
|
body = req.body || {},
|
|
task;
|
|
|
|
// Send error responses for improper API call
|
|
if (!id) return res.json(400, {err: ':id required'});
|
|
if (direction !== 'up' && direction !== 'down') {
|
|
if (direction == 'unlink' || direction == 'sort') return next();
|
|
return res.json(400, {err: ":direction must be 'up' or 'down'"});
|
|
}
|
|
|
|
findTaskByIdOrLegacyId(user, id, function (err, task) {
|
|
if (err) return next(err);
|
|
|
|
// If exists already, score it
|
|
if (!task) {
|
|
// If it doesn't exist, this is likely a 3rd party up/down - create a new one, then score it
|
|
// Defaults. Other defaults are handled in user.ops.addTask()
|
|
var taskOptions = {
|
|
type: body.type || 'habit',
|
|
text: body.text || id,
|
|
userId: user._id,
|
|
notes: body.notes || "This task was created by a third-party service. Feel free to edit, it won't harm the connection to that service. Additionally, multiple services may piggy-back off this task." // TODO translate
|
|
}
|
|
|
|
if (validator.isUUID(id)) {
|
|
taskOptions._id = id; // TODO this might easily lead to conflicts as ids are now unique db-wide
|
|
} else {
|
|
taskOptions._legacyId = id;
|
|
}
|
|
|
|
task = new Tasks.Task(taskOptions);
|
|
|
|
user.tasksOrder[task.type + 's'].unshift(task._id);
|
|
}
|
|
|
|
// Set completed if type is daily or todo
|
|
if (task.type === 'daily' || task.type === 'todo') {
|
|
task.completed = direction === 'up';
|
|
}
|
|
|
|
var [delta] = shared.ops.scoreTask({
|
|
user,
|
|
task,
|
|
direction,
|
|
}, req);
|
|
// Drop system (don't run on the client, as it would only be discarded since ops are sent to the API, not the results)
|
|
if (direction === 'up') user.fns.randomDrop({task, delta}, req);
|
|
|
|
asyncM.parallel({
|
|
task: task.save.bind(task),
|
|
user: user.save.bind(user)
|
|
}, function(err, results){
|
|
if(err) return next(err);
|
|
|
|
// TODO this is suuuper strange, sometimes results.user is an array, sometimes user directly
|
|
var saved = Array.isArray(results.user) ? results.user[0] : results.user;
|
|
var task = Array.isArray(results.task) ? results.task[0] : results.task;
|
|
|
|
var userStats = saved.toJSON().stats;
|
|
var resJsonData = _.extend({ delta: delta, _tmp: user._tmp }, userStats);
|
|
res.json(200, resJsonData);
|
|
|
|
var webhookData = _generateWebhookTaskData(
|
|
task, direction, delta, userStats, user
|
|
);
|
|
webhook.sendTaskWebhook(user.preferences.webhooks, webhookData);
|
|
|
|
if (
|
|
(!task.challenge.id || task.challenge.broken) // If it's a challenge task, sync the score. Do it in the background, we've already sent down a response and the user doesn't care what happens back there
|
|
|| (task.type == 'reward') // we don't want to update the reward GP cost
|
|
) return;
|
|
|
|
// select name and shortName because they can be synced on syncToUser
|
|
Challenge.findById(task.challenge.id, 'name shortName', function(err, chal) {
|
|
if (err) return next(err);
|
|
if (!chal) {
|
|
task.challenge.broken = 'CHALLENGE_DELETED';
|
|
task.save();
|
|
return;
|
|
}
|
|
|
|
Tasks.Task.findOne({
|
|
'_id': task.challenge.taskId,
|
|
userId: {$exists: false}
|
|
}, function(err, chalTask){
|
|
if(err) return; //TODO
|
|
// this task was removed from the challenge, notify user
|
|
if(!chalTask) {
|
|
// TODO finish
|
|
chal.getTasks(function(err, chalTasks){
|
|
if(err) return; //TODO
|
|
chal.syncToUser(user, chalTasks);
|
|
});
|
|
} else {
|
|
chalTask.value += delta;
|
|
if (chalTask.type == 'habit' || chalTask.type == 'daily')
|
|
chalTask.history.push({value: chalTask.value, date: +new Date});
|
|
chalTask.save();
|
|
}
|
|
});
|
|
});
|
|
});
|
|
});
|
|
};
|
|
|
|
/**
|
|
* Get all tasks
|
|
*/
|
|
api.getTasks = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
|
|
user.getTasks(req.query.type, function (err, tasks) {
|
|
if (err) return next(err);
|
|
res.status(200).json(tasks.map(task => task.toJSONV2()));
|
|
});
|
|
};
|
|
|
|
/**
|
|
* Get Task
|
|
*/
|
|
api.getTask = function(req, res, next) {
|
|
var user = res.locals.user,
|
|
id = req.params.id;
|
|
|
|
findTaskByIdOrLegacyId(user, id, function (err, task) {
|
|
if (err) return next(err);
|
|
if (!task) return res.status(404).json({err: shared.i18n.t('messageTaskNotFound')});
|
|
res.status(200).json(task.toJSONV2());
|
|
});
|
|
};
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
Items
|
|
------------------------------------------------------------------------
|
|
*/
|
|
// api.buy // handled in Shard.ops
|
|
|
|
api.getBuyList = function (req, res, next) {
|
|
var list = shared.updateStore(res.locals.user);
|
|
return res.status(200).json(list);
|
|
};
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
User
|
|
------------------------------------------------------------------------
|
|
*/
|
|
|
|
/**
|
|
* Get User
|
|
*/
|
|
api.getUser = function(req, res, next) {
|
|
res.locals.user.getTransformedData(function(err, user){
|
|
user.stats.toNextLevel = shared.tnl(user.stats.lvl);
|
|
user.stats.maxHealth = shared.maxHealth;
|
|
user.stats.maxMP = res.locals.user._statsComputed.maxMP;
|
|
delete user.apiToken;
|
|
if (user.auth && user.auth.local) {
|
|
delete user.auth.local.hashed_password;
|
|
delete user.auth.local.salt;
|
|
}
|
|
return res.status(200).json(user);
|
|
});
|
|
};
|
|
|
|
/**
|
|
* Get anonymized User
|
|
*/
|
|
api.getUserAnonymized = function(req, res, next) {
|
|
res.locals.user.getTransformedData(function(err, user){
|
|
user.stats.toNextLevel = shared.tnl(user.stats.lvl);
|
|
user.stats.maxHealth = shared.maxHealth;
|
|
user.stats.maxMP = res.locals.user._statsComputed.maxMP;
|
|
|
|
delete user.apiToken;
|
|
|
|
if (user.auth) {
|
|
delete user.auth.local;
|
|
delete user.auth.facebook;
|
|
}
|
|
|
|
delete user.newMessages;
|
|
|
|
delete user.profile;
|
|
delete user.purchased.plan;
|
|
delete user.contributor;
|
|
delete user.invitations;
|
|
|
|
delete user.items.special.nyeReceived;
|
|
delete user.items.special.valentineReceived;
|
|
|
|
delete user.webhooks;
|
|
delete user.achievements.challenges;
|
|
|
|
_.forEach(user.inbox.messages, function(msg){
|
|
msg.text = "inbox message text";
|
|
});
|
|
|
|
_.forEach(user.tags, function(tag){
|
|
tag.name = "tag";
|
|
tag.challenge = "challenge";
|
|
});
|
|
|
|
function cleanChecklist(task){
|
|
var checklistIndex = 0;
|
|
|
|
_.forEach(task.checklist, function(c){
|
|
c.text = "item" + checklistIndex++;
|
|
});
|
|
}
|
|
|
|
_.forEach(user.habits, function(task){
|
|
task.text = "task text";
|
|
task.notes = "task notes";
|
|
});
|
|
|
|
_.forEach(user.rewards, function(task){
|
|
task.text = "task text";
|
|
task.notes = "task notes";
|
|
});
|
|
|
|
_.forEach(user.dailys, function(task){
|
|
task.text = "task text";
|
|
task.notes = "task notes";
|
|
|
|
cleanChecklist(task);
|
|
});
|
|
|
|
_.forEach(user.todos, function(task){
|
|
task.text = "task text";
|
|
task.notes = "task notes";
|
|
|
|
cleanChecklist(task);
|
|
});
|
|
|
|
return res.status(200).json(user);
|
|
});
|
|
};
|
|
|
|
/**
|
|
* This tells us for which paths users can call `PUT /user` (or batch-update equiv, which use `User.set()` on our client).
|
|
* The trick here is to only accept leaf paths, not root/intermediate paths (see http://goo.gl/OEzkAs)
|
|
* TODO - one-by-one we want to widdle down this list, instead replacing each needed set path with API operations
|
|
*/
|
|
acceptablePUTPaths = _.reduce(require('./../../models/user').schema.paths, (m, v, leaf) => {
|
|
let updatablePaths = 'achievements filters flags invitations lastCron party preferences profile stats inbox'.split(' ');
|
|
let found = _.find(updatablePaths, (rootPath) => {
|
|
return leaf.indexOf(rootPath) === 0;
|
|
});
|
|
|
|
if (found) m[leaf] = true;
|
|
|
|
return m;
|
|
}, {});
|
|
|
|
restrictedPUTSubPaths = 'stats.class'.split(' ');
|
|
|
|
_.each(restrictedPUTSubPaths, (removePath) => {
|
|
delete acceptablePUTPaths[removePath];
|
|
});
|
|
|
|
let requiresPurchase = {
|
|
'preferences.background': 'background',
|
|
'preferences.shirt': 'shirt',
|
|
'preferences.size': 'size',
|
|
'preferences.skin': 'skin',
|
|
'preferences.chair': 'chair',
|
|
'preferences.hair.bangs': 'hair.bangs',
|
|
'preferences.hair.base': 'hair.base',
|
|
'preferences.hair.beard': 'hair.beard',
|
|
'preferences.hair.color': 'hair.color',
|
|
'preferences.hair.flower': 'hair.flower',
|
|
'preferences.hair.mustache': 'hair.mustache',
|
|
};
|
|
|
|
let checkPreferencePurchase = (user, path, item) => {
|
|
let itemPath = `${path}.${item}`;
|
|
let appearance = _.get(shared.content.appearances, itemPath)
|
|
if (!appearance) return false;
|
|
if (appearance.price === 0) return true;
|
|
|
|
return _.get(user.purchased, itemPath);
|
|
};
|
|
|
|
/**
|
|
* Update user
|
|
* Send up PUT /user as `req.body={path1:val, path2:val, etc}`. Example:
|
|
* PUT /user {'stats.hp':50, 'tasks.TASK_ID.repeat.m':false}
|
|
* See acceptablePUTPaths for which user paths are supported
|
|
*/
|
|
api.update = (req, res, next) => {
|
|
let user = res.locals.user;
|
|
let errors = [];
|
|
|
|
if (_.isEmpty(req.body)) return res.status(200).json(user);
|
|
|
|
_.each(req.body, (v, k) => {
|
|
let purchasable = requiresPurchase[k];
|
|
|
|
if (purchasable && !checkPreferencePurchase(user, purchasable, v)) {
|
|
return errors.push(`Must purchase ${v} to set it on ${k}`);
|
|
}
|
|
|
|
if (acceptablePUTPaths[k]) {
|
|
user.fns.dotSet(k, v);
|
|
} else {
|
|
errors.push(shared.i18n.t('messageUserOperationProtected', { operation: k }));
|
|
}
|
|
return true;
|
|
});
|
|
|
|
user.save((err) => {
|
|
if (!_.isEmpty(errors)) return res.status(401).json({err: errors});
|
|
if (err) {
|
|
if (err.name == 'ValidationError') {
|
|
let errorMessages = _.map(_.values(err.errors), (error) => {
|
|
return error.message;
|
|
});
|
|
return res.status(400).json({err: errorMessages});
|
|
}
|
|
return next(err);
|
|
}
|
|
|
|
res.status(200).json(user);
|
|
user = errors = null;
|
|
});
|
|
};
|
|
|
|
api.cron = require('../../middlewares/api-v3/cron');
|
|
|
|
// api.reroll // Shared.ops
|
|
// api.reset // Shared.ops
|
|
|
|
api.delete = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
var plan = user.purchased.plan;
|
|
|
|
if (plan && plan.customerId && !plan.dateTerminated){
|
|
return res.status(400).json({err:"You have an active subscription, cancel your plan before deleting your account."});
|
|
}
|
|
|
|
let types = ['party', 'guilds'];
|
|
let groupFields = basicGroupFields.concat(' leader memberCount');
|
|
|
|
Group.getGroups({user, types, groupFields})
|
|
.then(groups => {
|
|
return Bluebird.all(groups.map((group) => {
|
|
return group.leave(user, 'remove-all');
|
|
}));
|
|
})
|
|
.then(() => {
|
|
return Tasks.Task.remove({
|
|
userId: user._id,
|
|
}).exec();
|
|
})
|
|
.then(() => {
|
|
return user.remove();
|
|
})
|
|
.then(() => {
|
|
firebase.deleteUser(user._id);
|
|
res.sendStatus(200);
|
|
})
|
|
.catch(next);
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
Development Only Operations
|
|
------------------------------------------------------------------------
|
|
*/
|
|
if (nconf.get('NODE_ENV') === 'development') {
|
|
|
|
api.addTenGems = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
|
|
user.balance += 2.5;
|
|
|
|
user.save(function(err){
|
|
if (err) return next(err);
|
|
res.sendStatus(204);
|
|
});
|
|
};
|
|
|
|
api.addHourglass = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
|
|
user.purchased.plan.consecutive.trinkets += 1;
|
|
|
|
user.save(function(err){
|
|
if (err) return next(err);
|
|
res.sendStatus(204);
|
|
});
|
|
};
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
Tags
|
|
------------------------------------------------------------------------
|
|
*/
|
|
|
|
api.getTags = function (req, res, next) {
|
|
res.json(res.locals.user.tags.toObject().map(tag => {
|
|
return {
|
|
name: tag.name,
|
|
id: tag.id,
|
|
challenge: tag.challenge,
|
|
}
|
|
}));
|
|
};
|
|
|
|
api.getTag = function (req, res, next) {
|
|
let tag = _.find(res.locals.user.tags, {id: req.params.id});
|
|
if (!tag) {
|
|
return res.status(404).json({err: i18n.t('messageTagNotFound', req.language)});
|
|
}
|
|
|
|
res.json({
|
|
name: tag.name,
|
|
id: tag.id,
|
|
challenge: tag.challenge,
|
|
});
|
|
};
|
|
|
|
api.addTag = function (req, res, next) {
|
|
let user = res.locals.user;
|
|
|
|
user.tags.push(Tag.sanitize(req.body));
|
|
user.save(function (err, user) {
|
|
if (err) return next(err);
|
|
|
|
res.json(user.tags.toObject().map(tag => {
|
|
return {
|
|
name: tag.name,
|
|
id: tag.id,
|
|
challenge: tag.challenge,
|
|
}
|
|
}));
|
|
});
|
|
};
|
|
|
|
api.updateTag = function (req, res, next) {
|
|
let user = res.locals.user;
|
|
|
|
let tag = _.find(res.locals.user.tags, {id: req.params.id});
|
|
if (!tag) {
|
|
return res.status(404).json({err: i18n.t('messageTagNotFound', req.language)});
|
|
}
|
|
|
|
tag.name = req.body.name;
|
|
user.save(function (err, user) {
|
|
if (err) return next(err);
|
|
|
|
res.json({
|
|
name: tag.name,
|
|
id: tag.id,
|
|
challenge: tag.challenge,
|
|
});
|
|
});
|
|
}
|
|
|
|
api.sortTag = function (req, res, next) {
|
|
var ref = req.query;
|
|
var to = ref.to;
|
|
var from = ref.from;
|
|
let user = res.locals.user;
|
|
|
|
if (!((to != null) && (from != null))) {
|
|
return res.statu(500).json('?to=__&from=__ are required');
|
|
}
|
|
|
|
user.tags.splice(to, 0, user.tags.splice(from, 1)[0]);
|
|
user.save(function (err, user) {
|
|
if (err) return next(err);
|
|
|
|
res.json(user.tags.toObject().map(tag => {
|
|
return {
|
|
name: tag.name,
|
|
id: tag.id,
|
|
challenge: tag.challenge,
|
|
}
|
|
}));
|
|
});
|
|
}
|
|
|
|
api.deleteTag = function (req, res, next) {
|
|
let user = res.locals.user;
|
|
|
|
let tag = removeFromArray(user.tags, { id: req.params.id });
|
|
if (!tag) {
|
|
return res.status(404).json({err: i18n.t('messageTagNotFound', req.language)});
|
|
}
|
|
|
|
|
|
Tasks.Task.update({
|
|
userId: user._id,
|
|
}, {
|
|
$pull: {
|
|
tags: tag.id,
|
|
},
|
|
}, {multi: true}).exec();
|
|
|
|
user.save(function (err, user) {
|
|
if (err) return next(err);
|
|
|
|
res.json(user.tags.toObject().map(tag => {
|
|
return {
|
|
name: tag.name,
|
|
id: tag.id,
|
|
challenge: tag.challenge,
|
|
}
|
|
}));
|
|
});
|
|
}
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
Spells
|
|
------------------------------------------------------------------------
|
|
*/
|
|
api.cast = async function(req, res, next) {
|
|
try {
|
|
let user = res.locals.user;
|
|
let spellId = req.params.spell;
|
|
let targetId = req.query.targetId;
|
|
|
|
if (spellId === 'heallAll') {
|
|
spellId = 'healAll';
|
|
} else if (spellId === 'spookDust') {
|
|
spellId = 'spookySparkles';
|
|
}
|
|
|
|
let klass = shared.content.spells.special[spellId] ? 'special' : user.stats.class;
|
|
let spell = shared.content.spells[klass][spellId];
|
|
|
|
if (!spell) return res.status(404).json({err: 'Spell "' + req.params.spell + '" not found.'});
|
|
if (spell.mana > user.stats.mp) return res.status(400).json({err: 'Not enough mana to cast spell'});
|
|
|
|
let targetType = spell.target;
|
|
|
|
if (targetType === 'task') {
|
|
let task = await Tasks.Task.findOne({
|
|
_id: targetId,
|
|
userId: user._id,
|
|
}).exec();
|
|
if (!task) {
|
|
return res.status(404).json({err: 'Task "' + targetId + '" not found.'});
|
|
}
|
|
|
|
spell.cast(user, task, req);
|
|
await task.save();
|
|
} else if (targetType === 'self') {
|
|
spell.cast(user, null, req);
|
|
await user.save();
|
|
} else if (targetType === 'tasks') { // new target type when all the user's tasks are necessary
|
|
let tasks = await Tasks.Task.find({
|
|
userId: user._id,
|
|
'challenge.id': {$exists: false}, // exclude challenge tasks
|
|
$or: [ // Exclude completed todos
|
|
{type: 'todo', completed: false},
|
|
{type: {$in: ['habit', 'daily', 'reward']}},
|
|
],
|
|
}).exec();
|
|
|
|
spell.cast(user, tasks, req);
|
|
|
|
let toSave = tasks.filter(t => t.isModified());
|
|
let isUserModified = user.isModified();
|
|
toSave.unshift(user.save());
|
|
let saved = await Bluebird.all(toSave);
|
|
} else if (targetType === 'party' || targetType === 'user') {
|
|
let party = await Group.getGroup({groupId: 'party', user});
|
|
// arrays of users when targetType is 'party' otherwise single users
|
|
let partyMembers;
|
|
|
|
if (targetType === 'party') {
|
|
if (!party) {
|
|
partyMembers = [user]; // Act as solo party
|
|
} else {
|
|
partyMembers = await User.find({'party._id': party._id}).select(partyMembersFields).exec();
|
|
}
|
|
|
|
spell.cast(user, partyMembers, req);
|
|
await Bluebird.all(partyMembers.map(m => m.save()));
|
|
} else {
|
|
if (!party && (!targetId || user._id === targetId)) {
|
|
partyMembers = user;
|
|
} else {
|
|
partyMembers = await User.findOne({_id: targetId, 'party._id': party._id}).select(partyMembersFields).exec();
|
|
}
|
|
|
|
if (!partyMembers) throw new NotFound(res.t('userWithIDNotFound', {userId: targetId}));
|
|
spell.cast(user, partyMembers, req);
|
|
if (partyMembers === user) {
|
|
await partyMembers.save();
|
|
} else {
|
|
await Bluebird.all([
|
|
await partyMembers.save(),
|
|
await user.save(),
|
|
]);
|
|
}
|
|
}
|
|
|
|
if (party && !spell.silent) {
|
|
let message = `\`${user.profile.name} casts ${spell.text()}${targetType === 'user' ? ` on ${partyMembers.profile.name}` : ' for the party'}.\``;
|
|
party.sendChat(message);
|
|
await party.save();
|
|
}
|
|
}
|
|
|
|
user.getTransformedData(function (err, transformedUser) {
|
|
if (err) next(err);
|
|
res.json(transformedUser);
|
|
});
|
|
} catch (e) {
|
|
return res.status(500).json({err: 'An error happened'});
|
|
}
|
|
}
|
|
|
|
// It supports guild too now but we'll stick to partyInvite for backward compatibility
|
|
api.sessionPartyInvite = function(req,res,next){
|
|
if (!req.session.partyInvite) return next();
|
|
var inv = res.locals.user.invitations;
|
|
if (inv.party && inv.party.id) return next(); // already invited to a party
|
|
asyncM.waterfall([
|
|
function(cb){
|
|
Group.findOne({_id:req.session.partyInvite.id, members:{$in:[req.session.partyInvite.inviter]}})
|
|
.select('invites members type').exec(cb);
|
|
},
|
|
function(group, cb){
|
|
if (!group){
|
|
// Don't send error as it will prevent users from using the site
|
|
delete req.session.partyInvite;
|
|
return cb();
|
|
}
|
|
|
|
if (group.type == 'guild'){
|
|
inv.guilds.push(req.session.partyInvite);
|
|
} else{
|
|
//req.body.type in 'guild', 'party'
|
|
inv.party = req.session.partyInvite;
|
|
}
|
|
inv.party = req.session.partyInvite;
|
|
delete req.session.partyInvite;
|
|
if (!~group.invites.indexOf(res.locals.user._id))
|
|
group.invites.push(res.locals.user._id); //$addToSt
|
|
group.save(cb);
|
|
},
|
|
function(saved, cb){
|
|
res.locals.user.save(cb);
|
|
}
|
|
], next);
|
|
}
|
|
|
|
api.clearCompleted = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
|
|
Tasks.Task.remove({
|
|
userId: user._id,
|
|
type: 'todo',
|
|
completed: true,
|
|
'challenge.id': {$exists: false},
|
|
}, function (err) {
|
|
if (err) return next(err);
|
|
|
|
Tasks.Task.find({
|
|
userId: user._id,
|
|
type: 'todo',
|
|
completed: false,
|
|
}, function (err, uncompleted) {
|
|
if (err) return next(err);
|
|
res.json(uncompleted);
|
|
});
|
|
});
|
|
};
|
|
|
|
api.sortTask = async function (req, res, next) {
|
|
try {
|
|
let user = res.locals.user;
|
|
let to = Number(req.query.to);
|
|
|
|
let task = await Tasks.Task.findOne({
|
|
_id: req.params.id,
|
|
userId: user._id,
|
|
}).exec();
|
|
|
|
if (!task) return res.status(404).json(i18n.t('messageTaskNotFound', req.language));
|
|
if (task.type !== 'todo' || !task.completed) {
|
|
let order = user.tasksOrder[`${task.type}s`];
|
|
let currentIndex = order.indexOf(task._id);
|
|
|
|
// If for some reason the task isn't ordered (should never happen), push it in the new position
|
|
// if the task is moved to a non existing position
|
|
// or if the task is moved to position -1 (push to bottom)
|
|
// -> push task at end of list
|
|
if (!order[to] && to !== -1) {
|
|
order.push(task._id);
|
|
} else {
|
|
if (currentIndex !== -1) order.splice(currentIndex, 1);
|
|
if (to === -1) {
|
|
order.push(task._id);
|
|
} else {
|
|
order.splice(to, 0, task._id);
|
|
}
|
|
}
|
|
await user.save();
|
|
}
|
|
|
|
user.getTasks(function (err, userTasks) {
|
|
if(err) return next(err);
|
|
res.json(userTasks);
|
|
});
|
|
} catch (e) {
|
|
res.status(500).json({err: 'An error happened.'});
|
|
}
|
|
}
|
|
|
|
api.deleteTask = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
if(!req.params || !req.params.id) return res.json(404, shared.i18n.t('messageTaskNotFound', req.language));
|
|
|
|
var id = req.params.id;
|
|
// Try removing from all orders since we don't know the task's type
|
|
var removeTaskFromOrder = function(array) {
|
|
removeFromArray(array, id);
|
|
};
|
|
|
|
['habits', 'dailys', 'todos', 'rewards'].forEach(function (type){
|
|
removeTaskFromOrder(user.tasksOrder[type])
|
|
});
|
|
|
|
asyncM.parallel({
|
|
user: user.save.bind(user),
|
|
task: function(cb) {
|
|
Tasks.Task.remove({_id: id, userId: user._id}, cb);
|
|
}
|
|
}, function(err, results) {
|
|
if(err) return next(err);
|
|
|
|
if(results.task.result.n < 1){
|
|
return res.status(404).json({err: shared.i18n.t('messageTaskNotFound', req.language)})
|
|
}
|
|
|
|
res.status(200).json({});
|
|
});
|
|
};
|
|
|
|
api.updateTask = function(req, res, next) {
|
|
var user = res.locals.user,
|
|
id = req.params.id;
|
|
|
|
req.body = Tasks.Task.fromJSONV2(req.body);
|
|
|
|
findTaskByIdOrLegacyId(user, id, function (err, task) {
|
|
if(err) return next(err);
|
|
if(!task) return res.status(404).json({err: 'Task not found.'})
|
|
|
|
try {
|
|
_.assign(task, shared.ops.updateTask(task.toObject(), req)[0]);
|
|
task.save(function(err, task){
|
|
if(err) return next(err);
|
|
|
|
return res.json(task.toJSONV2());
|
|
});
|
|
} catch (err) {
|
|
return res.status(err.code).json({err: err.message});
|
|
}
|
|
});
|
|
};
|
|
|
|
api.addTask = function(req, res, next) {
|
|
var user = res.locals.user;
|
|
req.body.type = req.body.type || 'habit';
|
|
req.body.text = req.body.text || 'text';
|
|
req.body = Tasks.Task.fromJSONV2(req.body);
|
|
|
|
var task = new Tasks[req.body.type](Tasks.Task.sanitize(req.body));
|
|
|
|
task.userId = user._id;
|
|
user.tasksOrder[task.type + 's'].unshift(task._id);
|
|
|
|
// Validate that the task is valid and throw if it isn't
|
|
// otherwise since we're saving user/challenge and task in parallel it could save the user/challenge with a tasksOrder that doens't match reality
|
|
let validationErrors = task.validateSync();
|
|
if (validationErrors) return next(validationErrors);
|
|
|
|
Bluebird.all([
|
|
user.save(),
|
|
task.save({validateBeforeSave: false}) // already done ^
|
|
]).then(results => {
|
|
res.status(200).json(results[1].toJSONV2());
|
|
}).catch(next);
|
|
};
|
|
|
|
/**
|
|
* All other user.ops which can easily be mapped to common/script/index.js, not requiring custom API-wrapping
|
|
*/
|
|
_.each(shared.ops, function(op,k){
|
|
var kv3;
|
|
|
|
if (['rebirth', 'reroll', 'reset'].indexOf(k) !== -1) { // proxy ops that change tasks directly to v3
|
|
if (k === 'rebirth') kv3 = 'userRebirth'; // the name is different in v3
|
|
if (k === 'reroll') kv3 = 'userReroll';
|
|
if (k === 'reset') kv3 = 'userReset';
|
|
|
|
api[k] = function (req, res, next) {
|
|
req.v2 = true;
|
|
v3UserController[kv3].handler(req, res, next).catch(next);
|
|
}
|
|
} else if (!api[k]) {
|
|
api[k] = function(req, res, next) {
|
|
var opResponse;
|
|
try {
|
|
req.v2 = true; // Used to indicate to the shared code that the old response data should be returned
|
|
opResponse = shared.ops[k](res.locals.user, req, analytics);
|
|
if (Array.isArray(opResponse) && opResponse.length < 3) {
|
|
opResponse = opResponse[0];
|
|
}
|
|
} catch (err) {
|
|
if (!err.code) return next(err);
|
|
if (err.code >= 400) return res.status(err.code).json({err:err.message});
|
|
}
|
|
|
|
// If we want to send something other than 500, pass err as {code: 200, message: "Not enough GP"}
|
|
res.locals.user.save(function(err){
|
|
if (err) return next(err);
|
|
if (opResponse === res.locals.user) { // add tasks
|
|
res.locals.user.getTransformedData(function (err, transformedUser) {
|
|
if (err) return next(err);
|
|
res.status(200).json(transformedUser);
|
|
});
|
|
} else {
|
|
res.status(200).json(opResponse);
|
|
}
|
|
});
|
|
}
|
|
}
|
|
})
|
|
|
|
/*
|
|
------------------------------------------------------------------------
|
|
Batch Update
|
|
Run a bunch of updates all at once
|
|
------------------------------------------------------------------------
|
|
*/
|
|
api.batchUpdate = function(req, res, next) {
|
|
if (_.isEmpty(req.body)) req.body = []; // cases of {} or null
|
|
if (req.body[0] && req.body[0].data)
|
|
return res.status(501).json({err: "API has been updated, please refresh your browser or upgrade your mobile app."})
|
|
|
|
var user = res.locals.user;
|
|
var oldSend = res.send;
|
|
var oldJson = res.json;
|
|
|
|
// Stash user.save, we'll queue the save op till the end (so we don't overload the server)
|
|
//var oldSave = user.save;
|
|
//user.save = function(cb){cb(null,user)}
|
|
|
|
// Setup the array of functions we're going to call in parallel with async
|
|
res.locals.ops = [];
|
|
var ops = _.transform(req.body, function(m,_req){
|
|
if (_.isEmpty(_req)) return;
|
|
_req.language = req.language;
|
|
|
|
m.push(function() {
|
|
var cb = arguments[arguments.length-1];
|
|
res.locals.ops.push(_req);
|
|
res.send = res.json = function(code, data) {
|
|
if (_.isNumber(code) && code >= 500)
|
|
return cb(code+": "+ (data.message ? data.message : data.err ? data.err : JSON.stringify(data)));
|
|
return cb();
|
|
};
|
|
if(!api[_req.op]) { return cb(shared.i18n.t('messageUserOperationNotFound', { operation: _req.op })); }
|
|
|
|
api[_req.op](_req, res, cb);
|
|
});
|
|
})
|
|
// Finally, save user at the end
|
|
.concat(/*function(){
|
|
user.save = oldSave;
|
|
user.save(arguments[arguments.length-1]);
|
|
}*/);
|
|
|
|
// call all the operations, then return the user object to the requester
|
|
asyncM.waterfall(ops, function(err) {
|
|
res.json = oldJson;
|
|
res.send = oldSend;
|
|
if (err) return next(err);
|
|
|
|
var response;
|
|
|
|
// return only drops & streaks
|
|
if (user._tmp && user._tmp.drop){
|
|
response = user.toJSON();
|
|
res.status(200).json({_tmp: {drop: response._tmp.drop}, _v: response._v});
|
|
|
|
// Fetch full user object
|
|
} else if (res.locals.wasModified){
|
|
// Preen 3-day past-completed To-Dos from Angular & mobile app
|
|
user.getTransformedData(function(err, transformedData){
|
|
if (err) next(err);
|
|
response = transformedData;
|
|
|
|
response.todos = shared.preenTodos(response.todos);
|
|
response.wasModified = true;
|
|
res.status(200).json(response);
|
|
});
|
|
// return only the version number
|
|
} else{
|
|
response = user.toJSON();
|
|
res.status(200).json({_v: response._v});
|
|
}
|
|
|
|
//user.fns.nullify();
|
|
user = res.locals.user = oldSend = oldJson = null;
|
|
});
|
|
};
|
|
|
|
function _generateWebhookTaskData(task, direction, delta, stats, user) {
|
|
var extendedStats = _.extend(stats, {
|
|
toNextLevel: shared.tnl(user.stats.lvl),
|
|
maxHealth: shared.maxHealth,
|
|
maxMP: user._statsComputed.maxMP
|
|
});
|
|
|
|
var userData = {
|
|
_id: user._id,
|
|
_tmp: user._tmp,
|
|
stats: extendedStats
|
|
};
|
|
|
|
var taskData = {
|
|
details: task,
|
|
direction: direction,
|
|
delta: delta
|
|
}
|
|
|
|
return {
|
|
task: taskData,
|
|
user: userData
|
|
}
|
|
}
|