aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_commands.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Add hook on api callChristophe Romain2018-12-111-0/+1
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-3/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-271-4/+4
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Handle new possible result from ejabberd_config.add_optionPaweł Chmielowski2017-07-061-0/+2
* Remove old command calling interfacePaweł Chmielowski2017-07-061-273/+0
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+3
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-6/+6
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-11/+4
* Speedup Mnesia tables initializationEvgeniy Khramtsov2017-04-211-1/+0
* Put more stuff under supervisionEvgeniy Khramtsov2017-02-261-3/+31
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-3/+3
* Use ejabberd_config:add_option/2 instead of ejabberd_config:add_local_option/2Peter Lemenkov2017-02-161-1/+1
* Accept "add_commands: admin" in commands section not only "add_commands: - ad...Paweł Chmielowski2017-02-061-0/+2
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve handling of mnesia schemaChristophe Romain2016-11-301-1/+1
* Transform ejabberd_commands on the startEvgeniy Khramtsov2016-11-191-0/+4
* Convert ejabberd_xmlrpc to new api_permissionsPaweł Chmielowski2016-10-141-1/+1
* New api permissions frameworkPaweł Chmielowski2016-10-051-10/+43
* Don't delete ejabberd_commands table, it's problematic in cluster (#1210)Badlop2016-08-141-1/+0
* Do not force command line to pass a credentialsMickael Remond2016-08-071-3/+3
* Improve error handlingMickael Remond2016-07-311-1/+1
* Add support for sending back missing scope error to API ReST command callsMickael Remond2016-07-301-1/+1
* Do not crash on check when we do not have JIDMickael Remond2016-07-291-0/+2
* Clarify command module APIMickael Remond2016-07-261-12/+34
* Fix list appending bugMickael Remond2016-07-261-1/+1
* Simplify code for command policy group expansionMickael Remond2016-07-251-13/+10
* Initial attempt on access on commandsMickael Remond2016-07-251-85/+98
* Add support for checking access rules conformance for commandsMickael Remond2016-07-231-22/+42
* Add 'ejabberd:user' and 'ejabberd:admin' oauth scopesPablo Polvorin2016-07-191-7/+13
* Use new access_rules_validator in couple placesPaweł Chmielowski2016-06-211-3/+2
* More strict check for commands with policy userPaweł Chmielowski2016-05-301-1/+6
* Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski2016-05-261-23/+33
* Accept commands: add_commands syntax (along commands: - add_commands)Paweł Chmielowski2016-04-211-1/+2
* Merge lastest commits from masterMickael Remond2016-03-311-0/+12
|\
| * HTTP ReST API now supports 'open' ejabberd commandsMickael Remond2016-03-301-0/+12
* | Commands refactor, first pass.Alexey Shchepin2016-03-311-93/+200
|/
* Fix commands api optionMickael Remond2016-03-291-2/+2
* Fix commands access check.Mickael Remond2016-03-291-3/+3
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-251-1/+1
|\
| * Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-061-1/+1
* | Add a way to get all ejabberd_commands, not only those that was registeredPaweł Chmielowski2016-01-261-6/+9
* | Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* | Add commands for generating html or markdown documentation for commandsPaweł Chmielowski2015-12-281-1/+30
* | Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-2/+2
* | Remove access_commands 'unrestricted' option, use [] instead. Fix unauthenti...Alexey Shchepin2015-10-201-4/+8
* | Improve access_commands option backward compatibilityAlexey Shchepin2015-10-191-3/+8
* | Fix access_commands option handlingAlexey Shchepin2015-10-191-1/+2