Old Client Cleanup (#9141)

* move emails images to website/static/emails and remove old files

* remove old client tests

* remove more files

* add sprites back

* cleanup gulp

* cleanup gulp

* remove old files

* more fixes

* pin bootstrap-vue

* disable old test

* remove old tasks

* fix apidoc
This commit is contained in:
Matteo Pagliazzi
2017-10-12 16:44:28 +02:00
committed by GitHub
parent 5ced47f590
commit 99f50f825a
7207 changed files with 1884 additions and 93097 deletions

View File

@@ -12,7 +12,6 @@ import Pageres from 'pageres';
import nconf from 'nconf';
import got from 'got';
import Bluebird from 'bluebird';
import locals from '../../middlewares/locals';
import md from 'habitica-markdown';
import {
S3,
@@ -160,10 +159,11 @@ api.exportUserDataXml = {
*
* @apiUse UserNotFound
*/
// @TODO fix
api.exportUserAvatarHtml = {
method: 'GET',
url: '/export/avatar-:memberId.html',
middlewares: [locals],
// middlewares: [locals],
async handler (req, res) {
req.checkParams('memberId', res.t('memberIdRequired')).notEmpty().isUUID();