All Versions
88
Latest Version
Avg Release Cycle
72 days
Latest Release
-

Changelog History
Page 1

  • v0.8.0.0 Changes

    πŸ†• New configuration file!

    πŸš€ We already recommended you to move to our new TOML based configuration file. With this release diaspora* will no longer read the YAML based configuration file at config/diaspora.yml. If you have not yet done so, please copy config/diaspora.toml.example to config/diaspora.toml and migrate your configuration.

    API!

    πŸ— With the release of diaspora* Version 0.8.0.0, we now officially support building applications on top of the diaspora* API! Please check out the official API documentation for instructions, and please do file bugs if you notice something that could be improved!

    πŸ‘€ We are looking forward to seeing many creative applications!

    🚚 The chat integration has been removed

    πŸ’… After a discussion with our community on Discourse, we decided to remove the pieces of XMPP chat integration that were put in place a while ago. When we first added the chat support, we merged the implementation in an unfinished state in the hopes that the open issues will be addressed eventually, and the implementation would end up more polished. This ended up not being the case. After careful consideration and discussion, we did not manage to come up with clear reasons why we need a chat implementation, so we decided that the best way forward would be to remove it.

    Although the chat was never enabled per default and was marked as experimental, some production pods did set up the integration and offered an XMPP service to their users. After this release, diaspora* will no longer contain a chat applet, so users will no longer be able to use the webchat inside diaspora*. The existing module that is used to enable users to authenticate to Prosody using their diaspora* credentials will continue to work, but contact list synchronization might not work without further changes to the Prosody module, which is developed independently from this project.

    Yarn for frontend dependencies

    πŸ‘€ We use yarn to install the frontend dependencies now, so you need to have that installed. See here for how to install it: https://yarnpkg.com/en/docs/install

    πŸ”¨ Refactor

    • βž• Add bootstrapping for using ECMAScript 6 with automatic transpiling for compatibility #7581
    • βœ‚ Remove backporting of mention syntax #7788
    • πŸ”’ Enable Content-Security-Policy header by default #7781
    • Do not show getting started after account import #8036
    • βœ‚ Remove the JSXC/Prosody integration #8069 #8341
    • Replace factory_girl with factory_bot #8218
    • ⬇️ Drop relay support #8243
    • πŸ‘‰ Use yarn to manage the frontend dependencies #8364
    • ⬆️ Upgrade to latest diaspora_federation, remove support for old federation protocol #8368

    πŸ› Bug fixes

    • πŸ›  Fix multiple photos upload progress bar #7655
    • Photo-upload file picker now correctly restricts possible file types #8205

    πŸ”‹ Features

    • βž• Add client-side cropping of profile image uploads #7581
    • βž• Add client-site rescaling of post images if they exceed the maximum possible size #7734
    • βž• Add backend for archive import #7660 #8254 #8264 #8010 #8260 #8302 #8298
    • For pods running PostgreSQL, make sure that no upper-case/mixed-case tags exist, and create a lower(name) index on tags to speed up ActsAsTaggableOn #8206
    • πŸ‘ Allow podmins/moderators to see all local public posts to improve moderation #8232 #8320
    • βž• Add support for directly paste images to upload them #8237
    • βž• Add support for webp images and convert new png/jpg to webp to save space and bandwidth #8358
    • πŸ‘‰ Show total and active pods count in the pods list for podmins #8383
  • v0.7.18.0 Changes

    πŸ”¨ Refactor

    • πŸ›  Fix order-dependent jasmine test failures and switch to random order #8333
    • Get rid of some uses of "execute_script" in feature specs #8331
    • πŸ›  Fix deprecation warnings for sidekiq 7.0 #8359
    • βœ‚ Remove entypo-rails dependency to prepare for rails 6 #8361
    • βœ‚ Remove compass-rails dependency which is not supported anymore #8362
    • 🍱 Switch to sassc-rails which speeds up assets:precompile a lot #8362
    • βœ‚ Remove markerb dependency which doesn't exist anymore #8365
    • ⬆️ Upgrade to rails 6.1 #8366
    • ⚑️ Update the suggested Ruby version to 2.7. If you run into trouble during the update and you followed our installation guides, run rvm install 2.7. #8366
    • ⬆️ Upgrade to bundler 2 #8366
    • Stop checking /.well-known/host-meta, check for /.well-known/nodeinfo instead #8377
    • πŸ– Handle NodeInfo timeouts gracefully #8380

    πŸ› Bug fixes

    • πŸ›  Fix that no mails were sent after photo export #8365
    • πŸ›  Fix people with quotes in the name causing issues with mail sender #8365

    πŸ”‹ Features

    • Render posts and comments as HTML in HTML mails #8365
    • βž• Add NodeInfo 2.1 support and also read newer versions of NodeInfo #8379
  • v0.7.17.0 Changes

    πŸ”’ Security

    • ⬆️ Bump Rails to 5.2.7 to address CVE-2022-22577 and CVE-2022-27777 #8350
    • Do not allow the user to mass assign their own password and 2fa settings alongside other parameters. Reported by Breno VitΓ³rio (@brenu) - thank you! #8351

    πŸ› Bug fixes

    • Don't suggest to retry exports on failure #8343
  • v0.7.16.0 Changes

    πŸ”’ Security

    πŸ”¨ Refactor

    • Cache local posts/comments count for statistics #8241
    • πŸ›  Fix html-syntax in some handlebars templates #8251
    • βœ‚ Remove chat_enabled flag from archive export #8265
    • πŸ”„ Change thumbnails in image slideshow to squares #8275
    • Replace uglifier with terser for JS compression #8268

    πŸ› Bug fixes

    • 🌲 Ensure the log folder exists #8287
    • Limit name length in header #8313
    • πŸ›  Fix fallback avatar in hovercards #8316
    • πŸ‘‰ Use old person private key for export if relayable author migrated away #8310

    πŸ”‹ Features

    • βž• Add tags to tumblr posts #8244
    • βž• Add blocks to the archive export #8263
    • πŸ‘ Allow points and dashes in the username #8266
    • βž• Add support for footnotes in markdown #8277
    • Send AccountMigration if receiving message to a migrated account #8288
    • βž• Add podmin mail address to the footer #8242
    • βž• Add username to password-reset mail #8037
    • Resend account migration and deletion for closed recipients #8309
    • βž• Add sharing status to hovercards #8317
    • Migrate photo URLs and cleanup old uploaded photos #8314
  • v0.7.15.0 Changes

    πŸ”¨ Refactor

    • πŸ’» Replaced some http:// links in the UI with their https:// counterparts #8207
    • βœ… Testing: Replaced phantomjs with headless Chrome/Chromium #8234

    πŸ› Bug fixes

    • ⚑️ Update comment counter when weleting a comment in the Single Post View #7938
    • πŸ”— Link diaspora only poduptime list #8174
    • βœ‚ Delete a user's invitation code during account deletion #8202
    • ⬆️ Bump mimemagic #8231
    • βœ‚ Removed support for defunct Uni Heidelberg OSM tile server, Mapbox is now required if you want to show maps #8215
    • Render only two fractional digits in the posts per user/day admin statistics #8227
    • πŸ‘‰ Make aspect dropdowns scrollable #8213
    • Fix Photo#ownserhip_of_status_message validation #8214

    πŸ”‹ Features

    • πŸ‘Œ Support and recommend TOML as configuration format #8132
  • v0.7.14.0 Changes

    June 14, 2020

    πŸ”¨ Refactor

    • ⚑️ Update the suggested Ruby version to 2.6. If you run into trouble during the update and you followed our installation guides, run rvm install 2.6. #7929

    πŸ› Bug fixes

    • Don't link to deleted users in admin user stats #8063
    • Properly validate a profile's gender field length instead of failing with a database error. #8127

    πŸ”‹ Features

  • v0.7.13.0 Changes

    February 11, 2020

    πŸ”’ Security

    • πŸ›  Fixes USN-4274-1, a potential Denial-of-Service vulnerability in Nokogiri. #8108

    πŸ”¨ Refactor

    • 🌲 Set better example values for unicorn stdout/stderr log settings #8058
    • 🍱 Replace dependency on rails-assets.org with custom gems cache at gems.diasporafoundation.org #8087

    πŸ› Bug fixes

    • πŸ›  Fix error while trying to fetch some sites with invalid OpenGraph data #8049
    • Don't show sign up link on mobile when registrations are disabled #8060

    πŸ”‹ Features

    • βž• Add cronjob to cleanup pending photos which were never posted #8041
  • v0.7.12.0 Changes

    June 25, 2019

    πŸ”¨ Refactor

    • Harmonize markdown titles sizes #8029

    πŸ› Bug fixes

    • πŸ‘Œ Improve handling of mixed case hostnames while fetching OpenGraph data #8021
    • πŸ›  Fix "remember me" with two factor authentication enabled #8031

    πŸ”‹ Features

    • βž• Add line mentioning diaspora* on the splash page #7966
    • πŸ‘Œ Improve communication about signing up on closed pods #7896
  • v0.7.11.0 Changes

    May 13, 2019

    πŸ”¨ Refactor

    • Enable paranoid mode for devise #8003
    • πŸ”¨ Refactor likes cucumber test #8002

    πŸ› Bug fixes

    • πŸ›  Fix old photos without remote url for export #8012

    πŸ”‹ Features

    • βž• Add a manifest.json file as a first step to make diaspora* a Progressive Web App #7998
    • πŸ‘ Allow web+diaspora:// links to link to a profile with only the diaspora ID #8000
    • πŸ‘Œ Support TOTP two factor authentication #7751
  • v0.7.10.0 Changes

    February 26, 2019

    πŸ”¨ Refactor

    • Replace dandelion.jpg with a public domain photo #7976

    πŸ› Bug fixes

    • πŸ›  Fix incorrect post sorting on tag streams and tag searches for tags containing the word "activity" #7959