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

Changelog History
Page 9

  • v0.0.2.4 Changes

    • ๐Ÿ›  Fix XSS vulnerabilities caused by not escaping a users name fields when loading it from JSON. #3948
  • v0.0.2.3 Changes

    • ๐Ÿš€ Upgrade to Devise 2.1.3 Read more
  • v0.0.2.2 Changes

    • ๐Ÿš€ Upgrade to Rails 3.2.11 (CVE-2012-0155, CVE-2012-0156). Read more
  • v0.0.2.1 Changes

    • ๐Ÿ”’ Upgrade to Rails 3.2.10 as per CVE-2012-5664. Read more
  • v0.0.2.0 Changes

    ๐Ÿ”จ Refactor

    script/server

    • ๐Ÿ‘‰ Uses foreman now
    • โฌ‡๏ธ Reduce startup time by reducing calls to script/get_config.rb
    • ๐Ÿšš config/script_server.yml is removed and replaced by the server section in config/diaspora.yml Have a look at the updated example!
    • Thin is dropped in favour of unicorn
    • ๐Ÿš… Already set versions of RAILS_ENV and DB are now prefered over those set in config/diaspora.yml
    • Heroku setups: ENVIRONMENT_UNICORN_EMBED_RESQUE_WORKER got renamed to SERVER_EMBED_RESQUE_WORKER

    Other

    • MessagesController. #3657
    • ๐Ÿ›  Fixed setting: follow_diasporahq has now to be set to true to enable following the DiasporaHQ account. Was false
    • ๐Ÿง Removal of some bash-/linux-isms from most of the scripts, rework of 'script/install.sh' output methods. #3679

    ๐Ÿ”‹ Features

    • Add "My Activity" icon mobile -Author Icon-. #3687
    • โž• Add password_confirmation field to registration page. #3647
    • When posting to Twitter, behaviour changed so that URL to post will only be added to the post when length exceeds 140 chars or post contains uploaded photos.
    • โœ‚ Remove markdown formatting from post message when posting to Facebook or Twitter.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix missing X-Frame headers #3739
    • ๐Ÿ›  Fix image path for padlocks #3682
    • Fix posting to Facebook and Tumblr. Have a look at the updated services guide for new Facebook instructions.
    • ๐Ÿ›  Fix overflow button in mobile reset password. #3697
    • ๐Ÿ›  Fix issue with interacted_at in post fetcher. #3607
    • ๐Ÿ›  Fix error with show post Community Spotlight. #3658
    • ๐Ÿ›  Fix javascripts problem with read/unread notifications. #3656
    • ๐Ÿ›  Fix error with open/close registrations. #3649
    • ๐Ÿ›  Fix javascripts error in invitations facebox. #3638
    • ๐Ÿ›  Fix css overflow problem in aspect dropdown on welcome page. #3637
    • ๐Ÿ›  Fix empty page after authenticating with other services. #3693
    • ๐Ÿ›  Fix posting public posts to Facebook. #2882, #3650
    • ๐Ÿ›  Fix error with invite link box shows on search results page even if invites have been turned off. #3708
    • ๐Ÿ›  Fix misconfiguration of Devise to allow the session to be remembered. #3472
    • ๐Ÿ›  Fix problem with show reshares_count in stream. #3700
    • ๐Ÿ›  Fix error with notifications count in mobile. #3721
    • ๐Ÿ›  Fix conversation unread message count bug. #2321

    โšก๏ธ Gem updates

    • bootstrap-sass 2.1.0.0 -> 2.1.1.0
    • capybara 1.1.2 -> 1.1.3
    • carrierwave 0.6.2 -> 0.7.1
    • client_side_validations 3.1.4 -> 3.2.1
    • database_cleaner 0.8 -> 0.9.1
    • faraday_middleware 0.8.8 -> 0.9.0
    • foreman 0.59 -> 0.60.2
    • fuubar 1.0.0 -> 1.1.0
    • debugger 1.2.0 -> 1.2.1
    • gon 4.0.0 -> 4.0.1
    • guard
      • guard-cucumber 1.0.0 -> 1.2.2
      • guard-rspec 0.7.3 -> 2.1.1
      • guard-spork 0.8.0 -> 1.2.3
      • rb-inotify -> 0.8.8, new dependency
    • ๐Ÿฑ handlebars_assets 0.6.5 -> 0.6.6
    • omniauth-facebook 1.3.0 -> 1.4.1
    • omniauth-twitter 0.0.11 -> 0.0.13
    • ๐Ÿš… rails_admin 0.1.1 -> 0.2.0
    • ๐Ÿš… rails-i18n -> 0.7.0
    • rack-rewrite 1.2.1 -> 1.3.1
    • redcarpet 2.1.1 -> 2.2.2
    • resque 1.22.0 -> 1.23.0
    • ๐Ÿš… rspec-rails 2.11.0, 2.11.4
    • selenium-webdriver 2.25.0 -> 2.26.0
    • timecop 0.5.1 -> 0.5.3
    • twitter 2.0.2 -> 4.2.0
    • 0๏ธโƒฃ unicorn 4.3.1 -> 4.4.0, now default
    • webmock 1.8.10 -> 1.8.11

    And their dependencies.

  • v0.0.1.2 Changes

    ๐Ÿ›  Fix exception when the root of a reshare of a reshare got deleted #3546

  • v0.0.1.1 Changes

    • ๐Ÿ›  Fix syntax error in French Javascript pluralization rule.
  • v0.0.1.0 Changes

    ๐Ÿ†• New configuration system!

    Copy over config/diaspora.yml.example to config/diaspora.yml and migrate your settings! An updated Heroku guide including basic hints on howto migrate is here.

    ๐Ÿš€ The new configuration system allows all possible settings to be overriden by environment variables. This makes it possible to deploy heroku without checking any credentials into git. Read the top of config/diaspora.yml.example for an explanation on how to convert the setting names to environment variables.

    Environment variable changes:

    ๐Ÿ—„ deprecated

    • REDISTOGO_URL in favour of REDIS_URL or ENVIRONMENT_REDIS

    โœ‚ removed

    • application_yml - Obsolete, all settings are settable via environment variables now

    ๐Ÿ“‡ renamed

    • ๐Ÿ–จ SINGLE_PROCESS_MODE -> ENVIRONMENT_SINGLE_PROCESS_MODE
    • ๐Ÿ–จ SINGLE_PROCESS -> ENVIRONMENT_SINGLE_PROCESS_MODE
    • NO_SSL -> ENVIRONMENT_REQUIRE_SSL
    • ASSET_HOST -> ENVIRONMENT_ASSETS_HOST

    Gem changes

    โšก๏ธ Updated gems

    • omniauth-tumblr 1.0 -> 1.1
    • ๐Ÿš… rails_admin git -> 0.1.1
    • activerecord-import 0.2.10 -> 0.2.11
    • fog 1.4.0 -> 1.6.0
    • asset_sync 0.4.2 -> 0.5.0
    • ๐Ÿš… jquery-rails 2.0.2 -> 2.1.3

    โœ‚ Removed gems

    ๐Ÿšง The following gems and their related files were removed as they aren't widely enough used to justify maintenance for them by the core developers. If you use them please maintain them in your fork.

    • airbrake
    • ๐Ÿ†• newrelic_rpm
    • rpm_contrib
    • heroku_san

    ๐Ÿšš The following gems were removed because their are neither used in daily development or are just CLI tools that aren't required to be loaded from the code:

    • heroku
    • oink
    • yard

    Publisher

    ๐Ÿ”จ Refactoring of the JavaScript code; it is now completely rewritten to make use of Backbone.js. This paves the way for future improvements such as post preview or edit toolbar/help.

    Removal of 'beta' code

    โช The feature-flag on users and all the code in connection with experimental UX changes got removed/reverted. Those are the parts that became Makr.io. ๐Ÿš€ The single-post view will also be revamped/reverted, but that didn't make it into this release.

    โšก๏ธ JS lib updates

    ๐Ÿšง Cleanup in maintenance scripts and automated build environment