diff options
author | Mario <mario@mariovavti.com> | 2021-08-24 18:50:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-24 18:50:19 +0000 |
commit | f39952805557b33f612a3d1769057bcefffeb438 (patch) | |
tree | b6eee7d7fda21f40f57b984534c9d03e821159ae /app | |
parent | fea3980c01499d627655cbe93361526c540e543e (diff) | |
download | volse-hubzilla-f39952805557b33f612a3d1769057bcefffeb438.tar.gz volse-hubzilla-f39952805557b33f612a3d1769057bcefffeb438.tar.bz2 volse-hubzilla-f39952805557b33f612a3d1769057bcefffeb438.zip |
more app descriptions and change the image counter to display % of images loaded instead of loaded images count
Diffstat (limited to 'app')
-rw-r--r-- | app/connections.apd | 3 | ||||
-rw-r--r-- | app/defperm.apd | 3 | ||||
-rw-r--r-- | app/directory.apd | 3 | ||||
-rw-r--r-- | app/help.apd | 3 | ||||
-rw-r--r-- | app/invite.apd | 3 | ||||
-rw-r--r-- | app/lang.apd | 3 | ||||
-rw-r--r-- | app/mood.apd | 3 | ||||
-rw-r--r-- | app/notes.apd | 3 | ||||
-rw-r--r-- | app/storage.apd | 3 | ||||
-rw-r--r-- | app/tokens.apd | 3 |
10 files changed, 20 insertions, 10 deletions
diff --git a/app/connections.apd b/app/connections.apd index 0e4c7d670..006d2cde2 100644 --- a/app/connections.apd +++ b/app/connections.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/connections, $baseurl/settings/connections requires: local_channel name: Connections photo: icon:users categories: nav_featured_app, Networking +desc: Manage your connections. diff --git a/app/defperm.apd b/app/defperm.apd index 2b241ee7f..18259c7b1 100644 --- a/app/defperm.apd +++ b/app/defperm.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/defperms requires: local_channel, custom_role name: Default Permissions photo: icon:unlock-alt categories: Access Control +desc: Set custom default permissions for new connections. diff --git a/app/directory.apd b/app/directory.apd index 887c31e30..10d9054ff 100644 --- a/app/directory.apd +++ b/app/directory.apd @@ -1,5 +1,6 @@ -version: 2 +version: 3 url: $baseurl/directory, $baseurl/settings/directory name: Directory photo: icon:sitemap categories: nav_featured_app, Networking +desc: Members directory of the Zot network. diff --git a/app/help.apd b/app/help.apd index a0e6a491b..41f9cb6a0 100644 --- a/app/help.apd +++ b/app/help.apd @@ -1,5 +1,6 @@ -version: 2 +version: 3 url: $baseurl/help name: Help photo: icon:question categories: nav_featured_app, System +desc: The Hubzilla help pages. diff --git a/app/invite.apd b/app/invite.apd index 5c0e8d09f..8506408a6 100644 --- a/app/invite.apd +++ b/app/invite.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/invite requires: local_channel name: Invite photo: icon:user-plus categories: Networking +desc: Send invite emails with an invite token. This app only works if your hub is configured to allow invites. diff --git a/app/lang.apd b/app/lang.apd index 1856336ef..27e2d7c84 100644 --- a/app/lang.apd +++ b/app/lang.apd @@ -1,5 +1,6 @@ -version: 5.6 +version: 3 url: $baseurl/lang name: Language photo: icon:language categories: System +desc: A simple language selector. diff --git a/app/mood.apd b/app/mood.apd index dd4e51cec..81b53a2ce 100644 --- a/app/mood.apd +++ b/app/mood.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/mood requires: local_channel name: Mood photo: icon:smile-o categories: Social +desc: Set your current mood and tell your friends. diff --git a/app/notes.apd b/app/notes.apd index 01f94c60a..20794ebb4 100644 --- a/app/notes.apd +++ b/app/notes.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/notes requires: local_channel name: Notes photo: icon:sticky-note-o categories: Personal, Productivity +desc: A simple notes app. It provides a dedicated notes app and a widget which can be added to other pages. diff --git a/app/storage.apd b/app/storage.apd index ea15a2ef2..a81af9c52 100644 --- a/app/storage.apd +++ b/app/storage.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/cloud/$nick requires: local_channel name: Files photo: icon:folder-open categories: nav_featured_app, Productivity +desc: A mighty tool to manage your files and folders. diff --git a/app/tokens.apd b/app/tokens.apd index f271dc56c..95506f11c 100644 --- a/app/tokens.apd +++ b/app/tokens.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/tokens requires: local_channel name: Guest Access photo: icon:user-secret categories: Access Control +desc: Create and manage guest access tokens. Those tokens are useful to share private content with people outside the Zot network. |