Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-08cleanup old attributes from codeBenjamin Neff
2016-08-08Introduce NotificationSerializercmrd Senya
And remove the note_html property from the model.
2016-02-25Include a private key to the user data export archivecmrd Senya
In order to allow a user to notify his contacts of his migration with a trustworthy signature the old private key must be available to the new pod where we import data.
2016-01-04Fix remarksaugier
2016-01-04Add support for request_uri and claimstheworldbright
2016-01-04Use redirect_uri if no sector identifier for ppidtheworldbright
As according to http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg: "If the Client has not provided a value for sector_identifier_uri in Dynamic Client Registration [OpenID.Registration], the Sector Identifier used for pairwise identifier calculation is the host component of the registered redirect_uri."
2016-01-04Remove zone info claimtheworldbright
2016-01-04Add pairwise pseudonymous identifier supporttheworldbright
Squashed commits: [a182de7] Fix pronto/travis errors
2016-01-04Replace user info endpoint with supported claimstheworldbright
The route /api/v0/user/ will now be used as a non-OIDC route. In other words, the /api/v0/user/ will require the "read" scope while /api/openid_connect/user_info/ will require the "openid" scope
2016-01-04Add versionist gemtheworldbright
2015-07-11added post guid to the post_serializerrealtin
closes #6185
2015-07-11add spec and code to include guid in comment's exportzaziemo
#6115
2015-01-28Add created_at to json posts for #5585James Kiesel
2015-01-18Strip EXIF data as user preferenceMarcelo Briones
2015-01-14Add contacts/posts, and GZipping JSON exporter outputJames Kiesel
2014-12-15Add JSON exporter for user profile downloadJames Kiesel