Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #475 from LorenDB/htmlFormattedNotifs | DeepBlueV7.X | 2021-03-18 | 21 | -464/+593 | |
|\ | | | | | Better notifications | |||||
| * | Make CI happy | Nicolas Werner | 2021-03-17 | 2 | -19/+15 | |
| | | ||||||
| * | Fix shadowing | Nicolas Werner | 2021-03-17 | 1 | -7/+10 | |
| | | ||||||
| * | Add missing QPointer include | Nicolas Werner | 2021-03-17 | 1 | -0/+1 | |
| | | ||||||
| * | Fix licenses | Nicolas Werner | 2021-03-17 | 3 | -0/+13 | |
| | | ||||||
| * | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 16 | -477/+207 | |
| | | ||||||
| * | Refactor image download code to be reusable | Nicolas Werner | 2021-03-17 | 2 | -95/+166 | |
| | | ||||||
| * | Simplify image loading | Loren Burkholder | 2021-03-17 | 3 | -16/+6 | |
| | | ||||||
| * | Don't create a QImage every time | Loren Burkholder | 2021-03-17 | 1 | -5/+2 | |
| | | ||||||
| * | Simplify macOS checks for a null image | Loren Burkholder | 2021-03-17 | 2 | -2/+15 | |
| | | ||||||
| * | make lint | Loren Burkholder | 2021-03-17 | 1 | -13/+12 | |
| | | ||||||
| * | Block notifications until the image has been downloaded | Loren Burkholder | 2021-03-17 | 1 | -9/+21 | |
| | | ||||||
| * | Only try to display images if they exist | Loren Burkholder | 2021-03-17 | 3 | -7/+14 | |
| | | ||||||
| * | Use better method of resizing images | Loren Burkholder | 2021-03-17 | 1 | -7/+7 | |
| | | ||||||
| * | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 5 | -10/+10 | |
| | | | | | | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | |||||
| * | Simplify regex | Loren Burkholder | 2021-03-17 | 3 | -3/+3 | |
| | | ||||||
| * | Simplify formatting on Windows | Loren Burkholder | 2021-03-17 | 2 | -29/+22 | |
| | | ||||||
| * | Better handle encrypted notifications | Loren Burkholder | 2021-03-17 | 3 | -18/+56 | |
| | | ||||||
| * | Remove unnecessary header | Loren Burkholder | 2021-03-17 | 1 | -1/+0 | |
| | | ||||||
| * | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 6 | -86/+264 | |
| | | | | | | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform. | |||||
| * | Add regex to remove replies in notifications | Loren Burkholder | 2021-03-17 | 3 | -5/+16 | |
| | | ||||||
| * | Fix when "replied" is displayed | Loren Burkholder | 2021-03-17 | 1 | -3/+3 | |
| | | | | | | | | I accidentally put it in backwards. | |||||
| * | Get event text in event parser function | Loren Burkholder | 2021-03-17 | 5 | -9/+15 | |
| | | ||||||
| * | Add "replied" marker to regular reply messages | Loren Burkholder | 2021-03-17 | 1 | -1/+8 | |
| | | ||||||
| * | Create function for processing whether a message is a reply | Loren Burkholder | 2021-03-17 | 3 | -1/+11 | |
| | | ||||||
| * | Simplify message body construction | Loren Burkholder | 2021-03-17 | 1 | -8/+5 | |
| | | ||||||
| * | Simplify determination of whether markup is supported | Loren Burkholder | 2021-03-17 | 1 | -8/+14 | |
| | | | | | | | | This should also result in a speed increase (however slight), since the capabilities are now sorted through only once. | |||||
| * | Only HTML-format the body if it should be formatted | Loren Burkholder | 2021-03-17 | 1 | -2/+4 | |
| | | ||||||
| * | Format notifications according to the FreeDesktop specification | Loren Burkholder | 2021-03-17 | 1 | -2/+13 | |
| | | ||||||
| * | Fix Linux HTML notifications | Loren Burkholder | 2021-03-17 | 1 | -5/+6 | |
| | | ||||||
| * | Fix colon spacing | Loren Burkholder | 2021-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Don't run markdownToHtml on messages | Loren Burkholder | 2021-03-17 | 3 | -4/+4 | |
| | | ||||||
| * | Disable HTML on macOS | Loren Burkholder | 2021-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 7 | -74/+103 | |
| | | | | | | | | Actually posting the notification is now the responsibility of a private function | |||||
| * | make lint | Loren Burkholder | 2021-03-17 | 1 | -2/+2 | |
| | | ||||||
| * | Use the class D-Bus member | Loren Burkholder | 2021-03-17 | 1 | -9/+3 | |
| | | ||||||
| * | Use plaintext for Windows notifications | Loren Burkholder | 2021-03-17 | 1 | -1/+3 | |
| | | ||||||
| * | Only pass formatted text if it is supported (Linux) | Loren Burkholder | 2021-03-17 | 1 | -4/+9 | |
| | | ||||||
| * | Parse markdown overrides during replies | Loren Burkholder | 2021-03-17 | 1 | -1/+3 | |
| | | | | | | | | I apparently missed this when I originally added the overrides. | |||||
| * | Format markdown as HTML in notifications | Loren Burkholder | 2021-03-17 | 3 | -6/+12 | |
| | | ||||||
* | | Merge pull request #527 from anjanik012/ignore_event | DeepBlueV7.X | 2021-03-17 | 1 | -1/+1 | |
|\ \ | | | | | | | Prevent EventType::Unsupported events to be saved in statesdb (BugFix) | |||||
| * | | Prevent EventType::Unsupported type events to be saved in db, avoiding ↵ | Anjani Kumar | 2021-03-18 | 1 | -1/+1 | |
|/ / | | | | | | | exceptions | |||||
* | | Use old hunter directory | Joseph Donofry | 2021-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | Test a shorter PATH for appveyor | Joseph Donofry | 2021-03-17 | 1 | -1/+1 | |
|/ | ||||||
* | Move check for duplicate /sync responses to the same thread | Nicolas Werner | 2021-03-16 | 2 | -14/+15 | |
| | ||||||
* | Convert flatpak file to yaml to be able to add comments | Nicolas Werner | 2021-03-15 | 3 | -271/+180 | |
| | ||||||
* | Use device=all in flatpak for webcam support | Nicolas Werner | 2021-03-15 | 1 | -0/+1 | |
| | | | | fixes #517 | |||||
* | Don't send markdown links in body | Nicolas Werner | 2021-03-15 | 3 | -4/+36 | |
| | | | | fixes #422 | |||||
* | Store all state events | Nicolas Werner | 2021-03-15 | 3 | -51/+38 | |
| | ||||||
* | Merge pull request #523 from Jedi18/master | DeepBlueV7.X | 2021-03-15 | 3 | -1/+16 | |
|\ | | | | | Fix windows video bug | |||||
| * | prepend file:// for linux and macos | targetakhil | 2021-03-15 | 1 | -0/+8 | |
| | | ||||||
| * | Add faq section | targetakhil | 2021-03-14 | 1 | -0/+7 | |
| | | ||||||
| * | fix windows video bug | targetakhil | 2021-03-14 | 1 | -1/+1 | |
| | | ||||||
* | | Rotate session keys properly | Nicolas Werner | 2021-03-15 | 6 | -70/+121 | |
| | | ||||||
* | | Merge pull request #525 from salahmak/image-upload-dialog | DeepBlueV7.X | 2021-03-15 | 1 | -0/+6 | |
|\ \ | | | | | | | Pressing return on image upload dialog sends the message | |||||
| * | | Pressing return on image upload dialog sends the message | salahmak | 2021-03-15 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge pull request #524 from Nheko-Reborn/native-menus | DeepBlueV7.X | 2021-03-14 | 4 | -39/+40 | |
|\ \ \ | | | | | | | | | Use native menus | |||||
| * | | | Shorten hunter dir path | Nicolas Werner | 2021-03-14 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Use native menus | Nicolas Werner | 2021-03-14 | 3 | -37/+38 | |
|/ / / | ||||||
* | | | Use readonly properties where possible | Nicolas Werner | 2021-03-14 | 3 | -5/+5 | |
| | | | ||||||
* | | | Remove some more allocations | Nicolas Werner | 2021-03-14 | 4 | -14/+18 | |
|/ / | ||||||
* / | Reduce allocations when escaping emoji | Nicolas Werner | 2021-03-14 | 1 | -6/+15 | |
|/ | ||||||
* | Merge pull request #493 from Jedi18/quickswitcher_qml | DeepBlueV7.X | 2021-03-14 | 18 | -276/+362 | |
|\ | | | | | Port QuickSwitcher to QML | |||||
| * | Fix room completions not showing label avatars | Nicolas Werner | 2021-03-14 | 1 | -0/+2 | |
| | | | | | | | | | | When no image is set for a room, the room didn't have the first character in the avatar, when opening any completer, that showed it. | |||||
| * | Fix qml license headers again | Nicolas Werner | 2021-03-14 | 51 | -0/+58 | |
| | | ||||||
| * | Remove background of quick switcher popup | Nicolas Werner | 2021-03-14 | 1 | -0/+1 | |
| | | ||||||
| * | Improve sorting and sizing of completions a bit | Nicolas Werner | 2021-03-14 | 53 | -121/+95 | |
| | | ||||||
| * | Fix text corruption from unrounded pixel height | Nicolas Werner | 2021-03-13 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 18 | -271/+322 | |
| |\ | | | | | | | | | | Jedi18-quickswitcher_qml | |||||
| | * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 8 | -50/+43 | |
| | | | | | | | | | | | | function from inputbar | |||||
| | * | changed bottomToTop to true and renamed textWidth to textHeight | Jedi18 | 2021-02-26 | 1 | -5/+5 | |
| | | | ||||||
| | * | remove old quick switcher | Jedi18 | 2021-02-24 | 7 | -242/+1 | |
| | | | ||||||
| | * | added margins and ui changes for quickswitcher and completer | Jedi18 | 2021-02-24 | 2 | -11/+19 | |
| | | | ||||||
| | * | fix row content centering | Jedi18 | 2021-02-24 | 2 | -5/+11 | |
| | | | ||||||
| | * | fix matrixtextfield color and quickswitcher font size | Jedi18 | 2021-02-23 | 2 | -4/+5 | |
| | | | ||||||
| | * | add matrix text field | Jedi18 | 2021-02-23 | 4 | -13/+85 | |
| | | | ||||||
| | * | fix timeline focus | Jedi18 | 2021-02-23 | 3 | -0/+8 | |
| | | | ||||||
| | * | enter key now works, fix room highlighting and add overlay | Jedi18 | 2021-02-23 | 7 | -1/+30 | |
| | | | ||||||
| | * | selecting room in quickswitcher now works, added completionSelected signal | Jedi18 | 2021-02-22 | 2 | -2/+30 | |
| | | | ||||||
| | * | add room alias delegate, fix some quickswitcher ui problems | Jedi18 | 2021-02-22 | 4 | -8/+46 | |
| | | | ||||||
| | * | add quick switcher qml file and moved completerFor from inputbar to timeline ↵ | Jedi18 | 2021-02-21 | 6 | -1/+86 | |
| | | | | | | | | | | | | view class | |||||
* | | | Merge pull request #520 from Nheko-Reborn/openssl-fixes | DeepBlueV7.X | 2021-03-13 | 5 | -6/+8 | |
|\| | | | | | | | | Disable bundled OpenSSL by default, even with hunter | |||||
| * | | Disable bundled OpenSSL by default, even with hunter | Nicolas Werner | 2021-03-13 | 5 | -6/+8 | |
|/ / | ||||||
* | | Fix a few db access crashes | Nicolas Werner | 2021-03-12 | 2 | -5/+14 | |
| | | ||||||
* | | Bump mtxclient version | Nicolas Werner | 2021-03-12 | 2 | -2/+2 | |
| | | ||||||
* | | Disable room pings in replies | Nicolas Werner | 2021-03-12 | 1 | -0/+2 | |
| | | ||||||
* | | Translated using Weblate (German) | Weblate | 2021-03-11 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | Currently translated at 93.0% (426 of 458 strings) Co-authored-by: Konstantin Papesh <konstantin@papesh.at> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
* | | Translated using Weblate (English) | Weblate | 2021-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (458 of 458 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
* | | Translated using Weblate (Estonian) | Weblate | 2021-03-08 | 1 | -26/+28 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (458 of 458 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 | |||||
* | | Fix disable certificate validation on login page | Nicolas Werner | 2021-03-08 | 1 | -3/+4 | |
| | | ||||||
* | | Merge pull request #510 from Jedi18/master | DeepBlueV7.X | 2021-03-07 | 1 | -0/+12 | |
|\ \ | | | | | | | Add matrix uri handler registry values in windows installer | |||||
| * | | add matrix uri handler registry values in installer | Jedi18 | 2021-03-03 | 1 | -0/+12 | |
| | | | ||||||
* | | | Fix popup opening at wrong place | Nicolas Werner | 2021-03-07 | 2 | -7/+4 | |
| | | | | | | | | | | | | fixes #512 | |||||
* | | | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 49 | -0/+50 | |
| | | | ||||||
* | | | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 49 | -52/+13 | |
| | | | | | | | | | | | | fixes #507 | |||||
* | | | Fix missing include for FetchContent | Nicolas Werner | 2021-03-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | fixes #511 | |||||
* | | | Add config option to disable tls validation | Nicolas Werner | 2021-03-06 | 7 | -4/+42 | |
| | | | ||||||
* | | | Add linebreaks to fingerprint | Nicolas Werner | 2021-03-06 | 1 | -3/+7 | |
| | | | ||||||
* | | | Merge pull request #506 from Nheko-Reborn/timeline-buttons | DeepBlueV7.X | 2021-03-06 | 4 | -80/+131 | |
|\ \ \ | | | | | | | | | Use overlay buttons for message actions | |||||
| * | | | Use short format for time | Nicolas Werner | 2021-03-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Mark message currently being edited | Nicolas Werner | 2021-03-05 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix janky hoverhandling for text messages | Nicolas Werner | 2021-03-05 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | Add a 1px border to get more hover enter events... | |||||
| * | | | Use overlay buttons for message actions | Nicolas Werner | 2021-03-04 | 4 | -79/+127 | |
| | | | | ||||||
* | | | | Merge pull request #509 from trilene/master | DeepBlueV7.X | 2021-03-06 | 3 | -9/+9 | |
|\ \ \ \ | | | | | | | | | | | Bump mtxclient | |||||
| * | | | | Bump mtxclient | trilene | 2021-03-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Bump mtxclient | trilene | 2021-03-05 | 2 | -8/+8 | |
|/ / / / | ||||||
* | | | | Fix unused variable | Nicolas Werner | 2021-03-05 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | fix linting | Nicolas Werner | 2021-03-05 | 5 | -132/+137 | |
| | | | | ||||||
* | | | | Fix cplusplus macro on windows | Nicolas Werner | 2021-03-05 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Update translations | Nicolas Werner | 2021-03-05 | 20 | -4475/+4663 | |
| | | | | ||||||
* | | | | Fix a few join confirmations too many | Nicolas Werner | 2021-03-05 | 2 | -8/+13 | |
| | | | | ||||||
* | | | | Remove tweeny | Nicolas Werner | 2021-03-05 | 3 | -29/+26 | |
| | | | | ||||||
* | | | | Merge pull request #505 from Nheko-Reborn/license-headers | DeepBlueV7.X | 2021-03-05 | 225 | -655/+913 | |
|\ \ \ \ | | | | | | | | | | | License headers | |||||
| * | | | | Update license headers | Nicolas Werner | 2021-03-05 | 225 | -653/+911 | |
| |/ / / | ||||||
| * | | | Avoid some duplicate property queries | Nicolas Werner | 2021-03-03 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Fix linting | Joseph Donofry | 2021-03-04 | 11 | -161/+152 | |
| | | | | ||||||
* | | | | Properly format matrix errors in spdlog statements | Joseph Donofry | 2021-03-04 | 3 | -7/+7 | |
| | | | | ||||||
* | | | | Translated using Weblate (French) | Weblate | 2021-03-03 | 1 | -27/+30 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.8% (447 of 457 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | | Fix avatar fallback in rooms | Nicolas Werner | 2021-03-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix reply relating to the wrong id of edited event | Nicolas Werner | 2021-03-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #504 from Nheko-Reborn/new-lmdbxx | DeepBlueV7.X | 2021-03-03 | 5 | -495/+371 | |
|\ \ \ | | | | | | | | | Update to new lmdbxx version | |||||
| * | | | Fix the include path for lmdb from hunter | Nicolas Werner | 2021-03-03 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Download single file for lmdb++.hpp | Nicolas Werner | 2021-03-03 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Add comment to mark db keys as such | Nicolas Werner | 2021-03-03 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Update to new lmdbxx version | Nicolas Werner | 2021-03-03 | 5 | -495/+367 | |
|/ / / | ||||||
* | | | Translated using Weblate (German) | Weblate | 2021-03-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 96.7% (442 of 457 strings) Co-authored-by: CryptKid <CryptKiddie@chaospott.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
* | | | Fix indentation | Nicolas Werner | 2021-03-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use one after_build in appveyor | Nicolas Werner | 2021-03-01 | 1 | -3/+1 | |
| | | | ||||||
* | | | Fix appveyor upload | Nicolas Werner | 2021-03-01 | 1 | -1/+2 | |
| | | | ||||||
* | | | Don't ask to join joined rooms when clicking matrix uri | Nicolas Werner | 2021-03-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | Translated using Weblate (French) | Weblate | 2021-02-26 | 1 | -57/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 92.3% (422 of 457 strings) Translated using Weblate (French) Currently translated at 92.3% (422 of 457 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Co-authored-by: Nicolas Guichard <nicolas@guichard.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | | Translated using Weblate (Swedish) | Weblate | 2021-02-26 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 95.8% (438 of 457 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko | |||||
* | | | Use toggles for screen share settings | Nicolas Werner | 2021-02-25 | 1 | -27/+38 | |
| | | | ||||||
* | | | Merge pull request #484 from trilene/screenshare-x11 | DeepBlueV7.X | 2021-02-25 | 19 | -280/+833 | |
|\ \ \ | | | | | | | | | Support screen sharing on X11 | |||||
| * | | | Restore voice/video calls | trilene | 2021-02-25 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | add_feature_info for screen sharing window selection | trilene | 2021-02-25 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | Add missing translation mark | trilene | 2021-02-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'upstream/master' into screenshare-x11 | trilene | 2021-02-25 | 40 | -1175/+2313 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Fix unaligned reads | Nicolas Werner | 2021-02-25 | 1 | -16/+30 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:Nheko-Reborn/nheko | Nicolas Werner | 2021-02-25 | 7 | -8/+26 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #494 from Jedi18/minor_issue_fixes | DeepBlueV7.X | 2021-02-25 | 7 | -8/+26 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix registration bug and navigate to created room | |||||
| | * | | | | change mtxclient url, fix login page assert failure and dendrite ↵ | Jedi18 | 2021-02-25 | 5 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | registration bug | |||||
| | * | | | | navigate to newly created rooms | Jedi18 | 2021-02-25 | 2 | -2/+13 | |
| | | |/ / | | |/| | | ||||||
* | / | | | Fix potential issue with modifiers and edit shortcuts | Nicolas Werner | 2021-02-25 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Fix text input restoring after edits | Nicolas Werner | 2021-02-25 | 4 | -22/+25 | |
| | | | | ||||||
* | | | | Allow editing via up and down arrows | Nicolas Werner | 2021-02-24 | 3 | -2/+55 | |
|/ / / | ||||||
* | | | Ensure we ask for confirmation when clicking on a matrix uri | Nicolas Werner | 2021-02-24 | 1 | -3/+17 | |
| | | | ||||||
* | | | Add missing dependency to appimage | Nicolas Werner | 2021-02-24 | 1 | -0/+1 | |
| | | | ||||||
* | | | Copy upload steps from flathub | Nicolas Werner | 2021-02-24 | 1 | -1/+3 | |
| | | | ||||||
* | | | Use flatpakref from repo | Nicolas Werner | 2021-02-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update flat-manager-client | Nicolas Werner | 2021-02-23 | 1 | -16/+22 | |
| | | | ||||||
* | | | commit and publish flatpak in one command | Nicolas Werner | 2021-02-23 | 1 | -2/+1 | |
| | | | ||||||
* | | | Add nightly flatpak repo | Nicolas Werner | 2021-02-23 | 1 | -0/+8 | |
| | | | ||||||
* | | | Remove unused link | Nicolas Werner | 2021-02-23 | 1 | -2/+1 | |
| | | | ||||||
* | | | Make flatpak ref autodownload | Nicolas Werner | 2021-02-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add flatpak nightly repository | Nicolas Werner | 2021-02-23 | 5 | -2/+804 | |
| | | | ||||||
* | | | Fix unused capture | Nicolas Werner | 2021-02-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix qml formatting | Nicolas Werner | 2021-02-23 | 1 | -9/+9 | |
| | | | ||||||
* | | | Merge pull request #488 from Nheko-Reborn/scroll-view-thingy | DeepBlueV7.X | 2021-02-22 | 1 | -41/+14 | |
|\ \ \ | | | | | | | | | Use Scrollview again | |||||
| * | | | Use scrollview again for input | Nicolas Werner | 2021-02-22 | 1 | -41/+14 | |
| | |/ | |/| | ||||||
* / | | Linkify topic in room settings and use non-deprecated MessageDialog | Nicolas Werner | 2021-02-22 | 3 | -13/+19 | |
|/ / | ||||||
* | | Fix miscalculation of padding in timeline | Nicolas Werner | 2021-02-20 | 4 | -39/+48 | |
| | | ||||||
* | | Avoid some copies when sorting the room list | Nicolas Werner | 2021-02-20 | 2 | -4/+6 | |
| | | ||||||
* | | Fix login with SSO and Password supported | Nicolas Werner | 2021-02-19 | 2 | -23/+35 | |
| | | ||||||
* | | Merge pull request #479 from Jedi18/add_rooms_model_completer | DeepBlueV7.X | 2021-02-19 | 6 | -0/+142 | |
|\ \ | | | | | | | Add rooms completion model | |||||
| * | | check for empty alias and percent encoding for alias in url | Jedi18 | 2021-02-19 | 1 | -3/+8 | |
| | | | ||||||
| * | | added bool to choose between showing only rooms with aliases and all of the ↵ | Jedi18 | 2021-02-17 | 3 | -13/+20 | |
| | | | | | | | | | | | | rooms | |||||
| * | | add matrix link for completed item | Jedi18 | 2021-02-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | add rooms model, add room delegate for completer | Jedi18 | 2021-02-16 | 6 | -0/+130 | |
| | | | ||||||
* | | | Merge pull request #474 from Jedi18/room_settings_qml | DeepBlueV7.X | 2021-02-19 | 17 | -1038/+1109 | |
|\ \ \ | | | | | | | | | Shifted Room Settings Dialog to QML | |||||
| * | | | fixed roomsettings spacing and toggle button right align bug | Jedi18 | 2021-02-16 | 2 | -2/+17 | |
| | | | | ||||||
| * | | | change togglebutton size, set textarea color to colors.text | Jedi18 | 2021-02-16 | 2 | -4/+7 | |
| | | | | ||||||
| * | | | Replace rowlayouts with gridlayout and fix room settings initializer list | Jedi18 | 2021-02-14 | 2 | -38/+27 | |
| | | | | ||||||
| * | | | Merge branch 'master' into room_settings_qml | Akhil Nair | 2021-02-14 | 76 | -1487/+3780 | |
| |\| | | ||||||
| * | | | replaced with togglebutton using qtquickcontrols2 | Jedi18 | 2021-02-13 | 4 | -19/+28 | |
| | | | | ||||||
| * | | | added togglebutton styling | Jedi18 | 2021-02-13 | 2 | -8/+19 | |
| | | | | ||||||
| * | | | fix roomsetting layout | Jedi18 | 2021-02-13 | 2 | -31/+18 | |
| | | | | ||||||
| * | | | added room topic | Jedi18 | 2021-02-13 | 4 | -23/+68 | |
| | | | | ||||||
| * | | | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 14 | -1046/+214 | |
| | | | | ||||||
| * | | | fix avatar update on timeline sync | Jedi18 | 2021-02-11 | 7 | -9/+13 | |
| | | | | ||||||
| * | | | shifted room avatar changing | Jedi18 | 2021-02-11 | 5 | -23/+242 | |
| | | | | ||||||
| * | | | added roomversion, roomid etc | Jedi18 | 2021-02-11 | 3 | -5/+28 | |
| | | | | ||||||
| * | | | added notifications and encryption for the new roomsettings | Jedi18 | 2021-02-11 | 6 | -6/+352 | |
| | | | | ||||||
| * | | | ui almost looks the same, midway between transition from old room settings ↵ | Jedi18 | 2021-02-10 | 12 | -37/+112 | |
| | | | | | | | | | | | | | | | | to new room settings | |||||
| * | | | added room settings qml | Jedi18 | 2021-02-09 | 5 | -2/+179 | |
| | | | | ||||||
* | | | | Adapt to changes in MSC2312 | Nicolas Werner | 2021-02-17 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Make inline images work a bit better | Nicolas Werner | 2021-02-17 | 1 | -2/+10 | |
| | | | | ||||||
* | | | | Fix crash from logging unset indices (leftover after debugging) | Nicolas Werner | 2021-02-17 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | Merge pull request #482 from eltociear/patch-1 | DeepBlueV7.X | 2021-02-17 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | GitHub format | |||||
| * | | | | GitHub format | Ikko Ashimine | 2021-02-16 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | Github -> GitHub | |||||
| | | * | Add screen sharing window preview | trilene | 2021-02-25 | 3 | -4/+100 | |
| | | | | ||||||
| | | * | Allow choice of single window when sharing screen | trilene | 2021-02-24 | 6 | -24/+131 | |
| | | | | ||||||
| | | * | Display screen sharing content locally | trilene | 2021-02-21 | 7 | -68/+90 | |
| | | | | ||||||
| | | * | Refine X11 test | trilene | 2021-02-20 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Require GStreamer 1.18 for voip support | trilene | 2021-02-20 | 9 | -97/+3 | |
| | | | | ||||||
| | | * | Screen sharing (X11): support picture-in-picture | trilene | 2021-02-20 | 5 | -103/+201 | |
| | | | | ||||||
| | | * | Screen sharing (X11): add hide mouse cursor option | trilene | 2021-02-18 | 4 | -3/+35 | |
| | | | | ||||||
| | | * | Support desktop screen sharing on X11 | trilene | 2021-02-18 | 15 | -90/+376 | |
| |_|/ |/| | | ||||||
* | | | Translated using Weblate (Hungarian) | Weblate | 2021-02-15 | 1 | -26/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (457 of 457 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
* | | | Merge pull request #476 from Jedi18/master | DeepBlueV7.X | 2021-02-15 | 4 | -2/+17 | |
|\ \ \ | |_|/ |/| | | Fix room leaving related bugs and few minor bugs | |||||
| * | | trim invite input text | Jedi18 | 2021-02-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix room list updating on adding to hidden tag or removing tag | Jedi18 | 2021-02-14 | 2 | -0/+4 | |
| | | | ||||||
| * | | Fix two room leaving related bugs and add invite user on clicking invite | Jedi18 | 2021-02-14 | 2 | -2/+13 | |
|/ / | ||||||
* | | Add double tap to reply feature | Nicolas Werner | 2021-02-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | Does not always work, since Text steals focus... relates to #414 | |||||
* | | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 16 | -67/+127 | |
| | | ||||||
* | | Improve scroll to message a bit by using a ScrollView | Nicolas Werner | 2021-02-13 | 1 | -166/+168 | |
| | | ||||||
* | | Merge pull request #471 from LorenDB/emoteNotif | DeepBlueV7.X | 2021-02-13 | 5 | -49/+71 | |
|\ \ | | | | | | | Display notifications for emote messages properly | |||||
| * | | Include notifications header instead of responses header | Loren Burkholder | 2021-02-13 | 4 | -4/+4 | |
| | | | ||||||
| * | | Move notification parsing into postNotification | Loren Burkholder | 2021-02-13 | 5 | -62/+59 | |
| | | | ||||||
| * | | Fix typo | Loren Burkholder | 2021-02-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Display notifications for emote messages properly | Loren Burkholder | 2021-02-13 | 5 | -12/+37 | |
|/ / | ||||||
* | | Mark messages as read, when Nheko gets focused | Nicolas Werner | 2021-02-13 | 2 | -4/+17 | |
| | | | | | | | | fixes #235 | |||||
* | | Revert keeping whitespace in html, it breaks lists | Nicolas Werner | 2021-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | Fix crash when editing an edited message pointing to itself | Nicolas Werner | 2021-02-12 | 1 | -7/+9 | |
| | | ||||||
* | | Translated using Weblate (Hungarian) | Weblate | 2021-02-11 | 1 | -27/+32 | |
| | | | | | | | | | | | | | | | | Currently translated at 94.5% (432 of 457 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
* | | Translated using Weblate (Finnish) | Weblate | 2021-02-11 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | Currently translated at 43.9% (201 of 457 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
* | | Translated using Weblate (Estonian) | Weblate | 2021-02-10 | 1 | -15/+18 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (457 of 457 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 | |||||
* | | Prevent edits of unsent messages | Nicolas Werner | 2021-02-10 | 2 | -0/+6 | |
| | | ||||||
* | | Fix cancel edit order on Escape key | Nicolas Werner | 2021-02-10 | 1 | -3/+3 | |
| | | ||||||
* | | Update translations | Nicolas Werner | 2021-02-10 | 20 | -540/+2183 | |
| | | ||||||
* | | Fix messages sometimes not being rendered, when they are too large | Nicolas Werner | 2021-02-10 | 2 | -5/+0 | |
| | | ||||||
* | | Try to avoid QTBUG-89568 | Nicolas Werner | 2021-02-10 | 2 | -2/+2 | |
| | | ||||||
* | | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 2021-02-10 | 6 | -12/+20 | |
| | | ||||||
* | | Merge pull request #420 from Nheko-Reborn/render-edits | DeepBlueV7.X | 2021-02-10 | 22 | -169/+555 | |
|\ \ | | | | | | | Switch to new relations format and show edits | |||||
| * | | Abort -> Cancel | Nicolas Werner | 2021-02-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use fully read marker and fix stuck read marker with edits | Nicolas Werner | 2021-02-10 | 1 | -18/+19 | |
| | | | ||||||
| * | | Fix stuck notifications because of edits | Nicolas Werner | 2021-02-10 | 5 | -5/+121 | |
| | | | | | | | | | | | | | | | Does not fix the read status yet, for that we need to compare read receipts for all events after the last visible event. | |||||
| * | | Add edit shortcuts and fix some focus stuff | Nicolas Werner | 2021-02-09 | 5 | -7/+30 | |
| | | | ||||||
| * | | Implement message editing | Nicolas Werner | 2021-02-09 | 9 | -15/+90 | |
| | | | | | | | | | | | | | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134 | |||||
| * | | Display edits correctly | Nicolas Werner | 2021-02-09 | 8 | -12/+99 | |
| | | | ||||||
| * | | Fix edited replies | Nicolas Werner | 2021-02-09 | 3 | -4/+38 | |
| | | | ||||||
| * | | Render edits | Nicolas Werner | 2021-02-09 | 4 | -4/+86 | |
| | | | ||||||
| * | | Switch to new relations format | Nicolas Werner | 2021-02-09 | 12 | -144/+112 | |
|/ / | ||||||
* | | Fix wrong font used in emoji escape | Nicolas Werner | 2021-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #468 from tverrbjelke/missing_dep_for_debian | DeepBlueV7.X | 2021-02-09 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixes issue 462 | |||||
| * | | Fixes issue 463 | tverrbjelke | 2021-02-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Installation description for debian (buster) misses package qtdeclarative5-dev modified: README.md | |||||
* | | | Fix linting | Nicolas Werner | 2021-02-09 | 1 | -11/+11 | |
| | | | ||||||
* | | | Remove unused variables | Nicolas Werner | 2021-02-09 | 1 | -3/+1 | |
| | | | ||||||
* | | | Clean up config names a bit | Nicolas Werner | 2021-02-09 | 2 | -8/+5 | |
| | | | ||||||
* | | | Merge pull request #459 from Jedi18/minor_fixes | DeepBlueV7.X | 2021-02-09 | 6 | -5/+44 | |
|\ \ \ | | | | | | | | | Fix emoji related issues | |||||
| * | | | linting fix | Jedi18 | 2021-02-07 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | emoji default translation fix | Jedi18 | 2021-02-07 | 2 | -5/+24 | |
| | | | | ||||||
| * | | | translation fix for default text in emoji combo | Jedi18 | 2021-02-06 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | focus message input on adding emoji/reacting to a message | Jedi18 | 2021-02-05 | 4 | -0/+15 | |
| | | | | ||||||
| * | | | close emoji autocompleter if space typed after : issue #433 and adds default ↵ | Jedi18 | 2021-02-05 | 2 | -0/+5 | |
| | |/ | |/| | | | | | | | option for emoji font family settings | |||||
* | | | Merge pull request #450 from kallisti5/haiku-fixes | DeepBlueV7.X | 2021-02-09 | 2 | -4/+4 | |
|\ \ \ | | | | | | | | | Haiku fixes | |||||
| * | | | notifications/mananger: Follow Linux code paths on Haiku as well | Alexander von Gluck IV | 2021-02-03 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | cmake: Don't build with Werror on Haiku | Alexander von Gluck IV | 2021-02-03 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #465 from trilene/call-devices | DeepBlueV7.X | 2021-02-09 | 12 | -407/+530 | |
|\ \ \ | | | | | | | | | Add Duplex call devices | |||||
| * | | | make lint | trilene | 2021-02-07 | 4 | -11/+17 | |
| | | | |