VFS could benefit from capability detection so that clients is aware of what a filesystem source is capable of. This would allow for adding extensions on the client that are context aware, like pagination and archives. --- Split out from discussions in: * https://github.com/os-js/osjs-client/pull/165 * https://github.com/os-js/osjs-server/pull/56 Work done on this: * https://github.com/os-js/osjs-client/pull/164 * https://github.com/os-js/osjs-client/pull/182 * https://github.com/os-js/osjs-client/pull/186 * https://github.com/os-js/osjs-client/pull/188 * https://github.com/os-js/osjs-client/pull/189 * https://github.com/os-js/osjs-client/pull/190 * https://github.com/os-js/osjs-server/pull/63 * https://github.com/os-js/osjs-server/pull/65 * https://github.com/os-js/osjs-server/pull/66 * https://github.com/os-js/osjs-server/pull/67 * https://github.com/os-js/osjs-filemanager-application/pull/37 Pending: * https://github.com/os-js/osjs-server/issues/64 * https://github.com/os-js/osjs-client/issues/184 * https://github.com/os-js/osjs-filemanager-application/issues/39 Relevant: * https://github.com/os-js/OS.js/issues/788 * https://github.com/os-js/osjs-client/issues/163 * https://github.com/os-js/osjs-client/issues/166
VFS could benefit from capability detection so that clients is aware of what a filesystem source is capable of.
This would allow for adding extensions on the client that are context aware, like pagination and archives.
Split out from discussions in:
Work done on this:
Pending:
Relevant: