aboutsummaryrefslogtreecommitdiff
path: root/src/mod_http_api.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Allow generation of oauth tokens from command line16.06Pablo Polvorin2016-06-291-1/+3
* Use new access_rules_validator in couple placesPaweł Chmielowski2016-06-211-3/+2
* Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski2016-05-261-13/+12
* Do not use underscore variableMickael Remond2016-04-011-2/+2
* Fix tests, they are now running fine locallyMickael Remond2016-04-011-5/+5
* Fix failing testsMickael Remond2016-03-311-0/+2
* Merge lastest commits from masterMickael Remond2016-03-311-14/+27
|\
| * Better error report when command is not exposed through APIMickael Remond2016-03-301-0/+2
| * Returns unauthorized error when we do not have correct credentialsMickael Remond2016-03-301-1/+3
| * HTTP ReST API now supports 'open' ejabberd commandsMickael Remond2016-03-301-6/+12
* | Commands refactor, first pass.Alexey Shchepin2016-03-311-54/+106
|/
* Adds support for option admin_ip_access on mod_http_apiMickael Remond2016-03-291-35/+84
* Fix log printoutMickael Remond2016-03-291-3/+3
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-251-1/+1
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-1/+1
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-0/+392