aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_access_permissions.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-5/+2
* Fix bug in api_permission parsingPaweł Chmielowski2017-02-281-1/+2
* Fix parsing of acl/access rules inside oauth sections of api_permissionsPaweł Chmielowski2017-02-271-7/+6
* Invalidate access permissions on configuration reloadEvgeniy Khramtsov2017-02-271-1/+2
* Don't shadow binding in matchPaweł Chmielowski2017-02-061-1/+1
* Make sure that api_permissions always have "console commands" sectionPaweł Chmielowski2017-02-031-21/+24
* Add example api_permisions: definition to config templatePaweł Chmielowski2017-01-131-1/+2
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve handling on acl rules in api_permissionsPaweł Chmielowski2016-12-081-3/+3
* Recognize "- who:" not only "who:" syntax in api_permissionsPaweł Chmielowski2016-12-081-1/+2
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-2/+2
* Convert ejabberd_xmlrpc to new api_permissionsPaweł Chmielowski2016-10-141-2/+3
* Make map syntax compatible with Erlang/OTP 17Holger Weiss2016-10-071-3/+3
* Use correct field for oauth scopePaweł Chmielowski2016-10-061-1/+1
* Make handling of oauth clauses be more consistent with other rulesPaweł Chmielowski2016-10-061-10/+24
* Use proper default value for api_permissionsPaweł Chmielowski2016-10-061-6/+7
* New api permissions frameworkPaweł Chmielowski2016-10-051-0/+527