summary refs log tree commit diff
path: root/io.github.NhekoReborn.Nheko.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use upstream gstreamerNicolas Werner2022-09-121-31/+1
|
* Fix sync with empty invite stateNicolas Werner2022-09-101-2/+2
|
* Bump mtxclient to released versionNicolas Werner2022-09-091-2/+2
|
* Fix crash when joining a room with previewNicolas Werner2022-09-091-2/+2
|
* Bump mtxclientNicolas Werner2022-09-071-2/+2
|
* Update gstreamerNicolas Werner2022-09-061-2/+2
|
* Allow creating spacesNicolas Werner2022-09-051-1/+1
|
* Fix invalid userids on profile requestsNicolas Werner2022-08-301-1/+1
|
* Don't trust synapseNicolas Werner2022-08-271-1/+1
| | | | fixes #1172
* Support editing space childrenNicolas Werner2022-08-101-1/+1
|
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-051-2/+2
| | | | | | Requires MSC3266 Fixes #1129
* Bump dependenciesNicolas Werner2022-07-221-6/+6
|
* Fix skipping over all events after a redactionNicolas Werner2022-07-191-1/+1
|
* Properly figure out entity that is controlled by policy ruleNicolas Werner2022-07-171-1/+1
|
* Fixed formattingr0hit052022-07-151-2/+2
|
* Changed mtxclient commit id for CIr0hit052022-07-151-2/+2
|
* Fix command in flatpakNicolas Werner2022-07-101-1/+1
|
* Support rendering policy rulesNicolas Werner2022-07-091-1/+1
|
* Allow editing aliasesNicolas Werner2022-07-081-1/+1
|
* Require matrix v1.1 or greaterNicolas Werner2022-06-251-1/+1
|
* Support the knock_restricted ruleNicolas Werner2022-06-181-1/+1
|
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-171-1/+1
|
* Remove remaining groups codeNicolas Werner2022-06-171-1/+1
|
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-171-1/+1
|
* Update hidden read receipts MSCNicolas Werner2022-06-141-1/+1
|
* Guard against servers sending null in the unused fallback keys propertyNicolas Werner2022-05-151-1/+1
|
* Fix shadowing warningNicolas Werner2022-05-141-1/+1
|
* Add support for fallback keysNicolas Werner2022-05-141-1/+1
|
* Add KImageFormatsNicolas Werner2022-05-071-0/+30
| | | | fixes #1070
* Make Nheko discoverable using appdataNicolas Werner2022-04-181-3/+0
|
* Make sender_key in key requests optionalNicolas Werner2022-04-081-1/+1
|
* Fix sending sender_key in key requestsNicolas Werner2022-04-081-1/+1
|
* Fix SSSS if another client used the wrong base64 formatNicolas Werner2022-04-081-1/+1
|
* Fix a few issues with receiving to_device messages in initial syncNicolas Werner2022-04-081-1/+1
|
* Update mtxclientNicolas Werner2022-03-301-1/+1
|
* Add backend for new room creation dialogsNicolas Werner2022-03-291-2/+2
|
* Update gstreamer in flatpak to 1.20Nicolas Werner2022-03-141-38/+29
|
* Remove unused asio flagNicolas Werner2022-03-091-4/+0
|
* Release 0.9.2Nicolas Werner2022-03-091-2/+2
|
* Fix server switching to https after bootstrapNicolas Werner2022-03-071-1/+1
| | | | fixes #878
* Allow explicit selection of SSO methodNicolas Werner2022-03-061-3/+3
| | | | fixes #975
* Bump mtxclientNicolas Werner2022-02-251-1/+1
|
* Merge branch 'v0.9.1-fixes'Nicolas Werner2022-02-241-1/+1
|\
| * Rebuild against newer mtxclientNicolas Werner2022-02-241-2/+2
| |
* | Bump mtxclient versionNicolas Werner2022-02-221-1/+1
| |
* | update mtxclientGuillaume Girol2022-02-211-1/+1
| |
* | Switch to newer flatpak runtimeNicolas Werner2022-02-121-3/+1
| | | | | | | | | | Apparently the bug https://bugreports.qt.io/browse/QTBUG-99545 shouldn't happen in the runtime anymore.
* | Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-121-1/+1
| |
* | Fix application name on Wayland in flatpakNicolas Werner2022-02-091-0/+1
| | | | | | | | fixes #903
* | Fix avatar url conversion for widgetsNicolas Werner2022-02-041-1/+1
| |
* | Show widgets as linksNicolas Werner2022-02-041-1/+1
| |
* | Fetch previews for space children using /hierarchyNicolas Werner2022-02-021-1/+1
| |
* | Bump mtxclientNicolas Werner2022-01-281-1/+1
| |
* | Add clazy to CINicolas Werner2021-12-291-2/+2
| |
* | Add man page (#851)tastytea2021-12-221-0/+1
|/ | | | | | | | This adds a man page which lists command line options, key bindings and commands. A new CMake option `MAN` is added, enabled by default on `UNIX` but not `APPLE`. The man pages are generated with either `a2x` (from asciidoc) or `asciidoctor`. If both are not found, a fatal error is signaled.
* Bump dep versionsNicolas Werner2021-12-191-6/+8
|
* Bump mtxclient dependencyNicolas Werner2021-12-111-1/+1
|
* Use old flatpak runtime to prevent crashes on armNicolas Werner2021-11-271-1/+3
|
* Fix loading on Gnome when in flatpakNicolas Werner2021-11-241-1/+3
| | | | | | See https://gitlab.gnome.org/GNOME/libsecret/-/issues/49 fixes #816
* Pretty error printingNicolas Werner2021-11-211-4/+2
|
* Fix jdenticon plugin not loadingNicolas Werner2021-11-191-2/+2
|
* Jdenticon updateJoseph Donofry2021-11-181-2/+2
|
* Update bundled depsNicolas Werner2021-11-181-19/+34
|
* Add qt-jdention to flatpakNicolas Werner2021-11-151-0/+10
|
* Fix parsing some exotic image packsNicolas Werner2021-11-091-1/+1
|
* Fix bootstrap after registrationNicolas Werner2021-11-081-1/+1
|
* Fix registration on matrix.orgNicolas Werner2021-11-031-1/+1
| | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670
* Add support for listing devices that do not support encryption, add support ↵Thulinma2021-10-171-1/+1
| | | | | | for logging out devices. Ticks off another box in #23!
* Support bootstrapping crosssigningNicolas Werner2021-10-091-1/+1
| | | | | Showing the bootstrap state and showing there are unverified devices is still missing.
* Add additional check for invalid megolm sessionsNicolas Werner2021-10-041-1/+1
|
* bump mtxclientNicolas Werner2021-09-161-1/+1
| | | | fixes build with new libolm
* bump mtxclientNicolas Werner2021-09-021-1/+1
|
* Fix parsing query keys responses with optional keys missingNicolas Werner2021-08-311-1/+1
|
* bump mtxclientNicolas Werner2021-08-261-1/+1
|
* bump mtxclientNicolas Werner2021-08-171-1/+1
|
* Allow downloading keys from key backupNicolas Werner2021-08-171-1/+1
|
* Fix lambda to function pointer in coeurl on LinuxNicolas Werner2021-08-121-2/+2
|
* Fix typo in coeurlNicolas Werner2021-08-121-2/+2
|
* Update coeurlNicolas Werner2021-08-111-1/+1
|
* Fix long tcp timeoutsNicolas Werner2021-08-111-2/+2
| | | | relates to #658
* device=shm not needed in flatpakNicolas Werner2021-08-071-1/+0
|
* Share shm in flatpakNicolas Werner2021-08-071-0/+3
| | | | | | fixes #562 Requires flatpak 1.11.1
* Fix redactionsNicolas Werner2021-08-071-1/+1
|
* Basic sticker pack editorNicolas Werner2021-08-061-1/+1
|
* Fix some issues when parsing or serializing enabled pack roomsNicolas Werner2021-07-241-1/+1
|
* Update mtxclientNicolas Werner2021-07-231-1/+1
|
* Fix sending encrypted editsNicolas Werner2021-07-131-1/+1
|
* Add libevent in flatpakNicolas Werner2021-06-301-10/+15
|
* Update mtxclient and add coeurl to flatpakNicolas Werner2021-06-301-11/+7
|
* Update mtxclient for spacesNicolas Werner2021-06-251-1/+1
|
* Update libolmNicolas Werner2021-06-141-2/+2
|
* Use a few more dbus name in flatpakNicolas Werner2021-05-231-1/+3
|
* Update mtxclient to use new login parametersNicolas Werner2021-04-301-2/+1
| | | | fixes #558
* Fix keys not being reshared to the same devices, that already got them, if ↵Nicolas Werner2021-04-201-1/+2
| | | | the message got lost
* Bump version to 0.8.2Joseph Donofry2021-04-181-1/+1
|
* Fix broken olm channels automaticallyNicolas Werner2021-04-131-1/+1
|
* Convert flatpak file to yaml to be able to add commentsNicolas Werner2021-03-151-0/+178