summary refs log tree commit diff
path: root/src/dialogs/RoomSettings.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow user to configure join rules for a roomKonstantinos Sideris2018-08-091-35/+170
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-221-2/+27
* Refactor the room settings menu to look like the user profileKonstantinos Sideris2018-07-221-158/+84
* Move all files under src/Konstantinos Sideris2018-07-171-13/+14
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-3/+3
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-7/+8
* Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-121-5/+95
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-41/+39
* Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2018-05-181-8/+14
* Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2018-05-181-0/+8
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-19/+41
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-40/+199
* Add read support for room access options (#324)twahm2018-05-131-3/+56
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-111-0/+16
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-4/+3
* Add member listKonstantinos Sideris2018-05-011-8/+10
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+147