source: RedSur/Changelog.md @ 50de8e9

modelo_minuta
Last change on this file since 50de8e9 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 77.9 KB
Line 
1# Head
2
3## Major Sidekiq update
4This release includes a major upgrade of the background processing system Sidekiq. To upgrade cleanly:
5
61. Stop diaspora*
72. Run `RAILS_ENV=production bundle exec sidekiq` and wait 5-10 minutes, then stop it again (hit `CTRL+C`)
83. Do a normal upgrade of diaspora*
94. Start diaspora*
10
11## Rails 4 - Manual action required
12Please edit `config/initializers/secret_token.rb`, replacing `secret_token` with
13`secret_key_base`.
14
15```ruby
16# Old
17Rails.application.config.secret_token = '***********...'
18
19# New
20Diaspora::Application.config.secret_key_base = '*************...'
21```
22
23You also need to take care to set `RAILS_ENV` and to clear the cache while precompiling assets: `RAILS_ENV=production bundle exec rake tmp:cache:clear assets:precompile`
24
25## Supported Ruby versions
26This release drops official support for the Ruby 1.9 series. This means we will no longer test against this Ruby version or take care to choose libraries
27that work with it. However that doesn't mean we won't accept patches that improve running diaspora* on it.
28
29At the same time we adopt support for the Ruby 2.1 series and recommend running on the latest Ruby version of that branch. We continue to support the Ruby 2.0
30series and run our comprehensive test suite against it.
31
32## Change in defaults.yml
33The default for including jQuery from a CDN has changed. If you want to continue to include it from a CDN, please explicitly set the `jquery_cdn` setting to `true` in diaspora.yml.
34
35## Change in database.yml
36For MySQL databases, replace `charset: utf8` with `encoding: utf8mb4` and  change `collation` from `utf8_bin` to `utf8mb4_bin` in the file `config/database.yml`.
37This is enables full UTF8 support (4bytes characters), including standard emoji characters.
38See `database.yml.example` for reference.
39Please make sure to stop Diaspora prior running this migration!
40
41## Experimental chat feature
42This release adds experimental integration with XMPP for real-time chat. Please see  [our wiki](https://wiki.diasporafoundation.org/Vines) for further informations.
43
44## Change in statistics.json schema
45The way services are shown in the `statistics.json` route is changing. The keys relating to showing whether services are enabled or not are moving to their own container as `"services": {....}`, instead of having them all in the root level of the JSON.
46
47The keys will still be available in the root level within the 0.5 release. The old keys will be removed in the 0.6 release.
48
49## New maintenance feature to automatically expire inactive accounts
50Removing of old inactive users can now be done automatically by background processing. The amount of inactivity is set by `after_days`. A warning email will be sent to the user and after an additional `warn_days`, the account will be automatically closed.
51
52This maintenance is not enabled by default. Podmins can enable it by for example copying over the new settings under `settings.maintenance` to their `diaspora.yml` file and setting it enabled. The default setting is to expire accounts that have been inactive for 2 years (no login).
53
54## Camo integration to proxy external assets
55It is now possible to enable an automatic proxying of external assets, for example images embedded via Markdown or OpenGraph thumbnails loaded from insecure third party servers through a [Camo proxy](https://github.com/atmos/camo).
56
57This is disabled by default since it requires the installation of additional packages and might cause some traffic. Check the [wiki page](https://wiki.diasporafoundation.org/Installation/Camo) for more information and detailed installation instructions.
58
59## Paypal unhosted button and currency
60Podmins can now set the currency for donations, and use an unhosted button if they can't use
61a hosted one. Note: you need to **copy the new settings from diaspora.yml.example to your
62diaspora.yml file**. The existing settings from 0.4.x and before will not work any more.
63
64## Refactor
65* Redesign contacts page [#5153](https://github.com/diaspora/diaspora/pull/5153)
66* Improve profile page design on mobile [#5084](https://github.com/diaspora/diaspora/pull/5084)
67* Port test suite to RSpec 3 [#5170](https://github.com/diaspora/diaspora/pull/5170)
68* Port tag stream to Bootstrap [#5138](https://github.com/diaspora/diaspora/pull/5138)
69* Consolidate migrations, if you need a migration prior 2013, checkout the latest release in the 0.4.x series first [#5173](https://github.com/diaspora/diaspora/pull/5173)
70* Add tests for mobile sign up [#5185](https://github.com/diaspora/diaspora/pull/5185)
71* Display new conversation form on conversations/index [#5178](https://github.com/diaspora/diaspora/pull/5178)
72* Port profile page to Backbone [#5180](https://github.com/diaspora/diaspora/pull/5180)
73* Pull punycode.js from rails-assets.org [#5263](https://github.com/diaspora/diaspora/pull/5263)
74* Redesign profile page and port to Bootstrap [#4657](https://github.com/diaspora/diaspora/pull/4657)
75* Unify stream selection links in the left sidebar [#5271](https://github.com/diaspora/diaspora/pull/5271)
76* Refactor schema of statistics.json regarding services [#5296](https://github.com/diaspora/diaspora/pull/5296)
77* Pull jquery.idle-timer.js from rails-assets.org [#5310](https://github.com/diaspora/diaspora/pull/5310)
78* Pull jquery.placeholder.js from rails-assets.org [#5299](https://github.com/diaspora/diaspora/pull/5299)
79* Pull jquery.textchange.js from rails-assets.org [#5297](https://github.com/diaspora/diaspora/pull/5297)
80* Pull jquery.hotkeys.js from rails-assets.org [#5368](https://github.com/diaspora/diaspora/pull/5368)
81* Reduce amount of useless background job retries and pull public posts when missing [#5209](https://github.com/diaspora/diaspora/pull/5209)
82* Updated Weekly User Stats admin page to show data for the most recent week including reversing the order of the weeks in the drop down to show the most recent. [#5331](https://github.com/diaspora/diaspora/pull/5331)
83* Convert some cukes to RSpec tests [#5289](https://github.com/diaspora/diaspora/pull/5289)
84* Hidden overflow for long names on tag pages [#5279](https://github.com/diaspora/diaspora/pull/5279)
85* Always reshare absolute root of a post [#5276](https://github.com/diaspora/diaspora/pull/5276)
86* Convert remaining SASS stylesheets to SCSS [#5342](https://github.com/diaspora/diaspora/pull/5342)
87* Update rack-protection [#5403](https://github.com/diaspora/diaspora/pull/5403)
88* Cleanup diaspora.yml [#5426](https://github.com/diaspora/diaspora/pull/5426)
89* Replace `opengraph_parser` with `open_graph_reader` [#5462](https://github.com/diaspora/diaspora/pull/5462)
90* Make sure conversations without any visibilities left are deleted [#5478](https://github.com/diaspora/diaspora/pull/5478)
91* Change tooltip for delete button in conversations view [#5477](https://github.com/diaspora/diaspora/pull/5477)
92* Replace a modifier-rescue with a specific rescue [#5491](https://github.com/diaspora/diaspora/pull/5491)
93* Port contacts page to backbone [#5473](https://github.com/diaspora/diaspora/pull/5473)
94* Replace CSS vendor prefixes automatically [#5532](https://github.com/diaspora/diaspora/pull/5532)
95* Use sentence case consistently throughout UI [#5588](https://github.com/diaspora/diaspora/pull/5588)
96* Hide sign up button when registrations are disabled [#5612](https://github.com/diaspora/diaspora/pull/5612)
97* Standardize capitalization throughout the UI [#5588](https://github.com/diaspora/diaspora/pull/5588)
98* Display photos on the profile page as thumbnails [#5521](https://github.com/diaspora/diaspora/pull/5521)
99* Unify not connected pages (sign in, sign up, forgot password) [#5391](https://github.com/diaspora/diaspora/pull/5391)
100* Port remaining stream pages to Bootstrap [#5715](https://github.com/diaspora/diaspora/pull/5715)
101
102## Bug fixes
103* orca cannot see 'Add Contact' button [#5158](https://github.com/diaspora/diaspora/pull/5158)
104* Move submit button to the right in conversations view [#4960](https://github.com/diaspora/diaspora/pull/4960)
105* Handle long URLs and titles in OpenGraph descriptions [#5208](https://github.com/diaspora/diaspora/pull/5208)
106* Fix deformed getting started popover [#5227](https://github.com/diaspora/diaspora/pull/5227)
107* Use correct locale for invitation subject [#5232](https://github.com/diaspora/diaspora/pull/5232)
108* Initial support for IDN emails
109* Fix services settings reported by statistics.json [#5256](https://github.com/diaspora/diaspora/pull/5256)
110* Only collapse empty comment box [#5328](https://github.com/diaspora/diaspora/pull/5328)
111* Fix pagination for people/guid/contacts [#5304](https://github.com/diaspora/diaspora/pull/5304)
112* Fix poll creation on Bootstrap pages [#5334](https://github.com/diaspora/diaspora/pull/5334)
113* Show error message on invalid reset password attempt [#5325](https://github.com/diaspora/diaspora/pull/5325)
114* Fix translations on mobile password reset pages [#5318](https://github.com/diaspora/diaspora/pull/5318)
115* Handle unset user agent when signing out [#5316](https://github.com/diaspora/diaspora/pull/5316)
116* More robust URL parsing for oEmbed and OpenGraph [#5347](https://github.com/diaspora/diaspora/pull/5347)
117* Fix Publisher doesn't expand while uploading images [#3098](https://github.com/diaspora/diaspora/issues/3098)
118* Drop unneeded and too open crossdomain.xml
119* Fix hidden aspect dropdown on getting started page [#5407](https://github.com/diaspora/diaspora/pulls/5407)
120* Fix a few issues on Bootstrap pages [#5401](https://github.com/diaspora/diaspora/pull/5401)
121* Improve handling of the `more` link on mobile stream pages [#5400](https://github.com/diaspora/diaspora/pull/5400)
122* Fix prefilling publisher after getting started [#5442](https://github.com/diaspora/diaspora/pull/5442)
123* Fix overflow in profile sidebar [#5450](https://github.com/diaspora/diaspora/pull/5450)
124* Fix code overflow in SPV and improve styling for code tags [#5422](https://github.com/diaspora/diaspora/pull/5422)
125* Correctly validate if local recipients actually want to receive a conversation [#5449](https://github.com/diaspora/diaspora/pull/5449)
126* Improve consistency of poll answer ordering [#5471](https://github.com/diaspora/diaspora/pull/5471)
127* Fix broken aspect selectbox on asynchronous search results [#5488](https://github.com/diaspora/diaspora/pull/5488)
128* Replace %{third_party_tools} by the appropriate hyperlink in tags FAQ [#5509](https://github.com/diaspora/diaspora/pull/5509)
129* Repair downloading the profile image from Facebook [#5493](https://github.com/diaspora/diaspora/pull/5493)
130* Fix localization of post and comment timestamps on mobile [#5482](https://github.com/diaspora/diaspora/issues/5482)
131* Fix mobile JS loading to quieten errors. Fixes also service buttons on mobile bookmarklet.
132* Don't error out when adding a too long location to the profile [#5614](https://github.com/diaspora/diaspora/pull/5614)
133* Correctly decrease unread count for conversations [#5646](https://github.com/diaspora/diaspora/pull/5646)
134* Fix automatic scroll for conversations [#5646](https://github.com/diaspora/diaspora/pull/5646)
135* Fix missing translation on privacy settings page [#5671](https://github.com/diaspora/diaspora/pull/5671)
136* Fix code overflow for the mobile website [#5675](https://github.com/diaspora/diaspora/pull/5675)
137* Strip Unicode format characters prior post processing [#5680](https://github.com/diaspora/diaspora/pull/5680)
138* Disable email notifications for closed user accounts [#5640](https://github.com/diaspora/diaspora/pull/5640)
139* Total user statistic no longer includes closed accounts [#5041](https://github.com/diaspora/diaspora/pull/5041)
140* Don't add a space when rendering a mention [#5711](https://github.com/diaspora/diaspora/pull/5711)
141* Fix flickering hovercards [#5714](https://github.com/diaspora/diaspora/pull/5714)
142* Improved stripping markdown in post titles [#5730](https://github.com/diaspora/diaspora/pull/5730)
143* Remove border from reply form for conversations [#5744](https://github.com/diaspora/diaspora/pull/5744)
144
145## Features
146* Don't pull jQuery from a CDN by default [#5105](https://github.com/diaspora/diaspora/pull/5105)
147* Better character limit message [#5151](https://github.com/diaspora/diaspora/pull/5151)
148* Remember whether a AccountDeletion was performed [#5156](https://github.com/diaspora/diaspora/pull/5156)
149* Increased the number of notifications shown in drop down bar to 15 [#5129](https://github.com/diaspora/diaspora/pull/5129)
150* Increase possible captcha length [#5169](https://github.com/diaspora/diaspora/pull/5169)
151* Display visibility icon in publisher aspects dropdown [#4982](https://github.com/diaspora/diaspora/pull/4982)
152* Add a link to the reported comment in the admin panel [#5337](https://github.com/diaspora/diaspora/pull/5337)
153* Strip search query from leading and trailing whitespace [#5317](https://github.com/diaspora/diaspora/pull/5317)
154* Add the "network" key to statistics.json and set it to "Diaspora" [#5308](https://github.com/diaspora/diaspora/pull/5308)
155* Infinite scrolling in the notifications dropdown [#5237](https://github.com/diaspora/diaspora/pull/5237)
156* Maintenance feature to automatically expire inactive accounts [#5288](https://github.com/diaspora/diaspora/pull/5288)
157* Add LibreJS markers to JavaScript [5320](https://github.com/diaspora/diaspora/pull/5320)
158* Ask for confirmation when leaving a submittable publisher [#5309](https://github.com/diaspora/diaspora/pull/5309)
159* Allow page-specific styling via individual CSS classes [#5282](https://github.com/diaspora/diaspora/pull/5282)
160* Change diaspora logo in the header on hover [#5355](https://github.com/diaspora/diaspora/pull/5355)
161* Display diaspora handle in search results [#5419](https://github.com/diaspora/diaspora/pull/5419)
162* Show a message on the ignored users page when there are none [#5434](https://github.com/diaspora/diaspora/pull/5434)
163* Truncate too long OpenGraph descriptions [#5387](https://github.com/diaspora/diaspora/pull/5387)
164* Make the source code URL configurable [#5410](https://github.com/diaspora/diaspora/pull/5410)
165* Prefill publisher on the tag pages [#5442](https://github.com/diaspora/diaspora/pull/5442)
166* Don't include the content of non-public posts into notification mails [#5494](https://github.com/diaspora/diaspora/pull/5494)
167* Allow to set unhosted button and currency for paypal donation [#5452](https://github.com/diaspora/diaspora/pull/5452)
168* Add followed tags in the mobile menu [#5468](https://github.com/diaspora/diaspora/pull/5468)
169* Replace Pagedown with markdown-it [#5526](https://github.com/diaspora/diaspora/pull/5526)
170* Do not truncate notification emails anymore [#4342](https://github.com/diaspora/diaspora/issues/4342)
171* Allows users to export their data in gzipped JSON format from their user settings page [#5499](https://github.com/diaspora/diaspora/pull/5499)
172* Strip EXIF data from newly uploaded images [#5510](https://github.com/diaspora/diaspora/pull/5510)
173* Hide user setting if the community spotlight is not enabled on the pod [#5562](https://github.com/diaspora/diaspora/pull/5562)
174* Add HTML view for pod statistics [#5464](https://github.com/diaspora/diaspora/pull/5464)
175* Added/Moved hide, block user, report and delete button in SPV [#5547](https://github.com/diaspora/diaspora/pull/5547)
176* Added keyboard shortcuts r(reshare), m(expand Post), o(open first link in post) [#5602](https://github.com/diaspora/diaspora/pull/5602)
177* Added dropdown to add/remove people from/to aspects in mobile view [#5594](https://github.com/diaspora/diaspora/pull/5594)
178* Dynamically compute minimum and maximum valid year for birthday field [#5639](https://github.com/diaspora/diaspora/pull/5639)
179* Show hovercard on mentions [#5652](https://github.com/diaspora/diaspora/pull/5652)
180* Make help sections linkable [#5667](https://github.com/diaspora/diaspora/pull/5667)
181* Add invitation link to contacts page [#5655](https://github.com/diaspora/diaspora/pull/5655)
182* Add year to notifications page [#5676](https://github.com/diaspora/diaspora/pull/5676)
183* Give admins the ability to lock & unlock accounts [#5643](https://github.com/diaspora/diaspora/pull/5643)
184* Add reshares to the stream view immediately [#5699](https://github.com/diaspora/diaspora/pull/5699)
185* Update and improve help section [#5665](https://github.com/diaspora/diaspora/pull/5665), [#5706](https://github.com/diaspora/diaspora/pull/5706)
186* Expose participation controls in the stream view [#5511](https://github.com/diaspora/diaspora/pull/5511)
187* Reimplement photo export [#5685](https://github.com/diaspora/diaspora/pull/5685)
188
189# 0.4.1.2
190
191* Update Rails, fixes [CVE-2014-7818](https://groups.google.com/forum/#!topic/rubyonrails-security/dCp7duBiQgo).
192
193# 0.4.1.1
194
195* Fix XSS issue in poll questions [#5274](https://github.com/diaspora/diaspora/issues/5274)
196
197# 0.4.1.0
198
199## New 'Terms of Service' feature and template
200
201This release brings a new ToS feature that allows pods to easily display to users the terms of service they are operating on. This feature is not enabled by default. If you want to enable it, please add under `settings` in `config/diaspora.yml` the following and restart diaspora. If in doubt see `config/diaspora.yml.example`:
202
203    terms:
204      enable: true
205
206When enabled, the footer and sidebar will have a link to terms page, and sign up will have a disclaimer indicating that creating an account means the user accepts the terms of use.
207
208While the project itself doesn't restrict what kind of terms pods run on, we realize not all podmins want to spend time writing them from scratch. Thus there is a basic ToS template included that will be used unless a custom one available.
209
210To modify (or completely rewrite) the terms template, create a file called `app/views/terms/terms.haml` or `app/views/terms/terms.erb` and it will automatically replace the default template, which you can find at `app/views/terms/default.haml`.
211
212There are also two configuration settings to customize the terms (when using the default template). These are optional.
213
214* `settings.terms.jurisdiction` - indicate here in which country or state any legal disputes are handled.
215* `settings.terms.minimum_age` - indicate here if you want to show a minimum required age for creating an account.
216
217## Rake task to email users
218
219There is a new Rake task `podmin:admin_mail` available to allow podmins to easily send news and notices to users. The rake task triggers emails via the normal diaspora mailer mechanism (so they are embedded in the standard template) and takes the following parameters:
220
2211) Users definition
222
223* `all` - all users in the database (except deleted)
224* `active_yearly` - users logged in within the last year
225* `active_monthly` - users logged in within the last month
226* `active_halfyear` - users logged in within the last 6 months
227
2282) Path to message file
229
230* Give here a path to a HTML or plain text file that contains the message.
231
2323) Subject
233
234* A subject for the email
235
236Example shell command (depending on your environment);
237
238`RAILS_ENV=production bundle exec rake podmin:admin_mail['active_monthly','./message.html','Important message from pod']`
239
240Read more about [specifying arguments to Rake tasks](http://stackoverflow.com/a/825832/1489738).
241
242## Refactor
243* Port help pages to Bootstrap [#5050](https://github.com/diaspora/diaspora/pull/5050)
244* Refactor Notification#notify [#4945](https://github.com/diaspora/diaspora/pull/4945)
245* Port getting started to Bootstrap [#5057](https://github.com/diaspora/diaspora/pull/5057)
246* Port people search page to Bootstrap [#5077](https://github.com/diaspora/diaspora/pull/5077)
247* Clarify explanations and defaults in diaspora.yml.example [#5088](https://github.com/diaspora/diaspora/pull/5088)
248* Consistent header spacing on Bootstrap pages [#5108](https://github.com/diaspora/diaspora/pull/5108)
249* Port settings pages (account, profile, privacy, services) to Bootstrap [#5039](https://github.com/diaspora/diaspora/pull/5039)
250* Port contacts and community spotlight pages to Bootstrap [#5118](https://github.com/diaspora/diaspora/pull/5118)
251* Redesign login page [#5112](https://github.com/diaspora/diaspora/pull/5112)
252* Change mark read link on notifications page [#5141](https://github.com/diaspora/diaspora/pull/5141)
253
254## Bug fixes
255* Fix hiding of poll publisher on close [#5029](https://github.com/diaspora/diaspora/issues/5029)
256* Fix padding in user menu [#5047](https://github.com/diaspora/diaspora/pull/5047)
257* Fix self-XSS when renaming an aspect [#5048](https://github.com/diaspora/diaspora/pull/5048)
258* Fix live updating when renaming an aspect [#5049](https://github.com/diaspora/diaspora/pull/5049)
259* Use double quotes when embedding translations into Javascript [#5055](https://github.com/diaspora/diaspora/issues/5055)
260* Fix regression in mobile sign-in ([commit](https://github.com/diaspora/diaspora/commit/4a2836b108f8a9eb6f46ca58cfcb7b23f40bb076))
261* Set mention notification as read when viewing post [#5006](https://github.com/diaspora/diaspora/pull/5006)
262* Set sharing notification as read when viewing profile [#5009](https://github.com/diaspora/diaspora/pull/5009)
263* Ensure a consistent border on text input elements [#5069](https://github.com/diaspora/diaspora/pull/5069)
264* Escape person name in contacts json returned by Conversations#new
265* Make sure all parts of the hovercard are always in front [#5188](https://github.com/diaspora/diaspora/pull/5188)
266
267## Features
268* Port admin pages to bootstrap, polish user search results, allow accounts to be closed from the backend [#5046](https://github.com/diaspora/diaspora/pull/5046)
269* Reference Salmon endpoint in Webfinger XRD to aid discovery by alternative implementations [#5062](https://github.com/diaspora/diaspora/pull/5062)
270* Change minimal birth year for the birthday field to 1910 [#5083](https://github.com/diaspora/diaspora/pull/5083)
271* Add scrolling thumbnail switcher in the lightbox [#5102](https://github.com/diaspora/diaspora/pull/5102)
272* Add help section about keyboard shortcuts [#5100](https://github.com/diaspora/diaspora/pull/5100)
273* Automatically add poll answers as needed [#5109](https://github.com/diaspora/diaspora/pull/5109)
274* Add Terms of Service as an option for podmins, includes base template [#5104](https://github.com/diaspora/diaspora/pull/5104)
275* Add rake task to send a mail to all users [#5111](https://github.com/diaspora/diaspora/pull/5111)
276* Expose which services are configured in /statistics.json [#5121](https://github.com/diaspora/diaspora/pull/5121)
277* In filtered notification views, replace "Mark all as read" with "Mark shown as read" [#5122](https://github.com/diaspora/diaspora/pull/5122)
278* When ignoring a user remove his posts from the stream instantly [#5127](https://github.com/diaspora/diaspora/pull/5127)
279* Allow to delete photos from the pictures stream [#5131](https://github.com/diaspora/diaspora/pull/5131)
280
281# 0.4.0.1
282
283## Bug fixes
284
285* Fix performance regression on stream loading with MySQL/MariaDB database backends [#5014](https://github.com/diaspora/diaspora/issues/5014)
286* Fix issue with post reporting [#5017](https://github.com/diaspora/diaspora/issues/5017)
287
288# 0.4.0.0
289
290## Ensure account deletions are run
291
292A regression caused accounts deletions to not properly perform in some cases, see [#4792](https://github.com/diaspora/diaspora/issues/4792).
293To ensure these are reexecuted properly, please run `RAILS_ENV=production bundle exec rake accounts:run_deletions`
294after you've upgraded.
295
296## Change in guid generation
297
298This version will break federation to pods running on versions prior 0.1.1.0.
299
300Read more in [#4249](https://github.com/diaspora/diaspora/pull/4249) and [#4883](https://github.com/diaspora/diaspora/pull/4883)
301
302## Refactor
303* Drop number of followers from tags page [#4717](https://github.com/diaspora/diaspora/pull/4717)
304* Remove some unused beta code [#4738](https://github.com/diaspora/diaspora/pull/4738)
305* Style improvements for SPV, use original author's avatar for reshares [#4754](https://github.com/diaspora/diaspora/pull/4754)
306* Update image branding to the new decided standard [#4702](https://github.com/diaspora/diaspora/pull/4702)
307* Consistent naming of conversations and messages [#4756](https://github.com/diaspora/diaspora/pull/4756)
308* Improve stream generation time [#4769](https://github.com/diaspora/diaspora/pull/4769)
309* Port help pages to backbone [#4768](https://github.com/diaspora/diaspora/pull/4768)
310* Add participants to conversations menu [#4656](https://github.com/diaspora/diaspora/pull/4656)
311* Update forgot_password and reset_password pages [#4707](https://github.com/diaspora/diaspora/pull/4707)
312* Change jQuery CDN to jquery.com from googleapis.com [#4765](https://github.com/diaspora/diaspora/pull/4765)
313* Update to jQuery 10
314* Port publisher and bookmarklet to Bootstrap [#4678](https://github.com/diaspora/diaspora/pull/4678)
315* Improve search page, add better indications [#4794](https://github.com/diaspora/diaspora/pull/4794)
316* Port notifications and hovercards to Bootstrap [#4814](https://github.com/diaspora/diaspora/pull/4814)
317* Replace .rvmrc by .ruby-version and .ruby-gemset [#4854](https://github.com/diaspora/diaspora/pull/4855)
318* Reorder and reword items on user settings page [#4912](https://github.com/diaspora/diaspora/pull/4912)
319* SPV: Improve padding and interaction counts [#4426](https://github.com/diaspora/diaspora/pull/4426)
320* Remove auto 'mark as read' for notifications [#4810](https://github.com/diaspora/diaspora/pull/4810)
321* Improve set read/unread in notifications dropdown [#4869](https://github.com/diaspora/diaspora/pull/4869)
322* Refactor publisher: trigger events for certain actions, introduce 'disabled' state [#4932](https://github.com/diaspora/diaspora/pull/4932)
323
324## Bug fixes
325* Fix user account deletion [#4953](https://github.com/diaspora/diaspora/pull/4953) and [#4963](https://github.com/diaspora/diaspora/pull/4963)
326* Fix email body language when invite a friend [#4832](https://github.com/diaspora/diaspora/issues/4832)
327* Improve time agos by updating the plugin [#4281](https://github.com/diaspora/diaspora/pull/4281)
328* Do not add a space after adding a mention [#4767](https://github.com/diaspora/diaspora/issues/4767)
329* Fix active user statistics by saving a last seen timestamp for users [#4802](https://github.com/diaspora/diaspora/pull/4802)
330* Render HTML in atom user feed [#4835](https://github.com/diaspora/diaspora/pull/4835)
331* Fix plaintext mode of Mentionable [#4831](https://github.com/diaspora/diaspora/pull/4831)
332* Fixed Atom Feed Error if reshared Post is deleted [#4841](https://github.com/diaspora/diaspora/pull/4841)
333* Show hovercards in the notification drop-down for users on the same pod [#4843](https://github.com/diaspora/diaspora/pull/4843)
334* The photo stream no longer repeats after the last photo [#4787](https://github.com/diaspora/diaspora/pull/4787)
335* Fix avatar alignment for hovercards in the notifications dropdown [#4853](https://github.com/diaspora/diaspora/pull/4853)
336* Do not parse hashtags inside Markdown links [#4856](https://github.com/diaspora/diaspora/pull/4856)
337* Restore comment textarea content after revealing more comments [#4858](https://github.com/diaspora/diaspora/pull/4858)
338* OpenGraph: don't make description into links [#4708](https://github.com/diaspora/diaspora/pull/4708)
339* Don't cut off long tags in stream posts [#4878](https://github.com/diaspora/diaspora/pull/4878)
340* Do not replace earlier appearances of the name while mentioning somebody [#4882](https://github.com/diaspora/diaspora/pull/4882)
341* Catch exceptions when trying to decode an invalid URI [#4889](https://github.com/diaspora/diaspora/pull/4889)
342* Redirect to the stream when switching the mobile publisher to desktop [#4917](https://github.com/diaspora/diaspora/pull/4917)
343* Parsing mention witch contain in username special characters [#4919](https://github.com/diaspora/diaspora/pull/4919)
344* Do not show your own hovercard [#4758](https://github.com/diaspora/diaspora/pull/4758)
345* Hit Nominatim via https [#4968](https://github.com/diaspora/diaspora/pull/4968)
346
347## Features
348* You can report a single post or comment by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517) [#4781](https://github.com/diaspora/diaspora/pull/4781)
349* Add permalinks for comments [#4577](https://github.com/diaspora/diaspora/pull/4577)
350* New menu for the mobile version [#4673](https://github.com/diaspora/diaspora/pull/4673)
351* Added comment count to statistic to enable calculations of posts/comments ratios [#4799](https://github.com/diaspora/diaspora/pull/4799)
352* Add filters to notifications controller [#4814](https://github.com/diaspora/diaspora/pull/4814)
353* Activate hovercards in SPV and conversations [#4870](https://github.com/diaspora/diaspora/pull/4870)
354* Added possibility to conduct polls [#4861](https://github.com/diaspora/diaspora/pull/4861) [#4894](https://github.com/diaspora/diaspora/pull/4894) [#4897](https://github.com/diaspora/diaspora/pull/4897) [#4899](https://github.com/diaspora/diaspora/pull/4899)
355
356# 0.3.0.3
357
358* Bump Rails to 3.2.17, fixes CVE-2014-0081, CVE-2014-0082. For more information see http://weblog.rubyonrails.org/2014/2/18/Rails_3_2_17_4_0_3_and_4_1_0_beta2_have_been_released/
359
360# 0.3.0.2
361
362## Bug fixes
363* Use youtube HTTPS scheme for oEmbed [#4743](https://github.com/diaspora/diaspora/pull/4743)
364* Fix infinite scroll on aspect streams [#4747](https://github.com/diaspora/diaspora/pull/4747)
365* Fix hovercards [#4782](https://github.com/diaspora/diaspora/pull/4782)
366* Bump kaminari to fix admin panel [#4714](https://github.com/diaspora/diaspora/issues/4714)
367
368# 0.3.0.1
369
370## Bug fixes
371* Fix regression caused by using after_commit with nested '#save' which lead to an infinite recursion [#4715](https://github.com/diaspora/diaspora/issues/4715)
372* Save textarea value before rendering comments when clicked 'show more...' [#4858](https://github.com/diaspora/diaspora/pull/4858)
373
374# 0.3.0.0
375
376## Pod statistics
377A new feature [has been added](https://github.com/diaspora/diaspora/pull/4602) to allow pods to report extra statistics. Automatically after this code change, the route /statistics.json contains some basic data that was also available before via page headers (pod name, version, status of signups). But also, optionally podmins can enable user and post counts in the diaspora.yml configuration file. The counts are by default switched off, so if you want to report the total user, active user and local post counts, please edit your diaspora.yml configuration with the example values in diaspora.yml.example and uncomment the required lines as indicated.
378
379## Ruby 2.0
380
381We now recommend using Ruby 2.0 with Diaspora. If you're using RVM make sure to run:
382```bash
383rvm get stable
384rvm install 2.0.0
385cd ~/diaspora
386git pull
387cd - && cd ..
388```
389
390For more details see https://wiki.diasporafoundation.org/Updating
391
392## Refactor
393* Remove old SPV code [#4612](https://github.com/diaspora/diaspora/pull/4612)
394* Move non-model federation stuff into lib/ [#4363](https://github.com/diaspora/diaspora/pull/4363)
395* Build a color palette to uniform color usage [#4437](https://github.com/diaspora/diaspora/pull/4437) [#4469](https://github.com/diaspora/diaspora/pull/4469) [#4479](https://github.com/diaspora/diaspora/pull/4479)
396* Rename bitcoin_wallet_id setting to bitcoin_address [#4485](https://github.com/diaspora/diaspora/pull/4485)
397* Batch insert posts into stream collection for a small speedup [#4341](https://github.com/diaspora/diaspora/pull/4351)
398* Ported fileuploader to Backbone and refactored publisher views [#4480](https://github.com/diaspora/diaspora/pull/4480)
399* Refactor 404.html, fix [#4078](https://github.com/diaspora/diaspora/issues/4078)
400* Remove the (now useless) last post link from the user profile. [#4540](https://github.com/diaspora/diaspora/pull/4540)
401* Refactor ConversationsController, move query building to User model. [#4547](https://github.com/diaspora/diaspora/pull/4547)
402* Refactor the Twitter service model [#4387](https://github.com/diaspora/diaspora/pull/4387)
403* Refactor ConversationsController#create, move more stuff to User model [#4551](https://github.com/diaspora/diaspora/pull/4551)
404* Refactor MessagesController#create, move stuff to User model [#4556](https://github.com/diaspora/diaspora/pull/4556)
405* Reorder the left bar side menu to put the stream first [#4569](https://github.com/diaspora/diaspora/pull/4569)
406* Improve notifications and conversations views design on mobile [#4593](https://github.com/diaspora/diaspora/pull/4593)
407* Slight redesign of mobile publisher [#4604](https://github.com/diaspora/diaspora/pull/4604)
408* Port conversations to Bootstrap [#4622](https://github.com/diaspora/diaspora/pull/4622)
409* Remove participants popover and improve conversations menu [#4644](https://github.com/diaspora/diaspora/pull/4644)
410* Refactor right side bar [#4793](https://github.com/diaspora/diaspora/pull/4793)
411
412## Bug fixes
413* Highlight down arrow at the user menu on hover [#4441](https://github.com/diaspora/diaspora/pull/4441)
414* Make invite code input width consistent across browsers [#4448](https://github.com/diaspora/diaspora/pull/4448)
415* Fix style of contacts in profile sidebar [#4451](https://github.com/diaspora/diaspora/pull/4451)
416* Fix profile mobile when logged out [#4464](https://github.com/diaspora/diaspora/pull/4464)
417* Fix preview with more than one mention [#4450](https://github.com/diaspora/diaspora/issues/4450)
418* Fix size of images in the SPV [#4471](https://github.com/diaspora/diaspora/pull/4471)
419* Adjust 404 message description to not leak logged out users if a post exists or not [#4477](https://github.com/diaspora/diaspora/pull/4477)
420* Make I18n system more robust against missing keys in pluralization data
421* Prevent overflow of too long strings in the single post view [#4487](https://github.com/diaspora/diaspora/pull/4487)
422* Disable submit button in sign up form after submission to avoid email already exists error [#4506](https://github.com/diaspora/diaspora/issues/4506)
423* Do not pull the 404 pages assets from Amazon S3 [#4501](https://github.com/diaspora/diaspora/pull/4501)
424* Fix counter background does not cover more than 2 digits on profile [#4499](https://github.com/diaspora/diaspora/issues/4499)
425* Fix commenting upon submission fail [#4005] (https://github.com/diaspora/diaspora/issues/4005)
426* Fix date color and alignment in the notifications dropdown [#4502](https://github.com/diaspora/diaspora/issues/4502)
427* Add a white background to images shown in the lightbox [#4475](https://github.com/diaspora/diaspora/issues/4475)
428* Refactor getting_started page, test if facebook is available, fix [#4520](https://github.com/diaspora/diaspora/issues/4520)
429* Avoid publishing empty posts [#4542](https://github.com/diaspora/diaspora/pull/4542)
430* Force comments sort order in mobile spv [#4578](https://github.com/diaspora/diaspora/pull/4578)
431* Fix getting started page for mobile [#4536](https://github.com/diaspora/diaspora/pull/4536)
432* Refactor mobile header, fix [#4579](https://github.com/diaspora/diaspora/issues/4579)
433* Fix avatar display on mobile profile [#4591](https://github.com/diaspora/diaspora/pull/4591)
434* Add lightbox to unauthenticated header, fix [#4432](https://github.com/diaspora/diaspora/issues/4432)
435* Fix "more picture" indication (+n) on mobile by adding a link on the indication [#4592](https://github.com/diaspora/diaspora/pull/4592)
436* Display errors when photo upload fails [#4509](https://github.com/diaspora/diaspora/issues/4509)
437* Fix posting to Twitter by correctly catching exception [#4627](https://github.com/diaspora/diaspora/issues/4627)
438* Change "Show n more comments"-link, fix [#3119](https://github.com/diaspora/diaspora/issues/3119)
439* Specify Firefox version for Travis-CI [#4623](https://github.com/diaspora/diaspora/pull/4623)
440* Remove location when publisher is cleared by user
441* On signup form errors, don't empty previous values by user, fix [#4663](https://github.com/diaspora/diaspora/issues/4663)
442* Remove background from badges in header [#4692](https://github.com/diaspora/diaspora/issues/4692)
443
444## Features
445* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)
446* One click to select the invite URL [#4447](https://github.com/diaspora/diaspora/pull/4447)
447* Disable "mark all as read" link if all notifications are read [#4463](https://github.com/diaspora/diaspora/pull/4463)
448* Collapse aspect list and tag followings list when switching to other views [#4462](https://github.com/diaspora/diaspora/pull/4462)
449* Highlight current stream in left sidebar [#4445](https://github.com/diaspora/diaspora/pull/4445)
450* Added ignore user icon on user profile [#4417](https://github.com/diaspora/diaspora/pull/4417)
451* Improve the management of the contacts visibility settings in an aspect [#4567](https://github.com/diaspora/diaspora/pull/4567)
452* Add actions on aspects on the contact page [#4570](https://github.com/diaspora/diaspora/pull/4570)
453* Added a statistics route with general pod information, and if enabled in pod settings, total user, half year/monthly active users and local post counts [#4602](https://github.com/diaspora/diaspora/pull/4602)
454* Add indication about markdown formatting in the publisher [#4589](https://github.com/diaspora/diaspora/pull/4589)
455* Add captcha to signup form [#4659](https://github.com/diaspora/diaspora/pull/4659)
456* Update Underscore.js 1.3.1 to 1.5.2, update Backbone.js 0.9.2 to 1.1.0 [#4662](https://github.com/diaspora/diaspora/pull/4662)
457* Display more than 8 pictures on a post [#4796](https://github.com/diaspora/diaspora/pull/4796)
458
459## Gem updates
460Added:
461* atomic (1.1.14)
462* bcrypt-ruby (3.1.2)
463* backbone-on-rails (1.1.0.0)
464* devise thread_safe (0.1)
465* eco (1.0.0)
466* eco-source (1.1.0.rc.1)
467* ejs (1.1.1)
468* galetahub-simple_captcha (0.1.5)
469* thread_safe (0.1.3)
470* zip-zip (0.2)
471
472Removed:
473* bcrypt-ruby
474* rb-kqueue
475* slim
476* temple
477
478Updated:
479* acts_as_api 0.4.1 -> 0.4.2
480* capybara 2.1.0 -> 2.2.1
481* celluloid (0.13.0 -> 0.15.2
482* chunky_png 1.2.8 -> 1.2.9
483* client_side_validations 3.2.5 -> 3.2.6
484* coderay 1.0.9 -> 1.1.0
485* connection_pool 1.0.0 -> 1.2.0
486* crack 0.4.0 -> 0.4.1
487* cucumber 1.3.5 -> 1.3.10
488* cucumber-rails 1.3.1 -> 1.4.0
489* database_cleaner 1.1.0 -> 1.2.0
490* devise 3.0.2 -> 3.2.2
491* diff-lcs 1.2.4 -> 1.2.5
492* ethon 0.5.12 -> 0.6.2
493* excon 0.25.3 -> 0.31.0
494* factory_girl 4.2.0 -> 4.3.0
495* factory_girl_rails 4.2.0 -> 4.3.0
496* faraday 0.8.8 -> 0.8.9
497* ffi 1.9.0 -> 1.9.3
498* fog 1.14.0 -> 1.19.0
499* foreigner 1.4.2 -> 1.6.1
500* fuubar 1.1.1 -> 1.3.2
501* gherkin 2.12.0 -> 2.12.2
502* guard 1.8.2 -> 2.2.5
503* guard-cucumber 1.4.0 -> 1.4.1
504* guard-rspec 3.0.2 -> 4.2.4
505* haml 4.0.3 -> 4.0.5
506* i18n-inflector-rails 1.0.6 -> 1.0.7
507* json 1.8.0 -> 1.8.1
508* jwt 0.1.8 -> 0.1.10
509* kaminari 0.14.1 -> 0.15.0
510* kgio 2.8.0 -> 2.8.1
511* listen 1.2.2 -> 2.4.0
512* mini_magick 3.6.0 -> 3.7.0
513* mini_profile 0.5.1 -> 0.5.2
514* mobile-fu 1.2.1 -> 1.2.2
515* multi_json 1.7.9 -> 1.8.4
516* multi_test 0.0.2 -> 0.0.3
517* mysql2 0.3.13 -> 0.3.14
518* net-ssh 2.6.8 -> 2.7.0
519* nokogiri 1.6.0 -> 1.6.1
520* omniauth-facebook 1.4.1 -> 1.6.0
521* omniauth-twitter 1.0.0 -> 1.0.1
522* orm_adapter 0.4.0 -> 0.5.0
523* pry 0.9.12.2 -> 0.9.12.4
524* rack-google-analytics 0.11.0 -> 0.14.0
525* rack-rewrite 1.3.3 -> 1.5.0
526* rails_autolink 1.1.0 -> 1.1.5
527* raindrops 0.11.0 -> 0.12.0
528* rake 10.1.0 -> 10.1.1
529* rb-fsevent 0.9.3 -> 0.9.4
530* rb-inotify 0.9.0 -> 0.9.3
531* redis 3.0.4 -> 3.0.6
532* redis-namespace 1.3.0 -> 1.4.1
533* rspec 2.13.0 -> 2.14.1
534* rspec-core 2.13.1 -> 2.14.7
535* rspec-expectations 2.13.0 -> 2.14.4
536* rspec-mocks 2.13.1 -> 2.14.4
537* rspec-rails 2.13.2 -> 2.14.1
538* ruby-oembed 0.8.8 -> 0.8.9
539* ruby-progressbar 1.1.1 -> 1.4.0
540* selenium-webdriver 2.34.0 -> 2.39.0
541* sidekiq 2.11.1 -> 2.17.2
542* slop 3.4.6 -> 3.4.7
543* spork 1.0.0rc3 -> 1.0.0rc4
544* strong_parameters 0.2.1 -> 0.2.2
545* test_after_commit 0.2.0 -> 0.2.2
546* timers 1.0.0 -> 1.1.0
547* timecop 0.6.1 -> 0.7.1
548* typhoeus 0.6.3 -> 0.6.7
549* unicorn 4.6.3 -> 4.8.0
550* webmock 1.13.0 -> 1.16.1
551* will_paginate 3.0.4 -> 3.0.5
552
553# 0.2.0.1
554
555* Bump rails to version 3.2.16, fixes several security issues, see http://weblog.rubyonrails.org/2013/12/3/Rails_3_2_16_and_4_0_2_have_been_released/
556* Bump recommended Ruby version to 1.9.3-p484, see https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/
557
558# 0.2.0.0
559
560**Attention:** This release includes a potentially long running migration! However it should be safe to run this while keeping your application servers on.
561
562## Refactor
563* Service and ServiceController, general code reorg to make it cleaner/+ testable/+ extensible [#4344](https://github.com/diaspora/diaspora/pull/4344)
564* Background actual mailing when sending invitations [#4069](https://github.com/diaspora/diaspora/issues/4069)
565* Set the current user on the client side through gon [#4028](https://github.com/diaspora/diaspora/issues/4028)
566* Update sign out route to a DELETE request [#4068](https://github.com/diaspora/diaspora/issues/4068)
567* Convert all ActivityStreams::Photo to StatusMessages and drop ActivityStreams::Photo [#4144](https://github.com/diaspora/diaspora/issues/4144)
568* Port the Rails application to strong_parameters in preparation to the upgrade to Rails 4 [#4143](https://github.com/diaspora/diaspora/issues/4143)
569* Refactor left bar side menu, improve tag autosuggestion design [#4271](https://github.com/diaspora/diaspora/issues/4271), [#4316](https://github.com/diaspora/diaspora/pull/4316)
570* Extract and factorize the header css in a new file, fix ugly header in registration [#4389](https://github.com/diaspora/diaspora/pull/4389)
571* Move contact list on profile to profile information, show user his own contacts on profile [#4360](https://github.com/diaspora/diaspora/pull/4360)
572* Refactor metas, HTML is now valid [#4356](https://github.com/diaspora/diaspora/pull/4356)
573* Improve sharing message and mention/message buttons on profile [#4374](https://github.com/diaspora/diaspora/pull/4374)
574
575## Bug fixes
576* Check twitter write access before adding/authorizing it for a user. [#4124](https://github.com/diaspora/diaspora/issues/4124)
577* Don't focus comment form on 'show n more comments' [#4265](https://github.com/diaspora/diaspora/issues/4265)
578* Do not render mobile photo view for none-existing photos [#4194](https://github.com/diaspora/diaspora/issues/4194)
579* Render markdown content for prettier email subjects and titles [#4182](https://github.com/diaspora/diaspora/issues/4182)
580* Disable invite button after sending invite [#4173](https://github.com/diaspora/diaspora/issues/4173)
581* Fix pagination for people list on the tag stream page [#4245](https://github.com/diaspora/diaspora/pull/4245)
582* Fix missing timeago tooltip in conversations [#4257](https://github.com/diaspora/diaspora/issues/4257)
583* Fix link to background image [#4289](https://github.com/diaspora/diaspora/pull/4289)
584* Fix Facebox icons 404s when called from Backbone
585* Fix deleting a post from Facebook [#4290](https://github.com/diaspora/diaspora/pull/4290)
586* Display notices a little bit longer to help on sign up errors [#4274](https://github.com/diaspora/diaspora/issues/4274)
587* Fix user contact sharing/receiving [#4163](https://github.com/diaspora/diaspora/issues/4163)
588* Change image to ajax-loader when closing lightbox [#3229](https://github.com/diaspora/diaspora/issues/3229)
589* Fix pointer cursor on the file upload button [#4349](https://github.com/diaspora/diaspora/pull/4349)
590* Resize preview button [#4355](https://github.com/diaspora/diaspora/pull/4355)
591* Fix compability problem with MySQL 5.6 [#4312](https://github.com/diaspora/diaspora/issues/4312)
592* Don't collapse the post preview [#4346](https://github.com/diaspora/diaspora/issues/4346)
593* Improve mobile usability [#4354](https://github.com/diaspora/diaspora/pull/4354)
594* Descending text is no longer cut off in orange welcome banner [#4377](https://github.com/diaspora/diaspora/issues/4377)
595* Adjust Facebook character limit to reality [#4380](https://github.com/diaspora/diaspora/issues/4380)
596* Restore truncated URLs when posting to Twitter [#4211](https://github.com/diaspora/diaspora/issues/4211)
597* Fix mobile search tags [#4392](https://github.com/diaspora/diaspora/issues/4392)
598* Remove placeholders for name fields in settings (no more Sofaer) [#4385](https://github.com/diaspora/diaspora/pull/4385)
599* Problems with layout the registration page for mobile. [#4396](https://github.com/diaspora/diaspora/issues/4396)
600* Do not display photos in the background in the SPV [#4407](https://github.com/diaspora/diaspora/pull/4407)
601* Fix mobile view of deleted reshares [#4397](https://github.com/diaspora/diaspora/issues/4397)
602* Fix the overlapping of embedded youtube videos [#2943](https://github.com/diaspora/diaspora/issues/2943)
603* Fix opacity of control icons [#4414](https://github.com/diaspora/diaspora/issues/4414/)
604* Add hover state to header icons [#4436](https://github.com/diaspora/diaspora/pull/4436)
605* Fix check icon regression on contacts page [#4440](https://github.com/diaspora/diaspora/pull/4440)
606* Do not leak non public photos
607* Fix check icon alignment in aspect dropdown [#4443](https://github.com/diaspora/diaspora/pull/4443)
608
609## Features
610* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
611* Show the user if a contact is sharing with them when viewing their profile page [#2948](https://github.com/diaspora/diaspora/issues/2948)
612* Made Unicorn timeout configurable and increased the default to 90 seconds
613* Follow DiasporaHQ upon account creation is now configurable to another account [#4278](https://github.com/diaspora/diaspora/pull/4278)
614* Use first header as title in the single post view, when possible [#4256](https://github.com/diaspora/diaspora/pull/4256)
615* Close publisher when clicking on the page outside of it [#4282](https://github.com/diaspora/diaspora/pull/4282)
616* Deleting a post deletes it from Tumblr too [#4331](https://github.com/diaspora/diaspora/pull/4331)
617* OpenGraph support [#4215](https://github.com/diaspora/diaspora/pull/4215)
618* Added Wordpress service ability for posts. [#4321](https://github.com/diaspora/diaspora/pull/4321)
619* Implement tag search autocomplete in header search box [#4169](https://github.com/diaspora/diaspora/issues/4169)
620* Uncheck 'make contacts visible to each other' by default when adding new aspect. [#4343](https://github.com/diaspora/diaspora/issues/4343)
621* Add possibility to ask for Bitcoin donations [#4375](https://github.com/diaspora/diaspora/pull/4375)
622* Remove posts, comments and private conversations from the mobile site. [#4408](https://github.com/diaspora/diaspora/pull/4408) [#4409](https://github.com/diaspora/diaspora/pull/4409)
623* Added a link to user photos and thumbnails are shown in the left side bar [#4347](https://github.com/diaspora/diaspora/issues/4347)
624* Rework the single post view [#4410](https://github.com/diaspora/diaspora/pull/4410)
625* Add aspect modification on contacts page, close [#4397](https://github.com/diaspora/diaspora/issues/4397)
626* Add help page [#4405](https://github.com/diaspora/diaspora/issues/4405)
627
628## Gem updates
629
630* Added entypo-rails, mini_portile, multi_test, omniauth-wordpress, opengraph_parser, strong_parameters, test_after_commit
631* addressable 2.3.4 -> 2.3.5
632* asset_sync 0.5.4 -> 1.0.0
633* bcrypt-ruby 3.0.1 -> 3.1.1
634* capybara 1.1.3 -> 2.1.0
635* carrierwave 0.8.0 -> 0.9.0
636* coffee-script-source 1.6.2 -> 1.6.3
637* cucumber 1.3.2 -> 1.3.5
638* database_cleaner 1.0.1 -> 1.1.0
639* devise 2.1.3 -> 3.0.2
640* excon 0.23.0 -> 0.25.3
641* faraday 0.8.7 -> 0.8.8
642* fixture_builder 0.3.5 -> 0.3.6
643* fog 1.12.1 -> 1.14.0
644* font-awesome-rails 3.1.1.3 -> 3.2.1.2
645* foreigner 1.4.1 -> 1.4.2
646* guard 1.8.0 -> 1.8.2
647* guard-rspec 3.0.1 -> 3.0.2
648* guard-spork 1.5.0 -> 1.5.1
649* i18n-inflector 2.6.6 -> 2.6.7
650* listen 1.2.0 -> 1.2.2
651* lumberjack 1.0.3 -> 1.0.4
652* method_source 0.8.1 -> 0.8.2
653* multi_json 1.7.6 -> 1.7.8
654* mysql2 0.3.11 -> 0.3.13
655* net-scp 1.1.1 -> 1.1.2
656* net-ssh 2.6.7 -> 2.6.8
657* nokogiri 1.5.9 -> 1.6.0
658* omniauth-twitter 0.0.16 -> 1.0.0
659* pg 0.15.1 -> 0.16.0
660* rails-i18n 0.7.3 -> 0.7.4
661* rake 10.0.4 -> 10.1.0
662* redcarpet 2.3.0 -> 3.0.0
663* remotipart 1.0.5 -> 1.2.1
664* safe_yaml 0.9.3 -> 0.9.5
665* sass 3.2.9 -> 3.2.10
666* selenium-webdriver 2.32.1 -> 2.34.0
667* sinon-rails 1.4.2.1 -> 1.7.3
668* slop 3.4.5 -> 3.4.6
669* temple 0.6.5 -> 0.6.6
670* twitter 4.7.0 -> 4.8.1
671* uglifier 2.1.1 -> 2.1.2
672* unicorn 4.6.2 -> 4.6.3
673* warden 1.2.1 -> 1.2.3
674* webmock 1.11.0 -> 1.13.0
675* xpath 0.1.4 -> 2.0.0
676
677# 0.1.1.0
678
679## Refactor
680
681* Refactored config/ directory [#4144](https://github.com/diaspora/diaspora/pull/4145).
682* Drop misleading fallback donation form. [Proposal](https://www.loomio.org/discussions/1045?proposal=2722)
683* Update Typhoeus to 0.6.3 and refactor HydraWrapper. [#4162](https://github.com/diaspora/diaspora/pull/4162)
684* Bump recomended Ruby version to 1.9.3-p448, see [Ruby news](http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/).
685* Remove length restriciton on GUIDs in the database schema [#4249](https://github.com/diaspora/diaspora/pull/4249)
686
687## Bug fixes
688
689* Fix deletelabel icon size regression after sprites [$4180](https://github.com/diaspora/diaspora/issues/4180)
690* Don't use Pathname early to circumvent some rare initialization errors [#3816](https://github.com/diaspora/diaspora/issues/3816)
691* Don't error out in script/server if git is unavailable.
692* Fix post preview from tag pages [#4157](https://github.com/diaspora/diaspora/issues/4157)
693* Fix tags ordering in chrome [#4133](https://github.com/diaspora/diaspora/issues/4133)
694* Fix src URL for oEmbed iFrame [#4178](https://github.com/diaspora/diaspora/pull/4178)
695* Add back-to-top button on tag and user pages [#4185](https://github.com/diaspora/diaspora/issues/4185)
696* Fix reopened issue by changing the comment/post submit keyboard sortcut to ctrl+enter from shift+enter [#3897](https://github.com/diaspora/diaspora/issues/3897)
697* Show medium avatar in hovercard [#4203](https://github.com/diaspora/diaspora/pull/4203)
698* Fix posting to Twitter [#2758](https://github.com/diaspora/diaspora/issues/2758)
699* Don't show hovercards for current user in comments [#3999](https://github.com/diaspora/diaspora/issues/3999)
700* Replace mentions of out-of-aspect people with markdown links [#4161](https://github.com/diaspora/diaspora/pull/4161)
701* Unify hide and ignore [#3828](https://github.com/diaspora/diaspora/issues/3828)
702* Remove alpha branding [#4196](https://github.com/diaspora/diaspora/issues/4196)
703* Fix dynamic loading of asset_sync
704* Fix login for short passwords [#4123](https://github.com/diaspora/diaspora/issues/4123)
705* Add loading indicator on tag pages, remove the second one from the profile page [#4041](https://github.com/diaspora/diaspora/issues/4041)
706* Leaving the `to` field blank when sending a private message causes a server error [#4227](https://github.com/diaspora/diaspora/issues/4227)
707* Fix hashtags that start a line when posting to Facebook or Twitter [#3768](https://github.com/diaspora/diaspora/issues/3768) [#4154](https://github.com/diaspora/diaspora/issues/4154)
708* Show avatar of recent user in conversation list [#4237](https://github.com/diaspora/diaspora/issues/4237)
709* Private message fails if contact not entered correctly [#4210](https://github.com/diaspora/diaspora/issues/4210)
710
711## Features
712
713* Deleting a post that was shared to Twitter now deletes it from Twitter too [#4156](https://github.com/diaspora/diaspora/pull/4156)
714* Improvement on how participants are displayed on each conversation without opening it [#4149](https://github.com/diaspora/diaspora/pull/4149)
715
716## Gem updates
717
718* acts-as-taggable-on 2.4.0 -> 2.4.1
719* configurate 0.0.7 -> 0.0.8
720* database_cleaner 0.9.1 -> 1.0.1
721* fog 1.10.1 -> 1.12.1
722* fuubar 1.10 -> 1.1.1
723* gon 4.1.0 -> 4.1.1
724* guard-rspec 2.5.3 -> 3.0.1
725* haml 4.0.2 -> 4.0.3
726* json 1.7.7 -> 1.8.0
727* mini_magick 3.5 -> 3.6.0
728* mobile-fu 1.1.1 -> 1.2.1
729* rack-cors 0.2.7 -> 0.2.8
730* rails_admin 0.4.7 -> 0.4.9
731* rails_autolink 1.0.9 -> 1.1.0
732* redcarpet 2.2.2 -> 2.3.0
733* rspec-rails 2.13.0 -> 2.13.2
734* slim 1.3.8 -> 1.3.9
735* twitter 4.6.2 -> 4.7.0
736* typhoeus 0.3.3 -> 0.6.3
737* uglifier 2.0.1 -> 2.1.1
738* webmock 1.8.11 -> 1.11.0
739
740
741# 0.1.0.1
742
743* Regression fix: 500 for deleted reshares introduced by the locator
744* Federate locations
745
746# 0.1.0.0
747
748## Refactor
749
750### Replaced Resque with Sidekiq - Migration guide - [#3993](https://github.com/diaspora/diaspora/pull/3993)
751
752We replaced our queue system with Sidekiq. You might know that Resque needs Redis.
753Sidekiq does too, so don't remove it, it's still required. Sidekiq uses a threaded
754model so you'll need far less processes than with Resque to do the same amount
755of work.
756
757To update do the following:
758
7591. Before updating (even before the `git pull`!) stop your application
760   server (Unicorn by default, started through Foreman).
7612. In case you did already run `git pull` checkout v0.0.3.4:
762
763   ```
764   git fetch origin
765   git checkout v0.0.3.4
766   bundle
767   ```
768
7693. Start Resque web (you'll need temporary access to port 5678, check
770   your Firewall if needed!):
771
772   ```
773   bundle exec resque-web
774   ```
775
776   In case you need it you can adjust the port with the `-p` flag.
7774. One last time, start a Resque worker:
778
779   ```
780   RAILS_ENV=production QUEUE=* bundle exec rake resque:work
781   ```
782
783   Visit Resque web via http://your_host:5678, wait until all queues but the
784   failed one are empty (show 0 jobs).
7855. Kill the Resque worker by hitting Ctrl+C. Kill Resque web with:
786
787   ```
788   bundle exec resque-web -k
789   ```
790
791   Don't forget to close the port on the Firewall again, if you had to open it.
7926. In case you needed to do step 2., run:
793
794   ```
795   git checkout master
796   bundle
797   ```
798
7997. Proceed with the update as normal (migrate database, precompile assets).
8008. Before starting Diaspora again ensure that you reviewed the new
801   `environment.sidekiq` section in `config/diaspora.yml.example` and,
802   if wanted, transfered it to your `config/diaspora.yml` and made any
803   needed changes. In particular increase the `environment.sidekiq.concurrency`
804   setting on any medium sized pod. If you do change that value, edit
805   your `config/database.yml` and add a matching `pool: n` to your database
806   configuration. n should be equal or higher than the amount of
807   threads per Sidekiq worker. This sets how many concurrent
808   connections to the database ActiveRecord allows.
809
810
811If you aren't using `script/server` but for example passenger, you no
812longer need to start a Resque worker, but a Sidekiq worker now. The
813command for that is:
814
815```
816bundle exec sidekiq
817```
818
819
820#### Heroku
821
822The only gotcha for Heroku single gear setups is that the setting name
823to spawn a background worker from the unicorn process changed. Run
824
825```
826heroku config:remove SERVER_EMBED_RESQUE_WORKER
827heroku config:set SERVER_EMBED_SIDEKIQ_WORKER=true
828```
829
830We're automatically adjusting the ActiveRecord connection pool size for you.
831
832Larger Heroku setups should have enough expertise to figure out what to do
833by them self.
834
835### Removal of Capistrano
836
837The Capistrano deployment scripts were removed from the main source code
838repository, since they were no longer working.
839They will be moved into their own repository with a new maintainer,
840you'll be able to find them under the Diaspora* Github organization once
841everything is set up.
842
843### Other
844
845* Cleaned up requires of our own libraries [#3993](https://github.com/diaspora/diaspora/pull/3993)
846* Refactor people_controller#show and photos_controller#index [#4002](https://github.com/diaspora/diaspora/issues/4002)
847* Modularize layout [#3944](https://github.com/diaspora/diaspora/pull/3944)
848* Add header to the sign up page [#3944](https://github.com/diaspora/diaspora/pull/3944)
849* Add a configuration entry to set max-age header to Amazon S3 resources. [#4048](https://github.com/diaspora/diaspora/pull/4048)
850* Load images via sprites [#4039](https://github.com/diaspora/diaspora/pull/4039)
851* Delete unnecessary javascript views. [#4059](https://github.com/diaspora/diaspora/pull/4059)
852* Cleanup of script/server
853* Attempt to stabilize federation of attached photos (fix [#3033](https://github.com/diaspora/diaspora/issues/3033)  [#3940](https://github.com/diaspora/diaspora/pull/3940) )
854* Refactor develop install script [#4111](https://github.com/diaspora/diaspora/pull/4111)
855* Remove special hacks for supporting Ruby 1.8 [#4113](https://github.com/diaspora/diaspora/pull/4139)
856* Moved custom oEmbed providers to config/oembed_providers.yml [#4131](https://github.com/diaspora/diaspora/pull/4131)
857* Add specs for Post#find_by_guid_or_id_with_user
858
859## Bug fixes
860
861* Fix mass aspect selection [#4127](https://github.com/diaspora/diaspora/pull/4127)
862* Fix posting functionality on tags show view [#4112](https://github.com/diaspora/diaspora/pull/4112)
863* Fix cancel button on getting_started confirmation box [#4073](https://github.com/diaspora/diaspora/issues/4073)
864* Reset comment box height after posting a comment. [#4030](https://github.com/diaspora/diaspora/issues/4030)
865* Fade long tag names. [#3899](https://github.com/diaspora/diaspora/issues/3899)
866* Avoid posting empty comments. [#3836](https://github.com/diaspora/diaspora/issues/3836)
867* Delegate parent_author to the target of a RelayableRetraction
868* Do not fail on receiving a SignedRetraction via the public route
869* Pass the real values to stderr_path and stdout_path in unicorn.rb since it runs a case statement on them.
870* Decode tag name before passing it into a TagFollowingAction [#4027](https://github.com/diaspora/diaspora/issues/4027)
871* Fix reshares in single post-view [#4056](https://github.com/diaspora/diaspora/issues/4056)
872* Fix mobile view of deleted reshares. [#4063](https://github.com/diaspora/diaspora/issues/4063)
873* Hide comment button in the mobile view when not signed in. [#4065](https://github.com/diaspora/diaspora/issues/4065)
874* Send profile alongside notification [#3976](https://github.com/diaspora/diaspora/issues/3976)
875* Fix off-center close button image on intro popovers [#3841](https://github.com/diaspora/diaspora/pull/3841)
876* Remove unnecessary dotted CSS borders. [#2940](https://github.com/diaspora/diaspora/issues/2940)
877* Fix default image url in profiles table. [#3795](https://github.com/diaspora/diaspora/issues/3795)
878* Fix mobile buttons are only clickable when scrolled to the top. [#4102](https://github.com/diaspora/diaspora/issues/4102)
879* Fix regression in bookmarklet causing uneditable post contents. [#4057](https://github.com/diaspora/diaspora/issues/4057)
880* Redirect all mixed case tags to the lower case equivalents [#4058](https://github.com/diaspora/diaspora/issues/4058)
881* Fix wrong message on infinite scroll on contacts page [#3681](https://github.com/diaspora/diaspora/issues/3681)
882* My Activity mobile doesn't show second page when clicking "more". [#4109](https://github.com/diaspora/diaspora/issues/4109)
883* Remove unnecessary navigation bar to access mobile site and re-add flash warning to mobile registrations. [#4085](https://github.com/diaspora/diaspora/pull/4085)
884* Fix broken reactions link on mobile page [#4125](https://github.com/diaspora/diaspora/pull/4125)
885* Missing translation "Back to top". [#4138](https://github.com/diaspora/diaspora/pull/4138)
886* Fix preview with locator feature. [#4147](https://github.com/diaspora/diaspora/pull/4147)
887* Fix mentions at end of post. [#3746](https://github.com/diaspora/diaspora/issues/3746)
888* Fix missing indent to correct logged-out-header container relative positioning [#4134](https://github.com/diaspora/diaspora/pull/4134)
889* Private post dont show error 404 when you are not authorized on mobile page [#4129](https://github.com/diaspora/diaspora/issues/4129)
890* Show 404 instead of 500 if a not signed in user wants to see a non public or non existing post.
891
892## Features
893
894* Deleting a post that was shared to Facebook now deletes it from Facebook too [#3980]( https://github.com/diaspora/diaspora/pull/3980)
895* Include reshares in a users public atom feed [#1781](https://github.com/diaspora/diaspora/issues/1781)
896* Add the ability to upload photos from the mobile site. [#4004](https://github.com/diaspora/diaspora/issues/4004)
897* Show timestamp when hovering on comment time-ago string. [#4042](https://github.com/diaspora/diaspora/issues/4042)
898* If sharing a post with photos to Facebook, always include URL to post [#3706](https://github.com/diaspora/diaspora/issues/3706)
899* Add possibiltiy to upload multiple photos from mobile. [#4067](https://github.com/diaspora/diaspora/issues/4067)
900* Add hotkeys to navigate in stream [#4089](https://github.com/diaspora/diaspora/pull/4089)
901* Add a brief explanatory text about external services connections to services index page [#3064](https://github.com/diaspora/diaspora/issues/3064)
902* Add a preview for posts in the stream [#4099](https://github.com/diaspora/diaspora/issues/4099)
903* Add shortcut key Shift to submit comments and publish posts. [#4096](https://github.com/diaspora/diaspora/pull/4096)
904* Show the service username in a tooltip next to the publisher icons [#4126](https://github.com/diaspora/diaspora/pull/4126)
905* Ability to add location when creating a post [#3803](https://github.com/diaspora/diaspora/pull/3803)
906* Added oEmbed provider for MixCloud. [#4131](https://github.com/diaspora/diaspora/pull/4131)
907
908## Gem updates
909
910* Dropped everything related to Capistrano in preparation for maintaining it in a separate repository
911* Replaced Resque with Sidekiq, see above. Added Sinatra and Slim for the Sidekiq  Monitor interface
912* Added sinon-rails, compass-rails
913* acts-as-taggable-on 2.3.3 -> 2.4.0
914* addressable 2.3.2 -> 2.3.4
915* client_side_validations 3.2.1 -> 3.2.5
916* configurate 0.0.2 -> 0.0.7
917* cucumber-rails 1.3.0 -> 1.3.1
918* faraday 0.8.5 -> 0.8.7
919* fog 1.9.0 -> 1.10.1
920* foreigner 1.3.0 -> 1.4.1
921* foreman 0.61 -> 0.62
922* gon 4.0.2 -> 4.1.0
923* guard 1.6.2 -> 1.7.0
924* guard-cucumber 1.3.2 -> 1.4.0
925* guard-rspec 2.4.0 -> 2.5.3
926* guard-spork 1.4.2 -> 1.5.0
927* haml 4.0.0 -> 4.0.2
928* handlebars_assets 0.11.0 -> 0.1.2.0
929* jasmine 1.3.1 -> 1.3.2
930* nokogiri 1.5.6 -> 1.5.9
931* oauth2 0.8.0 -> 0.8.1
932* omniauth 1.1.3 -> 1.1.4
933* omniauth-twitter 0.0.14 -> 0.0.16
934* pg 0.14.1 -> 0.15.1
935* rack-piwik 0.1.3 -> 0.2.2
936* rails-i18n 0.7.2 -> 0.7.3
937* rails_admin 0.4.5 -> 0.4.7
938* roxml git release -> 3.1.6
939* rspec-rails 2.12.2 -> 2.13.0
940* safe_yaml 0.8.0 -> 0.9.1
941* selenium-webdriver 2.29.0 -> 2.32.1
942* timecop 0.5.9.2 -> 0.6.1
943* twitter 4.5.0 -> 4.6.2
944* uglifier 1.3.0 -> 2.0.1
945* unicorn 4.6.0 -> 4.6.2
946
947# 0.0.3.4
948
949* Bump Rails to 3.2.13, fixes CVE-2013-1854, CVE-2013-1855, CVE-2013-1856 and CVE-2013-1857. [Read more](http://weblog.rubyonrails.org/2013/3/18/SEC-ANN-Rails-3-2-13-3-1-12-and-2-3-18-have-been-released/)
950
951# 0.0.3.3
952
953* Switch Gemfile source to https to be compatible with bundler 1.3
954
955# 0.0.3.2
956
957* Fix XSS vulnerability in conversations#new [#4010](https://github.com/diaspora/diaspora/issues/4010)
958
959# 0.0.3.1
960
961* exec foreman in ./script/server to replace the process so that we can Ctrl+C it again.
962* Include our custom fileuploader on the mobile site too. [#3994](https://github.com/diaspora/diaspora/pull/3994)
963* Move custom splash page logic into the controller [#3991](https://github.com/diaspora/diaspora/issues/3991)
964* Fixed removing images from publisher on the profile and tags pages. [#3995](https://github.com/diaspora/diaspora/pull/3995)
965* Wrap text if too long in mobile notifications. [#3990](https://github.com/diaspora/diaspora/pull/3990)
966* Sort tag followings alphabetically, not in reverse [#3986](https://github.com/diaspora/diaspora/issues/3986)
967
968# 0.0.3.0
969
970## Refactor
971
972* Removed unused stuff [#3714](https://github.com/diaspora/diaspora/pull/3714), [#3754](https://github.com/diaspora/diaspora/pull/3754)
973* Last post link isn't displayed anymore if there are no visible posts [#3750](https://github.com/diaspora/diaspora/issues/3750)
974* Ported tag followings to backbone [#3713](https://github.com/diaspora/diaspora/pull/3713), [#3775](https://github.com/diaspora/diaspora/pull/3777)
975* Extracted configuration system to a gem.
976* Made number of unicorn workers configurable.
977* Made loading of the configuration environment independent of Rails.
978* Do not generate paths like `/a/b/c/config/boot.rb/../../Gemfile` to require and open things, create a proper path instead.
979* Remove the hack for loading the entire lib folder with a proper solution. [#3809](https://github.com/diaspora/diaspora/issues/3750)
980* Update and refactor the default public view `public/default.html` [#3811](https://github.com/diaspora/diaspora/issues/3811)
981* Write unicorn stderr and stdout [#3785](https://github.com/diaspora/diaspora/pull/3785)
982* Ported aspects to backbone [#3850](https://github.com/diaspora/diaspora/pull/3850)
983* Join tagging's table instead of tags to improve a bit the query [#3932](https://github.com/diaspora/diaspora/pull/3932)
984* Refactor contacts/index view [#3937](https://github.com/diaspora/diaspora/pull/3937)
985* Ported aspect membership dropdown to backbone [#3864](https://github.com/diaspora/diaspora/pull/3864)
986
987## Features
988
989* Updates to oEmbed, added new providers and fixed photo display. [#3880](https://github.com/diaspora/diaspora/pull/3880)
990* Add 'screenshot tool' for taking before/after images of stylesheet changes. [#3797](https://github.com/diaspora/diaspora/pull/3797)
991* Add possibility to contact the administrator. [#3792](https://github.com/diaspora/diaspora/pull/3792)
992* Add simple background for unread messages/conversations mobile. [#3724](https://github.com/diaspora/diaspora/pull/3724)
993* Add flash warning to conversation mobile, unification of flash warning with login and register mobile, and add support for flash warning to Opera browser. [#3686](https://github.com/diaspora/diaspora/pull/3686)
994* Add progress percentage to upload images. [#3740](https://github.com/diaspora/diaspora/pull/3740)
995* Mark all unread post-related notifications as read, if one of this gets opened. [#3787](https://github.com/diaspora/diaspora/pull/3787)
996* Add flash-notice when sending messages to non-contacts. [#3723](https://github.com/diaspora/diaspora/pull/3723)
997* Re-add hovercards [#3802](https://github.com/diaspora/diaspora/pull/3802)
998* Add images to notifications [#3821](https://github.com/diaspora/diaspora/pull/3821)
999* Show pod version in footer and updated the link to the changelog [#3822](https://github.com/diaspora/diaspora/pull/3822)
1000* Footer links moved to sidebar [#3827](https://github.com/diaspora/diaspora/pull/3827)
1001* Changelog now points to correct revision if possible [#3921](https://github.com/diaspora/diaspora/pull/3921)
1002* User interface enhancements [#3832](https://github.com/diaspora/diaspora/pull/3832), [#3839](https://github.com/diaspora/diaspora/pull/3839), [#3834](https://github.com/diaspora/diaspora/pull/3834), [#3840](https://github.com/diaspora/diaspora/issues/3840), [#3846](https://github.com/diaspora/diaspora/issues/3846), [#3851](https://github.com/diaspora/diaspora/issues/3851), [#3828](https://github.com/diaspora/diaspora/issues/3828), [#3874](https://github.com/diaspora/diaspora/issues/3874), [#3806](https://github.com/diaspora/diaspora/issues/3806), [#3906](https://github.com/diaspora/diaspora/issues/3906).
1003* Add settings web mobile. [#3701](https://github.com/diaspora/diaspora/pull/3701)
1004* Stream form on profile page [#3910](https://github.com/diaspora/diaspora/issues/3910).
1005* Add Getting_Started page mobile. [#3949](https://github.com/diaspora/diaspora/issues/3949).
1006* Autoscroll to the first unread message in conversations. [#3216](https://github.com/diaspora/diaspora/issues/3216)
1007* Friendlier new-conversation mobile. [#3984](https://github.com/diaspora/diaspora/issues/3984)
1008
1009## Bug Fixes
1010
1011* Force Typhoeus/cURL to use the CA bundle we query via the config. Also add a setting for extra verbose output.
1012* Validate input on sending invitations, validate email format, send correct ones. [#3748](https://github.com/diaspora/diaspora/pull/3748), [#3271](https://github.com/diaspora/diaspora/issues/3271)
1013* moved Aspects JS initializer to the correct place so aspect selection / deselection works again. [#3737](https://github.com/diaspora/diaspora/pull/3737)
1014* Do not strip "markdown" in links when posting to services. [#3765](https://github.com/diaspora/diaspora/issues/3765)
1015* Renamed `server.db` to `server.database` to match the example configuration.
1016* Fix insecure image of cat on user edit page - New photo courtesy of [khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0.
1017* Allow translation of "suggest member" of Community Spotlight. [#3791](https://github.com/diaspora/diaspora/issues/3791)
1018* Resize deletelabel and ignoreuser images to align them. [#3779](https://github.com/diaspora/diaspora/issues/3779)
1019* Patch in Armenian pluralization rule until CLDR provides it.
1020* Fix reshare a post multiple times. [#3831](https://github.com/diaspora/diaspora/issues/3671)
1021* Fix services index view. [#3884](https://github.com/diaspora/diaspora/issues/3884)
1022* Excessive padding with "user-controls" in single post view. [#3861](https://github.com/diaspora/diaspora/issues/3861)
1023* Resize full scaled image to a specific width. [#3818](https://github.com/diaspora/diaspora/issues/3818)
1024* Fix translation issue in contacts_helper [#3937](https://github.com/diaspora/diaspora/pull/3937)
1025* Show timestamp hovering a timeago string (stream) [#3149](https://github.com/diaspora/diaspora/issues/3149)
1026* Fix reshare and like a post on a single post view [#3672](https://github.com/diaspora/diaspora/issues/3672)
1027* Fix posting multiple times the same content [#3272](https://github.com/diaspora/diaspora/issues/3272)
1028* Excessive padding with select aspect in mobile publisher. [#3951](https://github.com/diaspora/diaspora/issues/3951)
1029* Adapt css for search mobile page. [#3953](https://github.com/diaspora/diaspora/issues/3953)
1030* Twitter/Facebook/Tumblr count down characters is hidden by the picture of the post. [#3963](https://github.com/diaspora/diaspora/issues/3963)
1031* Buttons on mobile are hard to click on. [#3973](https://github.com/diaspora/diaspora/issues/3973)
1032* RTL-language characters in usernames no longer overlay post dates [#2339](https://github.com/diaspora/diaspora/issues/2339)
1033* Overflow info author mobile web. [#3983](https://github.com/diaspora/diaspora/issues/3983)
1034* Overflow name author mobile post. [#3981](https://github.com/diaspora/diaspora/issues/3981)
1035
1036## Gem Updates
1037
1038* Removed `debugger` since it was causing bundle problems, and is not necessary given 1.9.3 has a built-in debugger.
1039* dropped unnecessary fastercsv
1040* markerb switched from git release to 1.0.1
1041* added rmagick as development dependency for making screenshot comparisons
1042* jasmine 1.2.1 -> 1.3.1 (+ remove useless spec)
1043* activerecord-import 0.2.11 -> 0.3.1
1044* asset_sync 0.5.0 -> 0.5.4
1045* bootstap-sass 2.1.1.0 -> 2.2.2.0
1046* carrierwave 0.7.1 -> 0.8.0
1047* configurate 0.0.1 -> 0.0.2
1048* factory_girl_rails 4.1.0 -> 4.2.0
1049* faraday 0.8.4 -> 0.8.5
1050* ffi 1.1.5 -> 1.4.0
1051* fixture_builder 0.3.4 -> 0.3.5
1052* fog 1.6.0 -> 1.9.0
1053* foreigner 1.2.1 -> 1.3.0
1054* foreman 0.60.2 -> 0.61
1055* gon 4.0.1 -> 4.0.2
1056* guard 1.5.4 -> 1.6.2
1057    * guard-cucumber 1.2.2 -> 1.3.2
1058    * guard-rspec 2.1.1 -> 2.4.0
1059    * guard-spork 1.2.3 -> 1.4.2
1060    * rb-fsevent 0.9.2 -> 0.9.3
1061    * rb-inotify 0.8.8 -> 0.9.0
1062* haml 3.1.7 -> 4.0.0
1063* handlebars_assets 0.6.6 -> 0.11.0
1064* jquery-rails 2.1.3 -> 2.1.4
1065* jquery-ui-rails 2.0.2 -> 3.0.1
1066* mini_magick 3.4 -> 3.5.0
1067* mobile-fu 1.1.0 -> 1.1.1
1068* multi_json 1.5.1 -> 1.6.1
1069* nokogiri 1.5.5 -> 1.5.6
1070* omniauth 1.1.1 -> 1.1.3
1071    * omniauth-twitter 0.0.13 -> 0.0.14
1072* rack-ssl 1.3.2 -> 1.3.3
1073* rack-rewrite 1.3.1 -> 1.3.3
1074* rails-i18n 0.7.0 -> 0.7.2
1075* rails_admin 0.2.0 -> 0.4.5
1076* remotipart 1.0.2 -> 1.0.5
1077* ruby-oembed 0.8.7 -> 0.8.8
1078* rspec 2.11.0 -> 2.12.0
1079* rspec-rails 2.11.4 -> 2.12.2
1080* sass-rails 3.2.5 -> 3.2.6
1081* selenium-webdriver 2.26.0 -> 2.29.0
1082* timecop 0.5.3 -> 0.5.9.2
1083* twitter 4.2.0 -> 4.5.0
1084* unicorn 4.4.0 -> 4.6.0
1085* will_paginate 3.0.3 -> 3.0.4
1086
1087
1088# 0.0.2.5
1089
1090* Fix CVE-2013-0269 by updating the gems json to 1.7.7 and multi\_json to 1.5.1. [Read more](https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/4_YvCpLzL58)
1091* Additionally ensure can't affect us by bumping Rails to 3.2.12. [Read more](https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/AFBKNY7VSH8)
1092* And exclude CVE-2013-0262 and CVE-2013-0263 by updating rack to 1.4.5.
1093
1094# 0.0.2.4
1095
1096* Fix XSS vulnerabilities caused by not escaping a users name fields when loading it from JSON. [#3948](https://github.com/diaspora/diaspora/issues/3948)
1097
1098# 0.0.2.3
1099
1100* Upgrade to Devise 2.1.3 [Read more](http://blog.plataformatec.com.br/2013/01/security-announcement-devise-v2-2-3-v2-1-3-v2-0-5-and-v1-5-3-released/)
1101
1102# 0.0.2.2
1103
1104* Upgrade to Rails 3.2.11 (CVE-2012-0155, CVE-2012-0156). [Read more](http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15-have-been-released/)
1105
1106# 0.0.2.1
1107
1108* Upgrade to Rails 3.2.10 as per CVE-2012-5664. [Read more](https://groups.google.com/group/rubyonrails-security/browse_thread/thread/c2353369fea8c53)
1109
1110# 0.0.2.0
1111
1112## Refactor
1113
1114### script/server
1115
1116* Uses foreman now
1117* Reduce startup time by reducing calls to `script/get_config.rb`
1118* `config/script_server.yml` is removed and replaced by the `server` section in `config/diaspora.yml`
1119  Have a look at the updated example!
1120* Thin is dropped in favour of unicorn
1121* Already set versions of `RAILS_ENV` and `DB` are now prefered over those set in `config/diaspora.yml`
1122* **Heroku setups:** `ENVIRONMENT_UNICORN_EMBED_RESQUE_WORKER` got renamed to `SERVER_EMBED_RESQUE_WORKER`
1123
1124### Other
1125
1126* MessagesController. [#3657](https://github.com/diaspora/diaspora/pull/3657)
1127* **Fixed setting:** `follow_diasporahq` has now to be set to `true` to enable following the DiasporaHQ account. Was `false`
1128* Removal of some bash-/linux-isms from most of the scripts, rework of 'script/install.sh' output methods. [#3679](https://github.com/diaspora/diaspora/pull/3679)
1129
1130## Features
1131
1132* Add "My Activity" icon mobile -[Author Icon](http://www.gentleface.com/free_icon_set.html)-. [#3687](https://github.com/diaspora/diaspora/pull/3687)
1133* Add password_confirmation field to registration page. [#3647](https://github.com/diaspora/diaspora/pull/3647)
1134* 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.
1135* Remove markdown formatting from post message when posting to Facebook or Twitter.
1136
1137## Bug Fixes
1138
1139* Fix missing X-Frame headers [#3739](https://github.com/diaspora/diaspora/pull/3739)
1140* Fix image path for padlocks [#3682](https://github.com/diaspora/diaspora/pull/3682)
1141* Fix posting to Facebook and Tumblr. Have a look at the updated [services guide](http://wiki.diasporafoundation.org/Integrating_Other_Social_Networks) for new Facebook instructions.
1142* Fix overflow button in mobile reset password. [#3697](https://github.com/diaspora/diaspora/pull/3697)
1143* Fix issue with interacted_at in post fetcher. [#3607](https://github.com/diaspora/diaspora/pull/3607)
1144* Fix error with show post Community Spotlight. [#3658](https://github.com/diaspora/diaspora/pull/3658)
1145* Fix javascripts problem with read/unread notifications. [#3656](https://github.com/diaspora/diaspora/pull/3656)
1146* Fix error with open/close registrations. [#3649](https://github.com/diaspora/diaspora/pull/3649)
1147* Fix javascripts error in invitations facebox. [#3638](https://github.com/diaspora/diaspora/pull/3638)
1148* Fix css overflow problem in aspect dropdown on welcome page. [#3637](https://github.com/diaspora/diaspora/pull/3637)
1149* Fix empty page after authenticating with other services. [#3693](https://github.com/diaspora/diaspora/pull/3693)
1150* Fix posting public posts to Facebook. [#2882](https://github.com/diaspora/diaspora/issues/2882), [#3650](https://github.com/diaspora/diaspora/issues/3650)
1151* Fix error with invite link box shows on search results page even if invites have been turned off. [#3708](https://github.com/diaspora/diaspora/pull/3708)
1152* Fix misconfiguration of Devise to allow the session to be remembered. [#3472](https://github.com/diaspora/diaspora/issues/3472)
1153* Fix problem with show reshares_count in stream. [#3700](https://github.com/diaspora/diaspora/pull/3700)
1154* Fix error with notifications count in mobile. [#3721](https://github.com/diaspora/diaspora/pull/3721)
1155* Fix conversation unread message count bug. [#2321](https://github.com/diaspora/diaspora/issues/2321)
1156
1157## Gem updates
1158
1159* bootstrap-sass 2.1.0.0 -> 2.1.1.0
1160* capybara 1.1.2 -> 1.1.3
1161* carrierwave 0.6.2 -> 0.7.1
1162* client\_side_validations 3.1.4 -> 3.2.1
1163* database_cleaner 0.8 -> 0.9.1
1164* faraday_middleware 0.8.8 -> 0.9.0
1165* foreman 0.59 -> 0.60.2
1166* fuubar 1.0.0 -> 1.1.0
1167* debugger 1.2.0 -> 1.2.1
1168* gon 4.0.0 -> 4.0.1
1169* guard
1170    * guard-cucumber 1.0.0 -> 1.2.2
1171    * guard-rspec 0.7.3 -> 2.1.1
1172    * guard-spork 0.8.0 -> 1.2.3
1173    * rb-inotify -> 0.8.8, new dependency
1174* handlebars_assets 0.6.5 -> 0.6.6
1175* omniauth-facebook 1.3.0 -> 1.4.1
1176* omniauth-twitter 0.0.11 -> 0.0.13
1177* rails_admin 0.1.1 -> 0.2.0
1178* rails-i18n -> 0.7.0
1179* rack-rewrite 1.2.1 -> 1.3.1
1180* redcarpet 2.1.1 -> 2.2.2
1181* resque 1.22.0 -> 1.23.0
1182* rspec-rails 2.11.0, 2.11.4
1183* selenium-webdriver 2.25.0 -> 2.26.0
1184* timecop 0.5.1 -> 0.5.3
1185* twitter 2.0.2 -> 4.2.0
1186* unicorn 4.3.1 -> 4.4.0, now default
1187* webmock 1.8.10 -> 1.8.11
1188
1189And their dependencies.
1190
1191# 0.0.1.2
1192
1193Fix exception when the root of a reshare of a reshare got deleted [#3546](https://github.com/diaspora/diaspora/issues/3546)
1194
1195# 0.0.1.1
1196
1197* Fix syntax error in French Javascript pluralization rule.
1198
1199# 0.0.1.0
1200
1201## New configuration system!
1202
1203Copy 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](http://wiki.diasporafoundation.org/Installing_on_Heroku).
1204
1205The 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.
1206
1207### Environment variable changes:
1208
1209#### deprecated
1210
1211* REDISTOGO_URL in favour of REDIS_URL or ENVIRONMENT_REDIS
1212
1213#### removed
1214
1215*  application_yml - Obsolete, all settings are settable via environment variables now
1216
1217#### renamed
1218
1219* SINGLE_PROCESS_MODE -> ENVIRONMENT_SINGLE_PROCESS_MODE
1220* SINGLE_PROCESS -> ENVIRONMENT_SINGLE_PROCESS_MODE
1221* NO_SSL -> ENVIRONMENT_REQUIRE_SSL
1222* ASSET_HOST -> ENVIRONMENT_ASSETS_HOST
1223
1224
1225## Gem changes
1226
1227### Updated gems
1228
1229* omniauth-tumblr 1.0 -> 1.1
1230* rails_admin git -> 0.1.1
1231* activerecord-import 0.2.10 -> 0.2.11
1232* fog 1.4.0 -> 1.6.0
1233* asset_sync 0.4.2 -> 0.5.0
1234* jquery-rails 2.0.2 -> 2.1.3
1235
1236### Removed gems
1237
1238The 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.
1239
1240* airbrake
1241* newrelic_rpm
1242* rpm_contrib
1243* heroku_san
1244
1245The 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:
1246
1247* heroku
1248* oink
1249* yard
1250
1251
1252## Publisher
1253
1254Refactoring of the JavaScript code; it is now completely rewritten to make use of Backbone.js.
1255This paves the way for future improvements such as post preview or edit toolbar/help.
1256
1257
1258## Removal of 'beta' code
1259
1260The 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.
1261The single-post view will also be revamped/reverted, but that didn't make it into this release.
1262
1263
1264## JS lib updates
1265
1266
1267## Cleanup in maintenance scripts and automated build environment
Note: See TracBrowser for help on using the repository browser.