summary refs log tree commit diff
path: root/src/RoomDirectoryModel.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/
* Fix potential crash from the room directoryNicolas Werner2023-01-081-15/+26
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Remove a few more headersNicolas Werner2022-06-181-2/+5
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-141/+139
|
* Added a text field that allows choosing custom homeserver in "Room ↵Patryk Cisek2021-09-171-0/+9
| | | | | | | | | | | | | | | | | | | directory" dialog. (#727) * Added a text field that allows choosing custom homeserver in "Room directory" dialog. * Moved "Choose custom homeserver" text field to the right and shrinked it to 30% of "Room directory" dialog's width. * Adding "server_name=" when needed when joining room. When joining room that is hosted on a different homeserver than the account is registered on, the request fails. In such scenario the server has to be explicitly mentioned in a server_name URL parameter. More info here: https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-join-roomidoralias * Minor fix: intentation (4 spaces -> 8 spaces) Co-authored-by: Patryk Cisek <patryk@cisek.email>
* Fi lineendingsNicolas Werner2021-08-171-209/+209
|
* Update join button in room directory after joinNicolas Werner2021-08-171-5/+20
|
* Clean up final nitskamathmanu2021-08-141-3/+1
|
* Ran qmlformat and make licensekamathmanu2021-08-121-15/+16
|
* Added Spinner while rooms loadkamathmanu2021-08-121-5/+17
|
* Fix nits from code reviewkamathmanu2021-08-091-4/+1
|
* Fix Duplicate fetched chunkkamathmanu2021-08-071-2/+1
|
* make lintkamathmanu2021-08-071-6/+5
|
* Made only unjoined rooms joinablekamathmanu2021-08-071-1/+12
|
* Linted codekamathmanu2021-08-071-106/+112
|
* Implemented Room Directory model to store and provide QML view with public ↵kamathmanu2021-08-071-0/+171
room data from mtxclient