Commit Graph

3433 Commits

Author SHA1 Message Date
DeepBlueV7.X e88ab89c18
Merge pull request #722 from Thulinma/noHtmlFixes
Fix two more HTML injection attacks.
2021-09-11 22:19:44 +00:00
Thulinma 45b5629fe4 Fix a few more HTML injections 2021-09-12 00:09:24 +02:00
Weblate 7bb1b1c650 Translated using Weblate (Malayalam)
Currently translated at 17.1% (96 of 560 strings)

Co-authored-by: vachan-maker <revsamtp@hotmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ml/
Translation: Nheko/nheko
2021-09-11 02:01:09 -04:00
Weblate 649f591903 Translated using Weblate (Portuguese (Portugal))
Currently translated at 17.6% (99 of 560 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 17.6% (99 of 560 strings)

Co-authored-by: Tnpod <tmpod@pm.me>
Co-authored-by: Xenovox <xeyesvox@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-11 02:01:09 -04:00
Weblate ef22995e62 Translated using Weblate (Portuguese (Portugal))
Currently translated at 16.7% (94 of 560 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 16.7% (94 of 560 strings)

Co-authored-by: Tnpod <tmpod@pm.me>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Xenovox <xeyesvox@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-10 11:34:54 -04:00
Weblate 1a8b7752ad Translated using Weblate (Portuguese (Portugal))
Currently translated at 16.0% (90 of 560 strings)

Co-authored-by: Xenovox <xeyesvox@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-10 11:32:03 -04:00
Weblate 4cccb98529 Translated using Weblate (Portuguese (Portugal))
Currently translated at 15.8% (89 of 560 strings)

Co-authored-by: Xenovox <xeyesvox@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-10 11:30:44 -04:00
Nicolas Werner f9a334233f
Don't allow images in username change messages and user completer
Sorry, no fun for you!
2021-09-09 21:20:34 +02:00
Nicolas Werner 495a4334df
Fix day separator when loading older messages
fixes #632
2021-09-08 12:47:44 +02:00
Nicolas Werner c7e884c454
Recommend version 0.12 of QtKeychain
See https://github.com/Nheko-Reborn/nheko/issues/715
2021-09-08 01:28:55 +02:00
DeepBlueV7.X 54cff84371
Merge pull request #714 from Thulinma/profileSizingFix
More profile improvements (sizing for smaller displays, alignment)
2021-09-07 23:30:41 +00:00
Thulinma a39cb537ae More profile improvements:
- Now scrolls entire profile instead of only device list, improving the experience on smaller screens
- Fixed centering of room name
- Allow profile to be sized smaller to match the new scrolling behavior
- Silenced warning about room being null for global profiles
- Matrix URLs now open global profiles instead of room-specific profiles if the user is not in the currently opened room
- Opening global profile from room specific profile now uses openGlobalUserProfile function instead of reinventing the wheel
2021-09-08 01:26:05 +02:00
Weblate 54723b0619 Translated using Weblate (Portuguese (Portugal))
Currently translated at 15.7% (88 of 560 strings)

Co-authored-by: Tnpod <tmpod@pm.me>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-06 22:28:57 -04:00
Nicolas Werner 80fa3e801f
Fix duplicate check possibly leaving large gaps if initial state was not in timeline 2021-09-06 01:41:23 +02:00
Weblate 6d35ef2f2f Translated using Weblate (Portuguese (Portugal))
Currently translated at 7.1% (40 of 560 strings)

Co-authored-by: Tnpod <tmpod@pm.me>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-05 18:41:04 -04:00
Nicolas Werner 6490ee3a34
Add workaround for broken key counts 2021-09-06 00:32:09 +02:00
DeepBlueV7.X d30401c3c4
Merge pull request #713 from Thulinma/noMoreDuplicates
Fixed duplicate messages appearing in timeline if server sent them
2021-09-05 22:24:16 +00:00
Nicolas Werner 70e20f5d10
Fix key count updates on conduit 2021-09-06 00:07:14 +02:00
Nicolas Werner e035d1407a
Conduit does not send count, if it didn't change 2021-09-05 23:15:44 +02:00
Thulinma 2525579610 Fixed duplicate messages appearing in timeline if server sent them 2021-09-05 23:00:29 +02:00
DeepBlueV7.X 8f1fa2ae4e
Merge pull request #712 from Thulinma/improvedProfiles
Improvements to user profiles
2021-09-05 17:18:36 +00:00
Thulinma e7564396fb Improvements to user profiles:
- Set a minimum width on the profile window (avatar size + margins)
- Made avatar editing a separate button, so you can zoom in on your own avatars
- Added hover text to avatar/displayname change buttons, which clarify where they will apply for global/room-specific profiles
- Added display of room name for room-specific profiles, with hover text that explains what that means.
- Added way to open global profile for users from their room-specific profiles (globe button next to room name)
2021-09-05 19:05:43 +02:00
DeepBlueV7.X 40cfa7ae58
Merge pull request #709 from tastytea/condense-blockquotes
Decrease margins on blockquotes.
2021-09-04 17:08:29 +00:00
tastytea c122915c28
Decrease left margins on blockquotes to 1em.
It is intentionally impossible to add borders to blockquotes via CSS:
<https://bugreports.qt.io/browse/QTBUG-23244>.

Bug: https://github.com/Nheko-Reborn/nheko/issues/704
2021-09-04 17:45:22 +02:00
Weblate 17ed785c5b Translated using Weblate (Portuguese (Portugal))
Currently translated at 7.1% (40 of 560 strings)

Translated using Weblate (Portuguese (Portugal))

Currently translated at 7.1% (40 of 560 strings)

Co-authored-by: Gabriel R <gbr.rms@outlook.com>
Co-authored-by: Tnpod <tmpod@pm.me>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-04 10:40:41 -04:00
Weblate 2ec6ee304f Translated using Weblate (Portuguese (Portugal))
Currently translated at 1.2% (7 of 560 strings)

Co-authored-by: Gabriel R <gbr.rms@outlook.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2021-09-03 20:11:43 -04:00
Joe Donofry eaa39ac2a3 Merge branch 'macos_notarization' into 'master'
Macos notarization

See merge request nheko-reborn/nheko!11
2021-09-03 18:53:32 +00:00
Joe Donofry 3b643c9c08 Macos notarization 2021-09-03 18:53:31 +00:00
Weblate 764bd203d1 Translated using Weblate (French)
Currently translated at 100.0% (560 of 560 strings)

Translated using Weblate (French)

Currently translated at 100.0% (560 of 560 strings)

Co-authored-by: Eldred HABERT <stuff@eldred.fr>
Co-authored-by: Glandos <bugs-github@antipoul.fr>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2021-09-03 12:33:14 -04:00
Nicolas Werner 99f3296a64
Make error case with unverified master key more descriptive 2021-09-03 15:08:16 +02:00
Nicolas Werner bf9601018d
Fix room ping permission checked incorrectly 2021-09-03 12:34:41 +02:00
DeepBlueV7.X 5d6c26c8c7
Merge pull request #696 from resolritter/reply
Right-click tap handler for replies
2021-09-03 09:43:13 +00:00
DeepBlueV7.X 43703c95d7
Merge pull request #707 from Thulinma/alerts_working_without_homeserver_support
Make desktop alerting independent from notification support in the homeserver
2021-09-03 09:17:05 +00:00
Thulinma 6bd62f8283 Make desktop alerting independent from notification support in the homeserver. 2021-09-03 03:13:15 +02:00
Nicolas Werner f7560cd998
Fix z value of avatar in timeline 2021-09-03 01:33:42 +02:00
Weblate e6e54fe415 Translated using Weblate (French)
Currently translated at 93.0% (521 of 560 strings)

Translated using Weblate (French)

Currently translated at 93.0% (521 of 560 strings)

Co-authored-by: Eldred HABERT <stuff@eldred.fr>
Co-authored-by: Glandos <bugs-github@antipoul.fr>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2021-09-02 17:09:57 -04:00
Weblate f291dcc7b4 Translated using Weblate (French)
Currently translated at 72.3% (405 of 560 strings)

Translated using Weblate (French)

Currently translated at 72.3% (405 of 560 strings)

Translated using Weblate (French)

Currently translated at 72.3% (405 of 560 strings)

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: Eldred HABERT <stuff@eldred.fr>
Co-authored-by: Glandos <bugs-github@antipoul.fr>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2021-09-02 16:25:15 -04:00
Nicolas Werner 7f965a82e2
bump mtxclient 2021-09-02 03:22:15 +02:00
Nicolas Werner 3528fe4e5d
Warn the user before they ping the whole room 2021-09-02 03:15:39 +02:00
Weblate 0ce200fee5 Translated using Weblate (Estonian)
Currently translated at 100.0% (560 of 560 strings)

Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
2021-09-01 04:42:32 -04:00
Weblate 5d8a4c1b59 Translated using Weblate (Dutch)
Currently translated at 100.0% (560 of 560 strings)

Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
2021-08-31 20:47:57 -04:00
Nicolas Werner 1b07bde788
update translations 2021-09-01 01:23:20 +02:00
Weblate debb7cb3b4 Translated using Weblate (Dutch)
Currently translated at 100.0% (552 of 552 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (552 of 552 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (552 of 552 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (552 of 552 strings)

Co-authored-by: Bas van Rossem <bas.v.rossem@gmail.com>
Co-authored-by: Glael <glael@cock.li>
Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Co-authored-by: Thijs Wester <wester.t@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
2021-08-31 18:56:17 -04:00
Weblate 69eddd82b5 Translated using Weblate (Dutch)
Currently translated at 9.9% (55 of 552 strings)

Translated using Weblate (Dutch)

Currently translated at 9.9% (55 of 552 strings)

Translated using Weblate (Dutch)

Currently translated at 9.9% (55 of 552 strings)

Co-authored-by: Jaron Viëtor <jaron@v8or.nl>
Co-authored-by: Thijs Wester <wester.t@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
Translation: Nheko/nheko
2021-08-31 15:59:30 -04:00
resolritter 3f8bb19ba1 right-click tap handler for replies 2021-08-31 16:45:44 -03:00
Nicolas Werner 98533f01d9
Fix session always being rotated if 'verified only' is active 2021-08-31 16:40:31 +02:00
Nicolas Werner 529c93503d
Remove useless ; 2021-08-31 04:13:51 +02:00
Nicolas Werner c80e253a24
Stop encrypting all sessions with secret 2021-08-31 04:06:51 +02:00
Nicolas Werner 0f361151d7
Fix parsing query keys responses with optional keys missing 2021-08-31 03:35:04 +02:00
Nicolas Werner 79ecad5a09
Require a working secrets storage 2021-08-31 01:51:03 +02:00