-
Notifications
You must be signed in to change notification settings - Fork 305
Wire up ResourceMapper #960
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
Merged
kjetilk
merged 28 commits into
nodeSolidServer:release/v5.0.0
from
rubensworks:feature/new-resource-mapper-2
Nov 23, 2018
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
665b84d
Make ResourceMapper interpret URLs ending with '/' as index pages
rubensworks 22168ac
Improve error message when file is not found in ResourceMapper
rubensworks f76710e
Map URLs to folders when no index is available
rubensworks 0c1ce05
Make text/turtle the default content type for mapping .acl files
rubensworks 31860bb
Require Content-Type in POST request
rubensworks 62e6863
Inherit content type from source in COPY handler
rubensworks 692b4e2
Transition to new ResourceMapper
rubensworks f996761
Allow linksHandler to map resources that do (not) exist yet
rubensworks 2af9560
Allow patch handler to map resources that do no exist yet
rubensworks d776c20
Fix incorrect response content type being passed in HEAD
rubensworks 2f7fbb3
Fix databrowser being used instead of index.html files
rubensworks f9e1b70
Fix globbing crash with new ResourceMapper
rubensworks 73cae8a
Fix minor LDP issues with new ResourceMapper
rubensworks c3abe25
Update unit tests to new ResourceMapper
rubensworks d6f6323
Set default content type to application/octet-stream
rubensworks 0dc8fe2
Remove unneeded field ldp#turtleExtensions
rubensworks 81df5c6
Fix .meta files not being returned as Turtle
rubensworks e71d5c3
Remove hardcoded default content types where unneeded
rubensworks 592c378
Improve comment on globbing hack
rubensworks 460d0ed
Improve naming of constant for new files content types
rubensworks 04667fa
Use application/octet-stream as default content type in ResourceMapper
rubensworks 4924bc6
Add helper function to safely extract content type from headers
rubensworks adb0691
Improve comment on hack in header.js
rubensworks 868a975
Extract content type from headers when fetching remote graphs
rubensworks eb73ae2
Consistently call getContentType helper when needed
rubensworks fe0e456
Improve index variable name in ResourceMapper
rubensworks 19843ac
Document removal of $ with indexes in ResourceMapper
rubensworks a7b5e6d
Resolve linting errors due to ResourceMapper changes
rubensworks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.