summaryrefslogtreecommitdiff
path: root/src/ejabberd_web_admin.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-1/+1
|
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into ↵Evgeniy Khramtsov2016-03-251-1/+1
|\ | | | | | | sasl-api-change
| * Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-061-1/+1
| | | | | | | | | | | | This allows the authentication modules to perform SASL proxy authentication. It puts the onus on them to authorize the authcid to masquerade as the authzid. Doesn't currently implement such functionality in existing auth modules, since they cannot currently codify a relationship between the two identities. Does not permit the authzid to use a domain differently from the one of the connection. Note: digest might not work, but I have no interest in it, being deprecated.
* | 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
| |
* | Update links to Guide in WebAdminBadlop2015-07-151-11/+9
| |
* | Support RTL page direction in WebAdmin for Hebrew (#650)Badlop2015-07-151-10/+14
| |
* | Set LTR direction to Raw links (#650)Badlop2015-07-151-2/+2
| |
* | Add links in WebAdmin to ejabberd and ProcessOne (#661)Badlop2015-07-151-2/+5
| |
* | New hide_sensitive_log_data option to hide client IP in log (#452 #471)Badlop2015-06-171-2/+2
| |
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+6
|/
* Remove http_poll modulePaweł Chmielowski2015-04-151-4/+1
| | | | | | | For couple years browsers did limit ability to change cookies from js for different domains, this made http_poll connections practically not usuable. I don't think this module is used at all so it's time to put it to rest.
* Access list editing broken in web_admin (#252)Badlop2015-03-051-16/+13
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-2/+2
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Fix badarg issue on module update web siteHolger Weiss2014-04-051-1/+1
| |
* | Fix ACLs syntax change (thanks to jokker23)(issue #140)Badlop2014-03-241-1/+1
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-2/+2
| |
* | Don't provide current password in webinterface (github issue #137)Badlop2014-02-261-3/+1
|/
* Fix some type specs and errorsEvgeniy Khramtsov2013-12-101-8/+2
|
* Do not use functions from crypto module wherever possibleEvgeniy Khramtsov2013-11-051-1/+1
|
* Fix display ACLs in WebAdminBadlop2013-10-011-8/+8
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-3/+3
|
* Do not try to read/write the deprecated "config" tableEvgeniy Khramtsov2013-08-211-10/+10
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+2894
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite