fcaps

Results 16 issues of fcaps

Hi guys, the memory usage is awesome but the cpu-time is ~100x compared to json_decode (100MB json with 10000 entries). Did you consider using a c-extension for the tokenizing/parsing? Never...

enhancement

Hey, don't know if this was by mistake, but the Compiler is swallowing all Errors other than RangeError, took me a while to debug this. ```JavaScript async run () {...

bug

there is an issue if you login and hydra is redirecting you back to the website callback, you will be directly redirected to login again. we have to investigate what...

Bug

working on the project and restarting the node-service everytime you change something results in cronjobs restarting every time. would be nice if we could configure to not start cronjobs via...

good first issue

The website session is longer than the token ttl from hydra, so you can be logged in while your token is outdated. To combat this we need some automatic check...

Bug

Current status: most of the flash messages are not working. including some weird configurations with: ```JavaScript flash.type = 'Error!' flash.class = 'alert-danger' flash.messages = [{ msg: 'The invitation link is...

Bug

the current status is we are running grunt for a couple of tasks and webpack for some other. in favor of "well-known" webpack we should move all what's left to...

Enhancement

we need some solution to view the nodejs-log and somehow structure it. What i mean is: 1. the developer/maintainer should be able to view logs for production 2. the logs...

Enhancement

Currently using the website in docker with a fully started faf-stack is not the simplest thing. since the website can also run with the services of xyz, this should be...

good first issue

All api-calls, that are doing some kind of account manipulation like: changePW, linkSteam, changeEmail etc. should be only accessed through a AccountService/Repo. This would have multiple benefits. 1. auto refresh...