summaryrefslogtreecommitdiff
path: root/src/mod_http_api.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-24Add link in mod_http_api documentation to the docs API sectionBadlop1-2/+3
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-12-20Accept more types of ejabberdctl commands arguments as JSON-encodedAlexey Shchepin1-0/+1
2021-08-23Improve formatting and add sections linksBadlop1-2/+2
2021-08-23Add example config to mod_http_api documentationBadlop1-1/+11
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-04-08Copy more option explanations from ejabberd Docs siteBadlop1-2/+10
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2020-01-08Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov1-1/+7
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-6/+6
2019-07-16Documentation of mod_http_api moved from source code to Docs pageBadlop1-45/+0
2019-06-26Use correct stacktrace in logging macrosEvgeny Khramtsov1-3/+6
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-2/+2
2019-06-19Add support for backwards compatibility in command argument names (#2908)Badlop1-3/+14
2019-06-14Use new configuration validatorEvgeny Khramtsov1-83/+40
2019-04-03Return proper error message for duplicate or missing args in http_api callPaweł Chmielowski1-6/+10
2019-04-03Log message when trying to execute http_api command with extra argumentsPaweł Chmielowski1-5/+7
2019-04-03Formating fixPaweł Chmielowski1-1/+1
2019-04-03Make http_api command execution exception catcher log also command and argsPaweł Chmielowski1-1/+4
2019-01-30Produce better error for http_api request with extra parametersPaweł Chmielowski1-1/+4
2019-01-30Reject request http_api request that have malformed Authentication headerPaweł Chmielowski1-11/+13
2019-01-30Allow specifying tag for listener for api_permission purposesPaweł Chmielowski1-4/+6
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-12-13Add code for handling deprecations of get_stacktrace()Paweł Chmielowski1-9/+7
2018-12-03Format list of {{name,string}, {value, _}} as json struct name/valPaweł Chmielowski1-0/+8
2018-12-03Make mod_http_api assume that missing args of type list are empty listPaweł Chmielowski1-4/+9
2018-10-31Don't preprocess arguments, format_args verifies and prepares them (#2629)Badlop1-16/+1
2018-10-19Recognize not_exists error in http_apiPaweł Chmielowski1-3/+5
2018-09-01Get stacktrace out of lager contextEvgeniy Khramtsov1-5/+7
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+0
2018-01-27Find and fix typos using 'codespell'Evgeniy Khramtsov1-2/+2
2018-01-23Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov1-4/+5
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-07-27Ability to filter passwords from the log in mod_http_api (#1888)Marco Adkins1-2/+10
2017-04-30Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov1-3/+1
2017-04-11Rename aux.erl as misc.erlChristophe Romain1-17/+17
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-17/+17
2017-02-26Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov1-4/+4
2017-02-23Separate list of strings with \n for srg_get_info in mod_http_api (#1500)Badlop1-0/+4
2017-02-22Reload modules when reloading configuration fileEvgeniy Khramtsov1-1/+5
2017-01-20Make shim for mod_http_api admin_ip_access more robustPaweł Chmielowski1-20/+22
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-12-08API call does not necessary use token, it could use basic authMickael Remond1-1/+1
2016-11-25Get rid of compile warningsEvgeniy Khramtsov1-2/+2
2016-11-15Make string args in http_api be list stringsPaweł Chmielowski1-4/+4
2016-10-05New api permissions frameworkPaweł Chmielowski1-103/+92
2016-09-28Fix 404 response formatting (thanks to Kaggggggga)(#1306)Badlop1-1/+1
2016-09-24Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov1-1/+1
2016-09-13Expand parsing of json input to be able to handle update_roster commandPaweł Chmielowski1-0/+19