-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: JingoC/WebDavServer
base: master
head repository: AcidRaZor/WebDavServer
compare: master
- 13 commits
- 7 files changed
- 2 contributors
Commits on Dec 22, 2023
-
- Updated to .NET 7 images as project changed to use .NET 7 (from .NET 6) - Fixed COPY where it was copying WebDavService.Application CSPROJ that doesn't exist (or was renamed previously)
Configuration menu - View commit details
-
Copy full SHA for 9741952 - Browse repository at this point
Copy the full SHA 9741952View commit details -
- Instead of using First() or Last(), changed it to use the index ins…
…tead to get rid of some unnecessary overhead (nitpicky I know) - Made the isDirectory check more reliable, found that in a WebDAV environment (Windows PC mapped drive to server), it picked up requests as not being a directory, causing some issues as the actual request (path) didn't end with "/" from GetPath() on the entry-point - Added an if-check to check if the item is, in fact, a directory before removing it from the list of directories. This made navigation possible to the last most child directory, otherwise it would show nothing
Configuration menu - View commit details
-
Copy full SHA for 8f3054a - Browse repository at this point
Copy the full SHA 8f3054aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c33961e - Browse repository at this point
Copy the full SHA c33961eView commit details -
- Fixed an issue where, when running MKCOL, a PROPFIND check is done …
…first to see if the directory exists, if it didn't gave an error because the database is expected to always return a value
Configuration menu - View commit details
-
Copy full SHA for 5fbc307 - Browse repository at this point
Copy the full SHA 5fbc307View commit details -
- Fixes an issue where an exception is thrown when propertiesList is …
…empty. This happens when the directory or file doesn't exist. As part of the sequence (maybe specific to Windows mapped drives), it does a PROPFIND before running MKCOL/Get etc.
Configuration menu - View commit details
-
Copy full SHA for 5679637 - Browse repository at this point
Copy the full SHA 5679637View commit details -
- Fixed an issue where an exception was thrown that's unhandled in th…
…e WebDAV response when an item doesn't exist. PROPFIND runs before MKCOL so it's important not to throw an exception in this sequence
Configuration menu - View commit details
-
Copy full SHA for ee8bc93 - Browse repository at this point
Copy the full SHA ee8bc93View commit details -
- Changed PROPFIND to be an IActionResult to return 404 NotFound when…
… requesting dumb windows files (Usually through Mapped Drive on Windows machines)
Configuration menu - View commit details
-
Copy full SHA for 57e174c - Browse repository at this point
Copy the full SHA 57e174cView commit details -
- Fixed an issue where the RegEx ignored valid filenames. Important w…
…hen Windows, by default, creates "New Folder" for you to rename when creatng. This should be cross-platform compatible.
Configuration menu - View commit details
-
Copy full SHA for 7f92ef2 - Browse repository at this point
Copy the full SHA 7f92ef2View commit details -
- Fixed an issue where, it's checking the parent Id when getting the …
…directory info instead of the actual directory referenced
Configuration menu - View commit details
-
Copy full SHA for 63b789c - Browse repository at this point
Copy the full SHA 63b789cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c554a - Browse repository at this point
Copy the full SHA a9c554aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0647bde - Browse repository at this point
Copy the full SHA 0647bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 808e856 - Browse repository at this point
Copy the full SHA 808e856View commit details -
- Fixes an issue on directory rename where it was referencing the par…
…ent instead of the directory being renamed - Updated Name to match Title
Configuration menu - View commit details
-
Copy full SHA for 21fc159 - Browse repository at this point
Copy the full SHA 21fc159View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master