[PR #177] [MERGED] feat: API to search and list directories #500

Closed
opened 2026-04-08 16:53:11 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/177
Author: @sigoden
Created: 2/20/2023
Status: Merged
Merged: 2/20/2023
Merged by: @sigoden

Base: mainHead: feat-list-api


📝 Commits (2)

  • b54f502 feat: API to search and list directories
  • f0fc779 fix cargo clippy

📊 Changes

10 files changed (+115 additions, -43 deletions)

View changed files

📝 README.md (+10 -0)
📝 src/server.rs (+35 -9)
📝 tests/assets.rs (+13 -13)
📝 tests/fixtures.rs (+5 -5)
📝 tests/http.rs (+36 -0)
📝 tests/log_http.rs (+2 -2)
📝 tests/single_file.rs (+7 -7)
📝 tests/sort.rs (+4 -4)
📝 tests/symlink.rs (+2 -2)
📝 tests/utils.rs (+1 -1)

📄 Description

use ?simple to output path name only.
use ?json to output paths in json format.
By default, output html page.

close #166


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/177 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-list-api` --- ### 📝 Commits (2) - [`b54f502`](https://github.com/sigoden/dufs/commit/b54f50254a9bd710cba4c21d3530a073f01ea78c) feat: API to search and list directories - [`f0fc779`](https://github.com/sigoden/dufs/commit/f0fc779c184facd9a1401413c1f1db3b8b49f77a) fix cargo clippy ### 📊 Changes **10 files changed** (+115 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -0) 📝 `src/server.rs` (+35 -9) 📝 `tests/assets.rs` (+13 -13) 📝 `tests/fixtures.rs` (+5 -5) 📝 `tests/http.rs` (+36 -0) 📝 `tests/log_http.rs` (+2 -2) 📝 `tests/single_file.rs` (+7 -7) 📝 `tests/sort.rs` (+4 -4) 📝 `tests/symlink.rs` (+2 -2) 📝 `tests/utils.rs` (+1 -1) </details> ### 📄 Description use `?simple` to output path name only. use `?json` to output paths in json format. By default, output html page. close #166 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:11 +03:00
zhus closed this issue 2026-04-08 16:53:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#500