lp://staging/~nataliabidart/ubuntuone-client/stable-3-0-update-2.99.92
- Get this branch:
- bzr branch lp://staging/~nataliabidart/ubuntuone-client/stable-3-0-update-2.99.92
Branch merges
- Alejandro J. Cura (community): Approve
-
Diff: 557 lines (+194/-26)19 files modifiedbin/u1sdtool (+7/-1)
tests/platform/linux/test_notification.py (+6/-6)
tests/platform/test_external_interface.py (+2/-0)
tests/platform/test_tools.py (+29/-5)
tests/proxy/test_tunnel_server.py (+33/-0)
tests/syncdaemon/test_interaction_interfaces.py (+18/-0)
tests/syncdaemon/test_tunnel_runner.py (+9/-0)
tests/syncdaemon/test_vm.py (+27/-0)
ubuntuone/platform/linux/dbus_interface.py (+4/-0)
ubuntuone/platform/linux/notification.py (+1/-1)
ubuntuone/platform/tools/__init__.py (+11/-7)
ubuntuone/platform/tools/windows.py (+1/-0)
ubuntuone/platform/windows/ipc.py (+5/-0)
ubuntuone/platform/windows/ipc_client.py (+9/-1)
ubuntuone/proxy/tunnel_server.py (+10/-2)
ubuntuone/syncdaemon/event_queue.py (+1/-1)
ubuntuone/syncdaemon/interaction_interfaces.py (+11/-0)
ubuntuone/syncdaemon/tunnel_runner.py (+7/-2)
ubuntuone/syncdaemon/volume_manager.py (+3/-0)
Related bugs
Bug #851810: [FFe] Notify clients when volumes info from server is ready | Medium | Fix Released | |
Bug #917222: [precise] u1sdtool --info fails | High | Fix Released | |
Bug #930398: SyncDaemon - WARNING - Please don't run the syncdaemon as root | High | Fix Released | |
Bug #961342: GI error while trying to show notifications | High | Fix Released | |
Bug #963485: Tunnel process is not stopped on u1sdtool -q | High | Fix Released | |
Bug #963568: Proxy credentials show up on the log | Critical | Fix Released | |
Bug #965897: [Windows] Syncdaemon freezes if the tunnel process can't be found | High | Fix Released | |
Bug #968637: SyncDaemonTool.validate_path is broken | High | Fix Released | |
Bug #969150: Proxy tunnel is trying to use QtDbus on Windows | High | Fix Released | |
Bug #969157: Tunnel is not using the system proxy on Windows | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1179. By Alejandro J. Cura
-
[ Alejandro J. Cura <email address hidden> ]
- reactor.spawnProcess throws an error on windows if it can't find
the binary to run (LP: #965897).
- Stop the proxy tunnel when stopping the reactor (LP: #963485).
- Don't write the proxy credentials to the log (LP: #963568).[ Brian Curtin <email address hidden> ]
- Loosen the is_root check on Windows to allow Windows XP users,
who commonly run with Administrator rights, to start U1 properly
(LP: #930398). - 1177. By Alejandro J. Cura
-
- Updating from trunk up to revno 1213:
[ Alejandro J. Cura <email address hidden> ]
- Only allow connections that provide the right cookie thru
the tunnel (LP: #929207).
- Use proxy credentials from the keyring (LP: #929207)
- QNetwork must use the proxy built; forward disconnections in the
tunnel client.
- Use the txweb webclient from sso for webcalls, so they can be
proxied too (LP: #929207, LP: #929212).
- Tunnel storage protocol if proxy enabled in system settings
(LP: #929208).
- A proxy tunnel process to be started when proxies are enabled
(LP: #929207).
- A client for the proxy tunnel, to be used by syncdaemon
(LP: #929207).
- The infrastructure for a QtNetwork based process to tunnel
syncdaemon traffic thru proxies (LP: #929207).[ Roberto Alsina <email address hidden> ]
- Fix tunnel spawning code so that it works on windows.[ Rodney Dawes <email address hidden> ]
- Don't attach old useless log files, and clean up the report a
little (LP: #956407).
- Fix the typo in the u1sdtool --list-shared help text and man page
(LP: #682954).
- Don't install the really old preferences man file we don't need.
- Set the transient hint on the notifications to True
(LP: #887369). - 1175. By Roberto Alsina
-
[Roberto Alsina]
- Made indicate import optional (LP: #939509).
[Natalia Bidart]
- Made default for MARK logging to be every 15 minutes (LP: #906462).
- Call CredentialsManagementTool. login when prompt to connect (LP: #944230).
- Prefer the Qt SSO UI when doing credentials management (LP: #930716).
- Use consistently the U1_DEBUG env var to have DEUBG output.[Rodney Dawes]
Update the messaging indicator integration to launch ubuntuone-installer
Avoid passing time() to the Indicator API which expects GTimeVal now
Update the tests for the changes
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntuone-client