Skip to content
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

Improve [Matrix] badge generation #2527

Merged
merged 30 commits into from
Dec 20, 2018

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    a20f367 View commit details
    Browse the repository at this point in the history
  2. Add a connectivity check before trying to register

    Some Matrix homeserver only use the address in the SRV record for federation, which uses its own set of routes (and can sometimes use self-signed certificates, or certs using the server's name rather than the address in their SRV record).
    Therefore, we check if the client can contact the client APIs beforehand, and fallback to the server's name in case of an error.
    babolivier committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    d3f4110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02e309 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc3282 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8453c2f View commit details
    Browse the repository at this point in the history
  6. Update doc

    babolivier committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    a72bb2d View commit details
    Browse the repository at this point in the history
  7. Fix error message

    babolivier committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    55b33b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7468fd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    48cff03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6a19b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    e17fd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9a5bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ae25b6 View commit details
    Browse the repository at this point in the history
  4. Fix unknown request test

    babolivier committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    1c1fccd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea1433e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    3ac4a25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c9938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d655fa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75b799d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f929910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fad3add View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2800387 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bb5ebe View commit details
    Browse the repository at this point in the history
  9. Update comment

    babolivier committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    3ec0c77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a94b15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    410015e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d4ec57 View commit details
    Browse the repository at this point in the history
  13. Fix typo in doc

    babolivier committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    56db2a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fcdbd8e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61f7194 View commit details
    Browse the repository at this point in the history