Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmrd Senya <senya@riseup.net>2019-04-28 20:11:35 +0300
committerJonne Haß <me@jhass.eu>2020-01-22 01:34:43 +0300
commitc348a763cf4700fe110fe43898e82accd2db9ae0 (patch)
treece82b4831738c3124dd2fcd2149cb875ec7d7d14 /config/locales
parentd08b31f2eddeb54cb42157d9c82114289115cb79 (diff)
API: add profile:read_private scope
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/diaspora/en.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 1815700f0..a2cac0ccc 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -965,7 +965,7 @@ en:
name: "public:read"
description: "This grants read permissions on public posts, interactions, and user data to the application."
'public:modify':
- name: "updated_at"
+ name: "public:modify"
description: "This grants write permissions on public posts (including public post writing), interactions, and user data to the application."
profile:
name: "extended profile"
@@ -973,6 +973,9 @@ en:
'profile:modify':
name: "profile:modify"
description: "This grants user profile update permissions to the application."
+ 'profile:read_private':
+ name: "profile:read_private"
+ description: "This grants read access to your private profile data to the application."
'tags:read':
name: "tags:read"
description: "This grants read access to user's followed tags and tag streams to the application."