diaspora/app
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
..
assets Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
controllers Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
helpers Issue #4297: Color themes can override bootstrap variables 2015-06-07 19:58:54 +03:00
mailers replace Rails.logger with logging-logger 2015-06-04 04:17:15 +02:00
models Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
presenters Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
serializers/export Add created_at to json posts for #5585 2015-01-28 10:21:16 +13:00
uploaders Add a token the filename for exported user data 2015-04-22 20:19:17 +02:00
views Allow extended profile fields (previously private profile) to be set public (#5684). 2015-07-11 04:36:45 +03:00
workers add logging mixin and replace federation-logger 2015-06-04 04:16:03 +02:00