mod_pubsub_summary: Use pre-escaped UTF-8 sequence for compat
|
Kim Alvefur |
2021-06-30 |
mod_firewall: Remove reliance on full_sessions being a global
|
Kim Alvefur |
2021-06-30 |
mod_checkcerts: Notify both host-local and global admins
|
Kim Alvefur |
2021-06-30 |
mod_conversejs: Update description
|
Kim Alvefur |
2021-06-29 |
mod_welcome_page: Add dependency on mod_http_libjs
|
Kim Alvefur |
2021-06-29 |
mod_http_libjs: Check that the path to serve exists
|
Kim Alvefur |
2021-06-29 |
mod_compliance_2021: Add mod_turn_external as satisfying A/V category
|
Kim Alvefur |
2021-06-29 |
mod_measure_lua: Use gauge instead of counter for Lua version (thanks jonas’)
|
Kim Alvefur |
2021-06-28 |
mod_measure_lua: Capture current Lua version
|
Kim Alvefur |
2021-06-28 |
mod_pubsub_summary: Fix conversion of emphasis _like this_ per XEP-0393
|
Kim Alvefur |
2021-06-28 |
mod_invites_register: Fix missing 'from' attribute (thanks Martin)
|
Kim Alvefur |
2021-06-25 |
mod_ogp: Add the ability to block OGP fetching for certain domains
|
JC Brand |
2021-06-22 |
mod_tweet_data: New module that fetches and sends tweet data
|
JC Brand |
2021-06-22 |
mod_prometheus: Revert part of previous commit
|
Kim Alvefur |
2021-06-20 |
Add note of incompatibility with trunk since 5f15ab7c6ae5
|
Kim Alvefur |
2021-06-19 |
mod_auth_http: Format README better
|
Emmanuel Gil Peyrot |
2021-06-16 |
mod_http_muc_log: Different icon for edited contra editing message
|
Kim Alvefur |
2021-06-15 |
mod_http_muc_log: Find edit relations using XEP-0308
|
Kim Alvefur |
2021-06-15 |
mod_http_muc_log: Highlight messages directly linked to
|
Kim Alvefur |
2021-06-15 |
mod_http_muc_log: Move out nickname into a variable for future reuse
|
Kim Alvefur |
2021-06-15 |
mod_http_muc_log: Add some spacing around code for readability
|
Kim Alvefur |
2021-06-15 |
mod_muc_restrict_nick: New module to restrict MUC occupant nicknames
|
Matthew Wild |
2021-06-15 |
mod_invites_adhoc/README: Fix table
|
Kim Alvefur |
2021-06-12 |
mod_groups_muc_bookmarks: handle removal of accounts without bookmarks
|
Jonas Schäfer |
2021-06-12 |
mod_auto_answer_disco_info: Fix to use event that is fired
|
Kim Alvefur |
2021-06-12 |
mod_smacks: Include timestamp in hibernation log message
|
Kim Alvefur |
2021-06-07 |
mod_firewall: Documentation updates to reduce confusion and use inclusive language
|
Matthew Wild |
2021-06-05 |
mod_firewall: Allow underscores in definition names
|
Matthew Wild |
2021-06-05 |
mod_adhoc_dataforms_demo: Add compat with 0.11 (vs trunk api change)
|
Kim Alvefur |
2021-06-01 |
mod_muc_dicebot: ignore messages without body
|
Jonas Schäfer |
2021-05-29 |
mod_muc_dicebot: A thing to roll dice
|
Jonas Schäfer |
2021-05-29 |
mod_measure_lua: add openmetrics-spirited way to collect lua memory use
|
Jonas Schäfer |
2021-05-29 |
mod_discodot: Print a graph of service discovery
|
Kim Alvefur |
2021-05-27 |
mod_http_admin_api: Add endpoints for server maintenance
|
Jonas Schäfer |
2021-05-27 |
mod_measure_malloc: port to most recent trunk statistics API
|
Jonas Schäfer |
2021-05-25 |
mod_rest: Add XEP-0012 to OpenAPI spec
|
Kim Alvefur |
2021-05-25 |
mod_rest: Add XEP-0153 to OpenAPI spec
|
Kim Alvefur |
2021-05-25 |
mod_rest: Add XEP-0115 to OpenAPI spec
|
Kim Alvefur |
2021-05-25 |
mod_rest: Update schema for <thread>
|
Kim Alvefur |
2021-05-25 |
mod_rest: Add various XML metadata to OpenAPI spec
|
Kim Alvefur |
2021-05-25 |
mod_muc_bot: Add Compatibility section to README
|
Kim Alvefur |
2021-05-24 |
mod_muc_bot: Add a README
|
Kim Alvefur |
2021-05-24 |
mod_muc_bot: Add option to ignore error bounces from bots
|
Kim Alvefur |
2021-05-24 |
mod_muc_bot: Add option to not send any messages to bots
|
Kim Alvefur |
2021-05-24 |
mod_muc_bot: Save occupant to room
|
Kim Alvefur |
2021-04-10 |
mod_muc_bot: Reduce hackyness of occupant construction
|
Kim Alvefur |
2021-04-10 |
mod_muc_bot: Attempt at module easing creation of stateless bots
|
Kim Alvefur |
2021-04-01 |
mod_limits_exception: New module to except some JIDs from rate limiting
|
Matthew Wild |
2021-05-24 |
Back out 662423cea3f4 (non-standard buttons)
|
Kim Alvefur |
2021-05-21 |
Back out 82689acd1294 (non-standard buttons)
|
Kim Alvefur |
2021-05-21 |
mod_measure_stanza_counts: port to new metrics API
|
Jonas Schäfer |
2021-05-20 |
mod_auth_external_insecure: Wrap warning in scary div
|
Kim Alvefur |
2021-05-16 |
mod_s2soutinjection: Set version 1.0 for outgoing streams (thanks moparisthebest)
|
Matthew Wild |
2021-05-11 |
Fix mentions of 'Content-Size' (should be Content-Length) (thanks Roobre)
|
Matthew Wild |
2021-05-08 |
mod_prometheus: Port to new OpenMetrics based statistics module
|
Jonas Schäfer |
2021-04-28 |
mod_measure_process: Provide metrics about the process itself
|
Jonas Schäfer |
2021-04-28 |
mod_munin: Port to new OpenMetrics based statistics module
|
Jonas Schäfer |
2021-04-28 |
mod_pubsub_post: Add support for urlencoded form-data
|
Kim Alvefur |
2021-04-26 |
mod_storage_xmlarchive: Workaround for #1646 (util.async bug with Lua 5.1)
|
Kim Alvefur |
2021-04-26 |
mod_rest/apidemo: Disable validator
|
Kim Alvefur |
2021-04-25 |
mod_rest: Add XEP-0249: Direct MUC Invitations to schemas
|
Kim Alvefur |
2021-04-25 |
mod_rest: Fix type of response status codes in openapi spec
|
Kim Alvefur |
2021-04-25 |
mod_rest: Replace 'oob_url' with datamapper-native 'oob'
|
Kim Alvefur |
2021-04-25 |
mod_rest: Reorganise openapi spec to group stanza types
|
Kim Alvefur |
2021-04-25 |
mod_prometheus: Update readme with "manual" statistics interval
|
Jonas Schäfer |
2021-04-18 |
mod_prometheus: remove space between label k/v pairs
|
Jonas Schäfer |
2021-04-18 |
mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
|
Matthew Wild |
2021-04-17 |
mod_prometheus: Invoke stats collection if in 'manual' mode
|
Kim Alvefur |
2021-04-13 |
mod_minimix/README: Add TODO section
|
Kim Alvefur |
2021-04-11 |
mod_minimix/README: Change markdown header syntax
|
Kim Alvefur |
2021-04-11 |
mod_smacks: Fix calculation of smacks timeout values
|
tmolitor |
2021-04-12 |
mod_storage_xmlarchive: Insert micropauses in long-running queries
|
Kim Alvefur |
2021-04-09 |
mod_smacks: Fix traceback due to session being destroyed in send()
|
Kim Alvefur |
2021-04-01 |
mod_smacks: Enable on s2s by default to see what breaks
|
Kim Alvefur |
2021-03-31 |
mod_rest/README: Mention other modules this one is a superset of
|
Kim Alvefur |
2021-03-26 |
mod_rest: Add XEP-0359 ids to schema mapping
|
Kim Alvefur |
2021-03-24 |
mod_rest: Remodel occupant-id (XEP-0421) as single attribute tag
|
Kim Alvefur |
2021-03-23 |
mod_rest: Fix name of entry in error registry for unauth 'from'
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add a 'title' to XEP-0085 mapping (for documentation)
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add mappings for a whole pile of XEPs
|
Kim Alvefur |
2021-03-23 |
mod_rest: Document the /echo endpoint in the openapi spec
|
Kim Alvefur |
2021-03-23 |
mod_rest: Move openapi spec into res/ dir to get it included in rocks
|
Kim Alvefur |
2021-03-23 |
mod_rest: Reflect XEP-0092 queries no longer taking booleans in openapi spec
|
Kim Alvefur |
2021-03-23 |
mod_rest: Remove inaccurate comment
|
Kim Alvefur |
2021-03-23 |
mod_rest: Restore 'kind' property in JSON-mapped objects
|
Kim Alvefur |
2021-03-23 |
mod_post_msg: Add sendxmpp-curl
|
Kim Alvefur |
2021-03-23 |
mod_rest: Add XEP-0066 to mapping schema (breaking from previous jsonmap)
|
Kim Alvefur |
2021-03-22 |
mod_pubsub_post: Allow specifying item id by a special mapping
|
Kim Alvefur |
2021-03-22 |
mod_pubsub_post: Add support for mapping incoming JSON to XML
|
Kim Alvefur |
2021-03-22 |
mod_rest: Declare presence priority an integer in -128..127 per RFC6121
|
Kim Alvefur |
2021-03-21 |
mod_rest: Convert XEP-0039 to datamapping
|
Kim Alvefur |
2021-03-21 |
mod_rest: Replace most mappings by using util.datamapper
|
Kim Alvefur |
2021-03-21 |
mod_http_admin_api: support for updating user roles via the API
|
Jonas Schäfer |
2021-03-22 |
mod_http_admin_api: allow updating the user nickname via API
|
Jonas Schäfer |
2021-03-22 |
mod_muc_markers: Prevent any markers from reaching the archive, even if untracked
|
Matthew Wild |
2021-03-22 |
mod_rest: Add an 'echo' endpoint for debugging
|
Kim Alvefur |
2021-03-20 |
mod_pubsub_summary: Fix to not strip inline links
|
Kim Alvefur |
2021-03-17 |
mod_firewall: Add basic LIST backend for receiving items from PubSub
|
Kim Alvefur |
2021-03-14 |
mod_pubsub_subscription: New module providing an API for pubsub subscriptions
|
Kim Alvefur |
2021-03-15 |
mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking
|
Matthew Wild |
2021-03-15 |
mod_http_upload_external: add access control option
|
Nicolas Cedilnik |
2021-03-14 |
mod_pubsub_eventsource: Fix processing of newlines
|
Kim Alvefur |
2021-03-12 |
mod_pubsub_summary: Fix traceback when <content> not included
|
Kim Alvefur |
2021-03-12 |
mod_rest: Fix typos [codespell]
|
Kim Alvefur |
2021-03-09 |
mod_muc_http_defaults/README: Fix schema
|
Kim Alvefur |
2021-03-09 |
mod_ogp: Log error responses
|
JC Brand |
2021-03-08 |
mod_rest: Allow passing e.g. disco 'node' as a ?query variable
|
Kim Alvefur |
2021-03-07 |
mod_rest: Allow empty @to to mean to=account is in normal XMPP
|
Kim Alvefur |
2021-03-07 |
mod_rest: Fix tag name in parsing of OOB payloads
|
Kim Alvefur |
2021-03-07 |
mod_rest: Fix the OOB tag name which also differs in messages
|
Kim Alvefur |
2021-03-07 |
mod_rest: Change OOB namespace to the one used in messages
|
Kim Alvefur |
2021-03-07 |
mod_rest/apidemo: Serve yaml with a (non-standard) content-type
|
Kim Alvefur |
2021-03-07 |
mod_rest/openapi: Reorder request bodies becasue YAML
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Add missing body for POST /kind/type/to query
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Improve ping (XEP-0199) representation
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Improve organization and navigation
|
Kim Alvefur |
2021-03-04 |
mod_rest/openapi: Describe 'version' endpoint in more detail
|
Kim Alvefur |
2021-03-03 |
mod_rest/openapi: Remove 202 response for ping (doesn't happen)
|
Kim Alvefur |
2021-03-03 |
mod_s2s_auth_dane: Fix traceback in DANE-TA check because unpack() moved
|
Kim Alvefur |
2021-03-03 |
mod_s2s_auth_dane: Disable now redundant validation done in trunk
|
Kim Alvefur |
2021-03-03 |
mod_pubsub_text_interface: Pass node object to broadcaster for config access
|
Kim Alvefur |
2021-03-02 |
mod_rest: Add option for serving interactive openapi documentation
|
Kim Alvefur |
2021-03-02 |
mod_rest/openapi: Deduplicate things using references
|
Kim Alvefur |
2021-03-02 |
mod_rest/openapi: Fix dataform references
|
Kim Alvefur |
2021-03-02 |
mod_ogp/README: Add Lua language annotation to prosody config snippet
|
Kim Alvefur |
2021-03-02 |
mod_ogp/README: Annotate example as XML to enable syntax highlighting
|
Kim Alvefur |
2021-03-02 |
mod_ogp: Add the ability to whitelist domains
|
JC Brand |
2021-03-02 |
mod_ogp: Add the ability to detect and process multiple URLs in a body
|
JC Brand |
2021-03-02 |
mod_rest: Fix syntax error in previous commit
|
Kim Alvefur |
2021-03-01 |
mod_rest: Revert leftover of unfinished ?query mapping
|
Kim Alvefur |
2021-02-28 |
mod_rest: Add schema for errors
|
Kim Alvefur |
2021-02-28 |
mod_rest: Support GET for certain IQ queries
|
Kim Alvefur |
2021-02-28 |
mod_rest: Add more REST-looking way to send stanzas
|
Kim Alvefur |
2021-02-28 |
mod_rest: Restructure API spec
|
Kim Alvefur |
2021-02-28 |
mod_muc_http_defaults: Schema corrections
|
Kim Alvefur |
2021-02-27 |
mod_rest: Add an OpenAPI specification
|
Kim Alvefur |
2021-02-27 |
mod_rest: Roundtrip disco and items when string or boolean is used
|
Kim Alvefur |
2021-02-26 |
mod_migrate_http_upload: Remove storage path when done
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Don't include per-upload directory twice
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Respect the 'http_upload_path' setting
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Fix autolink in README
|
Kim Alvefur |
2021-02-24 |
mod_migrate_http_upload: Upload data converter to mod_http_file_share
|
Kim Alvefur |
2021-02-24 |
mod_cloud_notify_encrypted: Advertise support for JMI push notifications
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify_encrypted: Include full JID of sender with call notifications, per spec
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify_encrypted: Fix expected namespace of JMI description element
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify: Consider incoming XEP-0353 call requests as important
|
Matthew Wild |
2021-02-23 |
mod_smacks: Correct field name for session
|
Kim Alvefur |
2021-02-23 |
mod_log_json: allow logging of formatted message
|
Jonas Schäfer |
2021-02-22 |
mod_ogp: Remove old, empty README
|
JC Brand |
2021-02-22 |
mod_ogp: Add README
|
JC Brand |
2021-02-22 |
mod_ogp: Make sure OGP fasten messages get archived
|
JC Brand |
2021-02-22 |
mod_smacks: Only act on CSI state changes if smacks is enabled
|
Kim Alvefur |
2021-02-22 |
mod_cloud_notify_encrypted: Fix traceback (incorrect variable name)
|
Matthew Wild |
2021-02-22 |
mod_cloud_notify_encrypted: Update to latest spec, fixes unreliable call notifications
|
Matthew Wild |
2021-02-22 |
mod_muc_http_defaults: Add template filters to let you extract room JID parts
|
Kim Alvefur |
2021-02-21 |
mod_auth_http: type fix #1621
|
Ben |
2021-01-25 |
mod_muc_http_defaults: Expand documentation on expected API response
|
Kim Alvefur |
2021-02-20 |
mod_muc_http_defaults: Minor schema tweak
|
Kim Alvefur |
2021-02-20 |
Add tag 'Statistics' to some modules to ease discoverability
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Fix resetting affiliations (it's plural)
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Fix order of http callback arguments
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Remove fancy to be 0.11-compatible
|
Kim Alvefur |
2021-02-19 |
mod_muc_http_defaults: Get MUC room config from an API
|
Kim Alvefur |
2021-02-19 |
mod_smacks: Request ack on signal of ongoing CSI flush
|
Kim Alvefur |
2021-02-16 |
mod_smacks: Explicitly request ack when leaving CSI-inactive mode
|
Kim Alvefur |
2021-02-16 |
mod_smacks: Do ask for acks while in CSI inactive mode, but less frequent
|
Kim Alvefur |
2021-02-16 |
mod_http_upload: Add access config option
|
Nicolas Cedilnik |
2021-02-16 |
mod_smacks: Don't ask for acks while in (csi) inactive mode
|
Kim Alvefur |
2021-02-16 |
mod_s2s_auth_posh: Use unused loop variable for something [luacheck]
|
Kim Alvefur |
2021-02-11 |
mod_register_web: Add hCaptcha provider
|
Michel Le Bihan |
2021-02-15 |
mod_register_web: Update reCAPTCHA URL
|
Michel Le Bihan |
2021-02-15 |
mod_pubsub_summary: Make titles *bold* to stand out more
|
Kim Alvefur |
2021-02-10 |
mod_pubsub_summary: Skip adding title if already part of summary
|
Kim Alvefur |
2021-02-10 |
mod_pubsub_summary: Include multiple links (e.g. podcast media)
|
Kim Alvefur |
2021-02-10 |
mod_pubsub_summary: Explain why it picks content or summary in a comment
|
Kim Alvefur |
2021-02-10 |
mod_tlsfail: Test how servers react to starttls failure
|
Kim Alvefur |
2021-02-10 |
mod_auth_ccert/README: Add certificate purpose conifg to example
|
Kim Alvefur |
2021-02-06 |
mod_auth_ccert/README: Add setting to ensure Prosdy asks for client certificate
|
Kim Alvefur |
2021-02-06 |
mod_groups_shell: add an admin shell command for updating bookmarks
|
Jonas Schäfer |
2021-02-05 |
mod_groups_internal: allow force-emitting group member addition events
|
Jonas Schäfer |
2021-02-05 |
mod_cloud_notify: Fix nesting of push form (thanks ivucica/Andrzej)
|
Matthew Wild |
2021-02-05 |
mod_pubsub_feeds: Translate RSS <enclosure> to Atom for podcasts
|
Kim Alvefur |
2021-02-04 |
mod_pubsub_feeds: Copy Atom tags from RSS as-is
|
Kim Alvefur |
2021-02-04 |
mod_pubsub_summary: Mangle HTML payloads in Atom/RSS feeds
|
Kim Alvefur |
2021-02-04 |
mod_groups_muc_bookmarks: manage PEP (XEP-0048) bookmarks of group members
|
Jonas Schäfer |
2021-02-03 |
mod_groups_internal: emit events for group membership changes
|
Jonas Schäfer |
2021-02-03 |
mod_groups_internal: correctly destroy MUC associated with group
|
Jonas Schäfer |
2021-02-02 |
mod_invites: add extensive help message
|
Jonas Schäfer |
2021-02-01 |
mod_invites: rework CLI parsing to support groups
|
Jonas Schäfer |
2021-01-31 |
mod_muc_defaults: handle case where affiliations are unset
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: handle empty groups correctly
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: fix log message not appearing
|
Jonas Schäfer |
2021-01-31 |
mod_groups_internal: make robust against module reloads
|
Jonas Schäfer |
2021-01-31 |
mod_groups_migration: make default group name configurable
|
Jonas Schäfer |
2021-01-30 |
mod_groups_internal: maintain the name of the associated MUC
|
Jonas Schäfer |
2021-01-30 |
mod_invites_register_api: Handle password resets
|
Jonas Schäfer |
2021-01-30 |
mod_smacks: allow O(1) processing of delayed ack events
|
tmolitor |
2021-01-30 |
mod_cloud_notify: use stanza from mod_smacks to behave O(1)
|
tmolitor |
2021-01-30 |
mod_compliance_2021: XEP-0443: XMPP Compliance Suites 2021 self-test
|
Kim Alvefur |
2021-01-30 |
mod_invites_adhoc: Add support for specifying roles that may invite users, admins may always invite
|
Matthew Wild |
2021-01-28 |
mod_invites_adhoc: Fail contact invite if user is not on current host
|
Matthew Wild |
2021-01-28 |
mod_invites_page: Some fixes for external-only mode
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Style
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Fix unintended global variable (thanks luacheck)
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Fix incorrect function name
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Remove unused local function
|
Matthew Wild |
2021-01-27 |
mod_groups_internal: Prep MUC JID before exposing/storing it (just in case)
|
Matthew Wild |
2021-01-27 |
mod_invites_page: Allow disabling of built-in pages with invites_page_external option
|
Matthew Wild |
2021-01-27 |
mod_invites_register: factor group handling into separate module
|
Jonas Schäfer |
2021-01-26 |
mod_invites_groups: factor group handling out of mod_invites_register
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: send invite to new members of groups
|
Jonas Schäfer |
2021-01-26 |
mod_migrate: Allow migrating data not attached to any user / nil user
|
Kim Alvefur |
2021-01-26 |
mod_invites_adhoc: also add tracking information to contact invites
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: re-add information about invite creator
|
Jonas Schäfer |
2021-01-26 |
mod_invites_adhoc: add information about who created an invitation
|
Jonas Schäfer |
2021-01-26 |
mod_invites_tracking: simple module to store who created an invite
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: remove deprecated API endpoint
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: fix default value and handling of groups_muc_host
|
Jonas Schäfer |
2021-01-26 |
mod_groups_migration: initialise the group with a MUC
|
Jonas Schäfer |
2021-01-26 |
mod_http_admin_api: support for creating groups with MUCs
|
Jonas Schäfer |
2021-01-26 |
mod_groups_internal: manage associated MUC
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow creating MUCs if a MUC host is linked
|
Jonas Schäfer |
2021-01-25 |
mod_groups_migration: module helping migration to groups
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow delay of roster sync on group change
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: allow specifying a group_id on create
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register: port to mod_groups_internal
|
Jonas Schäfer |
2021-01-25 |
mod_groups_internal: new module for grouping beyond mod_adhoc_groups
|
Matthew Wild |
2021-01-25 |
mod_http_admin_api: port to use new mod_groups_internal module
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register_api: reroute register call
|
Jonas Schäfer |
2021-01-25 |
mod_invites_register_api: New module to allow turning invites into accounts via a HTTP API
|
Matthew Wild |
2021-01-25 |
mod_http_admin_api: Add OpenAPI spec
|
Matthew Wild |
2021-01-23 |
mod_http_admin_api: Add 'reset' property to returned invite objects
|
Matthew Wild |
2021-01-23 |
mod_invites: Add ttl to all public creation APIs
|
Matthew Wild |
2021-01-23 |
mod_invites: Fix typo in variable name
|
Matthew Wild |
2021-01-23 |
mod_http_admin_api: Allow specifying groups in account invite
|
Matthew Wild |
2021-01-23 |
mod_http_admin_api: Improve invite API and support password resets
|
Matthew Wild |
2021-01-23 |
mod_cloud_notify_encrypted: Fix traceback on push of message with no body
|
Matthew Wild |
2021-01-22 |
mod_rest: Fix json-mapping stanzas with text or whitespace between tags
|
Kim Alvefur |
2021-01-22 |
mod_http_admin_api: Add /server/info endpoint for site_name and version
|
Matthew Wild |
2021-01-21 |
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
|
Matthew Wild |
2021-01-21 |
mod_http_admin_api: add support for updating groups
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: Some fixes and improvements for the groups API
|
Matthew Wild |
2021-01-21 |
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
|
Matthew Wild |
2021-01-21 |
mod_http_admin_api: do not report OMEMO as ok if no devices exist
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: make the api a bit less untested
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: set content-type for debug API
|
Jonas Schäfer |
2021-01-21 |
mod_http_admin_api: 100% untested user debug info endpoint
|
Matthew Wild |
2021-01-21 |
mod_http_admin_api: restructure group-related info in API
|
Jonas Schäfer |
2021-01-20 |
mod_http_admin_api: Return new group object on successful creation
|
Matthew Wild |
2021-01-20 |
mod_http_admin_api: Switch PUT to POST where appropriate
|
Matthew Wild |
2021-01-19 |
mod_http_admin_api: Fix logic bug
|
Matthew Wild |
2021-01-19 |
mod_http_admin_api: Ensure 'reusable' flag is always present on an invite
|
Matthew Wild |
2021-01-19 |
mod_invites, mod_http_admin_api: Allow specifying multiple groups when creating an invite
|
Matthew Wild |
2021-01-19 |
mod_muc_markers: boolean should be used, not string
|
JC Brand |
2021-01-18 |
mod_cloud_notify: Fix handling of push_queue
|
tmolitor |
2021-01-17 |
mod_http_admin_api: Add XMPP URI into invite objects
|
Matthew Wild |
2021-01-17 |