Merge lp://staging/~mardy/account-plugins/mcloud-plugin-lp1587282 into lp://staging/account-plugins

Proposed by Alberto Mardegan
Status: Merged
Approved by: David Barth
Approved revision: 167
Merged at revision: 171
Proposed branch: lp://staging/~mardy/account-plugins/mcloud-plugin-lp1587282
Merge into: lp://staging/account-plugins
Prerequisite: lp://staging/~mardy/account-plugins/owncloud-1570986
Diff against target: 164 lines (+67/-0)
9 files modified
.bzrignore (+1/-0)
Makefile.am (+2/-0)
configure.ac (+15/-0)
data/providers/mcloud.provider.in.in (+28/-0)
debian/account-plugin-mcloud.install (+4/-0)
debian/control (+8/-0)
debian/rules (+2/-0)
qml/Makefile.am (+1/-0)
qml/mcloud/Main.qml (+6/-0)
To merge this branch: bzr merge lp://staging/~mardy/account-plugins/mcloud-plugin-lp1587282
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
Online Accounts Pending
Review via email: mp+296319@code.staging.launchpad.net

Commit message

Add account plugin for MCloud

Description of the change

Add account plugin for MCloud

Testing instructions:

In the testing device, paste the following commands in a terminal:

cat > ~/.local/share/accounts/services/mcloud-test.service <<EOF
<?xml version='1.0' encoding='UTF-8'?>
<service id="mcloud-test">
  <type>test-type</type>
  <name>MCloud test</name>
  <provider>mcloud</provider>
</service>
EOF

cat > ~/.local/share/accounts/applications/mcloud-test.application <<EOF
<?xml version='1.0' encoding='UTF-8'?>
<application id="mcloud-test">
  <description>MCloud test</description>
  <services>
    <service id="mcloud-test">
      <description>Test mcloud account</description>
    </service>
  </services>
</application>
EOF

Then head to the System Settings -> Accounts and create a MCloud account. Ask mardy on IRC for a test account.

To clean up your device after the test, run this command:
    rm ~/.local/share/accounts/*/mcloud-test*

To post a comment you must log in.
166. By Alberto Mardegan

Merge from trunk

* debian/control:
  Update package descriptions for all account plugins (LP: #1590786)
[ Alberto Mardegan ]
* Add account plugin for vk.com (LP: #1564883)
* Add ownCloud plugin (LP: #1570986)
[ Alberto Mardegan ]
* After the authentication, retrieve the username in Google, Facebook,
  Flickr and Twitter plugins (LP: #1565772)
* debian/control, debian/libaccount-plugin-facebook.install,
  debian/libaccount-plugin-flickr.install,
  debian/libaccount-plugin-twitter.install:
  add packages containing plugin modules.
* debian/account-plugin-facebook.install,
  debian/account-plugin-flickr.install,
  debian/account-plugin-twitter.install:
  remove unneeded webkit-options files.
[ CI Train Bot ]
* No-change rebuild.

167. By Alberto Mardegan

Update description

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches