-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C2s/merge master #3904
C2s/merge master #3904
Commits on Dec 1, 2022
-
Improve error handling in session
Kamil Waz committedDec 1, 2022 Configuration menu - View commit details
-
Copy full SHA for bd0c840 - Browse repository at this point
Copy the full SHA bd0c840View commit details -
The goal is to handle the error cases: - Non-existing users shouldn't be room owners or message senders - 'Room not found' should be returned if the room does not exist Other functional changes: - Name and subject are not required, because they shouldn't be. They have defaults, and they can be removed in a custom config schema. - Only room owner should be able to kick room members. Operations are broken into reusable steps, and a fold operation is used to iterate over them.
Configuration menu - View commit details
-
Copy full SHA for 79e52ce - Browse repository at this point
Copy the full SHA 79e52ceView commit details -
Update the REST API for MUC Light
- Handle the new error cases from the API module. - Pass name and subject in the config map. - Remove permission checking, which is done in mod_muc_light_api now.
Configuration menu - View commit details
-
Copy full SHA for f5f8658 - Browse repository at this point
Copy the full SHA f5f8658View commit details -
Update the GraphQL API for MUC Light
- Update some operation names - Pass room name and subject in a map - Convert printed JIDs to binaries
Configuration menu - View commit details
-
Copy full SHA for 7e76911 - Browse repository at this point
Copy the full SHA 7e76911View commit details -
Update the GraphQL schema for MUC Light
- Protect 'mucDomain' on room creation. The reason is that a domain admin shouldn't be able to create a room at a different domain. The operation directly calls the MUC Light backend. - Room JID is always bare - Require 'mod_mam_muc' for message archive - Make name and subject optional, as they should be. they have default values, and the user could even remove them from the config schema.
Configuration menu - View commit details
-
Copy full SHA for be08787 - Browse repository at this point
Copy the full SHA be08787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039adca - Browse repository at this point
Copy the full SHA 039adcaView commit details -
Update tests for the GraphQL MUC Light API
- Run the archive-related tests with and without MAM - Test the new error conditions
Configuration menu - View commit details
-
Copy full SHA for 4de7380 - Browse repository at this point
Copy the full SHA 4de7380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9788b67 - Browse repository at this point
Copy the full SHA 9788b67View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 358ab98 - Browse repository at this point
Copy the full SHA 358ab98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 546a6f0 - Browse repository at this point
Copy the full SHA 546a6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a222ff - Browse repository at this point
Copy the full SHA 3a222ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 514b947 - Browse repository at this point
Copy the full SHA 514b947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e484f9 - Browse repository at this point
Copy the full SHA 8e484f9View commit details -
Merge pull request #3889 from esl/remove_domain/incremental_db_deletes
Remove domain/incremental db deletes
Configuration menu - View commit details
-
Copy full SHA for 0d0c822 - Browse repository at this point
Copy the full SHA 0d0c822View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 389cb78 - Browse repository at this point
Copy the full SHA 389cb78View commit details -
Kamil Waz committed
Dec 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 5e66fe0 - Browse repository at this point
Copy the full SHA 5e66fe0View commit details -
Co-authored-by: Nelson Vides <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4deb53f - Browse repository at this point
Copy the full SHA 4deb53fView commit details
Commits on Dec 6, 2022
-
Merge pull request #3881 from esl/graphql-error-handling-muc-light
GraphQL error handling in MUC Light
Configuration menu - View commit details
-
Copy full SHA for 557e265 - Browse repository at this point
Copy the full SHA 557e265View commit details -
Improve error handling in vcard
Kamil Waz committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for f6346b2 - Browse repository at this point
Copy the full SHA f6346b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a6d50 - Browse repository at this point
Copy the full SHA 36a6d50View commit details -
Merge pull request #3861 from esl/improve-error-handling-in-metric-api
Improve error handling in metric API
Configuration menu - View commit details
-
Copy full SHA for aa0ac8e - Browse repository at this point
Copy the full SHA aa0ac8eView commit details -
Merge pull request #3883 from esl/api-modules/session
Improve error handling in session
Configuration menu - View commit details
-
Copy full SHA for 398d39a - Browse repository at this point
Copy the full SHA 398d39aView commit details
Commits on Dec 7, 2022
-
Merge pull request #3887 from esl/hooks/ejabberd_ctl
Refactored hook handlers in ejabberd_ctl
Configuration menu - View commit details
-
Copy full SHA for 64edde9 - Browse repository at this point
Copy the full SHA 64edde9View commit details -
Kamil Waz committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 69a7261 - Browse repository at this point
Copy the full SHA 69a7261View commit details -
Also added links to the releases (to be consistent). Bullet points are more easy to read. Added more info, for example, for years 2018-2019. Removed Next, Next, Next sentences, because the order is in reverse.
Configuration menu - View commit details
-
Copy full SHA for 31431f0 - Browse repository at this point
Copy the full SHA 31431f0View commit details -
Simplify the GraphQL handler name
None of the remaining HTTP handlers have 'cowboy' in their names, and there is no reason why the user would have to know that currently we are using Cowboy. This is an implementation detail that might change anyway.
Configuration menu - View commit details
-
Copy full SHA for ab332a4 - Browse repository at this point
Copy the full SHA ab332a4View commit details
Commits on Dec 8, 2022
-
Merge pull request #3890 from esl/api-modules/vcard
Improve error handling in vcard
Configuration menu - View commit details
-
Copy full SHA for 2567190 - Browse repository at this point
Copy the full SHA 2567190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0239653 - Browse repository at this point
Copy the full SHA 0239653View commit details -
Replace 'egrep' with 'grep -E'
The latest version of 'egrep' prints the following warning: egrep: warning: egrep is obsolescent; using grep -E Also: don't use the '-e' option when not necessary.
Configuration menu - View commit details
-
Copy full SHA for 2afb39b - Browse repository at this point
Copy the full SHA 2afb39bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2708c - Browse repository at this point
Copy the full SHA 5e2708cView commit details -
Merge pull request #3898 from esl/update-npm-for-docs
Update npm to work with the latest SpectaQL
Configuration menu - View commit details
-
Copy full SHA for 146cab3 - Browse repository at this point
Copy the full SHA 146cab3View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d9a5c46 - Browse repository at this point
Copy the full SHA d9a5c46View commit details
Commits on Dec 12, 2022
-
Janusz Jakubiec authored and Janusz Jakubiec committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 83e5fe3 - Browse repository at this point
Copy the full SHA 83e5fe3View commit details -
Janusz Jakubiec authored and Janusz Jakubiec committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 9e6a046 - Browse repository at this point
Copy the full SHA 9e6a046View commit details -
Janusz Jakubiec authored and Janusz Jakubiec committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 1f5a5f1 - Browse repository at this point
Copy the full SHA 1f5a5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d7042 - Browse repository at this point
Copy the full SHA 25d7042View commit details -
Merge pull request #3892 from esl/remove_ejabberd_hooks
Removed ejabberd_hooks module
Configuration menu - View commit details
-
Copy full SHA for 2aa6c91 - Browse repository at this point
Copy the full SHA 2aa6c91View commit details -
Merge pull request #3893 from esl/mu-reverse-history-order
Revert history order
Configuration menu - View commit details
-
Copy full SHA for 093154b - Browse repository at this point
Copy the full SHA 093154bView commit details -
Use a direct link to docss to avoid redirect Update history with Graphql and API info
Configuration menu - View commit details
-
Copy full SHA for 481522d - Browse repository at this point
Copy the full SHA 481522dView commit details
Commits on Dec 13, 2022
-
Kamil Waz committed
Dec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for afdc1f6 - Browse repository at this point
Copy the full SHA afdc1f6View commit details -
Kamil Waz committed
Dec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 3f4438a - Browse repository at this point
Copy the full SHA 3f4438aView commit details -
Janusz Jakubiec authored and Janusz Jakubiec committed
Dec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for ffcc24b - Browse repository at this point
Copy the full SHA ffcc24bView commit details
Commits on Dec 14, 2022
-
Merge pull request #3891 from esl/api-modules/private
Fixing errors in mod_private
Configuration menu - View commit details
-
Copy full SHA for fbd64b6 - Browse repository at this point
Copy the full SHA fbd64b6View commit details -
Kamil Waz committed
Dec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 94738b1 - Browse repository at this point
Copy the full SHA 94738b1View commit details -
Merge pull request #3895 from esl/graphql/import-users
Add importUsers to GraphQL
Configuration menu - View commit details
-
Copy full SHA for bc77610 - Browse repository at this point
Copy the full SHA bc77610View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 92e0dd9 - Browse repository at this point
Copy the full SHA 92e0dd9View commit details -
Merge pull request #3900 from esl/mu-update-graphql-docs
Update GraphQL docs and history
Configuration menu - View commit details
-
Copy full SHA for 773616a - Browse repository at this point
Copy the full SHA 773616aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a0e8a - Browse repository at this point
Copy the full SHA b1a0e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a48d0a - Browse repository at this point
Copy the full SHA 8a48d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ead02 - Browse repository at this point
Copy the full SHA d0ead02View commit details