Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn about room name and topic not being encrypted | Nicolas Werner | 2024-08-17 | 1 | -0/+2 |
| | |||||
* | Rework how history settings are represented | Nicolas Werner | 2023-06-28 | 1 | -0/+3 |
| | |||||
* | Allow viewing and changing the history visibility | Nicolas Werner | 2023-06-24 | 1 | -1/+23 |
| | |||||
* | 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/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -3/+3 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Rework how access rules for rooms are modified completely | Nicolas Werner | 2022-09-19 | 1 | -6/+72 |
| | |||||
* | Support the knock_restricted rule | Nicolas Werner | 2022-06-18 | 1 | -0/+2 |
| | |||||
* | Don't use a modal to edit room name and topic | Nicolas Werner | 2022-03-30 | 1 | -42/+12 |
| | |||||
* | Hidden events: Refactor slightly for reusability | Nicolas Werner | 2022-02-12 | 1 | -5/+0 |
| | |||||
* | Hidden events: Make reusable read function | tastytea | 2022-02-10 | 1 | -0/+1 |
| | |||||
* | Hidden events: Some cleanup | tastytea | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Hidden events: Make save-function reusable for global account data | tastytea | 2022-02-10 | 1 | -1/+2 |
| | |||||
* | Hidden events: Incorporate suggestions from review | tastytea | 2022-02-10 | 1 | -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 room | tastytea | 2022-02-10 | 1 | -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 job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -84/+84 |
| | |||||
* | Allow accepting knocks in the timeline | Nicolas Werner | 2021-08-17 | 1 | -0/+4 |
| | | | | As well as selecting more join rules. | ||||
* | Remove additional key requests preference code | Joe | 2021-07-24 | 1 | -2/+0 |
| | |||||
* | Merge master and fix conflicts | Joe | 2021-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -1/+1 |
| | | |||||
* | | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 1 | -2/+0 |
|/ | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | added room topic | Jedi18 | 2021-02-13 | 1 | -14/+18 |
| | |||||
* | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 1 | -1/+40 |
| | |||||
* | fix avatar update on timeline sync | Jedi18 | 2021-02-11 | 1 | -1/+0 |
| | |||||
* | shifted room avatar changing | Jedi18 | 2021-02-11 | 1 | -1/+34 |
| | |||||
* | added roomversion, roomid etc | Jedi18 | 2021-02-11 | 1 | -0/+6 |
| | |||||
* | added notifications and encryption for the new roomsettings | Jedi18 | 2021-02-11 | 1 | -0/+29 |
| | |||||
* | ui almost looks the same, midway between transition from old room settings ↵ | Jedi18 | 2021-02-10 | 1 | -0/+25 |
to new room settings |