Updated/created times are not actually being stored
Bug #1366998 reported by
dobey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntuone-credentials (Ubuntu) |
Fix Released
|
Critical
|
dobey |
Bug Description
The code to store the updated and created dates in the online accounts secrets store, is not actually being used. The code which retrieves the token, is actually creating the Token object directly, and thus the parsing from a query string, is not used.
Related branches
lp://staging/~dobey/ubuntuone-credentials/qdatetime-valid
- Alejandro J. Cura (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 225 lines (+103/-13)6 files modifieddebian/libubuntuoneauth-2.0-0.symbols (+3/-2)
libubuntuoneauth/ssoservice.cpp (+2/-1)
libubuntuoneauth/tests/test_token.cpp (+56/-7)
libubuntuoneauth/tests/test_token.h (+6/-0)
libubuntuoneauth/token.cpp (+31/-3)
libubuntuoneauth/token.h (+5/-0)
summary: |
- Updated/created times not parsed correctly, or actually being stored + Updated/created times are not actually being stored |
To post a comment you must log in.
This bug was fixed in the package ubuntuone- credentials - 14.04+14. 10.20140910
--------------- credentials (14.04+ 14.10.20140910) utopic; urgency=low
ubuntuone-
[ CI bot ]
* Resync trunk
[ Rodney Dawes ]
* Add new ctor for Token to accept created/updated date strings. Use
the new ctor when creating the token from the REST response. Turn
the date string returned from the server into an ISO string for
parsing. Add more tests. (LP: #1366998)
[ Sebastien Bacher ]
* Set wrapmode to avoid having a label cut (LP: #1366294)
-- Ubuntu daily release <email address hidden> Wed, 10 Sep 2014 13:18:31 +0000