index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-03
Tacitly allow CMake 3.13 to keep LGTM working
Alexey Rusakov
2021-09-03
CONTRIBUTING.md: update code conventions to C++20
Alexey Rusakov
2021-09-03
CI experiment: requires GCC 10 and Clang 11
Alexey Rusakov
2021-09-03
Require CMake 3.16; drop qmake; use C++20 and newer compilers
Alexey Rusakov
2021-09-02
Merge pull request #495 from quotient-im/kitsune-ci-windows-codeql
Alexey Rusakov
2021-09-01
Drop .appveyor.yml
Alexey Rusakov
2021-09-01
CMakeLists: allow to pass clang-format options in CLANG_FORMAT
Alexey Rusakov
2021-09-01
CMakeLists: fix resolving gtad on Windows
Alexey Rusakov
2021-09-01
Change GTAD/matrix-doc paths
Alexey Rusakov
2021-09-01
Add update-api on Windows pipeline
Alexey Rusakov
2021-09-01
Fix bin path differences between POSIX and Windows
Alexey Rusakov
2021-09-01
Fix building with MSVC
Alexey Rusakov
2021-09-01
Add Windows, CodeQL
Alexey Rusakov
2021-09-01
Merge pull request #498 from TobiasFella/versioninfo
Alexey Rusakov
2021-08-31
Add functions and macros to query for Quotient's version
Tobias Fella
2021-08-30
Room: displayNameForHtml
Alexey Rusakov
2021-08-30
SettingsGroup, AccountSettings: simplify constructors
Alexey Rusakov
2021-08-26
Merge pull request #497 from TobiasFella/accountregistry
Alexey Rusakov
2021-08-26
Add AccountRegistry
Tobias Fella
2021-08-23
Room: isMember(); memberState() only needs user id
Alexey Rusakov
2021-08-23
Merge branch 'kitsune/deprecations'
Alexey Rusakov
2021-08-22
User::isGuest(): fix a clazy warning
Alexey Rusakov
2021-08-22
Fix building with MSVC
Alexey Rusakov
2021-08-22
RoomEvent: drop timestamp()
Alexey Rusakov
2021-08-22
Settings: no more setToken() and accessToken(); deprecate clearAccessToken()
Alexey Rusakov
2021-08-22
Use Q_DECL_DEPRECATED_X instead of \deprecated doc-comment
Alexey Rusakov
2021-08-22
Drop other stuff deprecated pre- or early 0.6
Alexey Rusakov
2021-08-22
Drop QMatrixClient namespace alias
Alexey Rusakov
2021-08-22
Deprecate BaseJob::Data
Alexey Rusakov
2021-08-22
Regenerate API files
Alexey Rusakov
2021-08-22
Mustache: avoid BaseJob::Data
Alexey Rusakov
2021-08-21
Cleanup
Alexey Rusakov
2021-08-21
Merge branch 'kitsune/event-status-namespace'
Alexey Rusakov
2021-08-10
Turn EventStatus from a class to a namespace
Alexey Rusakov
2021-08-10
Room::Private::sync/historyEdge()
Alexey Rusakov
2021-08-09
Merge pull request #492 from quotient-im/kitsune-qurl-in-csapi
Alexey Rusakov
2021-08-07
Update non-generated code to work with QUrls in CS API
Alexey Rusakov
2021-08-07
Update generated files
Alexey Rusakov
2021-08-07
User::avatar: add const
Alexey Rusakov
2021-08-07
gtad.yaml: use QUrl where API uses 'format: uri'
Alexey Rusakov
2021-08-07
converters.h: (actually) enable QUrl; drop unused types
Alexey Rusakov
2021-08-07
Drop an out-of-date comment
Alexey Rusakov
2021-08-07
API files: reformat after .clang-format change
Alexey Rusakov
2021-08-07
README.md: replace "PRs welcome" with a merge chance badge
Alexey Rusakov
2021-08-02
Fix lack of percent encoding in User::load()
Alexey Rusakov
2021-08-02
More doc-comments
Alexey Rusakov
2021-07-31
Room: Mark dependent Q_PROPERTYs as STORED false
Alexey Rusakov
2021-07-30
Clean up after the previous commit
Alexey Rusakov
2021-07-30
Use a better type in makeRedacted
Alexey Rusakov
2021-07-30
Room: drop 0.6 deprecations; deprecate RoomAliasEvent
Alexey Rusakov
[next]