aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_web_admin.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improvements in the WebAdmin browsing menus.Badlop2009-06-231-82/+202
| | | | SVN Revision: 2334
* Add Vim foldingBadlop2009-06-231-6/+34
| | | | SVN Revision: 2333
* Detect auth errors and report in log file. Support auth when domain not ↵Badlop2009-06-221-46/+58
| | | | | | provided. SVN Revision: 2330
* Update CSS of WebAdmin menuBadlop2009-05-271-6/+7
| | | | SVN Revision: 2108
* Support to select what modules to update. Split large function in smaller ones.Badlop2009-05-271-4/+59
| | | | SVN Revision: 2107
* * src/mod_muc/mod_muc.erl: English fixes (thanks to Glenn Sieb)Badlop2009-04-081-1/+1
| | | | | | | | | * src/mod_muc/mod_muc_log.erl: Likewise * src/mod_muc/mod_muc_room.erl: Likewise * src/mod_register.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 2009
* * src/web/ejabberd_web_admin.erl: Show big integers with commaBadlop2009-02-131-19/+33
| | | | | | separators for easy reading SVN Revision: 1873
* * src/web/ejabberd_web_admin.erl: Calls to the hookBadlop2009-02-021-11/+12
| | | | | | | | | | webadmin_menu_node provide the node as first argument, and calls to webadmin_menu_hostnode provide both the host and the node. Fix call to make_menu_items, because webadmin_menu_node was called in cases where webadmin_menu_hostnode should be called. Align to right some table elements. SVN Revision: 1859
* * doc/api/process-one.css: Add some style to HTML elementsBadlop2009-01-211-5/+5
| | | | | | | * src/ejabberd_listener.erl: Fix EDoc errors * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1843
* * src/Makefile.in: The path to the installed copy of ejabberdBadlop2009-01-201-4/+4
| | | | | | | | | | | Guide is set in the environment variable EJABBERD_DOC_PATH (EJAB-837). * src/web/ejabberd_web_admin.erl: Likewise * src/ejabberdctl.template: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1835
* * src/web/ejabberd_web_admin.erl: Use textareas for large inputBadlop2009-01-121-72/+96
| | | | | | | | | | | | | | like ejabberd module options and listening port options. Show result of POST more clearly. Ensure access rules are shown with some minimum separation. Improve menu headers. (EJAB-562) * src/web/ejabberd_web_admin.hrl: Likewise * src/mod_offline.erl: Likewise * src/mod_offline_odbc.erl: Likewise * src/mod_roster.erl: Likewise * src/mod_roster_odbc.erl: Likewise * src/mod_shared_roster.erl: Likewise SVN Revision: 1813
* * src/ejabberd_listener.erl: New way to configure IP address andBadlop2009-01-121-24/+60
| | | | | | | | | | | | | | | | | | | | IP version of listener. Support for definition of IP address in string format, and implicit definition of IP version (EJAB-388). Support for defining several listeners: all with same port number but different IP addresses (EJAB-389)(thanks to Fabrice Colliot and Sergei Golovan). Better report in WebAdmin of problem when starting a listener. The old configuration method of ip tuple and inet6 is fully supported for backwards compatibility, but is not documented in the Guide anymore. * src/ejabberd_config.erl: Likewise * src/mod_proxy65/mod_proxy65_stream.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/web/ejabberd_web_admin.erl: Likewise * doc/guide.tex: Document the new way to configure IP address and IP version of listener, undocument options ip and inet6 * doc/guide.html: Likewise SVN Revision: 1812
* * src/web/ejabberd_web_admin.erl: New appearance of WebAdmin logo,Badlop2009-01-121-18/+17
| | | | | | fixed logo-fill. SVN Revision: 1811
* * doc/guide.tex: Fix some English strings: JID -> Jabber ID;Badlop2009-01-121-3/+3
| | | | | | | | | jabberd 1.4 -> jabberd14; commited -> committed * src/*/*.erl: Likewise * src/msgs/*.msg: Likewise * src/msgs/*.po: Likewise SVN Revision: 1810
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-3/+3
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * src/web/ejabberd_web_admin.erl: WebAdmin serves Guide and linksBadlop2009-01-071-10/+41
| | | | | | | | | | | to related sections; the path to guide.html can be configured with option doc_path (EJAB-837) * src/web/ejabberd_web_admin.hrl: Likewise * src/mod_shared_roster.erl: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1777
* * src/*.erl: Fix EDoc commentsBadlop2009-01-031-1/+1
| | | | SVN Revision: 1771
* * src/web/ejabberd_web_admin.erl: Show in ejabberd Web Admin theBadlop2008-12-261-3/+12
| | | | | | | connection method and connected node of Jabber clients (thanks to Oleg Palij)(EJAB-319) SVN Revision: 1757
* * src/web/ejabberd_web_admin.erl: When requesting page ofBadlop2008-10-131-2/+7
| | | | | | nonexistent user, show 'Not Found' page (EJAB-771) SVN Revision: 1644
* * src/web/ejabberd_web_admin.erl: Run new hookBadlop2008-10-121-19/+25
| | | | | | | | | | webadmin_user_parse_query when POST in web admin user page (thanks to Oleg Palij)(EJAB-747) * src/mod_offline.erl: Add button "Remove All Offline Messages" in a user page (thanks to Oleg Palij)(EJAB-747) * src/mod_offline_odbc.erl: Likewise SVN Revision: 1643
* * src/web/ejabberd_web_admin.erl: Improve Web Admin navigationBadlop2008-10-121-94/+180
| | | | | | menu for vhosts and nodes (EJAB-734) SVN Revision: 1642
* * src/mod_configure.erl: Update calls from ctl toBadlop2008-10-121-4/+4
| | | | | | | commands (EJAB-694) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1640
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump onlyBadlop2008-06-291-1/+1
| | | | | | persistent tables (EJAB-678) SVN Revision: 1387
* * src/web/ejabberd_web_admin.erl: Include Last-Modified HTTPBadlop2008-04-121-4/+8
| | | | | | header in responses to allow caching (EJAB-546) SVN Revision: 1292
* * src/web/ejabberd_web_admin.erl (term_to_string): Show ErlangBadlop2008-03-121-1/+4
| | | | | | terms in one line in Erlang R12 (EJAB-503) SVN Revision: 1227
* * src/web/ejabberd_web_admin.erl: Fixed native support for all theBadlop2008-02-121-9/+20
| | | | | | ACL types (EJAB-253) SVN Revision: 1186
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-3/+3
| | | | | | * src/*: Likewise SVN Revision: 1153
* * src/web/ejabberd_web_admin.erl: Uniformize the name ofBadlop2008-01-011-2/+2
| | | | | | | | | | | ejabberd's web admin to: 'Web Admin' (EjAB-472) * doc/guide.tex: Likewise * doc/introduction.tex: Likewise * src/web/ejabberd_web_admin.erl: Uniformize ejabberd name in the text using the Latex command SVN Revision: 1137
* * src/web/ejabberd_web_admin.erl: Translate menu items of webadminBadlop2007-12-261-12/+12
| | | | | | | hooks in each module (EJAB-485) * src/mod_shared_roster.erl: Likewise SVN Revision: 1125
* * src/web/ejabberd_web_admin.erl: max_user_sessions access ruleBadlop2007-12-261-2/+9
| | | | | | contains an integer, but webadmin always expects atoms (EJAB-482) SVN Revision: 1123
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-5/+21
| | | | SVN Revision: 1110
* * src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)(EJAB-463)Badlop2007-12-191-2/+2
| | | | | | | | | | | | | * src/msgs/de.msg: Updated (thanks to Cord Beermann) * src/msgs/es.msg: Small update (thanks to Badlop) * src/msgs/cs.msg: Small update (thanks to Lukas Polivka alias Spike411) * src/web/ejabberd_web_admin.erl: No need to translate copyright SVN Revision: 1081
* * src/eldap/eldap.erl: Fix compilation warnings: Part 4 (EJAB-290)Badlop2007-12-071-98/+54
| | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1048
* * src/web/ejabberd_web_admin.erl: Support more native acl_type onBadlop2007-12-061-1/+40
| | | | | | web interface (EJAB-253) SVN Revision: 1041
* * src/web/ejabberd_http.erl: Change loglevel for httpBadlop2007-12-061-4/+4
| | | | | | | queries (EJAB-363) * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 1033
* * doc/guide.tex: Update URI of ejabberd official home page, URIBadlop2007-11-271-4/+4
| | | | | | | | | | | | | | | | | | | | of ejabberd.jabber.ru, and copyright dates (EJAB-366) * doc/introduction.tex: * src/ejabberd.hrl: * src/ejabberd_admin.erl: * src/mod_irc/mod_irc.erl: * src/mod_irc/mod_irc_connection.erl: * src/mod_muc/mod_muc.erl: * src/mod_muc/mod_muc_log.erl: * src/mod_proxy65/mod_proxy65_service.erl: * src/mod_pubsub/mod_pubsub.erl: * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_vcard_odbc.erl: * src/msgs/*.msg: * src/web/ejabberd_web_admin.erl: SVN Revision: 997
* * src/web/ejabberd_web_admin.erl: Added a favicon (EJAB-379).Badlop2007-11-261-0/+24
| | | | SVN Revision: 985
* * src/web/ejabberd_web_admin.erl: Make the web interface pagesMickaël Rémond2007-08-311-5/+5
| | | | | | "translatable" (Thanks to Badlop) (EJAB-11). SVN Revision: 902
* Fixed conflictAlexey Shchepin2007-08-241-1/+0
| | | | SVN Revision: 887
* * src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster*Alexey Shchepin2007-08-241-169/+2
| | | | | | | * src/mod_roster.erl: Likewise * src/mod_roster_odbc.erl: Likewise SVN Revision: 886
* * src/web/ejabberd_web_admin.erl: Added hooks to allow plugins toAlexey Shchepin2007-08-231-399/+50
| | | | | | | | | | | add their pages without modifying ejabberd_web_admin.erl (thanks to Badlop) * src/web/ejabberd_web_admin.hrl: Macro definitions moved here * src/mod_shared_roster.erl: Updated * src/mod_offline.erl: Likewise * src/mod_offline_odbc.erl: Likewise SVN Revision: 884
* * src/web/ejabberd_web_admin.erl: Code clean-up.Mickaël Rémond2007-07-261-7/+2
| | | | SVN Revision: 834
* corrects EJAB-273, remove obsolete OnlineUsers calculationChristophe Romain2007-06-281-8/+4
| | | | SVN Revision: 801
* * src/web/ejabberd_web_admin.erl: Added links to server andAlexey Shchepin2007-06-221-2/+11
| | | | | | virtual host homes (thanks to Badlop) SVN Revision: 787
* * src/web/ejabberd_web_admin.erl: Show IP address of connectedAlexey Shchepin2007-06-101-1/+12
| | | | | | resources on user info page (thanks to Oleg Palij) SVN Revision: 781
* * src/mod_stats.erl: UpdatedAlexey Shchepin2007-05-121-2/+2
| | | | | | * src/web/ejabberd_web_admin.erl: Likewise SVN Revision: 767
* * src/web/*: Plugin architecture for HTTP modules (thanks toAlexey Shchepin2007-01-251-1/+72
| | | | | | Massimiliano Mirra) SVN Revision: 713
* * src/web/ejabberd_web_admin.erl: User creation form now createsMickaël Rémond2006-07-071-7/+11
| | | | | | | | | the user for the current virual host only and does not require to type the hostname (EJAB-116). * src/jlib.erl: String to JID conversion now returns an error if the JID string contains two arobases. SVN Revision: 588
* * src/web/ejabberd_web_admin.erl: More flexible parsing the sharedMickaël Rémond2006-07-051-1/+1
| | | | | | roster members list from the configuration form. SVN Revision: 582