| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_http_file_share: Include expiry time of the upload itself in token | Kim Alvefur | 2021-04-05 | 1 | -0/+1 |
* | | mod_http_file_share: Include time of issuance in auth token | Kim Alvefur | 2021-04-05 | 1 | -1/+3 |
* | | mod_http_file_share: Group related properties for readability | Kim Alvefur | 2021-04-05 | 1 | -2/+6 |
* | | mod_http_file_share: Log error opening file for writing | Kim Alvefur | 2021-04-05 | 1 | -2/+3 |
* | | mod_http_file_share: Fix logging of error opening file | Kim Alvefur | 2021-04-05 | 1 | -1/+1 |
* | | MUC: Allow overriding occupant object from groupchat message event | Kim Alvefur | 2021-03-25 | 1 | -4/+9 |
* | | net.server_epoll: Remove unnecessary luacheck annotations | Kim Alvefur | 2021-04-01 | 1 | -3/+3 |
* | | mod_http_file_share: Include storage in prune time measurement | Kim Alvefur | 2021-03-31 | 1 | -1/+1 |
* | | mod_http_file_share: Add internal command to check files consistency | Kim Alvefur | 2021-03-28 | 1 | -0/+18 |
* | | util.datamapper: Fix spelling in tests | Kim Alvefur | 2021-03-28 | 1 | -2/+2 |
* | | mod_http_file_share: Fix reporting of missing files | Kim Alvefur | 2021-03-28 | 1 | -2/+5 |
* | | MUC: Report number of live rooms to statsmanager | Kim Alvefur | 2021-03-28 | 1 | -0/+5 |
* | | mod_http_file_share: Report number of items in caches to statsmanager | Kim Alvefur | 2021-03-28 | 1 | -0/+8 |
* | | util.prosodyctl: Install plugins for current Lua version | Kim Alvefur | 2021-03-16 | 1 | -2/+2 |
* | | util.envload: Add basic test of envload() | Kim Alvefur | 2021-03-26 | 1 | -0/+22 |
* | | util.datamapper: Revert one special attribute to longer form | Kim Alvefur | 2021-03-26 | 1 | -1/+1 |
* | | util.datamapper: Use attribute convenience function throughout | Kim Alvefur | 2021-03-26 | 1 | -3/+4 |
* | | util.promise: Switch order of parameters to join() | Matthew Wild | 2021-03-25 | 2 | -6/+4 |
* | | util.promise: all()/all_settled() pass through non-promise values | Matthew Wild | 2021-03-25 | 2 | -22/+63 |
* | | util.promise: Add join() convenience method | Matthew Wild | 2021-03-25 | 2 | -0/+37 |
* | | util.promise: Add support for arbitrary keys in all()/all_settled() | Matthew Wild | 2021-03-25 | 2 | -15/+64 |
* | | mod_message: Stop advertising offline message support (mod_offline does that) | Kim Alvefur | 2021-03-24 | 1 | -2/+0 |
* | | util.datamapper: Don't include empty unwrapped arrays | Kim Alvefur | 2021-03-24 | 2 | -2/+8 |
* | | util.datamapper: Add test coverage of unwrapped arrays of objects | Kim Alvefur | 2021-03-24 | 1 | -0/+14 |
* | | util.datamapper: Fix error on attempt to coerce nil to something | Kim Alvefur | 2021-03-23 | 2 | -0/+4 |
* | | mod_admin_shell: Sort timers by time in debug:timers() | Kim Alvefur | 2021-03-23 | 1 | -1/+6 |
* | | mod_c2s: Log a debug message before closing due to c2s_timeout | Kim Alvefur | 2021-03-23 | 1 | -0/+1 |
* | | util.datamapper: Deal with locally built stanzas missing xmlns | Kim Alvefur | 2021-03-23 | 3 | -10/+38 |
* | | util.datamapper: Factor out conversion from any value to XML string | Kim Alvefur | 2021-03-22 | 2 | -58/+34 |
* | | mod_authz_internal: Ignore unused argument for now [luachec] | Kim Alvefur | 2021-03-22 | 1 | -1/+1 |
* | | usermanager: expose set_roles through API | Jonas Schäfer | 2021-03-22 | 1 | -0/+18 |
* | | mod_authz_internal: add support for setting roles of a local user | Jonas Schäfer | 2021-03-22 | 1 | -1/+8 |
* | | util.datamapper: Handle nested arrays or objects in arrays | Kim Alvefur | 2021-03-22 | 2 | -8/+44 |
* | | util.datamapper: Fix to skip parsing wrapped arrays that aren't there | Kim Alvefur | 2021-03-22 | 2 | -4/+0 |
* | | util.datamapper: Clear done TODO (arrays) | Kim Alvefur | 2021-03-21 | 1 | -1/+0 |
* | | util.datamapper: Complete array building support | Kim Alvefur | 2021-03-20 | 3 | -24/+17 |
* | | util.datamapper: Factor out handling of object properties for array reuse | Kim Alvefur | 2021-03-20 | 2 | -158/+164 |
* | | util.datamapper: Finally implement support for parsing arrays | Kim Alvefur | 2021-03-20 | 3 | -30/+85 |
* | | util.datamapper: Factor out extraction of the XML part to use | Kim Alvefur | 2021-03-20 | 2 | -80/+84 |
* | | util.datamapper: Only get element name if there's an element | Kim Alvefur | 2021-03-19 | 2 | -2/+6 |
* | | make: Magic trick for teal-src/*.tl -> ./*.lua | Kim Alvefur | 2021-03-19 | 1 | -1/+2 |
* | | util.datamapper: Fix arrays nesting one level too deep | Kim Alvefur | 2021-03-19 | 3 | -25/+31 |
* | | util.datamapper: Deal with type name changes in util.jsonschema | Kim Alvefur | 2021-03-19 | 2 | -30/+34 |
* | | util.jsonschema: Rename types for improved readability | Kim Alvefur | 2021-03-18 | 3 | -30/+56 |
* | | teal: Use new integer support in Teal 0.13.0 | Kim Alvefur | 2021-03-18 | 14 | -53/+57 |
* | | util.datamapper: Limited support for unparsing simple arrays of strings | Kim Alvefur | 2021-03-18 | 3 | -19/+75 |
* | | util.datamapper: Add initial support for parsing arrays | Kim Alvefur | 2021-03-18 | 3 | -19/+118 |
* | | util.datamapper: Factor out common schema unpacking | Kim Alvefur | 2021-03-14 | 2 | -163/+110 |
* | | util.datamapper: Separate extraction of xml from coercion to target type | Kim Alvefur | 2021-03-14 | 2 | -68/+56 |
* | | util.datamapper: Use enum instead of mutually exclusive booleans | Kim Alvefur | 2021-03-14 | 2 | -40/+47 |