nextcloud-files icon indicating copy to clipboard operation
nextcloud-files copied to clipboard

Nextcloud Files helpers for Nextcloud apps and libraries https://npmjs.org/@nextcloud/files

Results 16 nextcloud-files issues
Sort by recently updated
recently updated
newest added

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...

type: enhancement
type: breaking
2. developing

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...

type: enhancement
3. to review

- 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...

type: bug
1. to develop

Use-case example: ```ts SearchView.update({ emptyCaption: t('files', 'No results found for "{searchText}"', { searchText }), }) ```

type: enhancement
2. developing

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...

type: enhancement
3. to review

- 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...

2. developing