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
2021-11-23Merge branch 'next-minor' into developBenjamin Neff
2021-11-23Use old person private key if relayable author migrated awayBenjamin Neff
We only store signatures for relayables if the author is external, but if the author becomes external through a migration, the signature is missing. Lets just use the old persons private key to still be able to generate a signature for the export. closes #8310
2021-07-04Don't export chat_enabled flag anymoreBenjamin Neff
The chat is already removed for 0.8, so there is no need to still export this data since it can't be imported anyway. Related to #8069 closes #8265
2021-07-03Merge branch 'next-minor' into developBenjamin Neff
2021-07-03Migration: Exporting user blocksThorsten Claus
closes #8263
2020-01-22Merge branch 'develop' into apiJonne Haß
2020-01-22OpenID: remove private profile data claims that are not returned anyway and ↵Jonne Haß
fix return values for profile and picture
2019-10-19Remove the JSXC/Prosody integration.Dennis Schubert
As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
2018-04-12Remove flag for contacts visible to each otherBenjamin Neff
This feature only worked on the same pod and was more confusing than useful.
2017-09-26Memory usage optimization for archive exportcmrd Senya
- Removed posts and non contacts from other's data - Collections are exported in batches to lower memory footprint - In base exporters create User object instead of keeping instance because it caches all associations closes #7627
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-08-10Update the user data export archive format.cmrd Senya
This commit introduces changes to the user data export archive format. This extends data set which is included in the archive. This data can be then imported to other pods when this feature is implemented. Also the commit adds the archive format json schema. ATM it is used in automatic tests only, but in future it will also be used to validate incoming archives.
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