Matteo Pagliazzi
|
415f28995d
|
restore for...of
|
2019-10-09 20:19:31 +02:00 |
|
Matteo Pagliazzi
|
0c27fb24a5
|
start fixing commong
|
2019-10-09 16:51:17 +02:00 |
|
Matteo Pagliazzi
|
621787915c
|
start upgrading eslint
|
2019-10-08 16:57:10 +02:00 |
|
Matteo Pagliazzi
|
cca5b8492b
|
fix exports
|
2019-10-01 17:53:48 +02:00 |
|
Carl Vuorinen
|
71c0939a15
|
Fix API early Stat Point allocation (#10680)
* Refactor hasClass check to common so it can be used in shared & server-side code
* Check that user has selected class before allocating stat points
|
2018-09-21 16:55:55 +02:00 |
|
negue
|
c26696a9eb
|
moving developer-only strings to api/common messages (#10258)
* move translatable string to apiMessages
* use apiMessages instead of res.t for groupIdRequired / keepOrRemove
* move pageMustBeNumber to apiMessages
* change apimessages
* move missingKeyParam to apiMessages
* move more strings to apiMessages
* fix lint
* revert lodash imports to fix tests
* fix webhook test
* fix test
* rollback key change of `keepOrRemove`
* remove unneeded `req.language` param
* extract more messages from i18n
* add missing `missingTypeParam` message
* Split api- and commonMessages
* fix test
* fix sanity
* merge messages to an object, rename commonMessage to errorMessage
* apiMessages -> apiError, commonMessages -> errorMessage, extract messages to separate objects
* fix test
* module.exports
|
2018-05-04 16:00:19 -05:00 |
|
SabreCat
|
9f06d78db6
|
Revert "moving developer-only strings to api messages (#10188)"
This reverts commit a42cb0e3ab. Testing hypothesis that this was causing Staging to break.
|
2018-04-15 17:09:15 +00:00 |
|
negue
|
a42cb0e3ab
|
moving developer-only strings to api messages (#10188)
* move translatable string to apiMessages
* use apiMessages instead of res.t for groupIdRequired / keepOrRemove
* move pageMustBeNumber to apiMessages
* change apimessages
* move missingKeyParam to apiMessages
* move more strings to apiMessages
* fix lint
* revert lodash imports to fix tests
* fix webhook test
* fix test
* rollback key change of `keepOrRemove`
* remove unneeded `req.language` param
* extract more messages from i18n
* add missing `missingTypeParam` message
|
2018-04-14 16:13:13 +02:00 |
|
Keith Holliday
|
3e37941e0a
|
Bulk stats (#9260)
* Reorganized stats
* Organized allocation common code
* Added bulk allocate to common
* Added allocate bulk route
* Fixed structure and lint
* Fixed import and apidoc
|
2017-10-31 12:57:44 -06:00 |
|