* Basic setup
* Updated some documentation
* Cleanup some useless files
* Added docs to website
* Re-add package.json
* Added module
* Update vue.md
* Update DOCS.md
* Starting writing docs
* Fix my own spelling mistake
* Add a proper README and LICENSE
* Some quick fixes
* Update Dashboard.vue
* Added shallow-equal
* Try adding an example to test vue integration locally
* Temporarily fixed build and example
* Small documentation fixes
* Added Vue 3 example
* Added proper bundling and typescript for vue
* Added full typescript support for integration
All @uppy/vue components now support TypeScript and are strongly typed.
* Massive docs improvement for @uppy/vue
* Fix small type error in dashboard-modal
* Slight documentation changes
* Add typescript types file to package.json
* Trim down dependencies
* Fix building with Vue
I added it to a list of ignored packages as it builds a little weird
* Updated example
* Converted .vue files to .ts
* Setup .js files for @uppy/vue
* Fixed small rendering bug
* Delete package-lock.json
* Delete package-lock.json
* Delete package-lock.json
* Update packages/@uppy/vue/package.json
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
* Some cleaning for @uppy/vue
* Delete components.d.ts
* Removed Vue 3 example
* Update typescript stuff for @uppy/vue
* Documentation update for @uppy/vue
I changed to menu text to 'Other Integrations'
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
* webcam: add showVideoSourceDropdown
* webcam: update video device list when adding/removing a video device
* webcam: cleaner changes
* delete extraneous file
* webcam: store sources data in state
* webcam: regather sources after getting access
* webcam: put the source selector next to the buttons
* webcam: put the video source selection on its own row in mobile view
* website: show webcam video source dropdown
* enable webcam features in dev example
* facingMode takes precedence over deviceId, and not needed when specific device is selected
fixes issue where on mobile (iOS) the device selection was ignored due to facingMode being set to 'user'
* Remove “video source” copy, style select, deal with iOS zoom-in issue
Co-authored-by: Tsy-Jon Lau <tlau@parsys.com>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
* docs: document Companion 2.0 related changes
* docs: migrating from companion v1 to v2
* docs: correct node version range for companion 2.0
* website[docs]: update minimum node.js requirement for companion
* [WIP] First pass at adding zoom plugin and zoom companion service for allowing imports from zoom cloud
* WIP. Remove zoom example and move zoom companion code into core companion package, update list endpoint to retrieve based on pagination token or dates available, and get size / download endpoint working.
TO DO:
- fix logout / token expiry
- investigate why test for loading config from file is not working as expected
- confirm pagination works
* Modify provider views to allow for cases with zoom provider when insufficient results exist to enable infinite scroll (but users may need to retrieve older results), update types tests. Linters failing on the provider views files
* Update uppy and companion for the zoom integration to use folders to represent months, and retrieve 1 month at a time.
- clean up code around response data items to explicitly show fields, and match style of other provider methods
- update license date to 2020 across repo
- enable download/uploado of json timeline files
- fix companion test to load credentials from file
- remove front end code no longer required now that folders are being used instead of loading more with button
* Change initial check for user authentication to use same endpoint so we can reuse the same app permission list (ie dont require additional permissions to read user data)
* Clean up zoom provider index file, add api call back to retrieve user account information such as created timestamp and email, fix file icons, remove unused strings, remove license date updates from branch
* Add permission list to grant configurations, remove undefined response body check, update error to match style of other providers, reorder svg attribute to match other icons
* Add request to get user email address for when we are retrieving user meetings and meeting recordings within zoom provider, clean up logout api call
* Update adapter to use meeting UUID when returning the meeting id to match the meeting ID associated with the recording file meeting. This should also resolve issues around reused meeting IDs from zoom.
* Fix companion test
* uppy,robodog: do not add zoom yet
* zoom: add publishConfig
* test: remove uppy.Zoom use from typescript e2e test
Co-authored-by: Renée Kooi <renee@kooi.me>