Eldelshell

Results 15 issues of Eldelshell

Currently, the only way to use the `@{include}` orb is with a `File` path. It would be nice to also be able to load the given template from the classpath...

From the comment is not clear whether the scope changes or is bind to the caller (like _.bind does)

rdbms-support

Analyze the chances of adding a JWT abstraction so requests are authorized from an external authentication service.

enhancement

Allow PUT requests to accept `application/x-www-form-urlencoded`

Since we're already configuring ACLs on the resource level, we can also add the option for an admin to limit the columns a client has access to. ``` amforeas.alias3.acl.rules.users.allow=read amforeas.alias3.acl.rules.users.columns=id,...

The idea is to allow different JSON formats which can be used with different REST clients. The default format is: ```json { "success":true, "status":"OK", "rows":[ { "roi":0, "cells":{ "birthday":"1982-12-13", "name":"foo",...

enhancement

I'm not totally sure about this, but we might accept an array of objects in a POST like: [{"name":"foo","age":20},{"name":"bar","age":30}]

enhancement