Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-22 | Introduced LogoutJob | Kitsune Ral | |
The job calls the /logout endpoint of CS API that invalidates the passed access_token; a respective Connection::logout() method and Connection::loggedOut() signal are added for use in clients. | |||
2016-05-27 | Use nullptr | Kitsune Ral | |
2016-05-27 | Don't assign the token twice | Kitsune Ral | |
In a case when authentication doesn't even happen, PasswordLogin job won't run. The better place to assign (and log) the token is in Connection::connectWithToken(), therefore. | |||
2016-05-07 | Minors: one fix, one cleanup | Kitsune Ral | |
2016-05-06 | Use lambda captures instead of throwing job pointers around | Kitsune Ral | |
2016-04-22 | Allow login with token. | David A Roberts | |
2016-04-12 | Resolve Matrix SRV records. | David A Roberts | |
2016-04-07 | Allow Connections to be used in QML. | David A Roberts | |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |