Diaspora Versions Save

A privacy-aware, distributed, open source social network.

v0.6.4.1

7 years ago

Fixes a possible Remote Code Execution (CVE-2016-4658) and a possible DoS (CVE-2016-5131) by updating Nokogiri, which in turn updates libxml2.

v0.6.4.0

7 years ago

Refactor

  • Unify link colors #7318
  • Increase time to wait before showing the hovercard #7319
  • Remove some unused color-theme overrides #7325
  • Change color of author-name on hover #7326
  • Add like and reshare services #7337

Bug fixes

  • Fix path to bundle in script/server #7281
  • Update comment in database example config #7282
  • Make the #newhere post public again #7311
  • Remove whitespace from author link #7330
  • Fix autosize in modals #7339
  • Only display invite link on contacts page if invitations are enabled #7342
  • Fix regex for hashtags for some languages #7350
  • Create asterisk.png without digest after precompile #7322

Features

v0.6.3.0

7 years ago

Refactor

  • Increase the spacing above and below post contents #7267
  • Replace fileuploader-custom with FineUploader #7083
  • Always show mobile reaction counts #7207
  • Refactor mobile alerts for error responses #7227
  • Switch content and given reason in the reports overview #7180

Bug fixes

  • Fix background color of year on notifications page with dark theme #7263
  • Fix jasmine tests in firefox #7246
  • Prevent scroll to top when clicking 'mark all as read' in the notification dropdown #7253
  • Update existing notifications in dropdown on fetch #7270
  • Fix link to post on mobile photo page #7274
  • Fix some background issues on dark mobile themes #7278

Features

  • Add links to the aspects and followed tags pages on mobile #7265
  • diaspora* is now available in Gàidhlig, Occitan, and Schwiizerdütsch

v0.6.2.0

7 years ago

Refactor

  • Use string-direction gem for rtl detection #7181
  • Reduce i18n.load side effects #7184
  • Force jasmine fails on syntax errors #7185
  • Don't display mail-related view content if it is disabled in the pod's config #7190
  • Use typeahead.js from rails-assets.org #7192
  • Refactor ShareVisibilitesController to use PostService #7196
  • Unify desktop and mobile head elements #7194 #7209
  • Refactor flash messages on ajax errors for comments, likes, reshares and aspect memberships #7202
  • Only require AWS-module for fog #7201
  • Only show community spotlight links on the contacts page if community spotlight is enabled #7213
  • Require spec_helper in .rspec #7223
  • Make the CSRF mail a bit more friendly #7238 #7241

Bug fixes

  • Fix fetching comments after fetching likes #7167
  • Hide 'reshare' button on already reshared posts #7169
  • Only reload profile header when changing aspect memberships #7183
  • Fix visiblity on invitation modal when opening it from the stream #7191
  • Add avatar fallback on tags page #7198
  • Update notifications when changing the stream #7199
  • Fix 500 on mobile commented and liked streams #7219

Features

  • Show spinner when loading comments in the stream #7170
  • Add a dark color theme #7152
  • Added setting for custom changelog URL #7166
  • Show more information of recipients on conversation creation #7129
  • Update notifications every 5 minutes and when opening the notification dropdown #6952
  • Show browser notifications when receiving new unread notifications #6952
  • Only clear comment textarea when comment submission was successful #7186
  • Add support for graceful unicorn restarts #7217

v0.6.1.0

7 years ago

Note: Although this is a minor release, the configuration file changed because the old Mapbox implementation is no longer valid, and the current implementation requires additional fields. Chances are high that if you're using the old integration, it will be broken anyway. If you do use Mapbox, please check out the diaspora.yml.example for new parameters.

Refactor

  • Indicate proper way to report bugs in the sidebar #7039
  • Remove text color from notification mails and fix sender avatar #7054
  • Make the session cookies HttpOnly again #7041
  • Invalidate sessions with invalid CSRF tokens #7050
  • Liking a post will no longer update its interacted timestamp #7030
  • Improve W3C compliance #7068 #7082 #7091 #7092
  • Load jQuery in the head on mobile #7086
  • Use translation for NodeInfo services #7102
  • Adopt new Mapbox tile URIs #7066
  • Refactored post interactions on the single post view #7089
  • Extract inline JavaScript #7113
  • Port conversations inbox to backbone.js #7108
  • Refactored stream shortcuts for more flexibility #7127
  • Link to admin dashboard instead of admin panel from the podmin landing page #7130

Bug fixes

  • Post comments no longer get collapsed when interacting with a post #7040
  • Closed accounts will no longer show up in the account search #7042
  • Code blocks in conversations no longer overflow the content #7055
  • More buttons in mobile streams are fixed #7036
  • Fixed missing sidebar background in the contacts tab #7064
  • Fix tags URLs in hovercards #7075
  • Fix 500 in html requests for post interactions #7085
  • Remove whitespaces next to like link in stream #7088
  • Prevent overflow of interaction avatars in the single post view #7070
  • Fix moving publisher on first click after page load #7094
  • Fix link to comment on report page #7105
  • Fix duplicate flash message on mobile profile edit #7107
  • Clicking photos on mobile should no longer cause 404s #7071
  • Fix avatar size on mobile privacy page for ignored people #7148
  • Don't display tag following button when logged out #7155
  • Fix message modal on profile page #7137
  • Display error message when aspect membership changes fail #7132
  • Avoid the creation of pod that are none #7145
  • Fixed tag pages with alternate default aspect settings #7262
  • Suppressed CSP related deprecation warnings #7263

Features

  • Deleted comments will be removed when loading more comments #7045
  • The "subscribe" indicator on a post now gets toggled when you like or rehsare a post #7040
  • Add OpenGraph video support #7043
  • You'll now get redirected to the invites page if you follow an invitation but you're already logged in #7061
  • Add support for setting BOSH access protocol via chat configuration #7100
  • Add number of unreviewed reports to admin dashboard and admin sidebar #7109
  • Don't federate to pods that have been offline for an extended period of time #7120
  • Add In-Reply-To and References headers to notification mails #7122
  • Directly link to a comment in commented notification mails #7124
  • Add optional Content-Security-Policy header #7128
  • Add links to main stream and public stream to the mobile drawer #7144
  • Allow opening search results from the dropdown in a new tab #7021
  • Add user setting for default post visibility #7118

v0.6.0.1

7 years ago

Fixes an issue with installing and running diaspora*, caused by a recent bundler update that fixes a bundler bug on which we depended on.

v0.6.0.0

7 years ago

Warning: This release contains long migrations

This diaspora* releases comes with a few database cleanup migrations and they could possible take a while. While you should always do that, it is especially important this time to make sure you run the migrations inside a detachable environment like screen or tmux. A interrupted SSH session could possibly harm your database. Also, please make a backup.

The DB environment variable is gone

With Bundler 1.10 supporting optional groups, we removed the DB environment variable. When updating to this release, please update bundler and select the database support you want:

gem install bundler
bundle install --with mysql # For MySQL and MariaDB
bundle install --with postgresql # For PostgreSQL

For production setups we now additionally recommend adding the --deployment flag. If you set the DB environment variable anywhere, that's no longer necessary.

Supported Ruby versions

This release recommends using Ruby 2.3, while retaining Ruby 2.1 as an officially supported version. Ruby 2.0 is no longer officially supported.

Configuration changes

Please note that the default listen parameter for production setups got changed. diaspora* will no longer listen on 0.0.0.0:3000 as it will now bind to an UNIX socket at unix:tmp/diaspora.sock. Please change your local diaspora.yml if necessary.

Redis namespace support dropped

We dropped support for Redis namespaces in this release. If you previously set a custom namespace, please note that diaspora* will no longer use the configured value. By default, Redis supports up to 8 databases which can be selected via the Redis URL in diaspora.yml. Please check the examples provided in our configuration example file.

Terms of Use design changes

With the port to Bootstrap 3, app/views/terms/default.haml has a new structure. If you have created a customised app/views/terms/terms.haml or app/views/terms/terms.erb file, you will need to edit those files to base your customisations on the new default.haml file.

API authentication

This release makes diaspora* a OpenID Connect provider. This means you can authenticate to third parties with your diaspora* account and let them act as your diaspora* account on your behalf. This feature is still considered in early development, we still expect edge cases and advanced features of the specificiation to not be handled correctly or be missing. But we expect a basic OpenID Connect compliant client to work. Please submit issues! We will also most likely still change the authorization scopes we offer and started with a very minimal set. Most work still required is on documentation as well as designing and implementing the data API for all of Diaspora's functionality. Contributions are very welcome, the hard work is done!

Vines got replaced by Prosody

Due to many issues with Vines, we decided to remove Vines and offer a Prosody example configuration instead. Check the wiki for more information on how to migrate to Prosody if you've been using Vines before.

Sidekiq queue changes

We've decreased the amount of sidekiq queues from 13 to 5 in PR #6950. The new queues are organized according to priority for the jobs they will process. When upgrading please make sure to empty the sidekiq queues before shutting down the server for an update.

If you run your sidekiq with a custom queue configuration, please make sure to update that for the new queues.

The new queues are: urgent, high, medium, low, default.

When you upgrade to the new version, some jobs may persist in the old queues. To move them to the default queue, so they're processed, run:

bin/rake migrations:legacy_queues

Note that this will retry all dead jobs, if you want to prevent that empty the dead queue first.

The command will report queues that still have jobs and launch sidekiq process for that queues.

Refactor

  • Improve bookmarklet #5904
  • Update listen configuration to listen on unix sockets by default #5974
  • Port to Bootstrap 3 #6015
  • Use a fixed width for the mobile drawer #6057
  • Replace jquery.autoresize with autosize #6104
  • Improve mobile conversation design #6087
  • Replace remaining faceboxes with Bootstrap modals #6106 #6161
  • Rewrite header using Bootstrap 3 #6109 #6130 #6132
  • Use upstream CSS mappings for Entypo #6158
  • Replace some mobile icons with Entypo #6218
  • Refactor publisher backbone view #6228
  • Replace MBP.autogrow with autosize on mobile #6261
  • Improve mobile drawer transition #6233
  • Remove unused header icons and an unused favicon #6283
  • Replace mobile icons for post interactions with Entypo icons #6291
  • Replace jquery.autocomplete with typeahead.js #6293
  • Redesign sidebars on stream pages #6309
  • Improve ignored users styling #6349
  • Use Blueimp image gallery instead of lightbox #6301
  • Unify mobile and desktop header design #6285
  • Add white background and box-shadow to stream elements #6324
  • Override Bootstrap list group design #6345
  • Clean up publisher code #6336
  • Port conversations to new design #6431
  • Hide cancel button in publisher on small screens #6435
  • Replace mobile background with color #6415
  • Port flash messages to backbone #6395
  • Change login/registration/forgot password button color #6504
  • A note regarding ignoring users was added to the failure messages on commenting/liking #6646
  • Replace sidetiq with sidekiq-cron #6616
  • Refactor mobile comment section #6509
  • Set vertical resize as default for all textareas #6654
  • Unifiy max-widths and page layouts #6675
  • Enable autosizing for all textareas #6674
  • Stream faces are gone #6686
  • Refactor mobile javascript and add tests #6394
  • Dropped parent_author_signature from relayables #6586
  • Attached ShareVisibilities to the User, not the Contact #6723
  • Refactor mentions input, now based on typeahead.js #6728
  • Optimized the pod up checks #6727
  • Prune and do not create aspect visibilities for public posts #6732
  • Optimized mobile login and registration forms #6764
  • Redesign stream pages #6535
  • Improve search and mentions suggestions #6788
  • Redesign back to top button #6782
  • Adjusted Facebook integration for a successful review #6778
  • Redirect to the sign-in page instead of the stream on account deletion #6784
  • Removed own unicorn killer by a maintained third-party gem #6792
  • Removed deprecated REDISTOGO_URL environment variable #6863
  • Use Poltergeist instead of Selenium #6768
  • Redesigned the landing page and added dedicated notes for podmins #6268
  • Moved the entire federation implementation into its own gem. 🎉 #6873
  • Remove StatusMessage#raw_message #6921
  • Extract photo export into a service class #6922
  • Use handlebars template for aspect membership dropdown #6864
  • Extract relayable signatures into their own tables #6932
  • Remove outdated columns from posts table #6940
  • Remove some unused routes #6781
  • Consolidate sidekiq queues #6950
  • Don't re-render the whole comment stream when adding comments #6406
  • Drop legacy invitation system #6976
  • More consistent and updated meta tags throughout #6998

Bug fixes

  • Destroy Participation when removing interactions with a post #5852
  • Improve accessibility of a couple pages #6227
  • Capitalize "Powered by diaspora" #6254
  • Display username and avatar for NSFW posts in mobile view #6245
  • Prevent multiple comment boxes on mobile #6363
  • Correctly display location in post preview #6429
  • Do not fail when submitting an empty comment in the mobile view #6543
  • Limit flash message width on small devices #6529
  • Add navbar on mobile when not logged in #6483
  • Fix timeago tooltips for reshares #6648
  • "Getting started" is now turned off after first visit on mobile #6681
  • Fixed a 500 when liking on mobile without JS enabled #6683
  • Fixed profile image upload in the mobile UI #6684
  • Fixed eye not stopping all processes when trying to exit script/server #6693
  • Do not change contacts count when marking notifications on the contacts page as read #6718
  • Fix typeahead for non-latin characters #6741
  • Fix upload size error on mobile #6803
  • Connection tester handles invalid NodeInfo implementations #6890
  • Do not allow to change email to an already used one #6905
  • Correctly filter mentions on the server side #6902
  • Add aspects to the aspect membership dropdown when creating them on the getting started page #6864
  • Strip markdown from message preview in conversations list #6923
  • Improve tag stream performance #6903
  • Only show mutual contacts in conversations auto suggestions #7001

Features

  • Support color themes #6033
  • Add mobile services and privacy settings pages #6086
  • Optionally make your extended profile details public #6162
  • Add admin dashboard showing latest diaspora* version #6216
  • Display poll & location on mobile #6238
  • Update counts on contacts page dynamically #6240
  • Add support for relay based public post federation #6207
  • Bigger mobile publisher #6261
  • Backend information panel & health checks for known pods #6290
  • Allow users to view a posts locations on an OpenStreetMap #6256
  • Redesign and unify error pages #6428
  • Redesign and refactor report admin interface #6378
  • Add permalink icon to stream elements #6457
  • Move reshare count to interactions for stream elements #6487
  • Posts of ignored users are now visible on that profile page #6617
  • Add white color theme #6631
  • Add answer counts to poll #6641
  • Check for collapsible posts after images in posts have loaded #6671
  • Add reason for post report to email sent to admins #6679
  • Add links to the single post view of the related post to photos in the photo stream #6621
  • Add a note for people with disabled JavaScript #6777
  • Do not include conversation subject in notification mail #6910
  • Add 'Be excellent to each other!' to the sidebar #6914
  • Expose Sidekiq dead queue configuration options
  • Properly support pluralization in timeago strings #6926
  • Return all contacts in people search #6951
  • Make screenreaders read alerts #6973
  • Display message when there are no posts in a stream #6974
  • Add bootstrap-markdown editor to the publisher #6551
  • Don't create notifications for ignored users #6984
  • Fetch missing persons when receiving a mention for them #6992

v0.5.10.2

7 years ago

Update to Rails 4.2.7.1 which fixes CVE-2016-6316 and CVE-2016-6317.

v0.5.10.1

7 years ago

We made a mistake and removed mysql2 from the Gemfile.lock in a recent gem update. Since this could cause some issues for some installations, we decided to release a hotfix.

v0.5.10.0

7 years ago

Refactor

  • Removed the publisher from a user's photo stream due to various issues #6851
  • Don't implicitly ignore missing templateName in app.views.Base #6877