- août 21, 2016
-
-
Dennis Schubert a rédigé
Fix stream shortcuts on small screens
-
Dennis Schubert a rédigé
Use Person.by_account_identifier to find the author
-
Dennis Schubert a rédigé
Use https for the pod_uri if require_ssl is true
-
Steffen van Bergerem a rédigé
-
Benjamin Neff a rédigé
-
- août 20, 2016
-
-
Benjamin Neff a rédigé
-
- août 18, 2016
-
-
Jonne Haß a rédigé
don't add the root author to the subscribers if the root post was deleted
-
Benjamin Neff a rédigé
-
Jonne Haß a rédigé
-
Denis Hovart a rédigé
* Adds a new metadata helper and methods to PostPresenter to have metas on post pages. * Adds tests to post controller to check correctness of metas * Add methods to PersonPresenter to have metas on profile pages * Correct meta data helper test * Update PersonPresenter, add test to PeopleController * Creates TagPresenter. Display tag metas on tag index page * Updata meta data helper spec * Not displaying bio as the description meta on profile page for now. Privacy concerns to be cleared. * Set meta info as hashes in presenters * Move original hardcoded metas info to config/defaults.yml * metas_tags include by default the general metas, update views * Update code style, clean views * Renames TagPresenter StreamTagPresenter, updates TagController spec * Add a default_metas entry to diaspora.yml.example * Align metas hash in presenters, refactor meta data helper * Use bio as description meta if user has a public profile * Rename StreamTagPresenter to TagStreamPresenter
-
Dennis Schubert a rédigé
Remove specs about services swallowing exceptions
-
Steffen van Bergerem a rédigé
-
Steffen van Bergerem a rédigé
-
Jonne Haß a rédigé
Fix conversations autoSuggest showing non-mutual contacts
-
Steffen van Bergerem a rédigé
-
Jonne Haß a rédigé
only create mentions after creating statusmessages
-
Jonne Haß a rédigé
Fix backbone router for URLs with trailing slashes
-
Steffen van Bergerem a rédigé
Fixes the avatar on mobile multiphoto page
-
Steffen van Bergerem a rédigé
-
Augier a rédigé
-
Steffen van Bergerem a rédigé
Fix aspect dropdown when person is being fetched
-
Jonne Haß a rédigé
Refactor contacts page
-
- août 17, 2016
-
-
Steffen van Bergerem a rédigé
-
Steffen van Bergerem a rédigé
-
Benjamin Neff a rédigé
-
- août 16, 2016
-
-
Jonne Haß a rédigé
Use diaspora_id validation from the federation gem
-
cmrd Senya a rédigé
DRY
-
Jonne Haß a rédigé
fetch mentioned people if they don't exist locally yet
-
- août 15, 2016
-
-
Steffen van Bergerem a rédigé
Fixes #6979
-
cmrd Senya a rédigé
fix #6989
-
Dennis Schubert a rédigé
Allow hovercards of remote people when not logged in
-
Jonne Haß a rédigé
Improve /tag page performance.
-
CSammy a rédigé
-
CSammy a rédigé
-
CSammy a rédigé
-
- août 14, 2016
-
-
Benjamin Neff a rédigé
In #6603 hovercards were activated for logged out users, but they only worked for local people. Hovercards on remote-people are important to get the diaspora-id to search the person on the local pod, if you don't know who it is.
-
Jonne Haß a rédigé
Cleanup old rake tasks
-
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
-
Jonne Haß a rédigé
Don't create notifications from ignored people
-
Benjamin Neff a rédigé
Also move "shareable hidden"-logic to AlsoCommented, because it is the only one that needs it. And write some specs for mentioned and started sharing notifications. Fixes #6294
-