summary refs log tree commit diff
path: root/src/ui/UserProfile.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change indentation to 4 spacesNicolas Werner2021-09-181-101/+100
* Improvements to user profiles:Thulinma2021-09-051-0/+1
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-1/+2
* Show verification status next to messagesNicolas Werner2021-05-071-5/+7
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-0/+2
* Update license headersNicolas Werner2021-03-051-0/+4
* fixed global avatar updation in the dialogJedi182021-02-021-0/+2
* add loading indicatorJedi182021-02-021-0/+7
* add error message and update avatars on avatar change in timeline and user pr...Jedi182021-02-021-1/+3
* update room and global avatar through user profileJedi182021-02-011-0/+6
* shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-291-8/+2
* made requeste changesJedi182021-01-291-2/+2
* fix linting 2Jedi182021-01-291-1/+1
* Shifted fetching of global username fom timeline model to user profileJedi182021-01-291-3/+7
* fix lintingJedi182021-01-281-3/+3
* Changed edit method from double clicking to an edit buttonJedi182021-01-281-2/+3
* Username can be edited by double clicking on text, added global user profile ...Jedi182021-01-281-0/+9
* update room specific username from userprofileJedi182021-01-271-0/+1
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-0/+6
* Optimize buildNicolas Werner2020-10-271-6/+0
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-2/+6
* Make steps in verification flow explicitNicolas Werner2020-10-051-2/+8
* Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-1/+1
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-2/+4
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-0/+4
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-2/+1
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-1/+3
* Refactor UserProfileNicolas Werner2020-07-301-43/+77
* Some issue with UserProfileCH Chethan Reddy2020-07-301-18/+36
* [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-0/+4
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-1/+4
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-12/+10
* Adding DeviceList for userprofileChethan2k12020-07-301-6/+26
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+29