aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_web_admin.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop1-18/+19
2022-02-11Update copyright year to 2022Badlop1-2/+2
2022-01-24Fix typosKian-Meng Ang1-2/+2
2021-08-27Fix WebAdmin recent changeBadlop1-2/+2
2021-08-27Add internal links in WebAdmin Vhosts pageBadlop1-4/+6
2021-05-19Align numbers in WebAdmin tables to the rightBadlop1-14/+40
2021-05-19Show uptime date in WebAdmin, it's easier to understand that uptime secondsBadlop1-0/+15
2021-05-19Show mnesia table memory in bytes, not in wordsBadlop1-2/+4
2021-05-17New simple webadmin pages to view mnesia tables information and contentBadlop1-3/+100
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-2/+2
2020-11-09Don't do double utf-8 conversion on translated strings in str:formatPaweł Chmielowski1-7/+7
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-08-24Mark dangerous buttons with CSS (#3363)Badlop1-2/+2
2020-08-10Fix to allow vhost admins to view WebAdmin menus (#3355)Badlop1-19/+8
2020-05-15Display installed ejabberd version in webadmin footer (#3272)Badlop1-0/+1
2020-05-11Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop1-3/+3
2020-04-14Update links to the ejabberd Docs page in WebAdminBadlop1-3/+3
2020-03-26Make webadmin redirect to page that end with /Paweł Chmielowski1-2/+16
2020-03-26Revert "Pass base path instead of level to support URL missing slash (#3177)"Paweł Chmielowski1-107/+124
2020-03-11Pass base path instead of level to support URL missing slash (#3177)Badlop1-124/+107
2020-01-28Update copyright to 2020 (#3149)Badlop1-2/+2
2019-10-09Verify http host in web admin only if authentication is missing hostPaweł Chmielowski1-32/+32
2019-10-02Update Guide links in WebAdmin to website, as local file isn't includedBadlop1-24/+0
2019-10-02Support custom base path in WebAdmin by using relative URLs (#3043)Badlop1-71/+91
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-2/+2
2019-08-27Fix some links to Guide in WebAdmin and add new ones (#3003)Badlop1-5/+5
2019-08-22Use select fields to input host in WebAdmin Backup (#3000)Badlop1-6/+11
2019-08-22Fix call to deprecated ejabberd_config:get_myhosts() (#3000)Badlop1-1/+1
2019-08-22Check account auth provided in WebAdmin is a local host (#3000)Badlop1-0/+7
2019-08-13Don't treat 'Host' header as a virtual XMPP hostEvgeny Khramtsov1-25/+30
2019-07-16Fix typos using codespellEvgeny Khramtsov1-1/+1
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-1/+1
2019-06-24Check if mod_last is loaded before calling its functionsEvgeny Khramtsov1-7/+18
2019-06-22Improve extraction of translated stringsEvgeny Khramtsov1-151/+152
2019-06-14Use new configuration validatorEvgeny Khramtsov1-883/+44
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski1-1/+1
2019-02-06Fix support to restart module with live options in WebAdminBadlop1-1/+4
2019-01-30Reject request http_api request that have malformed Authentication headerPaweł Chmielowski1-0/+1
2019-01-09Remove slash producing url /admin//additions.jsChristophe Romain1-1/+1
2019-01-08Update copyright to 2019 (#2756)Badlop1-2/+2
2018-09-19Switch more log message to warning levelEvgeny Khramtsov1-2/+2
2018-09-09Fix some dialyzer warningsEvgeny Khramtsov1-2/+1
2018-07-11Adopt code that uses parse_listener_portip after result changePaweł Chmielowski1-1/+2
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-5/+4
2018-04-03Move ejabberd_http:url_encode/1 to 'misc' moduleHolger Weiss1-2/+2
2018-03-19Hardcode ACL rules used by ejabberd_web_adminEvgeniy Khramtsov1-11/+5
2018-01-23Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov1-13/+7
2018-01-05Update copyright datesEvgeniy Khramtsov1-2/+2
2017-10-09Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov1-297/+23
2017-05-23Deprecate misc:encode_base64/1 and misc:decode_base64/1Evgeniy Khramtsov1-4/+4