Use /api/time to do the timesync
Bug #891644 reported by
Alejandro J. Cura
on 2011-11-17
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One storage protocol | Status tracked in Trunk | |||||
| Stable-3-0 |
Medium
|
Alejandro J. Cura | |||
| Trunk |
Low
|
Alejandro J. Cura | |||
Ubuntu Single Sign On Client | Status tracked in Trunk | |||||
| Stable-3-0 |
Undecided
|
Unassigned | |||
| Trunk |
Low
|
Alejandro J. Cura | |||
| ubuntu-sso-client (Ubuntu) |
Undecided
|
Unassigned | |||
| ubuntuone-storage-protocol (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Do a HEAD request on http://
Related branches
lp:~alecu/ubuntuone-storage-protocol/timestamp-server
- Diego Sarmentero (community): Approve on 2011-11-17
- Michał Karnicki (community): Approve on 2011-11-17
-
Diff: 12 lines (+1/-1)1 file modifiedubuntuone/storageprotocol/utils.py (+1/-1)
lp:~alecu/ubuntu-sso-client/timestamp-server
- Diego Sarmentero (community): Approve on 2011-11-17
-
Diff: 12 lines (+1/-1)1 file modifiedubuntu_sso/utils/__init__.py (+1/-1)
lp:~alecu/ubuntuone-storage-protocol/timestamp-autofix-1-4
- Natalia Bidart: Approve on 2011-12-12
- Diego Sarmentero (community): Approve on 2011-11-23
-
Diff: 345 lines (+245/-7)3 files modifiedtests/test_client.py (+145/-4)
ubuntuone/storageprotocol/client.py (+30/-3)
ubuntuone/storageprotocol/utils.py (+70/-0)
lp:~alecu/ubuntuone-storage-protocol/timestamp-autofix-1-6
- Natalia Bidart: Approve on 2011-12-12
- Diego Sarmentero (community): Abstain on 2011-11-23
-
Diff: 344 lines (+245/-5)3 files modifiedtests/test_client.py (+145/-3)
ubuntuone/storageprotocol/client.py (+30/-2)
ubuntuone/storageprotocol/utils.py (+70/-0)
lp:~alecu/ubuntuone-storage-protocol/timestamp-autofix-2-0
- John O'Brien (community): Approve on 2011-12-08
- Diego Sarmentero (community): Approve on 2011-11-28
-
Diff: 335 lines (+243/-4)3 files modifiedtests/test_client.py (+143/-2)
ubuntuone/storageprotocol/client.py (+30/-2)
ubuntuone/storageprotocol/utils.py (+70/-0)
lp:~alecu/ubuntu-sso-client/timestamp-autofix-1-4
- Diego Sarmentero (community): Approve on 2011-12-02
- Natalia Bidart: Approve on 2011-12-02
-
Diff: 487 lines (+315/-20)5 files modifiedubuntu_sso/account.py (+33/-7)
ubuntu_sso/tests/test_account.py (+60/-8)
ubuntu_sso/tests/test_credentials.py (+4/-1)
ubuntu_sso/utils/__init__.py (+64/-1)
ubuntu_sso/utils/tests/test_oauth_headers.py (+154/-3)
lp:~alecu/ubuntu-sso-client/timestamp-autofix-1-2
- Natalia Bidart: Approve on 2011-12-02
- Diego Sarmentero (community): Abstain on 2011-11-23
-
Diff: 484 lines (+318/-20)6 files modifiedubuntu_sso/account.py (+33/-7)
ubuntu_sso/credentials.py (+10/-3)
ubuntu_sso/tests/test_account.py (+60/-8)
ubuntu_sso/tests/test_credentials.py (+4/-1)
ubuntu_sso/utils/__init__.py (+63/-1)
ubuntu_sso/utils/tests/test_oauth_headers.py (+148/-0)
- Ubuntu One hackers: Pending requested 2011-11-18
-
Diff: 452 lines (+309/-0) (has conflicts)7 files modifiedsetup.py (+4/-0)
ubuntu_sso/account.py (+24/-0)
ubuntu_sso/credentials.py (+24/-0)
ubuntu_sso/tests/test_credentials.py (+5/-0)
ubuntu_sso/utils/__init__.py (+65/-0)
ubuntu_sso/utils/tests/test_oauth_headers.py (+151/-0)
ubuntu_sso/utils/tests/test_txsecrets.py (+36/-0)
lp:~alecu/ubuntu-sso-client/timestamp-autofix-1-0
- Natalia Bidart: Approve on 2011-12-02
- Diego Sarmentero (community): Approve on 2011-11-24
-
Diff: 431 lines (+315/-6)5 files modifiedubuntu_sso/main.py (+32/-4)
ubuntu_sso/tests/test_main.py (+38/-2)
ubuntu_sso/utils/__init__.py (+81/-0)
ubuntu_sso/utils/tests/__init__.py (+16/-0)
ubuntu_sso/utils/tests/test_oauth_headers.py (+148/-0)
lp:~dobey/ubuntuone-storage-protocol/merge-to-stable-3-0
- Natalia Bidart: Approve on 2011-12-20
-
Diff: 27 lines (+1/-5)2 files modifiedtests/test_client.py (+0/-4)
ubuntuone/storageprotocol/utils.py (+1/-1)
lp:~nataliabidart/ubuntu-sso-client/stable-3-0-update
- Roberto Alsina (community): Approve on 2011-12-20
-
Diff: 1552 lines (+944/-228)23 files modifiedbin/ubuntu-sso-login (+14/-59)
bin/windows-ubuntu-sso-login (+0/-86)
run-tests.bat (+1/-1)
ubuntu_sso/gtk/gui.py (+1/-1)
ubuntu_sso/gtk/tests/test_gui.py (+1/-1)
ubuntu_sso/main/__init__.py (+8/-8)
ubuntu_sso/main/linux.py (+48/-7)
ubuntu_sso/main/tests/test_linux.py (+4/-1)
ubuntu_sso/main/tests/test_windows.py (+78/-51)
ubuntu_sso/main/windows.py (+46/-3)
ubuntu_sso/qt/controllers.py (+7/-3)
ubuntu_sso/qt/tests/test_controllers.py (+18/-1)
ubuntu_sso/utils/__init__.py (+1/-1)
ubuntu_sso/utils/tests/test_tcpactivation.py (+17/-2)
ubuntu_sso/utils/tests/test_txsecrets.py (+1/-1)
ubuntu_sso/utils/ui.py (+2/-2)
ubuntu_sso/utils/webclient/__init__.py (+48/-0)
ubuntu_sso/utils/webclient/common.py (+81/-0)
ubuntu_sso/utils/webclient/libsoup.py (+87/-0)
ubuntu_sso/utils/webclient/qtnetwork.py (+101/-0)
ubuntu_sso/utils/webclient/tests/__init__.py (+17/-0)
ubuntu_sso/utils/webclient/tests/test_webclient.py (+303/-0)
ubuntu_sso/utils/webclient/txweb.py (+60/-0)
Alejandro J. Cura (alecu)
on 2011-11-17
Changed in ubuntuone-storage-protocol: | |
importance: | Undecided → Low |
Changed in ubuntu-sso-client: | |
importance: | Undecided → Low |
Changed in ubuntuone-storage-protocol: | |
assignee: | nobody → Alejandro J. Cura (alecu) |
Changed in ubuntu-sso-client: | |
assignee: | nobody → Alejandro J. Cura (alecu) |
Changed in ubuntuone-storage-protocol: | |
status: | New → In Progress |
Changed in ubuntu-sso-client: | |
status: | New → In Progress |
Alejandro J. Cura (alecu)
on 2011-11-17
description: | updated |
summary: |
- Use /api/timestamp to do the timesync + Use /api/time to do the timesync |
Ubuntu One Auto Pilot (otto-pilot)
on 2011-11-17
Changed in ubuntuone-storage-protocol: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-sso-client: | |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #1 |
Changed in ubuntu-sso-client (Ubuntu): | |
status: | New → Fix Released |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package ubuntuone-
---------------
ubuntuone-
* New upstream release.
- Verify timestamp to avoid invalid auth failures (LP: #692597)
- Use /api/time to sync the timestamp (LP: #891644)
* Convert to pure dh
-- Rodney Dawes <email address hidden> Wed, 21 Dec 2011 13:46:52 -0500
Changed in ubuntuone-storage-protocol (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
This bug was fixed in the package ubuntu-sso-client - 2.99.0-0ubuntu1
---------------
ubuntu-sso-client (2.99.0-0ubuntu1) precise; urgency=low
* New upstream release:
[ Alejandro J. Cura <email address hidden> ]
- An async webclient with qtnetwork and libsoup backends, to be used for
proxy support.
- Use the dedicated time url (LP: #891644).
[ Diego Sarmentero <email address hidden> ]
- Fixed pep8 issue.
- Fix double back navigation in SSO reset code page (LP: #862403).
[ Manuel de la Pena <email address hidden> ]
- Fixed the tests by ensuring that the server and the client are
correctly closed.
- Changed the import from ubuntuone-dev-tools so that we do not use the
deprecated API.
[ Natalia B. Bidart <email address hidden> ]
- Do not hardcode the app_name when showing the TC_NOT_ACCEPTED message
(LP: #904917).
- Pass module for test to u1trial properly.
- Have a single executable to start the service (LP: #890416).
- Lint fixes (LP: #890349).
* debian/watch: tweak url so stable-3-0 tarballs are downloaded.
* debian/control: update Standards-Version to 3.9.2.
-- Natalia Bidart (nessita) <email address hidden> Tue, 20 Dec 2011 14:51:15 -0300