Merge lp:~michael-sheldon/click-webapps/file-upload into lp:click-webapps

Proposed by Michael Sheldon
Status: Needs review
Proposed branch: lp:~michael-sheldon/click-webapps/file-upload
Merge into: lp:click-webapps
Diff against target: 42 lines (+12/-3)
3 files modified
debian/changelog (+7/-0)
debian/template/app.json (+4/-2)
debian/template/manifest.json (+1/-1)
To merge this branch: bzr merge lp:~michael-sheldon/click-webapps/file-upload
Reviewer Review Type Date Requested Status
click-webers Pending
Review via email: mp+224083@code.launchpad.net

Commit message

Update click packages to ensure that Oxide is used in the webapp-container and add appropriate permissions to allow for file upload in apps.

Description of the change

Updates click packages to ensure that Oxide is used in the webapp-container and adds appropriate permissions to allow for file upload in apps.

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

Thanks for the heads up Michael. I have transferred this over to webapps-core: https://code.launchpad.net/~dbarth/webapps-core/googleplus/+merge/234073

Unmerged revisions

14. By Michael Sheldon

Switch to using oxide webapp-container and add appropriate permissions for file upload

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-03-12 20:59:07 +0000
3+++ debian/changelog 2014-06-23 09:40:05 +0000
4@@ -1,3 +1,10 @@
5+click-webapps (6) UNRELEASED; urgency=medium
6+
7+ * Update policy and framework to use Oxide webapp-container.
8+ * Add permissions for file uploads.
9+
10+ -- Michael Sheldon <michael.sheldon@canonical.com> Mon, 23 Jun 2014 10:15:24 +0100
11+
12 click-webapps (5) UNRELEASED; urgency=medium
13
14 * Switch to webapp-container.
15
16=== modified file 'debian/template/app.json'
17--- debian/template/app.json 2014-02-02 03:41:44 +0000
18+++ debian/template/app.json 2014-06-23 09:40:05 +0000
19@@ -4,7 +4,9 @@
20 "networking",
21 "audio",
22 "video",
23- "location"
24+ "location",
25+ "webview",
26+ "content_exchange"
27 ],
28- "policy_version": 1.0
29+ "policy_version": 1.1
30 }
31
32=== modified file 'debian/template/manifest.json'
33--- debian/template/manifest.json 2013-09-06 08:32:28 +0000
34+++ debian/template/manifest.json 2014-06-23 09:40:05 +0000
35@@ -1,6 +1,6 @@
36 {
37 "description": "Ubuntu Touch app for #APPNAME#",
38- "framework": "ubuntu-sdk-13.10",
39+ "framework": "ubuntu-sdk-14.04",
40 "hooks": {
41 "#APPID#": {
42 "apparmor": "app.json",

Subscribers

People subscribed via source and target branches