diff options
author | Mario <mario@mariovavti.com> | 2021-08-25 08:56:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-25 08:56:34 +0000 |
commit | 0081bafab2898074a8293b0ab691add4f7f02544 (patch) | |
tree | 863cf4f391b165f24f42b1381eb41f10a4acac03 /app | |
parent | 64b59b4358879fb938ab92ece79070910d09543f (diff) | |
download | volse-hubzilla-0081bafab2898074a8293b0ab691add4f7f02544.tar.gz volse-hubzilla-0081bafab2898074a8293b0ab691add4f7f02544.tar.bz2 volse-hubzilla-0081bafab2898074a8293b0ab691add4f7f02544.zip |
more app descriptions
Diffstat (limited to 'app')
-rw-r--r-- | app/group.apd | 3 | ||||
-rw-r--r-- | app/oauth.apd | 3 | ||||
-rw-r--r-- | app/oauth2.apd | 3 | ||||
-rw-r--r-- | app/pdledit.apd | 3 | ||||
-rw-r--r-- | app/permcats.apd | 3 | ||||
-rw-r--r-- | app/photos.apd | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/app/group.apd b/app/group.apd index da0b31407..d026ed23d 100644 --- a/app/group.apd +++ b/app/group.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/group requires: local_channel name: Privacy Groups photo: icon:users categories: Networking +desc: A tool to create and manage privacy groups. diff --git a/app/oauth.apd b/app/oauth.apd index 5e69e4401..32a0f6d11 100644 --- a/app/oauth.apd +++ b/app/oauth.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/oauth requires: local_channel name: OAuth Apps Manager photo: icon:chevron-circle-up categories: Access Control +desc: Manage OAuth authentication tokens for mobile and remote apps. diff --git a/app/oauth2.apd b/app/oauth2.apd index 86828bf24..c1422e505 100644 --- a/app/oauth2.apd +++ b/app/oauth2.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/oauth2 requires: local_channel name: OAuth2 Apps Manager photo: icon:chevron-circle-up categories: Access Control +desc: Manage OAuth2 authentication tokens for mobile and remote apps. diff --git a/app/pdledit.apd b/app/pdledit.apd index fbc643296..e13c04cb5 100644 --- a/app/pdledit.apd +++ b/app/pdledit.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/pdledit requires: local_channel name: PDL Editor photo: icon:object-group categories: Appearance +desc: An editor for system page layouts. diff --git a/app/permcats.apd b/app/permcats.apd index e9fd6e56f..dd7b36b92 100644 --- a/app/permcats.apd +++ b/app/permcats.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/permcats requires: local_channel name: Permission Categories photo: icon:unlock-alt categories: Access Control +desc: Create and manage custom connection permission limits. diff --git a/app/photos.apd b/app/photos.apd index b28b315cd..e861747cb 100644 --- a/app/photos.apd +++ b/app/photos.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/photos/$nick, $baseurl/settings/photos requires: local_channel name: Photos photo: icon:photo categories: nav_featured_app, Multimedia +desc: A simple tool to view and manage your photos. |