Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dom111/webdav-js

Tags

2.4.0

Toggle 2.4.0's commit message
Increased the size of the item buttons.

Add a `Tree` component to enable copy and move operations again. Fixes #111.
Combine path-related functions.
Ensure `HTTP` operations always return a response.
Minor changes to adhere to WebDAV spec.

2.3.0

Toggle 2.3.0's commit message
Bump package version and dependencies

2.2.0

Toggle 2.2.0's commit message
Refactor code - replacing nested events with direct calls.

Added path to top of list.

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #68 from dom111/feature/add-option-to-show-directo…

…ries-first

Add ability to sort entries with directories first by adding `data-so…

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from dom111/feature/convert-to-modules

Rewritten from the ground up using ES modules and trying to separate the UI from the core functionality.

2.0.0-rc2

Toggle 2.0.0-rc2's commit message
Further bugfixes and improvements.

- Fix `font-size` for users who have changed the default font.
- IE11 compatibility.

2.0.0-rc1

Toggle 2.0.0-rc1's commit message
Rewritten from the ground up using ES modules and trying to separate the

UI from the core functionality.

- Rewote code and organised into ES modules.
- Remove jQuery dependency (#30).
- Add keyboard navigation.
- Switch WebDAV test container to Alpine Linux.
- Add `eslint` for code style validation.
- Add `karma`/`jasmine` for testing.
- Add `.babelrc`.
- Add some basic unit tests.
- Rework `package.json` scripts.
- Add `Webpack` for building.
- Remove inlined external assets to resolve as module dependencies.
- Update document title on navigation
- Add toasts to notify of errors (#49).
- Add `.gitattributes` file to avoid CSS being counted incorrectly on
  GitHub.
- Add `EventObject` class for handling events within the UI.
- Add a check (`HEAD` request) before trying to show images, fonts,
  videos, audio to prevent invalid lightbox from showing up.
- Update `.editorconfig`.
- Add `stylelint`.

2.0.0-beta3

Toggle 2.0.0-beta3's commit message
Updated to prod build

2.0.0-beta2

Toggle 2.0.0-beta2's commit message
More bugfixes.

Updated toast library.
Added a check (`HEAD` request) before trying to list to avoid failing `PROPFIND` on inaccessible entries.
Only push history state if list request is successful.
Refactored the UI code.
Added a check (`HEAD` request) before trying to show images, fonts, videos, audio to prevent invalida lightbox from showing up.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from dom111/master-topic-2-entire_page_dropzone

Entire page dropzone and add mobile friendly upload control