Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-10 | Allow message text selection | Konstantinos Sideris | 1 | -0/+1 | |
2017-04-10 | Handle room avatars in top bar without an icon | Konstantinos Sideris | 3 | -0/+13 | |
2017-04-10 | Hide horizontal scroll bar on history view | Konstantinos Sideris | 2 | -2/+2 | |
2017-04-10 | Use QString::simplified instead of regex | Konstantinos Sideris | 2 | -3/+3 | |
2017-04-10 | Update readme | Konstantinos Sideris | 1 | -9/+25 | |
2017-04-10 | Use Matrix ID for login | Konstantinos Sideris | 3 | -14/+14 | |
2017-04-10 | Sanitize room info for display | Konstantinos Sideris | 2 | -13/+17 | |
2017-04-09 | Disable travis notifications | Konstantinos Sideris | 1 | -0/+3 | |
[ci skip] | |||||
2017-04-09 | Remove exception specifications | Konstantinos Sideris | 12 | -45/+45 | |
2017-04-09 | Add appveyor CI | Konstantinos Sideris | 3 | -10/+41 | |
2017-04-09 | Add travis CI | Konstantinos Sideris | 5 | -9/+43 | |
2017-04-09 | Clear text fields after login | Konstantinos Sideris | 3 | -0/+9 | |
2017-04-09 | Add logout button | Konstantinos Sideris | 17 | -41/+166 | |
Logout from the current session and invalidate the current token | |||||
2017-04-08 | Implement initial registration stage | Konstantinos Sideris | 7 | -21/+216 | |
2017-04-07 | Use QLabel to display registration errors | Konstantinos Sideris | 5 | -21/+30 | |
2017-04-06 | Use const refs for the deserialized data | Konstantinos Sideris | 19 | -196/+198 | |
2017-04-06 | Initialize sync timer | Konstantinos Sideris | 2 | -2/+5 | |
2017-04-06 |