nextcloud-files
nextcloud-files copied to clipboard
Nextcloud Files helpers for Nextcloud apps and libraries https://npmjs.org/@nextcloud/files
Following discussion on https://github.com/nextcloud-libraries/nextcloud-files/pull/1113 This would be a breaking change unless we add a conversion layer to support the old legacy way. BUT, the cleanest way, imho, is to quickly...
With snowflake-ids, we get numbers represented as strings as ids. Not tested, as I couldn't figure out how to use a patched version in server but this should fix the...
- Originally reported by @juliusknorr in https://github.com/nextcloud/server/issues/53041 When parsing the permissions we only provide the Nextcloud storage permissions: - readable - updatable - deletable - createable - shareable But DAV...
Use-case example: ```ts SearchView.update({ emptyCaption: t('files', 'No results found for "{searchText}"', { searchText }), }) ```
This replaces the legacy `OCA.Files.Sidebar`. It also allows to define the order of the tab to prevent different order depending on the localized name like with the legacy tabs. We...
- based upon #1305 Additionally to registering sidebar tabs this also provides a public interface to access the sidebar itself. Which can be used to retrieve or set the currently...