Mateus Etto
00d8d9d0cc
Merge branch 'develop' into party-chat-translations
2018-03-17 00:08:20 +09:00
Sabe Jones
3c224fe353
Merge branch 'release' into develop
2018-03-15 19:10:56 +00:00
SabreCat
5125cc5f59
chore(news): Bailey
2018-03-15 19:04:00 +00:00
Matteo Pagliazzi
cb42a31c43
Node 8 (WIP) ( #9946 )
...
* start upgrade to node 8
* upgrade travis
* improve travis
* Remove bluebird, babel (except for modules) from server (WIP) (#9947 )
* remove bluebird, babel from server (except for modules)
* fixes
* fix path
* fix path
* fix export
* fix export
* fix test
* fix tests
* remove plugin for transform-object-rest-spread since it is supported in node8
* babel: correct syntax rest spread
* remove bluebird
* update migrations archive readme
* fix package-lock.json
* fix typo
* add package-loc
2018-03-15 19:59:36 +01:00
Alys
b1b1e512f5
adjust word order in mod slack flag message ( #10137 )
2018-03-15 19:27:59 +01:00
Alys
5ba09c45df
adjust comments and word lists in slurs and banned words. TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2018-03-15 20:53:48 +10:00
Matteo Pagliazzi
70dec611e3
Make Kafka dep optional ( #10129 )
...
* Made kafka optional
* make kafka optional
2018-03-14 18:21:39 +01:00
Keith Holliday
2195464772
Flag comment ( #9991 )
...
* Added initial chat flag comment form
* Added user comment to slack message
* Updated copy and styles
* Fixed comma
* Updated admin messaging
2018-03-14 07:41:13 -05:00
Sabe Jones
b662f8bdff
Merge branch 'release' into develop
2018-03-13 21:00:00 +00:00
SabreCat
42e0095bbd
feat(content): spring Hatching Potions
2018-03-13 20:54:27 +00:00
Mateus Etto
fabaaa6d92
Merge branch 'develop' into party-chat-translations
2018-03-12 22:35:13 +09:00
Mateus Etto
854696728a
Fix message when boss don't attack
2018-03-12 21:50:23 +09:00
Mateus Etto
314926cc06
Hard coded messages now using i18n strings
2018-03-12 21:45:41 +09:00
Mateus Etto
68fa834946
spellName -> spell; grammar fix
2018-03-12 21:08:20 +09:00
Matteo Pagliazzi
1332fd68b0
Mongoose 5 ( #9870 )
...
* mongoose 5: remove unused autoinc, remove promise option (it uses native promises now)
* remove mongodb package
* remove mongoskin
* migrate migration away from mongoskin
* fix mongoose hooks
* fix _updateUserWithRetries
* try without next
* remove init
* update sinon
* fix some integration tests
* fix remaining tests
* fix error message
* fix error message
* fix error message
* another fix
* fix mongoose options
* remove greenkeeper exception
2018-03-09 15:13:58 -06:00
Sabe Jones
fe61c0f29e
Merge branch 'release' into develop
2018-03-08 21:43:35 +00:00
Sabe Jones
5f0b957dc2
fix(logging): only start Stackimpact in prod ( #10112 )
2018-03-08 13:12:45 -06:00
SabreCat
63a11c6c28
chore(event): end Valentines/Dysheartener
2018-03-08 18:37:32 +00:00
SabreCat
2e7deffb69
fix(user): no more birthday
2018-03-08 00:29:00 +00:00
Keith Holliday
49e67fa87c
Added stackimpact ( #10109 )
2018-03-07 16:46:50 -06:00
SabreCat
2abf0f4900
feat(content): Hug a Bug Quest Bundle
2018-03-06 21:56:01 +00:00
Mateus Etto
09440d5adf
Merge branch 'develop' into party-chat-translations
2018-03-02 19:28:41 +09:00
SabreCat
cf7fc8d578
Merge branch 'develop' into release
2018-03-01 23:23:57 +00:00
SabreCat
45a1ad501e
feat(content): Backgrounds and Armoire 2018/03
2018-03-01 23:23:00 +00:00
Sabe Jones
77f8c45e08
fix(world-boss): remove deprecated "recent" field
2018-02-28 15:53:32 +00:00
Sabe Jones
bd2fea6e81
Merge branch 'release' into develop
2018-02-28 15:40:28 +00:00
SabreCat
49af418a29
chore(news): Bailey
2018-02-28 15:33:45 +00:00
Mateus Etto
1724bfc553
Merge branch 'develop' into party-chat-translations
...
# Conflicts:
# website/server/models/group.js
2018-02-28 19:42:19 +09:00
Alys
5265e6d321
add swear words - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2018-02-28 19:45:07 +10:00
Matteo Pagliazzi
3e723ec4de
fixes #9952 ( #10062 )
2018-02-27 22:02:12 +01:00
Keith Holliday
be71c5f844
Added kafka queue and initial messages for delete account ( #10036 )
...
* Added kafka queue and initial messages for delete account
* Checked for env vars
2018-02-27 09:57:37 -07:00
Keith Holliday
7dcd550209
Updated membercount checks ( #10006 )
...
* Updated membercount checks
* Added get member count method
* Updated tests to correctly add users
2018-02-26 13:03:04 -07:00
Mateus Etto
8304f99ecb
Added comment explaining the new info object
2018-02-26 20:00:47 +09:00
Mateus Etto
d2fcdf4493
Merge branch 'develop' into party-chat-translations
...
# Conflicts:
# website/server/controllers/api-v3/user.js
2018-02-26 19:55:32 +09:00
Gergely Imreh
4b17f62241
task types: add new error messages for invalid task types ( #9983 )
...
* `/task/user` `GET` endpoint takes plurals of task types as allowed
parameters, plus another custom `completedTodos` type
* `/tasks/group/:groupId` and `/tasks/challenge/:challengeId`
`GET` endpoints task plurals of task types as allowed parameters
2018-02-23 14:38:18 -06:00
Keith Holliday
b850ea9dbf
Bulk spell casting ( #10007 )
...
* Reorganized spell code
* Added quantity field
* Fixed parameter passing
2018-02-23 11:30:15 -07:00
Matteo Pagliazzi
3a1e56cc8e
Upgrade server deps ( #10017 )
...
* remove unused apn lib and upgrade moment-recur
* upgrade validator
* upgrade got
* request -> got
* fix validation
* fix tests
* upgrade nodemailer
* fix unit tests
* fix webhook tests, upgrade express-validator (using legacy api)
* upgrade js2xmlparser
* update misc packages
* fix linting
* update packages
2018-02-23 15:21:00 +01:00
SabreCat
8b8cee40a7
feat(content): mystery items Feb 2018
2018-02-22 22:56:33 +00:00
Sabe Jones
72dc7c01c3
Merge branch 'release' into develop
2018-02-21 17:47:56 +00:00
SabreCat
84dc1ab546
chore(news): Bailey
2018-02-21 17:35:33 +00:00
Josh Sears
f592103754
Partial Fix for #8735 ("Failed party invitations do not indicate which invitations failed") ( #9939 )
...
* Updated from origin and added invite error fixes
* Update test for capitalization issue
* New error display
Changed app.vue to display error message using error.response.data.message
2018-02-19 19:00:42 +01:00
Keith Holliday
faa068f690
Challenge small refactor ( #9964 )
...
* Removed challenge group duplication
* Removed duplication of joined challenge
* Moved helpers to challenge library
* Passed group to function
* Fixed group response
2018-02-19 08:15:43 -07:00
Mateus Etto
649404ac6a
Fix travis-ci error
2018-02-19 20:57:31 +09:00
Mateus Etto
521a1e646d
Missing message (user claim task)
2018-02-19 20:07:05 +09:00
Mateus Etto
2619ac37d9
Fix mistake on tavern_boss_rage_tired
2018-02-19 00:36:49 +09:00
Mateus Etto
2ce9b319a0
Target username instead of uuid
2018-02-19 00:24:30 +09:00
Mateus Etto
477c23dd67
Save username instead of uuid (no queries necessary anymore)
2018-02-19 00:18:29 +09:00
Mateus Etto
7af71d1457
Fix errors
2018-02-18 19:44:17 +09:00
Mateus Etto
3171550de2
Fix syntax problems found when running tests
2018-02-18 17:14:18 +09:00
Mateus Etto
6477801d3e
Translation support for missing sendChat calls
2018-02-18 15:26:27 +09:00