Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13Expand parsing of json input to be able to handle update_roster commandPaweł Chmielowski
2016-09-12Add X-Admin and basic auth header to CORS allowed headers in http_apiPaweł Chmielowski
2016-09-12Properly process OPTIONS header in http_api for all pathsPaweł Chmielowski
2016-08-01Improve error message when try to call api on api rootMickael Remond
2016-08-01Fix HTTP process return formattingMickael Remond
2016-07-31Improve error handlingMickael Remond
2016-07-30Add support for sending back missing scope error to API ReST command callsMickael Remond
2016-07-30Add support for rich error reporting for APIMickael Remond
2016-07-30Return 409 conflict error code on register if user already existsMickael Remond
2016-07-29Rewrite several modules to use XML generatorEvgeniy Khramtsov
2016-07-25Initial attempt on access on commandsMickael Remond
2016-07-23Add support for checking access rules conformance for commandsMickael Remond
2016-07-23Clean-up of error codes and format json structureMickael Remond
2016-07-22Fix handling of complex values as arguments in http_apiPaweł Chmielowski
2016-07-19Add 'ejabberd:user' and 'ejabberd:admin' oauth scopesPablo Polvorin
2016-07-19Fix ce0d1704c6cc167c8bc891587952f78c55f979adPablo Polvorin
2016-07-06Make modules loading in a dependent order (#1191)Evgeniy Khramtsov
2016-06-29Allow generation of oauth tokens from command line16.06Pablo Polvorin
2016-06-21Use new access_rules_validator in couple placesPaweł Chmielowski
2016-05-26Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski
2016-04-01Do not use underscore variableMickael Remond
2016-04-01Fix tests, they are now running fine locallyMickael Remond
2016-03-31Fix failing testsMickael Remond
2016-03-31Merge lastest commits from masterMickael Remond
2016-03-31Commands refactor, first pass.Alexey Shchepin
2016-03-30Better error report when command is not exposed through APIMickael Remond
2016-03-30Returns unauthorized error when we do not have correct credentialsMickael Remond
2016-03-30HTTP ReST API now supports 'open' ejabberd commandsMickael Remond
2016-03-29Adds support for option admin_ip_access on mod_http_apiMickael Remond
2016-03-29Fix log printoutMickael Remond
2016-03-25Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov
2016-01-13Update copyright to 2016 (#901)Badlop
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov
2015-09-25Add OAuth support (thanks to Aleksey)Christophe Romain