summary refs log tree commit diff
path: root/src/UsersModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Optimize user model construction by 2.5xNicolas Werner2023-01-311-5/+8
|
* add user search to invite dialog (#1253)Malte E2023-01-311-6/+25
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Fix matrix.to link escapingNicolas Werner2022-07-201-1/+4
| | | | | | Properly escapes in replies and with unmatched []. fixes #854
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* Cleanup remaining clazy issuesNicolas Werner2021-12-281-2/+2
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-36/+36
|
* Don't allow images in username change messages and user completerNicolas Werner2021-09-091-3/+4
| | | | Sorry, no fun for you!
* Fix completions in plain text modeNicolas Werner2021-04-241-3/+9
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Show userid in completerNicolas Werner2020-11-251-0/+3
|
* Linkify username completionNicolas Werner2020-11-251-0/+3
|
* Custom completer filteringNicolas Werner2020-11-251-3/+6
|
* Working User completerNicolas Werner2020-11-251-6/+22
|
* add per-room user modelJussi Kuokkanen2020-11-251-0/+28