Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a few headers forward declarations | Nicolas Werner | 2024-03-16 | 1 | -1/+3 |
| | |||||
* | Add /ignore | NepNep21 | 2023-12-11 | 1 | -0/+2 |
| | |||||
* | Cleanup ignore user functionality slightly | Nicolas Werner | 2023-10-24 | 1 | -2/+5 |
| | |||||
* | Use properties | NepNep21 | 2023-10-01 | 1 | -2/+1 |
| | |||||
* | Rebase | NepNep21 | 2023-10-01 | 1 | -1/+3 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -0/+2 |
| | |||||
* | Show rooms you share with someone | Nicolas Werner | 2023-02-24 | 1 | -0/+27 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -3/+3 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Switch to clang-format14 | Nicolas Werner | 2022-09-25 | 1 | -4/+8 |
| | |||||
* | Fix crash when fetching global profile | Nicolas Werner | 2022-08-13 | 1 | -0/+13 |
| | |||||
* | Use right linter | Nicolas Werner | 2022-05-10 | 1 | -6/+3 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -3/+6 |
| | |||||
* | Add backend for new room creation dialogs | Nicolas Werner | 2022-03-29 | 1 | -0/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 1 | -1/+4 |
| | |||||
* | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 2021-10-17 | 1 | -1/+17 |
| | | | | | | for logging out devices. Ticks off another box in #23! | ||||
* | Remove duplicated verification status calculation | Nicolas Werner | 2021-10-07 | 1 | -1/+5 |
| | |||||
* | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 2021-10-06 | 1 | -0/+2 |
| | | | | checkmark instead of a lock | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -101/+100 |
| | |||||
* | Improvements to user profiles: | Thulinma | 2021-09-05 | 1 | -0/+1 |
| | | | | | | | | - 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) | ||||
* | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 1 | -1/+2 |
| | |||||
* | Show verification status next to messages | Nicolas Werner | 2021-05-07 | 1 | -5/+7 |
| | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -0/+2 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | fixed global avatar updation in the dialog | Jedi18 | 2021-02-02 | 1 | -0/+2 |
| | |||||
* | add loading indicator | Jedi18 | 2021-02-02 | 1 | -0/+7 |
| | |||||
* | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 1 | -1/+3 |
| | | | | profile dialog | ||||
* | update room and global avatar through user profile | Jedi18 | 2021-02-01 | 1 | -0/+6 |
| | |||||
* | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 2021-01-29 | 1 | -8/+2 |
| | |||||
* | made requeste changes | Jedi18 | 2021-01-29 | 1 | -2/+2 |
| | |||||
* | fix linting 2 | Jedi18 | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 2021-01-29 | 1 | -3/+7 |
| | |||||
* | fix linting | Jedi18 | 2021-01-28 | 1 | -3/+3 |
| | |||||
* | Changed edit method from double clicking to an edit button | Jedi18 | 2021-01-28 | 1 | -2/+3 |
| | |||||
* | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 2021-01-28 | 1 | -0/+9 |
| | | | | menu action in user info widget | ||||
* | update room specific username from userprofile | Jedi18 | 2021-01-27 | 1 | -0/+1 |
| | |||||
* | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 1 | -0/+6 |
| | |||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -6/+0 |
| | |||||
* | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 1 | -2/+6 |
| | |||||
* | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 1 | -2/+8 |
| | |||||
* | Fix Wrong Emojis Issue in Room Verification | Chethan2k1 | 2020-09-04 | 1 | -1/+1 |
| | |||||
* | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -2/+4 |
| | |||||
* | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 1 | -0/+4 |
| | |||||
* | Updating keys of outdated encrypted users | CH Chethan Reddy | 2020-07-30 | 1 | -2/+1 |
| | |||||
* | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -1/+3 |
| | |||||
* | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 1 | -43/+77 |
| | |||||
* | Some issue with UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -18/+36 |
| | |||||
* | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 1 | -0/+4 |
| | |||||
* | Add some Userprofile buttons | CH Chethan Reddy | 2020-07-30 | 1 | -1/+4 |
| | |||||
* | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -12/+10 |
| | |||||
* | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 1 | -6/+26 |
| | |||||
* | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 1 | -0/+29 |