summaryrefslogtreecommitdiff
path: root/src/mod_http_api.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Ability to filter passwords from the log in mod_http_api (#1888)Marco Adkins2017-07-271-2/+10
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-3/+1
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-17/+17
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-17/+17
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-4/+4
* Separate list of strings with \n for srg_get_info in mod_http_api (#1500)Badlop2017-02-231-0/+4
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-1/+5
* Make shim for mod_http_api admin_ip_access more robustPaweł Chmielowski2017-01-201-20/+22
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* API call does not necessary use token, it could use basic authMickael Remond2016-12-081-1/+1
* Get rid of compile warningsEvgeniy Khramtsov2016-11-251-2/+2
* Make string args in http_api be list stringsPaweł Chmielowski2016-11-151-4/+4
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-133/+186
|\
| * New api permissions frameworkPaweł Chmielowski2016-10-051-103/+92
| * Fix 404 response formatting (thanks to Kaggggggga)(#1306)Badlop2016-09-281-1/+1
| * Expand parsing of json input to be able to handle update_roster commandPaweł Chmielowski2016-09-131-0/+19
| * Add X-Admin and basic auth header to CORS allowed headers in http_apiPaweł Chmielowski2016-09-121-1/+1
| * Properly process OPTIONS header in http_api for all pathsPaweł Chmielowski2016-09-121-1/+3
| * Improve error message when try to call api on api rootMickael Remond2016-08-011-2/+2
| * Fix HTTP process return formattingMickael Remond2016-08-011-1/+1
| * Improve error handlingMickael Remond2016-07-311-10/+24
| * Add support for sending back missing scope error to API ReST command callsMickael Remond2016-07-301-3/+8
| * Add support for rich error reporting for APIMickael Remond2016-07-301-13/+19
| * Return 409 conflict error code on register if user already existsMickael Remond2016-07-301-16/+18
| * Initial attempt on access on commandsMickael Remond2016-07-251-6/+7
| * Add support for checking access rules conformance for commandsMickael Remond2016-07-231-0/+1
| * Clean-up of error codes and format json structureMickael Remond2016-07-231-7/+20
| * Fix handling of complex values as arguments in http_apiPaweł Chmielowski2016-07-221-20/+25
| * Add 'ejabberd:user' and 'ejabberd:admin' oauth scopesPablo Polvorin2016-07-191-11/+9
| * Fix ce0d1704c6cc167c8bc891587952f78c55f979adPablo Polvorin2016-07-181-2/+0
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-1/+1
* | Rewrite several modules to use XML generatorEvgeniy Khramtsov2016-07-291-1/+1
|/
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
* Allow generation of oauth tokens from command linePablo 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