Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge origin/master and fix conflicts | Joseph Donofry | 2021-08-10 | 124 | -4460/+8433 |
|\ | |||||
| * | Protect against replay attacks | Nicolas Werner | 2021-08-07 | 4 | -3/+29 |
| | | |||||
| * | Show encryption errors in qml and add request keys button | Nicolas Werner | 2021-08-07 | 14 | -165/+220 |
| | | |||||
| * | Merge pull request #664 from govynnus/token-registration | DeepBlueV7.X | 2021-08-07 | 2 | -301/+283 |
| |\ | | | | | | | Reorganise src/RegisterPage.cpp | ||||
| | * | Allow all characters when checking server input | Callum Brown | 2021-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | So IDNs are not rejected. Invalid server names will be caught later. | ||||
| | * | Make things private slots | Callum Brown | 2021-08-05 | 1 | -2/+1 |
| | | | |||||
| | * | Reorganise src/RegisterPage.cpp | Callum Brown | 2021-08-02 | 2 | -301/+284 |
| | | | |||||
| * | | device=shm not needed in flatpak | Nicolas Werner | 2021-08-07 | 1 | -1/+0 |
| | | | |||||
| * | | Install recent flatpak in CI | Nicolas Werner | 2021-08-07 | 1 | -2/+6 |
| | | | |||||
| * | | Share shm in flatpak | Nicolas Werner | 2021-08-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | fixes #562 Requires flatpak 1.11.1 | ||||
| * | | Fix redactions | Nicolas Werner | 2021-08-07 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #669 from Nheko-Reborn/sticker-editor | DeepBlueV7.X | 2021-08-06 | 19 | -168/+896 |
| |\ \ | | | | | | | | | Sticker editor | ||||
| | * | | this is not needed for translations | Nicolas Werner | 2021-08-06 | 1 | -2/+2 |
| | | | | |||||
| | * | | Allow creating new packs | Nicolas Werner | 2021-08-06 | 6 | -6/+58 |
| | | | | |||||
| | * | | Allow uploading additional stickers | Nicolas Werner | 2021-08-06 | 4 | -5/+97 |
| | | | | |||||
| | * | | Basic sticker pack editor | Nicolas Werner | 2021-08-06 | 17 | -167/+751 |
| |/ / | |||||
| * | | Merge pull request #666 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-08-06 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Open profile when clicking avatar | ||||
| | * | | Open profile when clicking avatar | Loren Burkholder | 2021-08-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Update qt5 path after brew changes | Joseph Donofry | 2021-08-05 | 1 | -2/+2 |
| | | | | |||||
| * | | | Disable brew in macos CI | Joseph Donofry | 2021-08-04 | 1 | -3/+3 |
| | | | | |||||
| * | | | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 17 | -36/+52 |
| |/ / | | | | | | | | | | | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
| * | | Merge pull request #662 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-08-01 | 9 | -70/+79 |
| |\ \ | | | | | | | | | QML all the things, part 3: Raw message dialog | ||||
| | * | | Fix colors for manual dark theme | Loren Burkholder | 2021-07-31 | 1 | -1/+6 |
| | | | | |||||
| | * | | QML the raw message dialog | Loren Burkholder | 2021-07-31 | 9 | -70/+74 |
| | | | | |||||
| * | | | Add option to only send encrypted messages to verified devices | Nicolas Werner | 2021-08-01 | 5 | -48/+127 |
| | | | | | | | | | | | | | | | | fixes #636 | ||||
| * | | | Ensure the encrypted rooms db is always created | Nicolas Werner | 2021-07-31 | 2 | -4/+7 |
| |/ / | |||||
| * | | Fix C&P error for DeviceType | Nicolas Werner | 2021-07-31 | 1 | -2/+2 |
| | | | |||||
| * | | Fix annoying touch overlap in room list | Nicolas Werner | 2021-07-31 | 2 | -20/+27 |
| | | | |||||
| * | | Merge pull request #655 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-30 | 21 | -502/+375 |
| |\ \ | | | | | | | | | QML all the things, part 2: Read receipts dialog | ||||
| | * | | Use correct date format | Loren Burkholder | 2021-07-30 | 1 | -2/+1 |
| | | | | |||||
| | * | | make lint | Loren Burkholder | 2021-07-30 | 1 | -1/+2 |
| | | | | |||||
| | * | | Use an explicit color for the label | Loren Burkholder | 2021-07-30 | 1 | -0/+1 |
| | | | | |||||
| | * | | Reformat dates | Loren Burkholder | 2021-07-30 | 1 | -3/+4 |
| | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
| | * | | Move read receipts connection to allow for future pop-out room views | Loren Burkholder | 2021-07-30 | 2 | -12/+12 |
| | | | | |||||
| | * | | Don't switch room that read receipt-related stuff is opened in | Loren Burkholder | 2021-07-29 | 2 | -4/+6 |
| | | | | |||||
| | * | | Use built-in sorting so that dynamic updates work | Loren Burkholder | 2021-07-29 | 2 | -9/+2 |
| | | | | |||||
| | * | | Use a QSortFilterProxyModel instead of resetting the model | Loren Burkholder | 2021-07-29 | 7 | -28/+70 |
| | | | | |||||
| | * | | Reset model instead of doing weird convoluted updates | Loren Burkholder | 2021-07-29 | 1 | -6/+2 |
| | | | | |||||
| | * | | Use Dialog flag to make tiling WMs happy | Loren Burkholder | 2021-07-29 | 1 | -0/+1 |
| | | | | |||||
| | * | | Close dialog on escape | Loren Burkholder | 2021-07-29 | 1 | -0/+5 |
| | | | | |||||
| | * | | Dynamically update read receipts | Loren Burkholder | 2021-07-29 | 3 | -4/+25 |
| | | | | |||||
| | * | | Fix incorrect function name | Loren Burkholder | 2021-07-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add close button at footer | Loren Burkholder | 2021-07-29 | 1 | -0/+6 |
| | | | | |||||
| | * | | make lint | Loren Burkholder | 2021-07-29 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove unused headers | Loren Burkholder | 2021-07-29 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | Why didn't I see these earlier? | ||||
| | * | | Remove Avatar class | Loren Burkholder | 2021-07-29 | 5 | -220/+2 |
| | | | | | | | | | | | | | | | | RIP | ||||
| | * | | Simplify read receipt storage | Loren Burkholder | 2021-07-29 | 2 | -74/+19 |
| | | | | |||||
| | * | | Remove outdated comment | Loren Burkholder | 2021-07-29 | 1 | -1/+0 |
| | | | | |||||
| | * | | QML the read receipts list | Loren Burkholder | 2021-07-29 | 15 | -271/+360 |
| | | | | | | | | | | | | | | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit | ||||
| * | | | Fix crash when we don't have keys for other device when receiving an olm ↵ | Nicolas Werner | 2021-07-30 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | message from it | ||||
| * | | | Log how many rooms we loaded | Nicolas Werner | 2021-07-30 | 1 | -0/+2 |
| | | | | |||||
| * | | | Rate limit olm session creation | Nicolas Werner | 2021-07-30 | 1 | -3/+17 |
| |/ / | |||||
| * | | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 13 | -62/+96 |
| | | | | | | | | | | | | Also fix a lot of warnings. | ||||
| * | | Fix crash on invalid utf8 in decrypted events | Nicolas Werner | 2021-07-26 | 1 | -12/+12 |
| | | | |||||
| * | | Remove version checks for unsupported Qt versions | Nicolas Werner | 2021-07-26 | 3 | -22/+3 |
| | | | |||||
| * | | Remove QML from format script (it causes too many issues) | Joe | 2021-07-25 | 1 | -13/+0 |
| | | | |||||
| * | | Fix crash when storing secrets | Nicolas Werner | 2021-07-25 | 2 | -25/+26 |
| | | | | | | | | | | | | | | | | | | | | | Nested QEventLoops are scary. Ultimately we shouldn't use them, but I have no better solution right now. fixes #656 | ||||
| * | | Remove SSSS requests on the UI thread | Nicolas Werner | 2021-07-25 | 1 | -1/+4 |
| | | | | | | | | | | | | might fix #656 | ||||
| * | | Properly verify OTK signature | Nicolas Werner | 2021-07-25 | 1 | -8/+26 |
| | | | |||||
| * | | Don't send encrypted olm messages to ourselves | Nicolas Werner | 2021-07-25 | 1 | -5/+25 |
| | | | |||||
| * | | Fix SSSS unlock without a password set | Nicolas Werner | 2021-07-25 | 1 | -2/+9 |
| | | | | | | | | | | | | fixes #657 | ||||
| * | | Merge branch 'remove_key_response_option' into 'master' | Nicolas Werner | 2021-07-24 | 28 | -576/+1620 |
| |\ \ | | | | | | | | | | | | | | | | | Remove 'respond to key requests' functionality See merge request nheko-reborn/nheko!10 | ||||
| | * | | Update translations | Joseph Donofry | 2021-07-24 | 22 | -504/+1618 |
| | | | | |||||
| | * | | Remove additional key requests preference code | Joe | 2021-07-24 | 4 | -22/+0 |
| | | | | |||||
| | * | | Merge master and fix conflicts | Joe | 2021-07-24 | 87 | -2990/+5668 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Fix edge case that could lead to no new one time keys being uploaded | Nicolas Werner | 2021-07-24 | 1 | -21/+23 |
| | | | | |||||
| * | | | Fix some issues when parsing or serializing enabled pack rooms | Nicolas Werner | 2021-07-24 | 2 | -2/+2 |
| | | | | |||||
| * | | | Try to avoid more olm loops | Nicolas Werner | 2021-07-23 | 1 | -13/+22 |
| | | | | |||||
| * | | | Remove unused this capture | Nicolas Werner | 2021-07-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #651 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-23 | 4 | -5/+24 |
| |\ \ \ | | | | | | | | | | | Fix a few UI things | ||||
| | * | | | make lint | Loren Burkholder | 2021-07-22 | 2 | -1/+3 |
| | | | | | |||||
| | * | | | Add functionality for loading global user profile where needed | Loren Burkholder | 2021-07-21 | 3 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | This is so viewing profiles from the invite dialog will work as expected. | ||||
| | * | | | Pad the loading spinner | Loren Burkholder | 2021-07-21 | 1 | -4/+14 |
| | | | | | |||||
| * | | | | Update mtxclient | Nicolas Werner | 2021-07-23 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 16 | -17/+674 |
| | | | | | |||||
| * | | | | Rename image pack model | Nicolas Werner | 2021-07-22 | 6 | -16/+18 |
| | | | | | |||||
| * | | | | Fix emoji picker not connected to input | Nicolas Werner | 2021-07-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Show confirmation dialog when leaving a room via the context menu | Nicolas Werner | 2021-07-22 | 2 | -2/+12 |
| | | | | | |||||
| * | | | | Add trailing newline to session export to make gomuks happy | Nicolas Werner | 2021-07-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add suggested remote names to flatpak files | Nicolas Werner | 2021-07-22 | 2 | -0/+2 |
| |/ / / | |||||
| * | | | Merge pull request #650 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 10 | -44/+56 |
| |\ \ \ | | | | | | | | | | | Open room members when member info label clicked | ||||
| | * | | | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 8 | -42/+44 |
| | | | | | |||||
| | * | | | Open room members when member info label clicked | Loren Burkholder | 2021-07-21 | 5 | -6/+16 |
| | | | | | |||||
| * | | | | Update translations | Nicolas Werner | 2021-07-21 | 24 | -2183/+3328 |
| | | | | | |||||
| * | | | | Tweak rainbows slightly | Nicolas Werner | 2021-07-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix some media not being cached properly | Nicolas Werner | 2021-07-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Most noticeable in the goose chooser. | ||||
| * | | | | Fix color of invite label | Nicolas Werner | 2021-07-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge pull request #595 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 34 | -591/+791 |
| |\| | | | | | | | | | | | | | QML all the things, part 1 | ||||
| | * | | | Fix the loading spinner setup | Loren Burkholder | 2021-07-20 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | This fixes binding loops and gives it a (in my opinion) sane size. | ||||
| | * | | | Fix elided width | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | make lint | Loren Burkholder | 2021-07-20 | 2 | -3/+6 |
| | | | | | |||||
| | * | | | Modify message to be more accurate | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Insert user before loading avatar/display name | Loren Burkholder | 2021-07-20 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Call the correct function | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix bad connection | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add property for plain room name | Loren Burkholder | 2021-07-20 | 4 | -3/+8 |
| | | | | | |||||
| | * | | | Check with regex everywhere | Loren Burkholder | 2021-07-20 | 1 | -4/+6 |
| | | | | | |||||
| | * | | | Use elided label | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Use correct colors | Loren Burkholder | 2021-07-20 | 2 | -0/+4 |
| | | | | | |||||
| | * | | | Don't hardcode fonts | Loren Burkholder | 2021-07-20 | 3 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | Fix hardcoded fonts (again) | ||||
| | * | | | Fix hardcoded spacing/padding | Loren Burkholder | 2021-07-20 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Another padding fix | ||||
| | * | | | Fix roomId property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | make lint | Loren Burkholder | 2021-07-20 | 2 | -4/+2 |
| | | | | | |||||
| | * | | | Only run spinner while loading members | Loren Burkholder | 2021-07-20 | 3 | -1/+11 |
| | | | | | |||||
| | * | | | Consolidate connections | Loren Burkholder | 2021-07-20 | 2 | -16/+0 |
| | | | | | |||||
| | * | | | Remove size_t property stuff | Loren Burkholder | 2021-07-20 | 2 | -5/+2 |
| | | | | | |||||
| | * | | | make lint | Loren Burkholder | 2021-07-20 | 4 | -7/+23 |
| | | | | | |||||
| | * | | | Use Nico's favored formatting (*shrugs*) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix visibility of spinner | Loren Burkholder | 2021-07-20 | 1 | -5/+2 |
| | | | | | |||||
| | * | | | Drop unnecessary code | Loren Burkholder | 2021-07-20 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Only invite if there is something/someone to invite | Loren Burkholder | 2021-07-20 | 3 | -77/+9 |
| | | | | | |||||
| | * | | | Use standardized padding | Loren Burkholder | 2021-07-20 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | Get Ctrl+Enter working and fix cleaning up and closing | Loren Burkholder | 2021-07-20 | 1 | -15/+14 |
| | | | | | |||||
| | * | | | Fix bad property name | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Document bad behavior with footer and spinner | Loren Burkholder | 2021-07-20 | 1 | -1/+4 |
| | | | | | |||||
| | * | | | More shortcut stuff | Loren Burkholder | 2021-07-20 | 1 | -5/+5 |
| | | | | | |||||
| | * | | | Fix Ctrl-Enter shortcut | Loren Burkholder | 2021-07-20 | 1 | -9/+11 |
| | | | | | |||||
| | * | | | Fix loaded member count | Loren Burkholder | 2021-07-20 | 2 | -2/+2 |
| | | | | | |||||
| | * | | | Actually set invitees property | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Finish converting function to property | Loren Burkholder | 2021-07-20 | 7 | -9/+9 |
| | | | | | |||||
| | * | | | Clean up code | Loren Burkholder | 2021-07-20 | 3 | -39/+3 |
| | | | | | |||||
| | * | | | Use fancy spinner (courtesy of redsky) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -8/+9 |
| | | | | | |||||
| | * | | | Fix background color on text input | Loren Burkholder | 2021-07-20 | 2 | -0/+5 |
| | | | | | |||||
| | * | | | Fix up components | Loren Burkholder | 2021-07-20 | 1 | -21/+28 |
| | | | | | |||||
| | * | | | Fix borked property stuff | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Make macOS CI happy (again) | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | make lint | Loren Burkholder | 2021-07-20 | 7 | -37/+75 |
| | | | | | |||||
| | * | | | Use standard buttons for OK button | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Don't emit signal in constructor | Loren Burkholder | 2021-07-20 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Permissions only needs a roomid to function | Loren Burkholder | 2021-07-20 | 4 | -6/+7 |
| | | | | | |||||
| | * | | | Simplify room details access | Loren Burkholder | 2021-07-20 | 3 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | This removes the redundant room name property | ||||
| | * | | | Fix item that accept() is called on | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Add close on Escape shortcut | Loren Burkholder | 2021-07-20 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Clean up code | Loren Burkholder | 2021-07-20 | 2 | -16/+1 |
| | | | | | |||||
| | * | | | Add fancy label if you enter a bad mxid | Loren Burkholder | 2021-07-20 | 1 | -0/+73 |
| | | | | | |||||
| | * | | | Focus the input bar automatically | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Make sure to use the default room id if none is specified | Loren Burkholder | 2021-07-20 | 3 | -5/+6 |
| | | | | | |||||
| | * | | | Get member info loading working | Loren Burkholder | 2021-07-20 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Add a fancy loading spinner to the member list | Loren Burkholder | 2021-07-20 | 3 | -3/+23 |
| | | | | | |||||
| | * | | | make lint | Loren Burkholder | 2021-07-20 | 15 | -133/+290 |
| | | | | | |||||
| | * | | | QML the invite dialog | Loren Burkholder | 2021-07-20 | 14 | -293/+215 |
| | | | | | | | | | | | | | | | | | | | | This also adds a property `roomId` to TimelineModel. | ||||
| | * | | | QML the room member list | Loren Burkholder | 2021-07-20 | 15 | -225/+284 |
| |/ / / | |||||
| * | | | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 2021-07-20 | 7 | -24/+38 |
| | | | | |||||
| | * | | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 6 | -50/+2 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-07-19 | 26 | -170/+776 |
|\| | | | |||||
| * | | | Fix reaction button again | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Model alias is still needed | Nicolas Werner | 2021-07-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Cache sticker picker | Nicolas Werner | 2021-07-19 | 2 | -4/+6 |
| | | | | |||||
| * | | | Fix replying and editing stickers | Nicolas Werner | 2021-07-19 | 1 | -0/+9 |
| | | | | |||||
| * | | | Merge pull request #648 from Nheko-Reborn/stickers2 | DeepBlueV7.X | 2021-07-19 | 18 | -37/+467 |
| |\ \ \ | | |_|/ | |/| | | Stickers! | ||||
| | * | | Make scrolling sticker picker bearable | Nicolas Werner | 2021-07-19 | 1 | -0/+6 |
| | | | | |||||
| | * | | Fix only first 7 stickers showing up | Nicolas Werner | 2021-07-19 | 3 | -6/+8 |
| | | | | |||||
| | * | | Fix unused state key when iterating room stickers | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Move sticker parsing and enable room stickers | Nicolas Werner | 2021-07-19 | 5 | -38/+78 |
| | | | | |||||
| | * | | Basic sticker support | Nicolas Werner | 2021-07-19 | 17 | -37/+419 |
| |/ / | |||||
| * | | Merge pull request #646 from Nheko-Reborn/historical-key-sharing | DeepBlueV7.X | 2021-07-18 | 8 | -110/+268 |
| |\ \ | | | | | | | | | Historical key sharing | ||||
| | * | | Disable unchecked key sharing to trusted users by default | Nicolas Werner | 2021-07-17 | 1 | -2/+3 |
| | | | | |||||
| | * | | Share historical keys | Nicolas Werner | 2021-07-17 | 4 | -22/+55 |
| | | | | | | | | | | | | | | | | | | | | We share all keys with our devices and ones created by us to other users. | ||||
| | * | | Store megolm session data in separate database | Nicolas Werner | 2021-07-17 | 7 | -86/+210 |
| |/ / | |||||
| * | | Fix replies not reloading after fetching them | Nicolas Werner | 2021-07-16 | 3 | -23/+28 |
| | | | |||||
| * | | Try to make scrolling emoji picker a bit smoother | Nicolas Werner | 2021-07-15 | 1 | -0/+1 |
| |/ | |||||
* / | Import and update lurkki's branch | Joseph Donofry | 2021-07-19 | 3 | -189/+350 |
|/ | |||||
* | Fix warning by deleting code I don't understand | Nicolas Werner | 2021-07-15 | 1 | -5/+0 |
| | |||||
* | Add workaround for TextEdit not rerendering after image loaded | Nicolas Werner | 2021-07-15 | 3 | -0/+19 |
| | | | | fixes #541 | ||||
* | Switch to room after joining invite | Nicolas Werner | 2021-07-13 | 1 | -9/+10 |
| | |||||
* | Don't allow switching to current room | Nicolas Werner | 2021-07-13 | 1 | -0/+4 |
| | | | | fixes #634 | ||||
* | Try to fix crash in setCurrentIndex | Nicolas Werner | 2021-07-13 | 1 | -17/+24 |
| | | | | fixes #607 | ||||
* | Strip reply fallback from roomlist | Nicolas Werner | 2021-07-13 | 1 | -2/+4 |
| | | | | fixes #630 | ||||
* | Fix sending encrypted edits | Nicolas Werner | 2021-07-13 | 2 | -2/+2 |
| | |||||
* | Ignore some more files in appimage | Nicolas Werner | 2021-07-12 | 1 | -0/+2 |
| | |||||
* | Remove examples from appimage | Nicolas Werner | 2021-07-12 | 1 | -4/+3 |
| | |||||
* | Fix verification requests showing up on startup | Nicolas Werner | 2021-07-12 | 1 | -0/+9 |
| | |||||
* | Don't use full dump for replies | Nicolas Werner | 2021-07-12 | 3 | -20/+29 |
| | |||||
* | Fix a few missing properties | Nicolas Werner | 2021-07-12 | 5 | -5/+29 |
| | |||||
* | Fix off-by-1 in insertRows when loading room list from initial sync | Nicolas Werner | 2021-07-12 | 2 | -3/+4 |
| | |||||
* | Update Qt version in README | Nicolas Werner | 2021-07-12 | 1 | -1/+1 |
| | |||||
* | Install deps for add-apt-repo | Nicolas Werner | 2021-07-12 | 1 | -0/+1 |
| | |||||
* | Try to update qt in CI | Nicolas Werner | 2021-07-12 | 2 | -22/+16 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 17 | -145/+482 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Use required properties and delegate pooling for room list | Nicolas Werner | 2021-07-10 | 2 | -26/+38 |
| | |||||
* | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 5 | -35/+34 |
| | |||||
* | Fix lint | Nicolas Werner | 2021-07-10 | 1 | -10/+6 |
| | |||||
* | Remove db bottleneck by caching ro txn for 100 requests | Nicolas Werner | 2021-07-10 | 4 | -92/+118 |
| | |||||
* | Add additional device verification logging | Nicolas Werner | 2021-07-10 | 1 | -0/+10 |
| | |||||
* | Fix blurhash discoloration on decode | Nicolas Werner | 2021-07-09 | 1 | -4/+6 |
| | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 9 | -82/+214 |
| | |||||
* | Merge branch 'nheko_loading_spinner' into 'master' | Nicolas Werner | 2021-07-09 | 11 | -15/+218 |
|\ | | | | | | | | | Nheko loading spinner See merge request nheko-reborn/nheko!9 | ||||
| * | Remove commented code | Joseph Donofry | 2021-07-08 | 1 | -2/+0 |
| | | |||||
| * | Fixes from code review | Joseph Donofry | 2021-07-08 | 6 | -99/+61 |
| | | |||||
| * | Remove EmojiEmitter | Joseph Donofry | 2021-07-08 | 1 | -60/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into nheko_loading_spinner | Joseph Donofry | 2021-07-08 | 106 | -6914/+11745 |
| |\ | |||||
| * | | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 7 | -11/+85 |
| | | | |||||
| * | | Change variable for running | Joseph Donofry | 2021-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | Add Nheko logo QML Spinner | Joseph Donofry | 2021-06-09 | 3 | -3/+232 |
| | | | |||||
* | | | Merge branch 'windows_coeurl' into 'master' | Joe Donofry | 2021-07-09 | 3 | -6/+51 |
|\ \ \ | |_|/ |/| | | | | | | | | Get SChannel CURL backend working for coeurl on Windows See merge request nheko-reborn/nheko!8 | ||||
| * | | Fix linter issue | Joseph Donofry | 2021-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add missing include to Utils | Joe | 2021-07-08 | 1 | -1/+2 |
| | | | |||||
| * | | Update mtxclient with coeurl fixes | Joe | 2021-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | Get SChannel CURL backend working for coeurl on Windows | Joe | 2021-07-07 | 2 | -4/+48 |
|/ / | |||||
* | | Fix cmake template define issue | Joe | 2021-07-07 | 2 | -5/+1 |
| | | |||||
* | | Fix Backtrace define error for Windows | Joe | 2021-07-07 | 1 | -0/+2 |
| | | |||||
* | | Translated using Weblate (Finnish) | Weblate | 2021-07-06 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | Currently translated at 47.4% (234 of 493 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-07-06 | 1 | -52/+52 |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (493 of 493 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 a few embarrassing bugs with device list updates | Nicolas Werner | 2021-07-06 | 1 | -8/+14 |
| | | |||||
* | | Show previews for space rooms | Nicolas Werner | 2021-07-04 | 2 | -25/+213 |
| | | |||||
* | | Explicitly state that online keybackup is unsupported rn | Nicolas Werner | 2021-07-03 | 1 | -1/+2 |
| | | |||||
* | | Update E2EE note | Nicolas Werner | 2021-07-03 | 1 | -3/+3 |
| | | |||||
* | | Make emoji picker follow theme | Nicolas Werner | 2021-07-03 | 5 | -203/+226 |
| | | |||||
* | | Fix community sidebar toggle | Nicolas Werner | 2021-07-02 | 2 | -2/+5 |
| | | |||||
* | | Update translations | Nicolas Werner | 2021-07-02 | 23 | -5916/+5740 |
| | | |||||
* | | Remove dead code to calculate last message | Nicolas Werner | 2021-07-01 | 4 | -98/+3 |
| | | |||||
* | | Fix mouse cursor on reply delegates | Nicolas Werner | 2021-06-30 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #626 from Nheko-Reborn/curl | DeepBlueV7.X | 2021-06-30 | 13 | -105/+184 |
|\ \ | | | | | | | Use coeurl for networking | ||||
| * | | Install libevent dev dependency for appimage | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Ignore return value of write() in signal handler | Nicolas Werner | 2021-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Add libevent in flatpak | Nicolas Werner | 2021-06-30 | 1 | -10/+15 |
| | | | |||||
| * | | Get rid of boost dependency for stacktraces | Nicolas Werner | 2021-06-30 | 4 | -7/+48 |
| | | | |||||
| * | | Update mtxclient and add coeurl to flatpak | Nicolas Werner | 2021-06-30 | 2 | -12/+8 |
| | | | |||||
| * | | Add curl deps to CI | Nicolas Werner | 2021-06-30 | 3 | -9/+16 |
| | | | |||||
| * | | Fix too many newlines in reply fallback | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix error message for /sync | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Use coeurl for networking | Nicolas Werner | 2021-06-30 | 6 | -67/+97 |
|/ / | | | | | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail. | ||||
* | | Fix tags going missing if you join communities | Nicolas Werner | 2021-06-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #624 from Cadair/inline_img_single_quote | DeepBlueV7.X | 2021-06-25 | 1 | -0/+4 |
|\ \ | | | | | | | Add another regex to match inline img tags using single quotes | ||||
| * | | Apply suggestions from code review | Stuart Mumford | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Update src/timeline/TimelineModel.cpp | Stuart Mumford | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add another regex to match inline img tags using single quotes | Stuart Mumford | 2021-06-25 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Stuart Mumford <stuart@cadair.com> | ||||
* | | | Try to fix appveyor | Nicolas Werner | 2021-06-25 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #610 from Nheko-Reborn/spaces | DeepBlueV7.X | 2021-06-25 | 49 | -202/+1706 |
|\ \ | | | | | | | Show some spaces in the community sidebar | ||||
| * | | fix sort by unread not getting persisted | Nicolas Werner | 2021-06-25 | 1 | -0/+1 |
| | | | |||||
| * | | Fix clicking links in mobile mode | Nicolas Werner | 2021-06-25 | 1 | -1/+2 |
| | | | | | | | | | | | | fixes #617 | ||||
| * | | Increase contrast of dark theme secondary colors slightly | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Don't use a thin font in the room list | Nicolas Werner | 2021-06-25 | 1 | -2/+0 |
| | | | |||||
| * | | Fix spaces showing up with world filter | Nicolas Werner | 2021-06-25 | 1 | -25/+44 |
| | | | |||||
| * | | Don't spam key requests directly after startup | Nicolas Werner | 2021-06-25 | 3 | -0/+23 |
| | | | |||||
| * | | Fix missing back button on spaces page in narrow mode as well as topic not ↵ | Nicolas Werner | 2021-06-25 | 1 | -4/+17 |
| | | | | | | | | | | | | resizing properly | ||||
| * | | Fix null warning for space avatars | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add a basic 'Space page' | Nicolas Werner | 2021-06-25 | 7 | -3/+83 |
| | | | |||||
| * | | Fix off by 1 in previousRoom condition | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Hide last message on spaces | Nicolas Werner | 2021-06-25 | 1 | -1/+3 |
| | | | |||||
| * | | Hide spaces by default, unless they are in the current space filter | Nicolas Werner | 2021-06-25 | 4 | -7/+59 |
| | | | |||||
| * | | Fix hiding rooms from a space | Nicolas Werner | 2021-06-25 | 3 | -13/+50 |
| | | | |||||
| * | | Update mtxclient for spaces | Nicolas Werner | 2021-06-25 | 2 | -2/+2 |
| | | | |||||
| * | | Allow filtering by space | Nicolas Werner | 2021-06-25 | 5 | -14/+70 |
| | | | |||||
| * | | update SingleApplication | Nicolas Werner | 2021-06-25 | 30 | -64/+1051 |
| | | | |||||
| * | | Show some spaces in the community sidebar | Nicolas Werner | 2021-06-25 | 6 | -106/+341 |
|/ / | |||||
* | | Merge pull request #611 from balsoft/allow-edits-of-pending-messages | DeepBlueV7.X | 2021-06-19 | 4 | -7/+88 |
|\ \ | | | | | | | Allow editing unsent messages | ||||
| * | | fixup! Allow editing unsent messages | Alexander Bantyev | 2021-06-19 | 2 | -1/+7 |
| | | |