Marak

Results 190 issues of Marak

The cron logic from hook.io was refactored out into a `microcule` plugin about a year ago. We should remove the legacy cron code inside hook.io to use the update `microcule`...

enhancement

There seems to be a bug in the post update event when saving hooks that allows for multiple cron jobs to be added to the cache for the same hook...

bug

There is a bit of dead code / commented out code / un-used files in the repository. Much of this seems left over from before we created `microcule` and was...

Users should have the option to set their own timezone. The value could be auto-detected on login and then also be manually set on the `/account` page. This will be...

enhancement

It would be better if users could see the amount of hits their services are getting to help better judge current usage. Add UI element to show metrics per service...

enhancement

There should be two new properties on `hook` resource, `Hook.inputs`, and `Hook.outputs`. Both properties are arrays of strings which contain names of hooks. `inputs` are piped left to right into...

enhancement

We've received a few reports of difficulties setting the service source code to a Github repo ( public or private ). We've landed #268 which now grants the ability for...

enhancement

We've been getting a few requests for better lua support. So far we have: - added `socket`, `json`, `crypto` and `ssl` packages. We should: - install more common and useful...

enhancement

The current method for setting input schemas is clunky. It requires manually appending an additional `.schema` property to the `module.exports` scope of the hook service code itself. This wasn't really...

enhancement

We should add optional two factor authentication for account logins.

enhancement