Ronald Barnes

Results 26 comments of Ronald Barnes

Without MMS sync, this app is merely "interesting" but serves no useful purpose. In my browser, I can see some conversations I've had (although most common contacts are not chronologically...

> In fact the MMS format is very different than the SMS format (which is plain text) it's why MMS are not synced Wouldn't base64 encoding take care of the...

> Is it possible for ocsms to sync to another device? I'm trying to get SMS messages on my tablet, so I don't have to keep switching back and forth....

Can confirm. In Maps, an example link to a contact would be: https://nextcloud.example.ca/apps/contacts/All%20contacts/142980f20d3862ab~contacts That contact's actual Contact link is at: https://nextcloud.example.ca/apps/contacts/All%20contacts/2fc9bc3b8d170c8d~User

I don't think it's localization, at least in my case: I've got language = English (US) and Locale is English (Canada). Those are very similar, and the same settings on...

An example of the script in action, showing user interaction required before any action taken: ``` # . ./bash-add-alias.sh Web server user name: "www-data". Alias for occ command not found...

Works from any folder, even when `occ` is not in the current directory: ``` root@(dell):/tmp/nextcloud-occ-bash-completion# occ activity: encryption: memories: text: app: federation: notification: theming: background: files: onlyoffice: trashbin: background-job: group:...

Works with options beginning with `-` too, if user types in `occ -`[TAB]: ``` root@(dell):/tmp/nextcloud-occ-bash-completion# occ - --ansi --no-ansi --quiet --version -h --no-interaction -v -vv --help --no-warnings -V -vvv -n...

It's odd that there are a couple comments here that I can't seem to reply to. Is this normal; am I missing something?

@juliushaertl > Isn't this something that symfony already provides us with as documented in https://github.com/nextcloud/documentation/blob/eae31ad02fa83e218d693f7a79eded3d127e7406/admin_manual/configuration_server/occ_command.rst#enabling-autocompletion ? According to https://github.com/stecman/symfony-console-completion/issues/71, it doesn't seem work for everyone. The author stated: > to...