Age | Commit message (Expand) | Author |
2021-06-23 | Re-generate API files | Alexey Rusakov |
2021-06-13 | BaseJob: FollowRedirectsAttribute -> RedirectPolicyAttribute | Alexey Rusakov |
2021-06-13 | Uri: Fix ambiguity around QChar constructors | Alexey Rusakov |
2021-06-13 | EncryptionEvent: fix "too perfect forwarding" | Alexey Rusakov |
2021-06-13 | Exclude code no more needed with Qt6 | Alexey Rusakov |
2021-06-13 | Disable the piece depending on Qt Multimedia for Qt 6 | Alexey Rusakov |
2021-06-13 | Make RequestData compile again | Alexey Rusakov |
2021-06-13 | uri.cpp, room.*: Get rid of QStringRefs | Alexey Rusakov |
2021-06-12 | connection.cpp: erase_if -> remove_if | Alexey Rusakov |
2021-06-12 | Adjust to new moc/QMetaType requirements | Alexey Rusakov |
2021-06-07 | Connection::joinRoom() shouldn't enforce room state | Alexey Rusakov |
2021-05-09 | Fix joinedRoom signal not being emitted in some cases | Alexey Rusakov |
2021-04-26 | Make it possible to load the user metadata | Carl Schwan |
2021-02-26 | Apply suggestion | Carl Schwan |
2021-02-26 | Add public method to determine if we can change the user password | Carl Schwan |
2021-02-23 | Merge pull request #455 from arawaaa/removeavatar | Alexey Rusakov |
2021-02-22 | Adds ability remove the avatar | Arnav Rawat |
2021-02-21 | Update a comment that still mentions Riot | Alexey Rusakov |
2021-02-21 | Uri: support abbreviated types in Matrix URIs | Alexey Rusakov |
2021-02-16 | Merge pull request #442 from ognarb/localuserinfo | Alexey Rusakov |
2021-01-28 | Merge pull request #449 from rpallai/richeditfix | Alexey Rusakov |
2021-01-28 | Fix rich edits (transmit) | Roland Pallai |
2021-01-28 | Fix rich replies json format (transmit) | Roland Pallai |
2021-01-25 | Room::P::removeMemberFromMap: comment that Q_ASSERT | Alexey Rusakov |
2021-01-23 | Load user info (display name + avatar) for the local user. | Carl Schwan |
2021-01-21 | Add more properties to CallCandidateEvent | Carl Schwan |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2021-01-15 | Merge branch 'master' into dfaure/stricter-flags | Kitsune Ral |
2021-01-15 | Merge pull request #428 from ognarb/licensing | Kitsune Ral |
2021-01-15 | Drop a file deleted in master | Kitsune Ral |
2021-01-14 | Fix a typo in the previous typo fix | Kitsune Ral |
2021-01-14 | EncryptionManager: fix a typo | Kitsune Ral |
2021-01-12 | EventItemBase: Allow adding custom data | Kitsune Ral |
2021-01-07 | Connection: don't explicitly reset QPointers | Kitsune Ral |
2021-01-07 | isJobRunning() -> isJobPending() | Kitsune Ral |
2021-01-07 | BaseJob: setStatus(Pending) on scheduling a retry | Kitsune Ral |
2021-01-07 | Connection::resolveServer: abandon is not a failure | Kitsune Ral |
2021-01-07 | BaseJob: more logging | Kitsune Ral |
2021-01-07 | Prefer connecting to BaseJob::result(), not finished() | Kitsune Ral |
2020-12-28 | Merge pull request #425 from ognarb/sticker | Kitsune Ral |
2020-12-28 | Connection: fix FTBFS with Quotient_E2EE_ENABLED | Kitsune Ral |
2020-12-28 | event.h: Fix breakage of AppVeyor CI | Kitsune Ral |
2020-12-28 | Add support for sticker events | Carl Schwan |
2020-12-28 | Room: inline a once-used variable | Kitsune Ral |
2020-12-28 | Room: really fix namesakes assertion failure | Kitsune Ral |
2020-12-28 | Add a new logging category for room member changes | Kitsune Ral |
2020-12-28 | Use generated SetReadMarkerJob instead of PostReadMarkersJob | Kitsune Ral |
2020-12-28 | BaseJob::initiate: add Q_LIKELY | Kitsune Ral |
2020-12-28 | Cleanup and clang-tidy/clazy fixes | Kitsune Ral |
2020-12-28 | Connection: refactor the resolve/login code | Kitsune Ral |