-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#53 backend for filesystem manipulation
- Loading branch information
Thorsten Marx
committed
Nov 6, 2023
1 parent
5f6748e
commit 0b11afa
Showing
19 changed files
with
340 additions
and
340 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
POST http://localhost:1010/module/ui-module/file-system/create?path=.technical&filename=test&type=folder |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DELETE http://localhost:1010/module/ui-module/file-system/delete?path=.technical/test |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
POST http://localhost:1010/module/ui-module/file-system/create?path=.technical/test&filename=example.md&type=file | ||
|
||
--- | ||
title: Das ist der Titel | ||
--- | ||
# Neue Datei | ||
|
||
Das ist der Inhalt |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
GET http://localhost:1010/module/ui-module/file-system/list?path=.technical |
Binary file modified
BIN
-42 Bytes
(100%)
cms-server/modules/example-module/libs/example-module-2.5.0-SNAPSHOT.jar
Binary file not shown.
This file contains 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
26 changes: 0 additions & 26 deletions
26
modules/ui-module/src/main/java/com/github/thmarx/cms/modules/ui/assets/index.html
This file was deleted.
Oops, something went wrong.
This file contains 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 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
152 changes: 0 additions & 152 deletions
152
...ule/src/main/java/com/github/thmarx/cms/modules/ui/filesystem/FileFolderPathResource.java
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
modules/ui-module/src/main/java/com/github/thmarx/cms/modules/ui/filesystem/PathUtil.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.