diff options
author | jld3103 <jld3103@users.noreply.github.com> | 2022-05-24 23:07:59 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2022-05-30 16:11:26 +0200 |
commit | 26804ceccb683304bcb6dd2f1f79fa9cac927022 (patch) | |
tree | 5e3c5bb4f21ec29d23c26fff112e6b544b23b7c9 /apps | |
parent | ee9f37c3d6da07747797c06e4ab1524a9eb21e8f (diff) | |
download | nextcloud-server-26804ceccb683304bcb6dd2f1f79fa9cac927022.tar.gz nextcloud-server-26804ceccb683304bcb6dd2f1f79fa9cac927022.zip |
Fix Nextcloud Android app not showing proper name
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/src/components/AuthToken.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AuthToken.vue b/apps/settings/src/components/AuthToken.vue index e599be9c671..eb42e763b46 100644 --- a/apps/settings/src/components/AuthToken.vue +++ b/apps/settings/src/components/AuthToken.vue @@ -107,7 +107,7 @@ const userAgentMap = { iphone: / *CPU +iPhone +OS +([0-9]+)_(?:[0-9_])+ +like +Mac +OS +X */, ipad: /\(iPad; *CPU +OS +([0-9]+)_(?:[0-9_])+ +like +Mac +OS +X */, iosClient: /^Mozilla\/5\.0 \(iOS\) (?:ownCloud|Nextcloud)-iOS.*$/, - androidClient: /^Mozilla\/5\.0 \(Android\) ownCloud-android.*$/, + androidClient: /^Mozilla\/5\.0 \(Android\) (?:ownCloud|Nextcloud)-android.*$/, iosTalkClient: /^Mozilla\/5\.0 \(iOS\) Nextcloud-Talk.*$/, androidTalkClient: /^Mozilla\/5\.0 \(Android\) Nextcloud-Talk.*$/, // DAVx5/3.3.8-beta2-gplay (2021/01/02; dav4jvm; okhttp/4.9.0) Android/10 |