- fix crash on timer end non-existing response.
- add feature to set header "X-Egnyte-Request-Id"
- update documentation
- prevent upload retry when quota exceeded
- update request
- add new .lock() method signature
- update request
- merge fix for postmessage handler
- remove npm-shrinkwrap
- update dependencies to remove security warnings (coming from test dependencies, no threats found in directly used code)
- add getCurrentFolder to filepicker
- add navigation callback to filepicker
- fix for IE11 with activeElement being truthy, but not a DOM node
- css fix in filepicker
- minor fixes to filepicker UI, option to show files when not selectable
- fix regression in filepicker selection format
- improve single selection in filepicker
- update dependencies to fix installation issues and security
- add parents to API.storeage
- bugfix release
- consistent errors in API.user methods for user not found
- added API.user methods for getting user metadata
- removed unused uintegrate plugin export version
- low level utility exposed allowing overriding any http request options
- Added search support
- Added search bar to filepicker widget
- Switched all uploads to multipart (browser: if supported)
- Removed two more restrictions on characters in paths + and #
- Updated all dependencies to newer versions, compatible with node.js v4+
- Ampersand (&) character is now allowed in paths
- disabled chunkned upload test; chunk minimum size of 100MB was introduced in API
- Change in resource identification for files and folders
- Separated notes API
- UIntegrate plugin for Egnyte UI Integration Framework
- bugfixes
- optional token scoping
- Events API
- Locks in storage
- request defaults
- Notes for files
- Prompt widget
- Auth flow with prompt for Egnyte domain
- Plugins support beta
- Unified docs content for browser and node
- Updated xhr to 2.0
- Password Grant flow for auth in node.js
- Chunked upload (with streams for node)
- Streamed download for node.js
- Impersonation
- Permissions API
- Dropped deprecated section of filepicker
- Setting to disable selection in matching folders in filepicker
Basic FS and Link API support with Implicit Grant flow for auth.