summaryrefslogtreecommitdiff
path: root/src/rest.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+3
|
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-9/+1
| | | | | | | | | | | | | The commit introduces the following changes: * Now there is no need to pass validating function in ejabberd_config:get_option() functions, because the configuration keeps already validated values. * New function ejabberd_config:get_option/1 is introduced * Function ejabberd_config:get_option/3 is deprecated. If the function is still called, the second argument (validating function) is simply ignored. * The second argument for ejabberd_config:get_option/2 is now a default value, not a validating function.
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Add missing verbs for RESTfull operationChristophe Romain2016-11-151-11/+22
|
* Use p1_http from p1_utils 1.0.6Christophe Romain2016-11-141-3/+3
|
* Add http_p1.erl, rest.erl, and oauth2 ReST backend for tokens.Alexey Shchepin2016-09-271-0/+181