Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 918568 Details for
Bug 1116421
New version of Shotwell available addressing Flickr publishing failure.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch to change all Flickr URLs to use HTTPS
shotwell-0.15.1.coop.patch (text/plain), 2.76 KB, created by
Cooper Blake
on 2014-07-17 02:42:31 UTC
(
hide
)
Description:
Proposed patch to change all Flickr URLs to use HTTPS
Filename:
MIME Type:
Creator:
Cooper Blake
Created:
2014-07-17 02:42:31 UTC
Size:
2.76 KB
patch
obsolete
>diff -ur shotwell-0.15.1/plugins/shotwell-publishing/FlickrPublishing.vala shotwell-0.15.1.coop/plugins/shotwell-publishing/FlickrPublishing.vala >--- shotwell-0.15.1/plugins/shotwell-publishing/FlickrPublishing.vala 2013-11-18 21:02:29.000000000 -0500 >+++ shotwell-0.15.1.coop/plugins/shotwell-publishing/FlickrPublishing.vala 2014-07-08 22:54:17.418733072 -0400 >@@ -61,7 +61,7 @@ > _("You are not currently logged into Flickr.\n\nClick Login to log into Flickr in your Web browser. You will have to authorize Shotwell Connect to link to your Flickr account."); > internal const string RESTART_ERROR_MESSAGE = > _("You have already logged in and out of Flickr during this Shotwell session.\nTo continue publishing to Flickr, quit and restart Shotwell, then try publishing again."); >-internal const string ENDPOINT_URL = "http://api.flickr.com/services/rest"; >+internal const string ENDPOINT_URL = "https://api.flickr.com/services/rest"; > internal const string API_KEY = "60dd96d4a2ad04888b09c9e18d82c26f"; > internal const string API_SECRET = "d0960565e03547c1"; > internal const int ORIGINAL_SIZE = -1; >@@ -414,7 +414,7 @@ > } > > private void do_launch_system_browser(string token) { >- string login_uri = "http://www.flickr.com/services/oauth/authorize?oauth_token=" + token + >+ string login_uri = "https://www.flickr.com/services/oauth/authorize?oauth_token=" + token + > "&perms=write"; > > debug("ACTION: launching system browser with uri = '%s'", login_uri); >@@ -844,14 +844,14 @@ > > internal class AuthenticationRequestTransaction : Transaction { > public AuthenticationRequestTransaction(Session session) { >- base.with_uri(session, "http://www.flickr.com/services/oauth/request_token", >+ base.with_uri(session, "https://www.flickr.com/services/oauth/request_token", > Publishing.RESTSupport.HttpMethod.GET); > } > } > > internal class AccessTokenFetchTransaction : Transaction { > public AccessTokenFetchTransaction(Session session, string user_verifier) { >- base.with_uri(session, "http://www.flickr.com/services/oauth/access_token", >+ base.with_uri(session, "https://www.flickr.com/services/oauth/access_token", > Publishing.RESTSupport.HttpMethod.GET); > add_argument("oauth_verifier", user_verifier); > add_argument("oauth_token", session.get_request_phase_token()); >@@ -873,7 +873,7 @@ > > public UploadTransaction(Session session, PublishingParameters parameters, > Spit.Publishing.Publishable publishable) { >- base.with_endpoint_url(session, publishable, "http://api.flickr.com/services/upload"); >+ base.with_endpoint_url(session, publishable, "https://api.flickr.com/services/upload"); > > this.parameters = parameters; > this.session = session;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1116421
: 918568