summaryrefslogtreecommitdiff
path: root/src/ejabberd_web_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-2/+2
* Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov2017-10-091-297/+23
* Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov2017-05-231-4/+4
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-111-2/+2
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-5/+5
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+2
* Catch exceptions from acl:add_list in web adminPaweł Chmielowski2017-05-041-3/+9
* 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-6/+1
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-2/+1
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-19/+19
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-19/+19
* Teach web admin about ip acl rulesPaweł Chmielowski2017-03-101-1/+7
* Improve formatting of erlang terms shown in web adminPaweł Chmielowski2017-03-101-3/+1
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-16/+18
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-2/+2
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-1/+1
|\
| * More refactoring on session managementEvgeniy Khramtsov2016-12-301-1/+1
* | Fix typo in previous commitBadlop2017-01-091-1/+1
* | Get nodes from ejabberd_cluster instead of mnesiaChristophe Romain2017-01-031-5/+4
* | Update copyright date automatically (#1442)Badlop2017-01-021-2/+2
|/
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-33/+31
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-23/+31
|\
| * Ignore offline sessions in statisticsHolger Weiss2016-10-111-2/+2
| * Use mnesia calls instead of ets for Acl and Access tables (#1206)Badlop2016-09-191-6/+6
| * Move any access rules check to ACL moduleMickael Remond2016-07-231-10/+4
| * Make access rules in ejabberd_web_admin configurablePaweł Chmielowski2016-07-191-6/+20
* | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-4/+4
* | Improve some type specsEvgeniy Khramtsov2016-08-091-15/+20
* | Rewrite HTTP Bind and Web Admin code to use XML generatorEvgeniy Khramtsov2016-08-041-1/+1
|/
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-1/+1
* 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
* | Mark get_queue_length obsolete, and use count_offline_messages (#970)Badlop2016-03-041-2/+1
* | Fix for #935Marek Foss2016-02-251-5/+12
* | Fix the color of links in tables in web adminChristian Dröge2016-02-121-0/+3
* | Fix section links to the Guide in the WebAdminBadlop2016-02-081-7/+7
* | Switch to Fast XML moduleMickael Remond2016-02-031-3/+3
* | Update copyright to 2016 (#901)Badlop2016-01-131-2/+2
* | More now() replacementsPaweł Chmielowski2015-12-071-2/+1
* | No need for a top menu link as there's a top page linkBadlop2015-12-021-1/+1
* | Webadmin console visual refresh (thanks to Marek Foss) (EJAB-1142)Christophe Romain2015-11-301-208/+272
* | Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-12/+12
* | Use homogeneous s2s connections stats (#761)Badlop2015-10-211-7/+5
* | cosmetic cleanupChristophe Romain2015-10-071-40/+42
* | Prettify copyright links (thanks to GreenLunar)(#692)Badlop2015-08-131-1/+6
* | Reuse some strings in WebAdmin's Listening PortsBadlop2015-07-271-3/+3
* | Don't crash web admin when displaying info about websocket using usersPaweł Chmielowski2015-07-221-1/+5
* | Set direction of resource and connection (#650)Badlop2015-07-151-4/+6
* | If local guide.html file not found, redirect to the online guideBadlop2015-07-151-2/+2