- sept. 29, 2016
-
-
Benjamin Neff a rédigé
closes #7125
-
- sept. 28, 2016
-
-
Benjamin Neff a rédigé
-
- sept. 25, 2016
-
-
Benjamin Neff a rédigé
Also fix a case where offline_since can be nil. fixes #6220 closes #7120
-
- sept. 20, 2016
-
-
Benjamin Neff a rédigé
closes #7071
-
- sept. 04, 2016
-
-
Benjamin Neff a rédigé
I got feedback from many users, that they don't understand how the "my activity" stream is sorted, because they have posts on the top, but don't see why. The user doesn't see if a like was added, and it is also not imported for the user to see the post again then. And we have notifications if someone likes a users own posts, so no need to move it on top of the "my activity" stream here too. closes #7030
-
- août 21, 2016
-
-
Benjamin Neff a rédigé
-
- août 20, 2016
-
-
Benjamin Neff a rédigé
-
- août 15, 2016
-
-
CSammy a rédigé
-
- août 14, 2016
-
-
Benjamin Neff a rédigé
* accounts:run_deletions: was added with 0.4.0.0 two years ago for one-time usage. * db:rebuild: db:reset does basically the same * db:integration:preprare: the integration environments are not used. * db:reset: there is a default db:reset, no need to write our own. * db:drop_integration: the integration environments are not used. * db:fix_diaspora_handle: really old migration from 2010 * db:move_private_key: also old migration from 2010 * maintenance:clear_carrierwave_temp_uploads: tmp/uploads doesn't exist anymore. And we have CleanCachedFiles as cronjob. * maintenance:install_logrotate_config: diaspora has built-in logrotate support now, and people who want to use logrotate instead can write their own configs with the values they want. * migrations:copy_hidden_share_visibilities_to_users: old migration from 2012 * migrations:invitations: legacy invitations were removed with #6976 * migrations:absolutify_image_references: old migration from 2010 * migrations:rewire_uppercase_hashtags: old migration from 2012 * migrations:remove_uppercase_hashtags: old migration from 2012
-
- août 13, 2016
-
-
cmrd Senya a rédigé
fix #6857
-
Steffen van Bergerem a rédigé
-
- août 12, 2016
-
-
Benjamin Neff a rédigé
Fixes #5116
-
- août 11, 2016
-
-
Jonne Haß a rédigé
-
cmrd Senya a rédigé
The desktop frontend now treats the "name" parameter of mention as a string to display unconditionally. But the Diaspora::Mentionable renders mentions the different way: "name" is treated as a fallback string which is rendered only if the person's name is unavailable. This reflects on the mobile version ATM. This patch makes it behave the same way as the current desktop version does.
-
- août 10, 2016
-
-
cmrd Senya a rédigé
-
- août 08, 2016
-
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
- août 07, 2016
-
-
Steffen van Bergerem a rédigé
-
- juil. 18, 2016
-
-
Sam Davarnia a rédigé
style improvements new line applied changes applied changes
-
- juil. 16, 2016
-
-
Benjamin Neff a rédigé
all data is included in the federated status_message, so we can validate on receive. add the photos to the status_message before save.
-
Benjamin Neff a rédigé
This was only an alias for "text", and "raw_message" is also not used for federation anymore, so we can drop it.
-
- juil. 15, 2016
-
-
Benjamin Neff a rédigé
-
- juil. 07, 2016
-
-
Steffen van Bergerem a rédigé
Messagebus closed in 2015. See https://web.archive.org/web/20150623093956/https://www.messagebus.com/ for more information.
-
- juin 27, 2016
-
-
Benjamin Neff a rédigé
fixes #4491
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
- juin 26, 2016
-
-
Jonne Haß a rédigé
ignoring the error message Previously it returned the return value of Logging::Logger#warn, which is true for loggers that log the warn level. However Diaspora::Federation::Receive::receive_relayable checks the return value for truthiness in order to decide whether to attempt to relay it, resulting in a NoMethodError: undefined method `parent' for true:TrueClass in Diaspora::Federation::Receive::relay_relayable This change is cosmetic as the exception raised prevented any action that shouldn't happen anyway, so there's no actual logic change.
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
the check that the participation parent author is local is now done in the diaspora_federation gem
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-
Benjamin Neff a rédigé
-