summary refs log tree commit diff
path: root/src/ui/UserProfile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak and invite filteringNepNep212023-12-191-1/+4
* Multiple changesNepNep212023-12-171-0/+8
* Add /ignoreNepNep212023-12-111-0/+6
* Fix macos not supporting emplace of aggregates yetNicolas Werner2023-10-261-1/+1
* Cleanup ignore user functionality slightlyNicolas Werner2023-10-241-17/+41
* Use propertiesNepNep212023-10-011-22/+3
* RebaseNepNep212023-10-011-4/+51
* Show rooms you share with someoneNicolas Werner2023-02-241-0/+47
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* Add some more error loggingNicolas Werner2023-01-091-21/+15
* Fix crash in migrations during secrets deletionNicolas Werner2023-01-071-1/+5
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-7/+6
* Fix crash when fetching global profileNicolas Werner2022-08-131-10/+20
* Simplify includes a bitNicolas Werner2022-06-161-0/+2
* Rework focus handlingNicolas Werner2022-05-071-2/+2
* Cleanup some unused codeNicolas Werner2022-03-301-3/+0
* Add backend for new room creation dialogsNicolas Werner2022-03-291-3/+10
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-9/+10
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-6/+6
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-2/+0
* Improve fetching of device keys after loginNicolas Werner2021-11-081-0/+2
* Allow changing device names, display last seen time and IPThulinma2021-10-201-0/+19
* move device verification management to its own fileNicolas Werner2021-10-171-2/+2
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-1/+1
* Add support for listing devices that do not support encryption, add support f...Thulinma2021-10-171-0/+63
* Simplify device list refresh logicDeepBlueV7.X2021-10-071-3/+1
* Remove duplicated verification status calculationNicolas Werner2021-10-071-47/+45
* Added support for refreshing the device list, marking current device with a c...Thulinma2021-10-061-0/+12
* Change indentation to 4 spacesNicolas Werner2021-09-181-265/+247
* More profile improvements:Thulinma2021-09-081-2/+1
* Improvements to user profiles:Thulinma2021-09-051-1/+9
* Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-121-5/+3
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-1/+3
* Basic header and footer of room listNicolas Werner2021-05-151-11/+17
* Show verification status next to messagesNicolas Werner2021-05-071-1/+1
* Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-051-0/+4
|\
| * Update license headersNicolas Werner2021-03-051-0/+4
* | Fix lintingJoseph Donofry2021-03-041-3/+4
* | Properly format matrix errors in spdlog statementsJoseph Donofry2021-03-041-2/+2
|/
* Fix lintingNicolas Werner2021-02-091-11/+11
* Remove unused variablesNicolas Werner2021-02-091-3/+1
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-031-2/+2
|\
| * Fix unused capture warningNicolas Werner2021-02-021-2/+2
* | fixed global avatar updation in the dialogJedi182021-02-021-11/+26
* | add loading indicatorJedi182021-02-021-10/+31
* | add error message and update avatars on avatar change in timeline and user pr...Jedi182021-02-021-2/+2
* | update room and global avatar through user profileJedi182021-02-011-12/+91
|/
* shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-291-15/+0
* made requeste changesJedi182021-01-291-4/+4
* fix linting 2Jedi182021-01-291-2/+2
* Shifted fetching of global username fom timeline model to user profileJedi182021-01-291-3/+26
* fix lintingJedi182021-01-281-2/+2
* Changed edit method from double clicking to an edit buttonJedi182021-01-281-2/+4
* Username can be edited by double clicking on text, added global user profile ...Jedi182021-01-281-33/+50
* update room specific username from userprofileJedi182021-01-271-0/+39
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-6/+14
* Handle matrix schemeNicolas Werner2021-01-101-6/+1
* Optimize buildNicolas Werner2020-10-271-2/+2
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-105/+40
* Make steps in verification flow explicitNicolas Werner2020-10-051-38/+17
* Clean up verification and key cache a bitNicolas Werner2020-10-021-43/+27
* Fix catch by value warningNicolas Werner2020-09-031-3/+3
* Small FixesCH Chethan Reddy2020-08-291-4/+5
* Verify signatures and find trusted devicesCH Chethan Reddy2020-08-251-64/+117
* Cache FixCH Chethan Reddy2020-08-241-66/+111
* [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-2/+3
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-19/+37
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-0/+34
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-10/+7
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-5/+6
* Refactor UserProfileNicolas Werner2020-07-301-42/+66
* Some issue with UserProfileCH Chethan Reddy2020-07-301-23/+48
* [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-46/+60
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-0/+28
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-19/+27
* Adding DeviceList for userprofileChethan2k12020-07-301-11/+33
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+58