Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add asynchronous directory size counting | Sven-Hendrik Haase | 2025-03-07 | 1 | -9/+72 |
| | | | | | This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread. | ||||
* | Reformat everything with Rust 2024 edition | Sven-Hendrik Haase | 2025-03-07 | 1 | -7/+11 |
| | |||||
* | Make exact byte formatting consistent with human format | Sven-Hendrik Haase | 2025-03-06 | 1 | -2/+2 |
| | |||||
* | make the option effect raw mode | Lzzzt | 2025-03-03 | 1 | -5/+5 |
| | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com> | ||||
* | Show File Size in Bytes | Lzzzt | 2025-03-03 | 1 | -7/+18 |
| | | | | Add a cli option that show file size in bytes rather than KB or MB, etc. | ||||
* | feat: address comments; add in new argument (`temp-directory`); add comments ↵ | Alec Di Vito | 2025-02-22 | 1 | -24/+52 |
| | | | | to upload code; add tests | ||||
* | feat: implement temporary file uploads and tweak mobile design | Alec Di Vito | 2025-02-17 | 1 | -13/+70 |
| | |||||
* | Merge branch 'master' into upload-progress-bar | Sven-Hendrik Haase | 2025-02-07 | 1 | -8/+12 |
|\ | |||||
| * | Add date pill and sort links for mobile views | Flat | 2025-02-06 | 1 | -1/+6 |
| | | |||||
| * | Use Self where possible | adamnemecek | 2025-01-03 | 1 | -4/+4 |
| | | |||||
| * | Don't show mkdir option when the directory is not upload allowed | Gaurav Atreya | 2024-07-14 | 1 | -1/+1 |
| | | | | | | | | Fixes #1249 | ||||
| * | Remove explicit dependency on http | Sven-Hendrik Haase | 2024-06-09 | 1 | -2/+1 |
| | | | | | | | | We now use the one supplied by actix-web. | ||||
* | | chore: clean up | Alec Di Vito | 2024-06-06 | 1 | -4/+3 |
| | | |||||
* | | feat: Added HTML and Javascript progress bar when uploading files | Alec Di Vito | 2024-06-06 | 1 | -8/+235 |
|/ | |||||
* | fix missing drag-form when dragging file in to browser | chaibiq | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | add `--disable-indexing` cli flag to completely disable directory indexing | Carson McManus | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | Set default sorting order and method with arguments | elandsborough | 2024-01-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1228 from cyqsimon/upload-refactor | Sven-Hendrik Haase | 2023-09-24 | 1 | -2/+2 |
|\ | | | | | Minor refactor on upload code | ||||
| * | Use distinct query type for file op APIs | cyqsimon | 2023-09-05 | 1 | -2/+2 |
| | | |||||
* | | use a char instead of string literal | Dashon Wells | 2023-08-02 | 1 | -1/+1 |
| | | |||||
* | | Run cargo fmt to fix formatting | Dashon Wells | 2023-08-02 | 1 | -2/+3 |
| | | |||||
* | | Encode single quote in directory path name | Dashon Wells | 2023-08-02 | 1 | -1/+2 |
| | | |||||
* | | Consolidate javascript and add comments | Bao Trinh | 2023-07-26 | 1 | -35/+29 |
| | | |||||
* | | use grass include macro; remove build.rs | Bao Trinh | 2023-07-21 | 1 | -4/+4 |
| | | |||||
* | | remove commented code | Bao Trinh | 2023-07-20 | 1 | -2/+0 |
| | | |||||
* | | Separate color schemes into separate files | Bao Trinh | 2023-07-12 | 1 | -0/+15 |
| | | |||||
* | | simplify theme selection using data attributes | Bao Trinh | 2023-07-11 | 1 | -13/+12 |
|/ | |||||
* | Split up wget tests | Sven-Hendrik Haase | 2023-03-01 | 1 | -23/+35 |
| | |||||
* | Merge pull request #1043 from Yusuto/wget-fix | Sven-Hendrik Haase | 2023-03-01 | 1 | -20/+88 |
|\ | | | | | Fix the wget footer | ||||
| * | Added tests and small fixes | Silux | 2023-02-25 | 1 | -5/+68 |
| | | | | | | | | | | | | ...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs! | ||||
| * | Switched from using AsRef<str> to using &Uri | Silux | 2023-02-22 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | I honestly just switched the definition and then frantically changed small things based on rusts error messages, but it passes fmt, clippy and tests so I think it's fine. This allow a bit finer control over the URI, but is honetly a bit insignificant. | ||||
| * | Make the wget footer click to copy | Silux | 2023-02-22 | 1 | -1/+5 |
| | | |||||
| * | Cleaned up thewget_footer function and generated command | Silux | 2023-02-22 | 1 | -18/+14 |
| | | | | | | | | | | | | | | The command now has slightly more concise flags, the cut_dir flag gets omitted when it would be zero, if downloading root put files in a folder named the title of the page, use match claues instead of ifs, bit more concise I think | ||||
| * | Fix the wget footer | Silux | 2023-02-21 | 1 | -7/+11 |
| | | | | | | | | ...by having it use the absolute url instead of the breadcrumbs | ||||
* | | Merge pull request #991 from Vam-Jam/sort_down_fix | Sven-Hendrik Haase | 2023-02-21 | 1 | -1/+1 |
|\ \ | |/ |/| | [fix] Sorting breaks subdir downloading | ||||
| * | [fix] Sorting breaks subdir downloading | Vamist | 2022-12-06 | 1 | -1/+1 |
| | | | | | | - Small check in render.rs make_link_with_trailing_slash to return nothing if link is empty, instead of adding a / | ||||
* | | Bump more deps | Sven-Hendrik Haase | 2023-01-22 | 1 | -1/+1 |
| | | |||||
* | | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -11/+11 |
|/ | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-11-11 | 1 | -1/+5 |
| | |||||
* | Refactoring | IvkinStanislav | 2022-11-10 | 1 | -4/+2 |
| | |||||
* | Update datetime format | IvkinStanislav | 2022-11-10 | 1 | -1/+1 |
| | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
* | Change DateTime format | s.ivkin | 2022-10-23 | 1 | -11/+6 |
| | |||||
* | Upgrade clap to v4 | Sven-Hendrik Haase | 2022-10-12 | 1 | -3/+13 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-09-26 | 1 | -2/+2 |
| | |||||
* | Tidy up some imports | Sven-Hendrik Haase | 2022-09-20 | 1 | -4/+3 |
| | |||||
* | Merge pull request #858 from jonasdiemer/restrict-upload-dir | Sven-Hendrik Haase | 2022-09-20 | 1 | -1/+7 |
|\ | | | | | Added option restrict-upload-dir | ||||
| * | Changed handling of allowed path to fix Windows | Jonas Diemer | 2022-09-19 | 1 | -1/+1 |
| | | |||||
| * | cargo fmt | Jonas Diemer | 2022-09-18 | 1 | -3/+6 |
| | | |||||
| * | Renamed option for more clarity | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | |||||
| * | cleaned up code using any() | Jonas Diemer | 2022-09-18 | 1 | -14/+2 |
| | |