Oleksa

Results 154 comments of Oleksa

Oh, that is super nice feature request. Please, parse the address books looking for the addresses in xmpp fields and adding them to the roster.

Partially I manage to achieve syncing LDAP with the roster. It works, though so complicated https://www.fyzix.net/index.php?title=Installing_and_configuring_Prosody_%2B_LDAP_support_%2B_Shared_groups_roster_generator

Wouldn't be well to move the window with the API request to the app Settings but not at the NC global level settings?

Please, add localisation tags. I may help with the localisation in Ukrainian as well.

Probably `DELETE FROM oc_files_lock` in mysql may be a dirty workaround...

Please, upgrade it in accordance with the upgrades to the upstream version of OnlyOffice, see https://github.com/ONLYOFFICE/DocumentServer/issues/2083

> Thanks for the suggestion, I might implement this but its a bit tricky if multiple files are selected for the action. Any suggestions on what should happen in that...

@Raudius UPD: I found a workaround: ``` -- rescan folder after a file operation is done local output_storage_path = meta_data(dir).storage_path command_tpl = 'php /occ files:scan --path="%s"' command = command_tpl:format(output_storage_path) result...

> Great to hear you have found a workaround for now > > I will look but I dont think there is a public API from nextcloud to rescan files...

For refreshing a page, can I use this snippet? ``` page = [[ ]] ngx.say(page) ```