diaspora/app/controllers
cmrd Senya 7a5a0a909a Allow extended profile fields (previously private profile) to be set public (#5684).
This adds a new boolean field "public_details" to person model.
By default it is false and represents old behaviour. When it is
set to true, extended profile (bio,location,gender,birthday)
get available to people who didn't log into diaspora and to
people you don't share with (i.e. it is made public).

In UI, a bootstrap-switch added on the profile-edit page in order to
change the setting.

This also changes wording from public/private profile to basic/extended.
The latter could be public and limited.
2015-07-11 04:36:45 +03:00
..
admin Lock account #5564 2015-02-19 05:45:04 +05:30
api/v1 Implement token authentication 2014-11-13 11:27:56 +01:00
admins_controller.rb Remove blueprint code 2015-03-02 00:04:57 +01:00
application_controller.rb Bootstrap header rewrite 2015-06-20 00:38:40 +02:00
aspect_memberships_controller.rb Port contacts page to backbonejs 2015-01-04 17:13:18 +01:00
aspects_controller.rb refactoring javascript and controller 2015-04-28 01:57:43 +02:00
blocks_controller.rb updated before_filters to before_actions as recommended for rails 4 2014-08-23 16:34:01 +02:00
comments_controller.rb fix and stablize some cukes 2014-08-24 01:02:35 +02:00
contacts_controller.rb Remove layout 'centered_with_header_with_footer' 2015-03-18 21:59:56 +01:00
conversation_visibilities_controller.rb Changes delete conversation button tooltip to 'hide' or 'delete' 2014-12-19 18:26:43 -03:00
conversations_controller.rb refactor: iterate over visiblities 2015-06-08 00:45:16 +02:00
help_controller.rb Bootstrap header rewrite 2015-06-20 00:38:40 +02:00
home_controller.rb Check request.format :mobile in home controller 2015-05-05 01:39:48 +02:00
invitation_codes_controller.rb updated before_filters to before_actions as recommended for rails 4 2014-08-23 16:34:01 +02:00
invitations_controller.rb rightbar invitations ported to bootstrap 2015-03-01 12:04:53 +01:00
likes_controller.rb Add ActiveRecord::RecordNotFound catching. Add tests. 2014-12-22 12:36:09 +01:00
messages_controller.rb replace Rails.logger with logging-logger 2015-06-04 04:17:15 +02:00
notifications_controller.rb Remove layout 'centered_with_header_with_footer' 2015-03-18 21:59:56 +01:00
participations_controller.rb Some fixes to participation controls 2015-02-27 15:31:30 +01:00
people_controller.rb Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
photos_controller.rb Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
poll_participations_controller.rb fixed poll icon issue, improved code, poll in bookmarklets now available 2014-03-31 18:14:07 +02:00
posts_controller.rb Remove layout 'centered_with_header_with_footer' 2015-03-18 21:59:56 +01:00
profiles_controller.rb Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
publics_controller.rb add logging mixin and replace federation-logger 2015-06-04 04:16:03 +02:00
registrations_controller.rb Fix bug where flash error reappeared #6136 2015-07-03 05:25:22 +02:00
report_controller.rb Remove blueprint code 2015-03-02 00:04:57 +01:00
reshares_controller.rb Reshare the absolute root of a post 2014-10-10 03:12:07 +02:00
search_controller.rb Strip search query of leading & trailing whitespace 2014-10-09 23:34:11 +13:00
services_controller.rb replace Rails.logger with logging-logger 2015-06-04 04:17:15 +02:00
sessions_controller.rb Remove layout 'centered_with_header_with_footer' 2015-03-18 21:59:56 +01:00
share_visibilities_controller.rb updated before_filters to before_actions as recommended for rails 4 2014-08-23 16:34:01 +02:00
statistics_controller.rb Remove layout 'centered_with_header_with_footer' 2015-03-18 21:59:56 +01:00
status_messages_controller.rb don't dispatch photos twice ... 2015-06-08 04:15:17 +02:00
streams_controller.rb Remove footer from stream and profile pages 2015-03-26 16:28:01 +01:00
tag_followings_controller.rb Mobile: manage followed tags 2015-05-12 04:00:07 +02:00
tags_controller.rb Remove footer from stream and profile pages 2015-03-26 16:28:01 +01:00
terms_controller.rb Remove blueprint code 2015-03-02 00:04:57 +01:00
users_controller.rb Issue #4297: Enable color theme setup 2015-06-07 19:57:16 +03:00