hook icon indicating copy to clipboard operation
hook copied to clipboard

A RESTful and extendable Backend as a Service that provides instant backend to develop sites and apps faster, with dead-simple integration for JavaScript, iOS, Android and more.

Results 27 hook issues
Sort by recently updated
recently updated
newest added

Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...

-bash: hook: command not found

Currently to reset passwords it's necessary to implement everything in front-end. It should be necessary only to trigger [auth.forgotPassword](http://doubleleft.github.io/hook-javascript/classes/Hook.Auth.html#method_forgotPassword) in the frontend. The [auth.resetPassword](http://doubleleft.github.io/hook-javascript/classes/Hook.Auth.html#method_resetPassword) should be deprecated. So the process...

enhancement

I'm having a similar problem than #119. This is what I get when I try a cURL (even from the same host): ``` va25uoco@123123 [~]$ cd /home/va25uoco/hook.xxxx.xx/hook && hook server...

Enviar possíveis exceptions para https://getsentry.com, quando em produção.

feature

The following example doesn't work in any client: ``` sql SELECT `gender`, COUNT(*) FROM `auth` GROUP BY `gender`; ``` JavaScript client code example: ``` javascript client.collection('auth').group("gender").count() ```

feature

- [x] [filesystem (default)](https://github.com/doubleleft/hook/blob/master/src/Application/Config.php) - [ ] database

feature

After removing `index` statement from `schema.yaml` the index isn't removed. Related issue: https://github.com/doubleleft/hook/issues/95

bug

Some servers have restricted access to outbound HTTP/HTTPS requests. Some options to set default proxy server: - http://guzzle.readthedocs.org/en/latest/clients.html#environment-variables - http://php.net/manual/en/function.stream-context-set-default.php

feature