Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Vue based Dialogs especially the FilePicker #878

Merged
merged 8 commits into from Aug 10, 2023

Commits on Aug 10, 2023

  1. feat: Migrate from rollup + babel to vite for building

    + chore: Update dependencies
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4b84963 View commit details
    Browse the repository at this point in the history
  2. feat: Add Vue based FilePicker component

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4bdb0ef View commit details
    Browse the repository at this point in the history
  3. feat: Add usables for MIME type filtering and DAV files loading

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e7a1f2b View commit details
    Browse the repository at this point in the history
  4. fix: Add missing FilePickerType

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    795cf1d View commit details
    Browse the repository at this point in the history
  5. feat: Add legacy entry point for

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    19842b2 View commit details
    Browse the repository at this point in the history
  6. fix: Move to @nextcloud/vue named module imports to fix build of se…

    …rver
    
    webpack or babel somehow can not handle the imports otherwise as e.g. `import NcButton from '@nextcloud/vue/dist/...'`
    will not yield the component but an object `{ default: ... }`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b9c752c View commit details
    Browse the repository at this point in the history
  7. feat: Allow to create new folders from FilePicker

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ee1294c View commit details
    Browse the repository at this point in the history
  8. chore: Extract new translation strings

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    87f8c27 View commit details
    Browse the repository at this point in the history