summary refs log tree commit diff
path: root/src/ui/RoomSettings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-191-6/+72
|
* Support the knock_restricted ruleNicolas Werner2022-06-181-0/+2
|
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-42/+12
|
* Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-121-5/+0
|
* Hidden events: Make reusable read functiontastytea2022-02-101-0/+1
|
* Hidden events: Some cleanuptastytea2022-02-101-2/+2
|
* Hidden events: Make save-function reusable for global account datatastytea2022-02-101-1/+2
|
* Hidden events: Incorporate suggestions from reviewtastytea2022-02-101-5/+5
| | | | | | | - Set TitleHint flag on dialog - Store hidden events as QSet<QString> instead of std::vector<bool> - Change wording in dialog (disable events instead of turning the hiding on)
* Add GUI to change hidden events per roomtastytea2022-02-101-0/+5
| | | | | | | | | | | | | This adds a dialog to the room settings in which the user can choose which of these three event types they want to hide (additionally to the default): - m.room.member - m.room.power_levels - m.sticker The current state is read when room settings are opened and saved when new settings are accepted.
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-84/+84
|
* Allow accepting knocks in the timelineNicolas Werner2021-08-171-0/+4
| | | | As well as selecting more join rules.
* Remove additional key requests preference codeJoe2021-07-241-2/+0
|
* Merge master and fix conflictsJoe2021-07-241-1/+1
|\
| * Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-1/+1
| |
* | Remove 'respond to key requests' functionalityJoseph Donofry2021-07-151-2/+0
|/
* Update license headersNicolas Werner2021-03-051-0/+4
|
* added room topicJedi182021-02-131-14/+18
|
* added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-1/+40
|
* fix avatar update on timeline syncJedi182021-02-111-1/+0
|
* shifted room avatar changingJedi182021-02-111-1/+34
|
* added roomversion, roomid etcJedi182021-02-111-0/+6
|
* added notifications and encryption for the new roomsettingsJedi182021-02-111-0/+29
|
* ui almost looks the same, midway between transition from old room settings ↵Jedi182021-02-101-0/+25
to new room settings