Change log for ubuntu-sso-client package in Ubuntu

7692 of 92 results
Superseded in natty-release
ubuntu-sso-client (1.1.5-0ubuntu1) natty; urgency=low

  * New upstream release (1.1.5):

    [ Natalia B. Bidart <email address hidden> ]
      * Use "org.freedesktop.secrets" dbus service instead of
      "org.gnome.keyring" (LP: #683088).

  * New upstream release (1.1.4):

    [ Natalia B. Bidart <email address hidden> ]
      * Added a gtk.Notebook to ensure proper window resize at startup
        (LP: #682669).
      * Enabled window resizing to be more user friendly.
      * Remove outdated references to gnome keyring from docstrings.

  * New upstream release (1.1.3):

    [ Natalia B. Bidart <email address hidden> ]
      * Make UI more friendly to resizes and big fonts (LP: #627496).
      * Splitting GUI code out of backend (LP: #677518).
      * Credentials can now be stored using a DBus called (LP: #680253).
      * Status from SSO server is now case sensitive (LP: #653165).
      * Credentials should not be cleared if the ping wasn't made due to empty
        ping url (LP: #676679).

    [ Rodney Dawes <email address hidden> ]
     * Add the utils sub-package to the packages declaration so it installs
     (LP: #680593).

    [ Alejandro J. Cura <email address hidden> ]
      * Fully async keyring access thru DBus. Drops dependency with
      gnomekeyring (LP: #656545).
 -- Natalia Bidart (nessita) <email address hidden>   Tue, 30 Nov 2010 10:22:11 -0300

Available diffs

Superseded in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
ubuntu-sso-client (1.0.7-0ubuntu1) maverick-proposed; urgency=low

  * New upstream release (1.0.6, 1.0.7):

    [ Natalia B. Bidart <email address hidden> ]
      * Added a new DBus signal UserNotValidated to indicate when a user is
      registered but not validated (LP: #667899).
      * Added new workflow so email validation is requested if necessary.
      * The verify email page should be always built, not only on registration.

    [ Alejandro J. Cura <email address hidden> ]
      * Store credentials on the keyring *only* from the main thread (LP:
      #656545).

  * New upstream release (1.0.5):

    [ Natalia B. Bidart <email address hidden> ]

      * Credentials are removed if the pinging to the server fails or any
      other exception occurs (LP: #660516).
 -- Natalia Bidart (nessita) <email address hidden>   Thu, 04 Nov 2010 09:21:00 -0300

Available diffs

Superseded in natty-release
ubuntu-sso-client (1.1.2-0ubuntu1) natty; urgency=low

  * New upstream release:

    [ Natalia B. Bidart <email address hidden> ]
      * The success page is not shown until the backend notifies that the ping
      finished successfully (LP: #667893).
      * Added a new DBus signal UserNotValidated to indicate when a user is
      registered but not validated (LP: #667899).
      * Added new workflow so email validation is requested if necessary.
 -- Natalia Bidart (nessita) <email address hidden>   Thu, 04 Nov 2010 11:00:45 -0300

Available diffs

Superseded in natty-release
ubuntu-sso-client (1.1.1-0ubuntu1) natty; urgency=low

  * New upstream release (1.1.1):

    [ Alejandro J. Cura <email address hidden> ]
      * Call the dbus mainloop thread init (fixes LP: #656545).

    [ Natalia B. Bidart <email address hidden> ]
      * Added the new dbus iface to the executable. Deprecated a few Dbus
      constants.

    [ Natalia B. Bidart <email address hidden> ]
      * Adding a new DBus iface to manage credentials with flexible API (LP:
      #653113).

    [ Natalia B. Bidart <email address hidden> ]
      * Replace twisted gtk reactor with the standard gtk mainloop. (LP:
      #655327).

    [ Natalia B. Bidart <email address hidden> ]
      * The TC browser will not be shown until the TOS page has been loaded. A
      spinner is shown in the mean time (LP: #620456).
      * The TC browser does not allow link navigation other than the TOS page
      (LP: #616961).

    [ Natalia B. Bidart <email address hidden> ]
      * Terms and conditions label is now translatable. Added a button to be
      able to browse the TC (LP: 654534).

    [ Natalia B. Bidart <email address hidden> ]
      * Moved logic from DBus SSOCredentials module into a self-contained, DBus
      agnostic module called 'credentials' (LP: #653113).

    [ Natalia B. Bidart <email address hidden> ]
      * Isolating SSO login processor into a separated module (LP: #637204).

    [ Natalia B. Bidart <email address hidden> ]
      * Cleanup code and modules to prepare the code for the DBus API refactor.

    [ Natalia B. Bidart <email address hidden> ]
      * Made entries name to be unicode to avoid a faulty capitalization when
      using turkish locale (LP: #652939).

    [ Natalia B. Bidart <email address hidden> ]
      * Workaround for LP: #467397 (when using turkish locale, decimal module
      import fails).

    [ Natalia B. Bidart <email address hidden> ]
      * Added encoding declaration on every file. Fixed error passing from GUI
      in GTK signals (LP: #652318).

    [ Natalia B. Bidart <email address hidden> ]
      * Avoiding calling a callback twice for buttons (LP: #652248).

    [ Natalia B. Bidart <email address hidden> ]
      * Removed unneeded assert sentences and replaced with warning logging
      when necessary (LP: #649317).

  * New upstream release (1.1.0):

    [ Natalia B. Bidart <email address hidden> ]
      * Avoiding having the main window freezing when pinging the U1 server
      (LP: #645162).

    [ Natalia B. Bidart <email address hidden> ]
      * Do not create the login keyring, use default instead (LP: #639690).

    [ Natalia B. Bidart <email address hidden> ]
      * Avoid duplicating logging messages for module "main" (LP: #638981).

    [ Natalia B. Bidart <email address hidden> ]
      * Delay import of webkit to be able to build on non-graphical envs (LP:
      #628956).
 -- Natalia Bidart (nessita) <email address hidden>   Mon, 11 Oct 2010 10:22:28 -0300

Available diffs

Superseded in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
ubuntu-sso-client (1.0.4-0ubuntu1) maverick-proposed; urgency=low

  * New upstream release:

  [ Alejandro J. Cura <email address hidden> ]
    * Replace twisted gtk reactor with the standard gtk mainloop. (LP: #655327).

  [ Alejandro J. Cura <email address hidden> ]
    * Call the dbus mainloop thread init (fixes LP: #656545).

  * Adding .bzr-builddeb/default.conf as per Michael Vog (mvo) request.

  * Adding dpkg (>= 1.15.7.2) as Pre-Depends (fixes LP: #658768).

  * Adding gnome-keyring as dep since python-gnomekeyring doesn't install it.
 -- Natalia Bidart (nessita) <email address hidden>   Tue, 12 Oct 2010 10:07:55 -0300

Available diffs

Superseded in natty-release
Obsolete in maverick-release
ubuntu-sso-client (1.0.3-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia B. Bidart <email address hidden> ]
    * Workaround for LP: #467397 (when using turkish locale, decimal module
    import fails).

  [ Natalia B. Bidart <email address hidden> ]
    * Made entries name to be unicode to avoid a faulty capitalization when
    using turkish locale (LP: #652939).
 -- Natalia Bidart (nessita) <email address hidden>   Fri, 01 Oct 2010 12:00:54 -0300

Available diffs

Superseded in maverick-release
ubuntu-sso-client (1.0.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia B. Bidart <email address hidden> ]
    * Avoiding having the main window freezing when pinging the U1 server (LP:
    #645162).

  [ Alejandro J. Cura <email address hidden> ]
    * Do not create the login keyring, use default instead. (LP: #639690)

  [ Natalia B. Bidart <email address hidden> ]
    * Avoid duplicating logging messages for module "main" (LP: #638981).

  [ Ken VanDine ]
  * debian/watch
    - Updated the watch file to find the download for the this series
 -- Ken VanDine <email address hidden>   Wed, 22 Sep 2010 14:52:25 -0400

Available diffs

Superseded in maverick-release
ubuntu-sso-client (1.0.1-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia B. Bidart <email address hidden> ]
    * When authentication/registration is successful, ping production URL for
    Ubuntu One Servers (instead of egde's) (LP: #638100).
 -- Natalia Bidart (nessita) <email address hidden>   Tue, 14 Sep 2010 19:28:09 -0300

Available diffs

Superseded in maverick-release
ubuntu-sso-client (1.0.0-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia B. Bidart <email address hidden> ]
    * Import of gui module is delayed until actually needed, to remove high
    level dependency against graphical modules.

  [ Natalia B. Bidart <email address hidden> ]
    * Passing a second parameter 'None' to gnomekerying.create_sync (LP:
    #634465).
 -- Natalia Bidart (nessita) <email address hidden>   Mon, 13 Sep 2010 11:43:43 -0300
Superseded in maverick-release
ubuntu-sso-client (0.99.6-0ubuntu1) maverick; urgency=low

  * New upstream release (0.99.6):

  [Natalia B. Bidart <email address hidden>]
    * Restoring NoAccessToken, DBUS_IFACE_AUTH_NAME, and DBUS_PATH_AUTH to avoid
    API breakage on old versions of ubuntuone-client (LP: #633220).

  [Natalia B. Bidart <email address hidden>]
    * Added handler for SIGHUP to stop the service (LP: #633300).

  * New upstream release (0.99.5):

  [Natalia B. Bidart <email address hidden>]
    * Signals from the DBus "UserManagement" service are now filtered by app
    name (LP: #629025).

  [Natalia B. Bidart <email address hidden>]
    * Fixed indentantion block (LP: #632043).

  [Natalia B. Bidart <email address hidden>]
    * Removed all the old auth mechanism (LP: #616121).
    * Added pylint check, fixed all pylint errors.

  [John R. Lenton <email address hidden>]
    * Enable setting USSOC_PING_URL and USSOC_SERVICE_URL to override the
    (otherwise hardcoded) ping url and service url in ussoc (LP: #616110).

  [Natalia B. Bidart <email address hidden>]
    * Hiding unused fields to make the registration UI a bit shorter (LP:
    #627440).

  [Natalia B. Bidart <email address hidden>]
    * U1 url to ping server with tokens needs to be https (LP: #627700).

  [Alejandro J. Cura <email address hidden>]
    * Disabled support for plugins for the embedded webkit (LP: #617041)

  [Natalia B. Bidart <email address hidden>]
    * Token name is now built using '@'. Old quoted tokens are migrated to
    the new names (LP: #628158).

  [Natalia B. Bidart <email address hidden>]
    * Pages have now a default_widget attribute that is the default widget
    when the page is displayed to the user (LP: #62552).

  [Natalia B. Bidart <email address hidden>]
    * User-cancelation signal is sent when the window is close and no other
    event was generated (LP: #627419).

  [Natalia B. Bidart <email address hidden>]
    * Made DBus signal connection more robust (LP: #624127).
 -- Natalia Bidart (nessita) <email address hidden>   Wed, 08 Sep 2010 16:25:02 -0300
Superseded in maverick-release
ubuntu-sso-client (0.99.4-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ <email address hidden> ]
    * Validate form data for verify token page, request password token and set
    new password (LP: #625361).
    * Validate password strength on reset password page (LP: #616528).
    * Labels are not as wide as the parent windowm but a little bit less wide
    (LP: #625009).

  [ Alejandro J. Cura <email address hidden> ]
    * Store the credentials after the email validation step (LP: #625003)

  [ <email address hidden>
    * Every form can be submitted by activating the buttons and/or the entries
    (LP: #616421).

  [ David Planella <email address hidden> ]
    * Make setup.py actually use python-distutils-extra, which will allow the
    .deb package to build the POT file required to import translations into
    Launchpad (LP: #624891).

  [ <email address hidden> ]
    * Errors from SSO servers are being shown now to users, matching
    error-specific to fields (LP: #616101).
    * Also, be robust when SSO server answer with a string where it's supposed
    to be a list (LP: #623447).

  [ Alejandro J. Cura <email address hidden> ]
    * Use the keyring unlocking gnomekeyring APIs (LP: #623622)
    * Search all keyrings for the credentials (LP: #624033)

  [ <email address hidden> ]
    * Customize "help_text" for the login only dialog (LP: #624097).
    * Label areas are as wide as the parent window (LP: #616551).

  [ Alejandro J. Cura <email address hidden> ]
    * The list of error strings as returned by the SSO webservice can't go thru
    DBus (LP: #624358).
 -- Sebastien Bacher <email address hidden>   Mon, 30 Aug 2010 19:10:13 +0200
Superseded in maverick-release
ubuntu-sso-client (0.99.3-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ <email address hidden> ]
   * changed the "reset password" header and help text (LP: #622991).
   * changed the "verify" header and help text, and removed the email image
     (LP: #622988, LP: #622830).

  [ <email address hidden> ]
    * added a reload button for the captcha (LP: #616459).

  [ <email address hidden> ]
    * Warnings for entries are shown as secondary icons (LP: #624336).

  [ <email address hidden> ]
    * Main window can not be maximized (LP: #624101).

  [ <email address hidden> ]
    * Pinging the U1 url is done before sending any credential signal. Also,
    ping is signed with user credentials (LP: #624034).

  [ <email address hidden> ]
    * Put a border around the webkit box (LP: #624240).
    * Hide the T&C link of no T&C url is provided (LP: #624241).
    * Hide the help text on the T&C page (LP: #624242).

  [ Alejandro J. Cura <email address hidden> ]
    * Turn exceptions into a dictionary able to go thru DBus (LP: #624018)
 -- Natalia Bidart (nessita) <email address hidden>   Wed, 25 Aug 2010 22:07:42 -0300
Superseded in maverick-release
ubuntu-sso-client (0.99.2-0ubuntu1) maverick; urgency=low

  * New upstream release:

  [ Natalia Bidart ]
  * Ping an URL when the login was successful (LP: #621226).
  * Signals propagates the app_name to be later check by the GUI so only those
    belonging to it will be  processed (LP: #621377).

  [ Natalia Bidart ]
  * Added modifications to setup.py and a new po/ directory with the file that has
    strings that need translation (LP: #616515).

  [ Rodrigo Moya ]
  * Add clear_token DBus API (LP: #622833).

  [ Alejandro J. Cura ]
  * Make all the signals return the errors as dictionaries (LP: #616105).
  * Credential* signals should return the app_name as well (LP: #621377).

  [ Alejandro J. Cura ]
  * Use Ubuntu One OAuth credentials if they are already stored in the keyring
    (LP: #617355).

  [ Natalia Bidart ]
  * Final outcome (as signal) is emitted after user closes the main window (LP:
    #620008).
 -- Natalia Bidart (nessita) <email address hidden>   Tue, 24 Aug 2010 12:50:57 -0300
Superseded in maverick-release
ubuntu-sso-client (0.99.1-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - Delayed opening the webkit browser to the latest possible. (LP: #617041)
    (nataliabidart)
    - Use a proper dictionary with different attributes for each key so old
    keys are not overwritten nor deleted. (LP: #617347) (alecu)
 -- Natalia Bidart (nessita) <email address hidden>   Thu, 19 Aug 2010 13:02:10 -0300

Available diffs

Superseded in maverick-release
ubuntu-sso-client (0.99-0ubuntu1) maverick; urgency=low

  * New upstream release.
 -- Natalia Bidart (nessita) <email address hidden>   Wed, 11 Aug 2010 21:00:08 -0300

Available diffs

Superseded in maverick-release
ubuntu-sso-client (0.98-0ubuntu1) maverick; urgency=low

  * New upstream release.
  * Switch to dpkg-source 3.0 (quilt) format
 -- Natalia Bidart (nessita) <email address hidden>   Wed, 11 Aug 2010 15:09:32 -0300

Available diffs

Superseded in maverick-release
Superseded in maverick-release
ubuntu-sso-client (0.0.3-0ubuntu1) maverick; urgency=low

  * New upstream release.
 -- Natalia Bidart (nessita) <email address hidden>   Wed, 16 Jun 2010 15:11:04 -0300
7692 of 92 results