summaryrefslogtreecommitdiff
path: root/src/ejabberd_admin.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-11-17Move ejabberdctl ACME commands to other locationEvgeniy Khramtsov1-63/+0
2017-08-25Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas1-1/+1
2017-08-22More whitespace changesKonstantinos Kallas1-37/+37
2017-08-22Whitespace changeKonstantinos Kallas1-25/+25
2017-08-12Add support to revoke a certificate by providing the pemKonstantinos Kallas1-4/+10
2017-08-12Move the ca_url to the config fileKonstantinos Kallas1-3/+3
2017-08-11Remove the new account option from get certificate. There is no reason for ha...Konstantinos Kallas1-14/+7
2017-08-10Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas1-10/+16
2017-08-08Implement renew_certificate commandKonstantinos Kallas1-1/+9
2017-08-02Improve return format of get_certificates commandKonstantinos Kallas1-4/+5
2017-07-27Support certificate revocationKonstantinos Kallas1-0/+9
2017-07-18Pretty print list-certificatesKonstantinos Kallas1-4/+1
2017-07-17Add a stub for the list-certificates commandKonstantinos Kallas1-0/+20
2017-07-17Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas1-6/+5
2017-07-03Add support for command get_certificates, very crudeKonstantinos Kallas1-50/+72
2017-06-09Add missing ,Paweł Chmielowski1-1/+1
2017-06-09Improve export2sql explanation; remove obsolete and duplicated commandBadlop1-0/+1
2017-05-19Fix values put in args_examplesPaweł Chmielowski1-1/+1
2017-05-11Use cache for authentication backendsEvgeniy Khramtsov1-3/+3
2017-04-27Store options using p1_options moduleEvgeniy Khramtsov1-1/+1
2017-04-22Add clear_cache admin commandEvgeniy Khramtsov1-1/+10
2017-02-27Invalidate access permissions on configuration reloadEvgeniy Khramtsov1-4/+1
2017-02-26Put more stuff under supervisionEvgeniy Khramtsov1-4/+29
2017-02-23Improve reload_config admin commandEvgeniy Khramtsov1-3/+3
2017-01-13Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov1-1/+1
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-12-12Describe command arguments and results in ejabberd_adminBadlop1-6/+77
2016-12-02Fix reload_configChristophe Romain1-2/+2
2016-11-24Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov1-4/+3
2016-11-09Expose unregister API commandMickael Remond1-0/+1
2016-10-05New api permissions frameworkPaweł Chmielowski1-1/+2
2016-08-07We do not force yet access rules check on register commandMickael Remond1-1/+0
2016-07-31Improve error handlingMickael Remond1-0/+1
2016-07-30Add support for rich error reporting for APIMickael Remond1-4/+3
2016-07-30Return 409 conflict error code on register if user already existsMickael Remond1-1/+1
2016-07-25Initial attempt on access on commandsMickael Remond1-1/+1
2016-07-23Add support for checking access rules conformance for commandsMickael Remond1-2/+4
2016-05-16Delete duplicated command export_sql, use export2sql instead (#1118)Badlop1-5/+1
2016-04-20Rename odbc to sql everywhereEvgeniy Khramtsov1-9/+9
2016-03-21New command delete_mnesia deletes all tables that can be exportedBadlop1-0/+4
2016-01-29Add 'import_prosody' commandEvgeniy Khramtsov1-0/+5
2016-01-26Add a way to get all ejabberd_commands, not only those that was registeredPaweł Chmielowski1-4/+5
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-12-08Don't let "reopen_log" rotate files (EJAB-1243)Holger Weiss1-1/+8
2015-11-20Integrate join/leave cluster as ejabberd commandChristophe Romain1-0/+31
2015-11-18Explain that reload_config only affects to ACL and AccessBadlop1-1/+1
2015-10-07cosmetic cleanupChristophe Romain1-2/+2
2015-09-21Add set_loglevel command (EJABS-2524)Jerome Sautret1-0/+12
2015-08-06Remove obsolete pubsub migration commandChristophe Romain1-5/+0