UbuntuUpdates.org

Package "qtdeclarative5-ubuntuone1.0"

Name: qtdeclarative5-ubuntuone1.0

Description:

Ubuntu One authentication library - Qt declarative plug-in

Latest version: 14.04+14.04.20140415
Release: trusty (14.04)
Level: base
Repository: universe
Head package: ubuntuone-credentials

Links


Download "qtdeclarative5-ubuntuone1.0"


Other versions of "qtdeclarative5-ubuntuone1.0" in Trusty

No other version of this package is available in the Trusty release.

Changelog

Version: 14.04+14.04.20140415 2014-04-16 10:07:10 UTC

  ubuntuone-credentials (14.04+14.04.20140415) trusty; urgency=low

  [ Alejandro J. Cura ]
  * Do not create the session when the account is disabled (LP:
    #1307608)
 -- Ubuntu daily release <email address hidden> Tue, 15 Apr 2014 18:54:03 +0000

Source diff to previous version

Version: 14.04+14.04.20140306ubuntu2 2014-04-14 23:07:21 UTC

  ubuntuone-credentials (14.04+14.04.20140306ubuntu2) trusty; urgency=medium

  * debian/control: alternatively depend on the OpenGLES version of
    qtdeclarative5-ubuntu-ui-toolkit-plugin
 -- Ricardo Salveti de Araujo <email address hidden> Mon, 14 Apr 2014 17:40:47 -0300

Source diff to previous version

Version: 14.04+14.04.20140306ubuntu1 2014-04-02 22:07:00 UTC

  ubuntuone-credentials (14.04+14.04.20140306ubuntu1) trusty; urgency=medium

  * Make ubuntuone-credentials-common Architecture: all and Multi-Arch:
    foreign. This allows cross-building of ubuntuone-credentials' reverse
    dependencies.
 -- Iain Lane <email address hidden> Wed, 02 Apr 2014 11:52:43 +0100

Source diff to previous version

Version: 14.04+14.04.20140306 2014-03-14 16:06:49 UTC

  ubuntuone-credentials (14.04+14.04.20140306) trusty; urgency=low

  [ Diego Sarmentero ]
  * adding files
  * ssolib files
  * adding license
  * SSO Lib working
  * new folder structure
  * updating .pro
  * Fixing some design issues.
  * Improve Error handling in the application as requested by design.
  * Support urls in the --picture argument, to handle download of the
    image from this application.
  * Fix UI flow requested by design for Returning Customers.

  [ Leo Arias ]
  * Cleaned the autopilot tests.
  * Refactor the fake servers to be a thread on the same process,
    started from a fixture on the test setup.
  * Added missing files from previous autopilot fixtures MP. .

  [ Ubuntu daily release ]
  * New rebuild forced

  [ CI bot ]
  * No change rebuild against Qt 5.2.1.

  [ Brian Curtin ]
  * Update the tests.pro file to work with changes to how the library is
    built.
  * Add more tests.

  [ Michael McCracken ]
  * Simplify header layout to avoid issues in packaging. (LP: #1190782).
    (LP: #1190782)
  * Improvements to available slots and signals on ssoservice object.
  * Fixes for registration
  * mark two methods of Token as const, and fix a leak from oauth
    library.
  * Add QML plugin that wraps login/register and signUrl functionality
    of libubuntuoneauth, and accompanying QML UI prototype
  * Add support for two-factor auth to the ssoservice and QML plugin
    (LP: #1197081). (LP: #1197081)
  * Add error signal for failure cases in Network class - covers
    connection failures.
  * Improve UI, better support embedding into external QML, and add
    embedding example code.
  * Fix credential deletion and expose it via QML plugin.
  * Validate input and show error messages for invalid email, short
    password, etc.
  * add cmake rule to generate qmltypes file for qtcreator integration.
  * Make background of embeddable component transparent, and use smaller
    font sizes to fit better on small screens.
  * Fix typo in signal connection for handleError.
  * set signon plugin name to 'ubuntuoneplugin' as required by the
    signond plugin loader.
  * Ensure initial value of _state variable is IDLE.
  * Add UOA provider plug-in to house login/register UI. Move that UI
    from credentials service plug-in.
  * Fix example code for QML plugin to no longer try to show the
    CredentialsUI that doesn't exist anymore, and improve its comments
    to better explain the remaining API.
  * Re-add a regexp validator to the email textfield.
  * Add minimal Qt/C++ example app and README describing how to use
    libubuntuoneauth to access creds and sign API requests.
  * Add cancel/continue buttons back.
  * Fix spacing and margins of login/register UI. Use default fontSizes
    pending design input.
  * Provide faster visual feedback of activity after clicking
    'continue'.
  * Fix flickable scrolling. Fix sizing of nested Columns in LoginForm
    and RegisterForm, and use correct anchors.
  * Improve integration with Online Accounts System settings module.
  * Fix registration errors caused by scrambling parameters due to
    undefined behavior in C++.
  * Fix key focus handling. .
  * Do not leave an empty UOA account in the DB if the user clicks
    cancel.
  * Properly handle switching to the register screen after logging in
    partially with a 2fa account.
  * Add GUI-level autopilot functional test suite to online-accounts-
    provider.
  * Delete incomplete account when user uses back button to cancel
    account creation. (LP: #1234285). (LP: #1234285)
  * Provide general user-friendly error message for network errors. (LP:
    #1233951). (LP: #1233951)
  * Use email-specific keyboard layout and avoid storing passwords in
    predictive input dictionary (LP: #1235282). (LP: #1235282)
  * Hide keyboard when user submits form, making error message visible.
    (LP: #1231580). (LP: #1231580)
  * Give the two-factor text field focus when shown.
  * Fix behavior of back button on existing account detail page (LP:
    #1237006). (LP: #1237006)
  * Add initial suite of QML unit tests for online-accounts-provider.
  * Improve logged warnings about token creation errors and JSON parsing
    (LP: #1241250, LP: #1241259). (LP: #1241250, #1241259)
  * Add local mock test server and make autopilot tests hit the server.
  * Improve form validation for account registration. Warn about T&C
    checkbox only after all other fields are filled in.
  * Add autopilot tests of registering new u1 account.
  * Cleanup an apparent pythonism - avoid use of 'this->' to refer to an
    unshadowed member variable or function.
  * Remove more superfluous uses of this.

  [ Alberto Mardegan ]
  * Declare that no more than one U1 account should be created

  [ Rodney Dawes ]
  * Remove the app directory and files as we don't need them. Remove the
    generated Makefile as we shouldn't store it in VCS. Remove the
    useless main.cpp. Add COPYING and COPYING.LESSER for LGPL v3. Rename
    lib/core to lib/main to prevent make clean failure.
  * Update the license headers in source files to be correct LGPL.
  * Convert the build system to use a global qmake project. Add the
    rpath for the lib dir to the tests.pro, for running tests.
  * Switch to cmake. Enable -Werror and fix the few existing compiler
    warnings. Ignore all the new extra generated files. Rename the
    library and test program to be more accurate.
  * Merge in the ubuntuone-music-login app code.
  * Move lib to libubuntuoneauth and tests to libubuntuoneauth/tests.
    Create the libubuntuoneauthui and libubuntuoneauthui/tests
    directories for the UI library.
  * Add more tests.
  * Use the correct 'Ubuntu One' for the TOKEN_NAME constant.
  * Store the token information correctly in the keyring. Make token
    creation and keyring usage compatible with ubuntu-sso-client.
  * A new class for registering a log handler singleton. Use the new log
    

1190782 packaging: libubuntuoneauth-dev installs headers together, while they expect a subdir
1197081 no support for two factor authentication
1234285 When you go back without adding a new account, a U1 item appears
1233951 Network::OnReply received empty document
1235282 Maguro: Settings\u2192Accounts\u2192Ubuntuone Email should use and email tag so the keyboard matches the other accounts
1231580 when you enter the wrong password, the error message is out of view
1237006 'back' from existing account page deletes account
1241250 \
1241259 network code does not report JSON parse error details
1175289 AuthLogger causes messages from using apps/libraries to go to authentication.log as well



About   -   Send Feedback to @ubuntu_updates