Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/ | ||||
* | Fix potential crash from the room directory | Nicolas Werner | 2023-01-08 | 1 | -15/+26 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Remove a few more headers | Nicolas Werner | 2022-06-18 | 1 | -2/+5 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -141/+139 |
| | |||||
* | Added a text field that allows choosing custom homeserver in "Room ↵ | Patryk Cisek | 2021-09-17 | 1 | -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 lineendings | Nicolas Werner | 2021-08-17 | 1 | -209/+209 |
| | |||||
* | Update join button in room directory after join | Nicolas Werner | 2021-08-17 | 1 | -5/+20 |
| | |||||
* | Clean up final nits | kamathmanu | 2021-08-14 | 1 | -3/+1 |
| | |||||
* | Ran qmlformat and make license | kamathmanu | 2021-08-12 | 1 | -15/+16 |
| | |||||
* | Added Spinner while rooms load | kamathmanu | 2021-08-12 | 1 | -5/+17 |
| | |||||
* | Fix nits from code review | kamathmanu | 2021-08-09 | 1 | -4/+1 |
| | |||||
* | Fix Duplicate fetched chunk | kamathmanu | 2021-08-07 | 1 | -2/+1 |
| | |||||
* | make lint | kamathmanu | 2021-08-07 | 1 | -6/+5 |
| | |||||
* | Made only unjoined rooms joinable | kamathmanu | 2021-08-07 | 1 | -1/+12 |
| | |||||
* | Linted code | kamathmanu | 2021-08-07 | 1 | -106/+112 |
| | |||||
* | Implemented Room Directory model to store and provide QML view with public ↵ | kamathmanu | 2021-08-07 | 1 | -0/+171 |
room data from mtxclient |