Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -9/+10 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -6/+6 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -2/+0 |
| | |||||
* | Improve fetching of device keys after login | Nicolas Werner | 2021-11-08 | 1 | -0/+2 |
| | |||||
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 1 | -0/+19 |
| | |||||
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 1 | -2/+2 |
| | |||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 2021-10-17 | 1 | -0/+63 |
| | | | | | | for logging out devices. Ticks off another box in #23! | ||||
* | Simplify device list refresh logic | DeepBlueV7.X | 2021-10-07 | 1 | -3/+1 |
| | |||||
* | Remove duplicated verification status calculation | Nicolas Werner | 2021-10-07 | 1 | -47/+45 |
| | |||||
* | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 2021-10-06 | 1 | -0/+12 |
| | | | | checkmark instead of a lock | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -265/+247 |
| | |||||
* | More profile improvements: | Thulinma | 2021-09-08 | 1 | -2/+1 |
| | | | | | | | | | - 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 | ||||
* | Improvements to user profiles: | Thulinma | 2021-09-05 | 1 | -1/+9 |
| | | | | | | | | - 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) | ||||
* | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 2021-06-12 | 1 | -5/+3 |
| | |||||
* | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 1 | -1/+3 |
| | |||||
* | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 1 | -11/+17 |
| | |||||
* | Show verification status next to messages | Nicolas Werner | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #505 from Nheko-Reborn/license-headers | DeepBlueV7.X | 2021-03-05 | 1 | -0/+4 |
|\ | | | | | License headers | ||||
| * | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | | |||||
* | | Fix linting | Joseph Donofry | 2021-03-04 | 1 | -3/+4 |
| | | |||||
* | | Properly format matrix errors in spdlog statements | Joseph Donofry | 2021-03-04 | 1 | -2/+2 |
|/ | |||||
* | Fix linting | Nicolas Werner | 2021-02-09 | 1 | -11/+11 |
| | |||||
* | Remove unused variables | Nicolas Werner | 2021-02-09 | 1 | -3/+1 |
| | |||||
* | Merge branch 'master' into avatar_username_feature | DeepBlueV7.X | 2021-02-03 | 1 | -2/+2 |
|\ | |||||
| * | Fix unused capture warning | Nicolas Werner | 2021-02-02 | 1 | -2/+2 |
| | | |||||
* | | fixed global avatar updation in the dialog | Jedi18 | 2021-02-02 | 1 | -11/+26 |
| | | |||||
* | | add loading indicator | Jedi18 | 2021-02-02 | 1 | -10/+31 |
| | | |||||
* | | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 1 | -2/+2 |
| | | | | | | | | profile dialog | ||||
* | | update room and global avatar through user profile | Jedi18 | 2021-02-01 | 1 | -12/+91 |
|/ | |||||
* | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 2021-01-29 | 1 | -15/+0 |
| | |||||
* | made requeste changes | Jedi18 | 2021-01-29 | 1 | -4/+4 |
| | |||||
* | fix linting 2 | Jedi18 | 2021-01-29 | 1 | -2/+2 |
| | |||||
* | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 2021-01-29 | 1 | -3/+26 |
| | |||||
* | fix linting | Jedi18 | 2021-01-28 | 1 | -2/+2 |
| | |||||
* | Changed edit method from double clicking to an edit button | Jedi18 | 2021-01-28 | 1 | -2/+4 |
| | |||||
* | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 2021-01-28 | 1 | -33/+50 |
| | | | | menu action in user info widget | ||||
* | update room specific username from userprofile | Jedi18 | 2021-01-27 | 1 | -0/+39 |
| | |||||
* | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 1 | -6/+14 |
| | |||||
* | Handle matrix scheme | Nicolas Werner | 2021-01-10 | 1 | -6/+1 |
| | | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312 | ||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 1 | -105/+40 |
| | |||||
* | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 1 | -38/+17 |
| | |||||
* | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 1 | -43/+27 |
| | |||||
* | Fix catch by value warning | Nicolas Werner | 2020-09-03 | 1 | -3/+3 |
| | |||||
* | Small Fixes | CH Chethan Reddy | 2020-08-29 | 1 | -4/+5 |
| | |||||
* | Verify signatures and find trusted devices | CH Chethan Reddy | 2020-08-25 | 1 | -64/+117 |
| | |||||
* | Cache Fix | CH Chethan Reddy | 2020-08-24 | 1 | -66/+111 |
| | |||||
* | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -2/+3 |
| | |||||
* | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -19/+37 |
| | |||||
* | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 1 | -0/+34 |
| | |||||
* | Updating keys of outdated encrypted users | CH Chethan Reddy | 2020-07-30 | 1 | -10/+7 |
| | |||||
* | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -5/+6 |
| | |||||
* | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 1 | -42/+66 |
| | |||||
* | Some issue with UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -23/+48 |
| | |||||
* | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 1 | -46/+60 |
| | |||||
* | Add some Userprofile buttons | CH Chethan Reddy | 2020-07-30 | 1 | -0/+28 |
| | |||||
* | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -19/+27 |
| | |||||
* | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 1 | -11/+33 |
| | |||||
* | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 1 | -0/+58 |