Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing indexes to sql sr_group tables | Paweł Chmielowski | 2021-05-18 | 6 | -0/+15 |
| | |||||
* | New simple webadmin pages to view mnesia tables information and content | Badlop | 2021-05-17 | 1 | -3/+100 |
| | |||||
* | Use G macro name for tag, as T overlapped T from translation | Badlop | 2021-05-17 | 1 | -8/+8 |
| | |||||
* | Update documentation references for import_prosody and export2sql | Badlop | 2021-05-14 | 1 | -3/+5 |
| | |||||
* | Apply improvement from 29462f005 to delete/2, and fix delete/3 (#3564) | Badlop | 2021-05-14 | 2 | -6/+11 |
| | |||||
* | When exporting for SQLite, use its specific escape options (#2576) | Badlop | 2021-05-14 | 2 | -3/+10 |
| | |||||
* | Tell io_lib:print to not care about line length, to avoid newlines in SQL export | Badlop | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | Update econf:vcard() to generate correct vcard_temp record | Paweł Chmielowski | 2021-05-12 | 1 | -31/+36 |
| | |||||
* | Update xmpp to bring updated vcard | Paweł Chmielowski | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | Use the new Github container registry | Mickaël Rémond | 2021-05-12 | 1 | -1/+2 |
| | |||||
* | Use latest version of the container | Mickaël Rémond | 2021-05-12 | 1 | -1/+1 |
| | | | This is the only image available for now | ||||
* | Remove set up already set in prebuilt image | Mickaël Rémond | 2021-05-12 | 1 | -39/+0 |
| | |||||
* | Use a prebuilt image | Mickaël Rémond | 2021-05-12 | 1 | -2/+2 |
| | |||||
* | Minor fixes for new_sql_schema support in SQLite (#3303) | Badlop | 2021-05-11 | 2 | -2/+9 |
| | |||||
* | Document that update_sql command only supports postgresql (#3439) | Badlop | 2021-05-11 | 1 | -1/+2 |
| | |||||
* | Use the deps versions defined in rebar.config, not the latest available | Badlop | 2021-05-11 | 1 | -1/+0 |
| | |||||
* | Don't add ejabberd version in API page either, following 3e4ebfae7 | Badlop | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Expose port label | Mickaël Rémond | 2021-05-11 | 1 | -1/+21 |
| | |||||
* | Ignore basic Mnesia directory | Mickaël Rémond | 2021-05-11 | 1 | -0/+1 |
| | |||||
* | Forward XMPP legacy SSL and MQTT ports | Mickaël Rémond | 2021-05-11 | 1 | -0/+2 |
| | |||||
* | Install Erlang and Elixir VSCode extensions as default | Mickaël Rémond | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Remove file syntax deprecation | Mickaël Rémond | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3595 from processone/codespaces | Mickaël Rémond | 2021-05-11 | 0 | -0/+0 |
|\ | | | | | Codespaces | ||||
| * | Update devcontainer.json | Mickaël Rémond | 2021-04-13 | 1 | -3/+13 |
| | | |||||
| * | Use Dockerfile | Mickaël Rémond | 2021-04-12 | 1 | -0/+2 |
| | | |||||
* | | Cast as boolean when exporting privacy_list_data to PostgreSQL (#1773) | Badlop | 2021-05-10 | 1 | -0/+17 |
| | | |||||
* | | Document that sql_ssl can be used with MySQL too | Badlop | 2021-05-05 | 1 | -1/+1 |
| | | |||||
* | | Use the new 'note' field to annotate changes in 20.01..21.03 | Badlop | 2021-05-05 | 5 | -1/+14 |
| | | |||||
* | | New 'note' field in commands and options documentation | Badlop | 2021-05-05 | 3 | -2/+14 |
| | | |||||
* | | Fix invalid_encoding error when using extended plane characters in vcard. | Paweł Chmielowski | 2021-04-29 | 2 | -3/+3 |
| | | |||||
* | | Display extender error message in ejabberdctl | Paweł Chmielowski | 2021-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This for example makes error from register explain what account can't be registered For reference https://github.com/processone/ejabberd/discussions/3584 | ||||
* | | Merge pull request #3578 from tappytaps/srg-cache-fix | badlop | 2021-04-20 | 2 | -6/+7 |
|\ \ | | | | | | | Fixed srg_create params and shared roster groups cache issues | ||||
| * | | delete cache after performing change to be sure that in cache will be up to ↵ | Jindrich Sarson | 2021-04-17 | 1 | -3/+3 |
| | | | | | | | | | | | | date data | ||||
| * | | update srg_create API to use label parameter instead of name | Jindrich Sarson | 2021-04-17 | 1 | -3/+4 |
|/ / | |||||
* | | Fix dialyzer warnings | Paweł Chmielowski | 2021-04-16 | 1 | -4/+9 |
| | | |||||
* | | Fix syntax not recognized by older erlang | Paweł Chmielowski | 2021-04-16 | 1 | -2/+3 |
| | | |||||
* | | Improve database and caching in mod_shared_roster | Paweł Chmielowski | 2021-04-16 | 1 | -165/+170 |
| | | | | | | | | | | | | This makes us keep cache of groups that use wildcards no matter of cache settings, and tries to not same fetch data multiple times in roster get operations. | ||||
* | | Use proper source for cache options in mod_shared_roster | Paweł Chmielowski | 2021-04-16 | 1 | -3/+3 |
| | | |||||
* | | Reconfigure cache in mod_shared_roster when options change | Paweł Chmielowski | 2021-04-16 | 1 | -1/+3 |
| | | |||||
* | | Remove SMP option from ejabberdctl.cfg, -smp was removed in OTP 21 (#3560) | Badlop | 2021-04-15 | 2 | -16/+1 |
| | | |||||
* | | Support the recent changes in the "ejabberdctl help" command (#3569) | Badlop | 2021-04-15 | 1 | -5/+8 |
| | | |||||
* | | Major changes in ejabberdctl help output (#3569) | Badlop | 2021-04-15 | 1 | -68/+153 |
| | | | | | | | | | | | | | | | | | | ejabberdctl: show list of commands ejabberdctl some-command: if wrong number of arguments, shows command help ejabberdctl help: show explanation of how to use "help" ejabberdctl help tags: list tags with list of commands ejabberdctl help commands: list tags with commands details ejabberdctl help whatever*: filters commands and tags | ||||
* | | Change tag name because there's already a command called "stats" | Badlop | 2021-04-15 | 3 | -7/+7 |
| | | |||||
* | | Get the arguments definition from the record (#3569) | Badlop | 2021-04-15 | 1 | -2/+1 |
| | | | | | | | | This fixes "ejabberdctl help help" | ||||
* | | Copy a change from include file available since OTP 17.0 | Badlop | 2021-04-15 | 1 | -1/+2 |
| | | | | | | | | | | See: https://github.com/erlang/otp/commit/5e575f65629f6d99ed423bc646219c162f6bfa1a | ||||
* | | Update bug_report.md | Mickaël Rémond | 2021-04-15 | 1 | -0/+3 |
| | | |||||
* | | Update feature_request.md | Mickaël Rémond | 2021-04-15 | 1 | -0/+3 |
| | | |||||
* | | When using OTP 24.0, use the new 'application' record definition (#3568) | Badlop | 2021-04-14 | 3 | -0/+37 |
| | | | | | | | | | | This fixes "ejabberdctl update_list", "update", and the equivalent feature on ejabberd's WebAdmin that got broken when using Erlang/OTP 24 | ||||
* | | Use Dockerfile | Mickaël Rémond | 2021-04-13 | 1 | -1/+13 |
|/ | |||||
* | Update devcontainer.json | Mickaël Rémond | 2021-04-12 | 1 | -1/+1 |
| | | | Disable docker compose for now |